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