root/autobuild/examples/vc6x86env.cmd @ 906

Revision 906, 306 bytes (checked in by moo, 11 months ago)

examples for vc* env

  • Property svn:executable set to *
Line 
1@echo off
2Set vcdir=c:\app\cygwin\home\mOo\VC6
3Set INCLUDE=%vcdir%\INCLUDE;%vcdir%\PlatformSDK\include;C:\app\dev\WINDDK\3790.1830\inc\w2k
4Set LIB=%vcdir%\LIB;%vcdir%\PlatformSDK\lib;C:\app\dev\WINDDK\3790.1830\lib\w2k\i386
5Set Path=%vcdir%\BIN;c:\app\cygwin\bin;%windir%\system32;%windir%
6Set VCENV=1
7
8%*
Note: See TracBrowser for help on using the browser.