git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37839
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
--- /dev/null
+VSCommonDir=$MSVS6_DIR/Common
+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