]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makevc.env
wxDateTime progress: DST compuation, weekday computation, day-in-year and week
[wxWidgets.git] / src / makevc.env
index 0c0d1240d826b3d3172cfc432a297023cb27b9e4..eb7c71ff72e8ba22cd74b92759724ec0459ae527 100644 (file)
@@ -1,5 +1,5 @@
 #
-# File:                ntwxwin.env
+# File:                makevc.env
 # Author:      Ulrich Leodolter
 # Created:     Wed May 17 08:36:42 1995
 # Updated:
@@ -8,7 +8,7 @@
 #
 !include <ntwin32.mak>
 
-WXVERSION=21b10
+WXVERSION=21_11
 WIN95=1
 
 !if "$(WIN95)" == "0"
@@ -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