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