home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / sysutils / benchmrk / drystone / schlaf < prev   
Encoding:
Text File  |  1990-07-10  |  302 b   |  17 lines

  1. aha: schlaf
  2.      del schlaf.exe
  3.      del schlaf.obj
  4.  
  5. flags=-G2 -Lp -Fb # OS/2: 286-code, protected mode, Bind-family, OS2-Def
  6.  
  7. map=-Fm -Fs        # map-file
  8.  
  9. modeltype=S
  10. model=-A$(modeltype)
  11.  
  12. schlaf.exe:
  13.         cl -Ox $(model) $(flags) $(map) $*.c -o $*
  14.  
  15. ###########################
  16.  
  17.