1@echo off 2rem To be used on MS-Windows for Visual C++ 2008 Express Edition 3rem aka Microsoft Visual Studio 9.0. 4rem See INSTALLpc.txt for information. 5@echo on 6 7call "%VS90COMNTOOLS%vsvars32.bat" 8
1@echo off 2rem To be used on MS-Windows for Visual C++ 2008 Express Edition 3rem aka Microsoft Visual Studio 9.0. 4rem See INSTALLpc.txt for information. 5@echo on 6 7call "%VS90COMNTOOLS%vsvars32.bat" 8