]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.vc
Found bug that skrewed up display wrt horizontal
[wxWidgets.git] / src / makeprog.vc
index 5c17936e4fe70e07c3ebaac92366f3a23d8d37b1..a2f9cd52dc54877c1d1581dcab94edb12c2e95e0 100644 (file)
@@ -10,7 +10,7 @@
 # Use FINAL=1 argument to nmake to build final version with no debugging
 # info
 
 # Use FINAL=1 argument to nmake to build final version with no debugging
 # info
 
-# Set WXDIR for your system (hint, set an environment variable named WXWIN)
+# Set WXDIR for your system
 WXDIR = $(WXWIN)
 
 WXUSINGDLL=0
 WXDIR = $(WXWIN)
 
 WXUSINGDLL=0
@@ -38,7 +38,7 @@ $(LIBS)
 <<
 
 $(PROGRAM).res :      $(PROGRAM).rc $(WXDIR)\include\wx\msw\wx.rc
 <<
 
 $(PROGRAM).res :      $(PROGRAM).rc $(WXDIR)\include\wx\msw\wx.rc
-    $(rc) -r /i$(WXDIR)\include -fo$@ $(PROGRAM).rc
+    $(rc) -r /i$(WXDIR)\include /i$(WXDIR)\contrib\include -fo$@ $(PROGRAM).rc
 
 clean:
         -erase $(OBJECTS)
 
 clean:
         -erase $(OBJECTS)