home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
win_lrn
/
memory
/
stack
/
hello.mak
< prev
next >
Wrap
Text File
|
1988-12-15
|
316b
|
13 lines
stack.obj: stack.asm
masm -i\include -D?S stack.asm;
hello.obj: hello.c hello.h
cl -d -c -AS -Gsw -Os -Zpe hello.c
hello.res: hello.rc hello.ico hello.h
rc -r hello.rc
hello.exe: hello.obj hello.res hello.def stack.obj
link4 hello stack,/align:16,/map,slibw,hello.def
rc hello.res