]> git.saurik.com Git - wxWidgets.git/commitdiff
Took out somebody's hard coded path (j:\dev\something...) and put back
authorRobin Dunn <robin@alldunn.com>
Thu, 16 Dec 1999 21:00:59 +0000 (21:00 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 16 Dec 1999 21:00:59 +0000 (21:00 +0000)
$(WXWIN).  Please just set an environment variable like the rest of us!

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/makelib.vc
src/makevc.env

index 6cbf046e070e29a1df2f9ea82b2f4bf6d114c354..fbb53a1900f8a1a557f33d7387dafdce1744a7b1 100644 (file)
@@ -9,8 +9,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 anmed WXWIN)
+WXDIR = $(WXWIN)
 
 !include $(WXDIR)\src\makevc.env
 
index 68e7bf0b16509de17266cfcc0ce7d90d9dcc4c02..eb7c71ff72e8ba22cd74b92759724ec0459ae527 100644 (file)
@@ -42,8 +42,8 @@ WINLINKFLAGS=/INCREMENTAL:NO /NOLOGO -machine:$(CPU) -subsystem:windows,$(APPVER
 WINLIBS=kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib oldnames.lib\
  comctl32.lib ctl3d32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib # libci.lib # libci.lib required for VC++ 4.2
 
-# Change this to your WXWIN directory
-WXDIR=j:\dev\wx2\wxWindows
+# Set a WXWIN environment variable be the path to your WXWIN directory
+WXDIR=$(WXWIN)
 
 WXSRC=$(WXDIR)\src\msw
 WXINC=$(WXDIR)\include