diff --git a/src/makelib.vc b/src/makelib.vc index fbb53a1900..afbc1456c0 100644 --- a/src/makelib.vc +++ b/src/makelib.vc @@ -9,7 +9,7 @@ # Use FINAL=1 argument to nmake to build final version with no debugging # info -# Set WXDIR for your system (hint, set an environment variable anmed WXWIN) +# Set WXDIR for your system (hint, set an environment variable named WXWIN) WXDIR = $(WXWIN) !include $(WXDIR)\src\makevc.env diff --git a/src/makeprog.vc b/src/makeprog.vc index 5cf84b6a95..5c17936e4f 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 @@ -10,8 +10,8 @@ # Use FINAL=1 argument to nmake to build final version with no debugging # info -# Set WXDIR for your system -WXDIR = j:\dev\wx2\wxWindows +# Set WXDIR for your system (hint, set an environment variable named WXWIN) +WXDIR = $(WXWIN) WXUSINGDLL=0