home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
msysjour
/
ms
/
s12324
/
sample.mak
< prev
Wrap
Text File
|
1989-03-30
|
417b
|
20 lines
#=========================================
# Sample makefile
#=========================================
cp=cl -c -ALu -G2s -Od -Zpei
cv=/CO
.c.obj:
$(cp) $*.c
#=========================================
# Dependencies
#=========================================
sample.obj: sample.c
$(cp) sample.c
sample.exe: sample.obj
link $(cv) sample.obj,sample.exe,,/NOD LLIBCE OS2,sample.def