X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75a0a7b7de0cb3d5645ec014b60431b5fa2c7095..b657d5dbeecef5aa8470a0addbf744606b102d49:/samples/listctrl/makefile.gcc diff --git a/samples/listctrl/makefile.gcc b/samples/listctrl/makefile.gcc index 24cff4abdf..024ebfd611 100644 --- a/samples/listctrl/makefile.gcc +++ b/samples/listctrl/makefile.gcc @@ -147,10 +147,10 @@ $(OBJS): all: $(OBJS)\listctrl.exe -$(OBJS)\listctrl_listtest.o: .\listtest.cpp +$(OBJS)\listctrl_listtest.o: ./listtest.cpp $(CXX) -c -o $@ $(LISTCTRL_CXXFLAGS) $< -$(OBJS)\listctrl_listtest_rc.o: .\listtest.rc +$(OBJS)\listctrl_listtest_rc.o: ./listtest.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: