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

  1.  
  2. #
  3. #  Standard command line definitions
  4. #
  5.  
  6. cp=cl -d -c -AS -Gsw -Os -Zpe
  7.  
  8. #
  9. #  Standard inference rules
  10. #
  11. .c.obj:
  12.     $(cp) $*.c
  13.  
  14. #
  15. #  The C File List
  16. #
  17.  
  18. gmenustr.obj: gmenustr.c
  19.  
  20. gmenustr.res: gmenustr.rc 
  21.     rc -r gmenustr.rc
  22.  
  23. gmenustr.exe: gmenustr.obj gmenustr.res gmenustr.def
  24.     link4 gmenustr,/align:16,/map,slibw,gmenustr.def
  25.     mapsym gmenustr
  26.     rc gmenustr.res
  27.