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

  1. openfile.obj: openfile.c
  2.   cl -c -Fs -W3 -AS -Gsw -Od -Zped openfile.c
  3.  
  4. openfile.exe: openfile.obj openfile.def
  5.     link4 openfile,/align:16,,slibw/NOE,openfile.def
  6.     del openfile.obj
  7.     del openfile.map
  8.