home *** CD-ROM | disk | FTP | other *** search
- .AUTODEPEND
-
- .PATH.obj = EXE
-
- # *Translator Definitions*
- CC = bcc +RSTUB.CFG
- TASM = TASM
- TLIB = tlib
- TLINK = tlink
- LIBPATH = \BORLANDC\LIB
- INCLUDEPATH = \BORLANDC\INCLUDE
-
-
- # *Implicit Rules*
- .c.obj:
- $(CC) -c {$< }
-
- .cpp.obj:
- $(CC) -c {$< }
-
- # *List Macros*
-
-
- EXE_dependencies = \
- rstub.obj
-
- # *Explicit Rules*
- exe\rstub.exe: rstub.cfg $(EXE_dependencies)
- $(TLINK) /v/x/c/P-/L$(LIBPATH) @&&|
- c0s.obj+
- exe\rstub.obj
- exe\rstub
- # no map file
- emu.lib+
- maths.lib+
- cs.lib
- |
-
-
- # *Individual File Dependencies*
- rstub.obj: rstub.cfg rstub\rstub.cpp
- $(CC) -c rstub\rstub.cpp
-
- # *Compiler Configuration File*
- rstub.cfg: rstub.mak
- -copy &&|
- -3
- -vi-
- -wpro
- -weas
- -wpre
- -nEXE
- -I$(INCLUDEPATH)
- -L$(LIBPATH)
- | rstub.cfg
-
-
-