]> git.saurik.com Git - wxWidgets.git/commitdiff
Make sure to include the current values for INCLUDE, LIB, PATH.
authorKevin Ollivier <kevino@theolliviers.com>
Wed, 3 May 2006 04:28:00 +0000 (04:28 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Wed, 3 May 2006 04:28:00 +0000 (04:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/msw/make_msvc6_setup

index d6b6a38b50ec7b99c7c398bb3ae036f06a865945..ae1eeb2d0ab12fe7bf405674bcbda376556c7e75 100644 (file)
@@ -3,6 +3,6 @@ MSDevDir=$VSCommonDir/msdev98
 MSVCDir=$MSVS6_DIR/VC98
 MSSdk=$MSPSDK_DIR
 
-export INCLUDE=$MSSdk/Include:$MSVCDir/ATL/INCLUDE:$MSVCDir/INCLUDE:$MSVCDir/MFC/INCLUDE
-export LIB=$MSSdk/Lib:$MSVCDir/LIB:$MSVCDir/MFC/LIB
-export PATH=$MSSdk/Bin:$MSSdk/Bin/win95:$MSDevDir/BIN:$MSVCDir/BIN:$VSCommonDir/TOOLS/WINNT:$VSCommonDir/TOOLS
\ No newline at end of file
+export INCLUDE=$MSSdk/Include:$MSVCDir/ATL/INCLUDE:$MSVCDir/INCLUDE:$MSVCDir/MFC/INCLUDE:$INCLUDE
+export LIB=$MSSdk/Lib:$MSVCDir/LIB:$MSVCDir/MFC/LIB:$LIB
+export PATH=$MSSdk/Bin:$MSSdk/Bin/win95:$MSDevDir/BIN:$MSVCDir/BIN:$VSCommonDir/TOOLS/WINNT:$VSCommonDir/TOOLS:$PATH
\ No newline at end of file