home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / modeless / hello.mak < prev    next >
Encoding:
Text File  |  1988-10-11  |  285 b   |  11 lines

  1. hello.res: hello.rc hello.ico hello.h
  2.     rc -r hello.rc
  3.  
  4. hello.obj: hello.c hello.h
  5.     cl -d -c -u -W2 -Asnw -Gsw -Od -Zped hello.c
  6.  
  7. hello.exe: hello.obj hello.res hello.def
  8.     link4 hello, hello/align:16, hello/map/li, slibw , hello.def
  9.     mapsym hello
  10.     rc hello.res
  11.