Finished moving this over to bash syntax.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-03-07 00:02:33 +00:00
parent 615c15f981
commit d78c9b7e4a

View File

@@ -1,5 +1,8 @@
MSVCDir=$MSVS7_DIR/VC7
VCINSTALLDIR=
export PATH=$MSVS7_DIR:$MSVCDir/BIN:%VCINSTALLDIR%\Common7\Tools;%VCINSTALLDIR%\Common7\Tools\bin\prerelease;%VCINSTALLDIR%\Common7\Tools\bin;%FrameworkSDKDir%\bin;%FrameworkDir%\%FrameworkVersion%;
export INCLUDE=%MSVCDir%\ATLMFC\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\PlatformSDK\include\prerelease;%MSVCDir%\PlatformSDK\include;%FrameworkSDKDir%\include;
export LIB=%MSVCDir%\ATLMFC\LIB;%MSVCDir%\LIB;%MSVCDir%\PlatformSDK\lib\prerelease;%MSVCDir%\PlatformSDK\lib;%FrameworkSDKDir%\lib;
VCINSTALLDIR=$MSVS7_DIR
FrameworkSDKDir=$MSVS7_DIR/SDK/v1.1
FrameworkDir=$NET_FrameworkDir
FrameworkVersion=v1.1.4322
export PATH=$MSVS7_DIR:$MSVCDir/BIN:$MSVS7_DIR/Common7/Tools:$MSVS7_DIR/Common7/Tools/bin/prerelease:$MSVS7_DIR/Common7/Tools/bin:$FrameworkSDKDir/bin:$FrameworkDir/$FrameworkVersion:$PATH
export INCLUDE=$MSVCDir/ATLMFC/INCLUDE:$MSVCDir/INCLUDE:$MSVCDir/PlatformSDK/include/prerelease:$MSVCDir/PlatformSDK/include:$FrameworkSDKDir/include:$INCLUDE
export LIB=$MSVCDir/ATLMFC/LIB:$MSVCDir/LIB:$MSVCDir/PlatformSDK/lib/prerelease:$MSVCDir/PlatformSDK/lib:$FrameworkSDKDir/lib:$LIB