X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75a0a7b7de0cb3d5645ec014b60431b5fa2c7095..204e4cd6ee65758d39a89402a85ecd07ecf364f2:/samples/treectrl/makefile.gcc?ds=sidebyside diff --git a/samples/treectrl/makefile.gcc b/samples/treectrl/makefile.gcc index 4d9b4e48c6..70534f15c0 100644 --- a/samples/treectrl/makefile.gcc +++ b/samples/treectrl/makefile.gcc @@ -147,10 +147,10 @@ $(OBJS): all: $(OBJS)\treectrl.exe -$(OBJS)\treectrl_treetest.o: .\treetest.cpp +$(OBJS)\treectrl_treetest.o: ./treetest.cpp $(CXX) -c -o $@ $(TREECTRL_CXXFLAGS) $< -$(OBJS)\treectrl_treetest_rc.o: .\treetest.rc +$(OBJS)\treectrl_treetest_rc.o: ./treetest.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: