X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/97507ccea7da6ca3765aa3c56bc74b1db47ca557..2035e10e83324c6925d12725b842768f6e2b00a2:/src/makeprog.vc diff --git a/src/makeprog.vc b/src/makeprog.vc index 5cf84b6a95..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 @@ -11,7 +11,7 @@ # info # Set WXDIR for your system -WXDIR = j:\dev\wx2\wxWindows +WXDIR = $(WXWIN) WXUSINGDLL=0 @@ -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)