X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75a0a7b7de0cb3d5645ec014b60431b5fa2c7095..204e4cd6ee65758d39a89402a85ecd07ecf364f2:/samples/thread/makefile.gcc diff --git a/samples/thread/makefile.gcc b/samples/thread/makefile.gcc index b357ca51eb..5ac39af029 100644 --- a/samples/thread/makefile.gcc +++ b/samples/thread/makefile.gcc @@ -147,10 +147,10 @@ $(OBJS): all: $(OBJS)\thread.exe -$(OBJS)\thread_thread.o: .\thread.cpp +$(OBJS)\thread_thread.o: ./thread.cpp $(CXX) -c -o $@ $(THREAD_CXXFLAGS) $< -$(OBJS)\thread_thread_rc.o: .\thread.rc +$(OBJS)\thread_thread_rc.o: ./thread.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: