From 3e1ed7d709cf4e81556589a8c2132882f40d97ff Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 17 Dec 1999 19:47:51 +0000 Subject: [PATCH] Fixing another hard-coded WXDIR path git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/makelib.vc | 2 +- src/makeprog.vc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.2