home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR19 / OBJ20D.ZIP / WINDOW.RMK < prev   
Text File  |  1993-08-13  |  332b  |  15 lines

  1. PATH=C:\compilad\clipper5
  2. CLIPPER=$(PATH)\bin\clipper
  3. BLINKER=$(PATH)\bin\blinker
  4.  
  5. .prg.obj:
  6.               $(CLIPPER) $< /n /i$(PATH)\include
  7.  
  8. TestWnd.obj : TestWnd.prg
  9.  
  10. Window.obj : Window.prg
  11.  
  12. TestWnd.exe : TestWnd.obj Window.obj
  13.               $(BLINKER) fi TestWnd, Window, Shadow LIB Objects
  14.               TestWnd
  15.