root/autobuild/examples/vc6x86env.cmd
@
906
| Revision 906, 306 bytes (checked in by moo, 11 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | @echo off |
| 2 | Set vcdir=c:\app\cygwin\home\mOo\VC6 |
| 3 | Set INCLUDE=%vcdir%\INCLUDE;%vcdir%\PlatformSDK\include;C:\app\dev\WINDDK\3790.1830\inc\w2k |
| 4 | Set LIB=%vcdir%\LIB;%vcdir%\PlatformSDK\lib;C:\app\dev\WINDDK\3790.1830\lib\w2k\i386 |
| 5 | Set Path=%vcdir%\BIN;c:\app\cygwin\bin;%windir%\system32;%windir% |
| 6 | Set VCENV=1 |
| 7 | |
| 8 | %* |
Note: See TracBrowser
for help on using the browser.

