]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.vc
removed extern from inline function declarations
[wxWidgets.git] / src / makeprog.vc
index b3eb9138b2cc02e66a182eacb542a191685158a8..a2f9cd52dc54877c1d1581dcab94edb12c2e95e0 100644 (file)
@@ -2,7 +2,7 @@
 # File:                makefile.nt
 # Author:      Julian Smart
 # Created:     1999
-# Updated:     
+# Updated:
 # Copyright:   (c) Julian Smart
 #
 # Makefile environment for building samples. Include this from
@@ -17,7 +17,7 @@ WXUSINGDLL=0
 
 !include $(WXDIR)\src\makevc.env
 
-all:    $(PROGRAM).exe $(EXTRATARGETS)
+all:    $(PROGRAM).exe
 
 wx:
         cd $(WXDIR)\src\msw
@@ -38,7 +38,7 @@ $(LIBS)
 <<
 
 $(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)