home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
msysjour
/
vol04
/
03
/
viohello
/
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