]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/oleauto/makefile.gcc
call RemoveChild() in ~wxWindowBase instead of doing it in each ~wxWindow for each...
[wxWidgets.git] / samples / oleauto / makefile.gcc
index 83f18bc69274cfc656c8888c62f857febda576b4..b542727b6a5eb6a8842e5e8e2e43142d43ecdcae 100644 (file)
@@ -147,10 +147,10 @@ $(OBJS):
 
 all: $(OBJS)\oleauto.exe
 
-$(OBJS)\oleauto_oleauto.o: .\oleauto.cpp
+$(OBJS)\oleauto_oleauto.o: ./oleauto.cpp
        $(CXX) -c -o $@ $(OLEAUTO_CXXFLAGS) $<
 
-$(OBJS)\oleauto_oleauto_rc.o: .\oleauto.rc
+$(OBJS)\oleauto_oleauto_rc.o: ./oleauto.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
 
 clean: