home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv3_3 / gpicode / cachedps.mak < prev    next >
Encoding:
Text File  |  1989-03-02  |  256 b   |  13 lines

  1. # Figure 3
  2. # =========
  3.  
  4. #--------------------
  5. # CACHEDPS make file
  6. #--------------------
  7.  
  8. cachedps.obj : cachedps.c
  9.      cl -c -G2sw -W2 -Zp cachedps.c
  10.  
  11. cachedps.exe : cachedps.obj cachedps.def
  12.      link cachedps, /align:16, NUL, os2, cachedps
  13.