X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48d1144bc4dabb9f8dd6f913e9a65d709e5995e3..2035e10e83324c6925d12725b842768f6e2b00a2:/src/makeprog.vc diff --git a/src/makeprog.vc b/src/makeprog.vc index b3eb9138b2..a2f9cd52dc 100644 --- a/src/makeprog.vc +++ b/src/makeprog.vc @@ -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)