home *** CD-ROM | disk | FTP | other *** search
- .AUTODEPEND
-
- .PATH.obj = EXE
-
- # *Translator Definitions*
- CC = bcc +CSDUDES.CFG
- TASM = TASM
- TLIB = tlib
- TLINK = tlink
- LIBPATH = ..\LIB;\BORLANDC\LIB;\BORLANDC\TVISION\LIB;
- INCLUDEPATH = \BORLANDC\INCLUDE;\PXENG30\C\INCLUDE;\BORLANDC\TVISION\INCLUDE
-
-
- # *Implicit Rules*
- .c.obj:
- $(CC) -c {$< }
-
- .cpp.obj:
- $(CC) -c {$< }
-
- # *List Macros*
-
-
- EXE_dependencies = \
- pdxfld.obj \
- pdxtbl.obj \
- cscctr.obj \
- csperson.obj \
- csdudes.obj \
- pxmsg.obj \
- ..\..\..\pxeng30\c\lib\dbfeng.lib \
- ..\..\..\pxeng30\c\lib\pxengtcl.lib \
- ..\..\..\borlandc\tvision\lib\tvprot.lib \
- ..\lib\clib.lib \
- ..\..\..\borlandc\lib\emu.lib \
- ..\..\..\borlandc\lib\fp87.lib \
- ..\..\..\borlandc\lib\mathl.lib \
- ..\..\..\borlandc\lib\cl.lib \
- csdudes.def
-
- # *Explicit Rules*
- exe\csdudes.exe: csdudes.cfg $(EXE_dependencies)
- $(TLINK) /v/s/i/n/c/P=32768/Twe/L$(LIBPATH) @&&|
- c0wl.obj+
- exe\pdxfld.obj+
- exe\pdxtbl.obj+
- exe\cscctr.obj+
- exe\csperson.obj+
- exe\csdudes.obj+
- exe\pxmsg.obj
- exe\csdudes,exe\csdudes
- ..\..\..\pxeng30\c\lib\dbfeng.lib+
- ..\..\..\pxeng30\c\lib\pxengtcl.lib+
- ..\..\..\borlandc\tvision\lib\tvprot.lib+
- ..\lib\clib.lib+
- ..\..\..\borlandc\lib\emu.lib+
- ..\..\..\borlandc\lib\fp87.lib+
- ..\..\..\borlandc\lib\mathl.lib+
- ..\..\..\borlandc\lib\cl.lib
- csdudes.def
- |
- RC exe\csdudes.exe
-
-
- # *Individual File Dependencies*
- pdxfld.obj: csdudes.cfg pdxfld.cpp
-
- pdxtbl.obj: csdudes.cfg pdxtbl.cpp
-
- cscctr.obj: csdudes.cfg cscctr.cpp
-
- csperson.obj: csdudes.cfg csperson.cpp
-
- csdudes.obj: csdudes.cfg csdudes.cpp
-
- pxmsg.obj: csdudes.cfg ..\..\..\pxeng30\c\pxmsg.c
- $(CC) -c ..\..\..\pxeng30\c\pxmsg.c
-
- # *Compiler Configuration File*
- csdudes.cfg: csdudes.mak
- -copy &&|
- -ml
- -3
- -v
- -y
- -vi-
- -weas
- -wpre
- -nEXE
- -I$(INCLUDEPATH)
- -L$(LIBPATH)
- -DPROTECT
- | csdudes.cfg
-
-
-