home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
msjournl
/
msjv4_3.arc
/
VIOHELLO.ARC
/
HELLO1
next >
Wrap
Text File
|
1989-01-20
|
266b
|
17 lines
#
# make file for hello1.c
#
INCLUDE=c:\os2\include\mt
LIB=c:\os2\lib
COPT=/Lp /W3 /Zp /G2s /Ox /i$(INCLUDE) /Alfw
#for debugging:
#COPT=/Lp /W3 /Zpiel /G2s /i$(INCLUDE) /Alfw
hello1.exe: hello1.c hello1
cl $(COPT) hello1.c /link /co llibcmt