.AUTODEPEND

#		*Translator Definitions*
CC = bcc +SRGP.CFG
TASM = TASM
TLIB = tlib
TLINK = tlink
LIBPATH = C:\BC\LIB;C:\SPHIGWIN\LIB
INCLUDEPATH = C:\BC\INCLUDE;C:\SPHIGWIN\INCLUDE


#		*Implicit Rules*
.c.obj:
  $(CC) -c {$< }

.cpp.obj:
  $(CC) -c {$< }

#		*Explicit Rules*

drawdemo: drawdemo.obj srgp.cfg
  $(TLINK) /3/v/x/c/P-/Twe/L$(LIBPATH) @&&|
c0wl.obj+
drawdemo.obj
drawdemo
		# no map file
srgp.lib+
mathwl.lib+
import.lib+
cwl.lib
\sphigwin\lib\srgp.def
|
  RC  \sphigwin\lib\srgp.res drawdemo.exe

mousdemo: mousdemo.obj srgp.cfg
  $(TLINK) /3/v/x/c/P-/Twe/L$(LIBPATH) @&&|
c0wl.obj+
mousdemo.obj
mousdemo
		# no map file
srgp.lib+
mathwl.lib+
import.lib+
cwl.lib
\sphigwin\lib\srgp.def
|
  RC  \sphigwin\lib\srgp.res mousdemo.exe


#		*Individual File Dependencies*

#srgp.res: srgp.cfg srgp.rc 
#	RC -R -I$(INCLUDEPATH) -FO srgp.res SRGP.RC

#		*Compiler Configuration File*
srgp.cfg:
  copy &&|
-R
-ml!
-2
-v
-G
-O
-Og
-Oe
-Om
-Ov
-Ol
-Op
-Oi
-Z
-d
-W
-vi-
-w-par
-wpro
-weas
-wpre
-w-rpt
-w-pia
-I$(INCLUDEPATH)
-L$(LIBPATH)
-DIBM_PC
-P-.C
| srgp.cfg
