home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / REVOLVE.ZIP / REVOLVE next >
Text File  |  1989-05-21  |  241b  |  10 lines

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