blob: 5c258e9a5e5442801590df9521745a6970d0ea96 (
plain)
1
2
3
4
5
6
7
|
@echo off
rem To be used on MS-Windows for Visual C++ 2010 Express Edition
rem aka Microsoft Visual Studio 10.0.
rem See INSTALLpc.txt for information.
@echo on
call "%VS100COMNTOOLS%vsvars32.bat"
|