2011-06-13 21:21:22 +02:00
|
|
|
@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
|
|
|
|
|
2013-07-04 22:50:40 +02:00
|
|
|
call "%VS100COMNTOOLS%vsvars32.bat"
|