Prevent wxMac from creating an epmpty bitmap in a toolbar
[wxWidgets.git] / samples / text / makefile.gcc
index 47bf7ce8c1bf7e6d63b272b33a5071f4bef8d3a8..9d70b1c3cfda3fa42bf26c746a153f646aaf4944 100644 (file)
@@ -147,10 +147,10 @@ $(OBJS):
 
 all: $(OBJS)\text.exe
 
-$(OBJS)\text_text.o: .\text.cpp
+$(OBJS)\text_text.o: ./text.cpp
        $(CXX) -c -o $@ $(TEXT_CXXFLAGS) $<
 
-$(OBJS)\text_text_rc.o: .\text.rc
+$(OBJS)\text_text_rc.o: ./text.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: