home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
prog_pm
/
chap11
/
buttons2
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-01-09
|
294 b
|
13 lines
#--------------------
# BUTTONS2 make file
#--------------------
buttons2.obj : buttons2.c
cl -c -G2sw -W3 buttons2.c
sqbtn.obj : sqbtn.c
cl -c -G2sw -W3 sqbtn.c
buttons2.exe : buttons2.obj sqbtn.obj buttons2.def
link buttons2 sqbtn, /align:16, NUL, os2, buttons2