#
# ObjectWindows - (C) Copyright 1992 by Borland International
#

!if !$d(BCROOT)
!include "bcroot.inc"
!endif

!include "makefile.inc"

ruler.exe: config ruler.obj printer.obj mycombo.obj ruler.res ruler.def
     $(TLINK)  $(LFLAGS) $(BCLIBDIR)\c0w$(MODEL) ruler printer mycombo,ruler,,@&&!
$(OWLLIBS) $(STDLIBS)
!,$&.def
     rc -K ruler.res ruler.exe

config:
	echo -I$(INCLUDE) >turboc.cfg
	echo -H >>turboc.cfg
