home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
os2sdk
/
os2sdk11
/
petzold
/
chap14
/
head
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-02-20
|
388 b
|
20 lines
#----------------
# HEAD make file
#----------------
head.obj : head.c head.h easyfont.h
cl -c -G2sw -W3 head.c
easyfont.obj : easyfont.c
cl -c -G2sw -W3 easyfont.c
head.res : head.rc head.h
rc -r head
head.exe : head.obj easyfont.obj head.def
link head easyfont, /align:16, NUL, os2, head
rc head.res
head.exe : head.res
rc head.res