#;===========================================================================
#; Microsoft C 6.0 under DOS to generate default executable
#; LIB and INCLUDE env vars must be setted properly.
#; 
CD     =
RENMV	= ren
DELRM	= del
CC	= @cl /nologo /D__MSC60__ /DQSORT /c /J /Alhu /W4 /DDEBUG=1
LINK    = @cl /nologo /Alhu /F 8000 /DEXEFILE=
EXEXT	= .exe
OBJEXT	= .obj
EXBEG	= @rem
EXEND	= @echo Finished executable file  - 
