home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / S12143.ZIP / REVOLVE next >
Text File  |  1988-07-31  |  214b  |  10 lines

  1. #-------------------
  2. # REVOLVE make file
  3. #-------------------
  4.  
  5. revolve.obj : revolve.c
  6.      cl -c -G2sw -W3 revolve.c
  7.  
  8. revolve.exe : revolve.obj revolve.def
  9.      link revolve, /align:16, NUL, os2, revolve
  10.