#;===========================================================================
#; Microsoft Visual C++ 6.0 under Windows (Win32 console)
#; 
#; Look file ..\..\WIN\mscv60mi.txt for some details.
#; 
CD     =
RENMV	= ren 
DELRM	= del 
CC	= @cl /nologo /ID:\COMPILER\VC60\INC /D__VC60__ /DQSORT /DDEBUG=0 /c /J
LINK	= @link /nologo /subsystem:console /LIBPATH:D:\COMPILER\VC60\LIB /OUT:
EXEXT	= .exe
OBJEXT	= .obj
EXBEG	= rem
EXEND	= @echo Finished executable file  - 
LIBS    = 
