17 lines
560 B
Batchfile
17 lines
560 B
Batchfile
@ECHO OFF
|
|
doskey
|
|
rem SET PROMPT=$g
|
|
rem SET HOME=D:\mingw\home
|
|
rem SET TMP=D:\temp
|
|
rem SET TEMP=D:\temp
|
|
SET PATH=.;D:\mingw\bin;D:\TinyCOBOL;D:\mingw\usr\bin;%PATH%
|
|
SET C_INCLUDE_PATH=D:\mingw\include;D:\mingw\usr\include
|
|
SET CPP_INCLUDE_PATH=D:\mingw\include\g++-3;D:\mingw\include
|
|
SET CPLUS_INCLUDE_PATH=D:\mingw\include\g++-3;D:\mingw\include
|
|
SET LIBRARY_PATH=D:\mingw\lib;D:\mingw\usr\lib
|
|
SET BISON_SIMPLE=D:\mingw\usr\share\bison.simple
|
|
SET BISON_HAIRY=D:\mingw\usr\share\bison.hairy
|
|
SET TCOB_OPTIONS_PATH=D:\TinyCOBOL
|
|
SET TCOB_RTCONFIG_PATH=D:\TinyCOBOL
|
|
|