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

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