regenerated makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-24 10:23:35 +00:00
parent f284605f65
commit 1c3a6972f4
623 changed files with 5944 additions and 5908 deletions

View File

@@ -157,19 +157,19 @@ $(OBJS):
all: $(OBJS)\xrcdemo.exe data
$(OBJS)\xrcdemo_custclas.o: .\custclas.cpp
$(OBJS)\xrcdemo_custclas.o: ./custclas.cpp
$(CXX) -c -o $@ $(XRCDEMO_CXXFLAGS) $<
$(OBJS)\xrcdemo_derivdlg.o: .\derivdlg.cpp
$(OBJS)\xrcdemo_derivdlg.o: ./derivdlg.cpp
$(CXX) -c -o $@ $(XRCDEMO_CXXFLAGS) $<
$(OBJS)\xrcdemo_myframe.o: .\myframe.cpp
$(OBJS)\xrcdemo_myframe.o: ./myframe.cpp
$(CXX) -c -o $@ $(XRCDEMO_CXXFLAGS) $<
$(OBJS)\xrcdemo_xrcdemo.o: .\xrcdemo.cpp
$(OBJS)\xrcdemo_xrcdemo.o: ./xrcdemo.cpp
$(CXX) -c -o $@ $(XRCDEMO_CXXFLAGS) $<
$(OBJS)\xrcdemo_xrcdemo_rc.o: .\xrcdemo.rc
$(OBJS)\xrcdemo_xrcdemo_rc.o: ./xrcdemo.rc
windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../../samples --include-dir ./../../include
clean: