]> git.saurik.com Git - wxWidgets.git/blob - distrib/scripts/msw/make_msvc7_setup
As discussed with Julian, the new release system will use a new directory so that...
[wxWidgets.git] / distrib / scripts / msw / make_msvc7_setup
1 MSVCDir=$MSVS7_DIR/VC7
2 VCINSTALLDIR=
3 export PATH=$MSVS7_DIR:$MSVCDir/BIN:%VCINSTALLDIR%\Common7\Tools;%VCINSTALLDIR%\Common7\Tools\bin\prerelease;%VCINSTALLDIR%\Common7\Tools\bin;%FrameworkSDKDir%\bin;%FrameworkDir%\%FrameworkVersion%;
4 export INCLUDE=%MSVCDir%\ATLMFC\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\PlatformSDK\include\prerelease;%MSVCDir%\PlatformSDK\include;%FrameworkSDKDir%\include;
5 export LIB=%MSVCDir%\ATLMFC\LIB;%MSVCDir%\LIB;%MSVCDir%\PlatformSDK\lib\prerelease;%MSVCDir%\PlatformSDK\lib;%FrameworkSDKDir%\lib;