]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/makefile.gcc
Regenerated makefiles.
[wxWidgets.git] / samples / thread / makefile.gcc
index b357ca51eb09e44e72aee3959a57ef2853993219..5ac39af029ef633323bcc90bcab2bf12b333f9d9 100644 (file)
@@ -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: