X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75a0a7b7de0cb3d5645ec014b60431b5fa2c7095..70fb935a6a52fd27b288f4885c55cddf038b89f1:/samples/exec/makefile.gcc diff --git a/samples/exec/makefile.gcc b/samples/exec/makefile.gcc index 6069b77ce8..0d5d2ad1bc 100644 --- a/samples/exec/makefile.gcc +++ b/samples/exec/makefile.gcc @@ -147,10 +147,10 @@ $(OBJS): all: $(OBJS)\exec.exe -$(OBJS)\exec_exec.o: .\exec.cpp +$(OBJS)\exec_exec.o: ./exec.cpp $(CXX) -c -o $@ $(EXEC_CXXFLAGS) $< -$(OBJS)\exec_exec_rc.o: .\exec.rc +$(OBJS)\exec_exec_rc.o: ./exec.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: