home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / blx21.zip / OWLPRT.ARJ / PRTCPP.ARJ / MAKEFILE < prev    next >
Text File  |  1992-02-24  |  436b  |  20 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: config ruler.obj printer.obj mycombo.obj ruler.res ruler.def
  12.      $(TLINK)  $(LFLAGS) $(BCLIBDIR)\c0w$(MODEL) ruler printer mycombo,ruler,,@&&!
  13. $(OWLLIBS) $(STDLIBS)
  14. !,$&.def
  15.      rc -K ruler.res ruler.exe
  16.  
  17. config:
  18.     echo -I$(INCLUDE) >turboc.cfg
  19.     echo -H >>turboc.cfg
  20.