home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_144 / 8.ddi / OWLPRINT.ZIP / MAKEFILE < prev    next >
Encoding:
Text File  |  1992-06-10  |  634 b   |  34 lines

  1. #
  2. # ObjectWindows - (C) Copyright 1992 by Borland International
  3. #
  4.  
  5. !if !$d(BCROOT)
  6. !include "..\bcroot.inc"
  7. !endif
  8.  
  9. !include "..\makefile.inc"
  10.  
  11. ruler.exe: turboc.cfg ruler.obj mycombo.obj printer.obj ruler.res
  12.      $(TLINK) $(LFLAGS) $(BCLIBDIR)\c0w$(MODEL) ruler printer \
  13.               mycombo ,ruler,,@&&!
  14. $(OWLLIBS) $(STDLIBS)
  15. !,$(OWLROOT)\lib\owl.def
  16.      $(RC) -30 -K ruler.res ruler.exe
  17.  
  18. ruler.res: ruler.rc ids.h
  19.  
  20. turboc.cfg: makefile ..\makefile.inc
  21.     echo -I$(INCLUDE) >turboc.cfg
  22.  
  23. clean:
  24.     del *.obj
  25.     del *.exe
  26.     del *.res
  27.     del *.dll
  28.     del *.lib
  29.     del *.map
  30.     del *.sym
  31.         del turboc.cfg
  32.  
  33.  
  34.