X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75a0a7b7de0cb3d5645ec014b60431b5fa2c7095..70fb935a6a52fd27b288f4885c55cddf038b89f1:/demos/poem/makefile.gcc?ds=sidebyside diff --git a/demos/poem/makefile.gcc b/demos/poem/makefile.gcc index d610c0ee22..284e14a568 100644 --- a/demos/poem/makefile.gcc +++ b/demos/poem/makefile.gcc @@ -151,10 +151,10 @@ $(OBJS): all: $(OBJS)\wxpoem.exe data -$(OBJS)\wxpoem_wxpoem.o: .\wxpoem.cpp +$(OBJS)\wxpoem_wxpoem.o: ./wxpoem.cpp $(CXX) -c -o $@ $(WXPOEM_CXXFLAGS) $< -$(OBJS)\wxpoem_wxpoem_rc.o: .\wxpoem.rc +$(OBJS)\wxpoem_wxpoem_rc.o: ./wxpoem.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: