home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
progwin
/
chap01
/
hellowin.mak
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1990-11-12
|
280 b
|
11 lines
#------------------------
# HELLOWIN.MAK make file
#------------------------
hellowin.exe : hellowin.obj hellowin.def
link hellowin, /align:16, NUL, /nod slibcew libw, hellowin
rc hellowin.exe
hellowin.obj : hellowin.c
cl -c -Gsw -Ow -W2 -Zp hellowin.c