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

  1. gmenuitc.obj: gmenuitc.c gmenuitc.h
  2.     cl -d -c -AS -Gsw -Os -Zpe gmenuitc.c
  3.  
  4. gmenuitc.res: gmenuitc.rc
  5.     rc -r gmenuitc.rc
  6.  
  7. gmenuitc.exe: gmenuitc.obj gmenuitc.def
  8.     link4 gmenuitc,/align:16,/map,slibw/NOE,gmenuitc.def
  9.     mapsym gmenuitc
  10.     rc gmenuitc.res
  11.