]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/makefile.gcc
account for the scrollbars in GetViewRect()
[wxWidgets.git] / samples / notebook / makefile.gcc
index 32771c9880e52353c6a54f944b0da7ab3e9492e5..526dd89e7cae8f606850c82c64bedb9f9edf7daa 100644 (file)
@@ -147,10 +147,10 @@ $(OBJS):
 
 all: $(OBJS)\notebook.exe
 
-$(OBJS)\notebook_notebook.o: .\notebook.cpp
+$(OBJS)\notebook_notebook.o: ./notebook.cpp
        $(CXX) -c -o $@ $(NOTEBOOK_CXXFLAGS) $<
 
-$(OBJS)\notebook_notebook_rc.o: .\notebook.rc
+$(OBJS)\notebook_notebook_rc.o: ./notebook.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: