home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / mouse / gmesspos < prev    next >
Encoding:
Text File  |  1988-08-11  |  315 b   |  23 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. gmesspos.obj: gmesspos.c
  19.  
  20. gmesspos.exe: gmesspos.obj gmesspos.def
  21.     link4 gmesspos,/align:16,/map,slibw,gmesspos.def
  22.     mapsym gmesspos
  23.