$(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
# 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
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