home *** CD-ROM | disk | FTP | other *** search
- .AUTODEPEND
-
- # *Translator Definitions*
- CC = bcc +NTIME.CFG
- TASM = TASM
- TLIB = tlib
- TLINK = tlink
- LIBPATH = D:\BORLANDC\LIB
- INCLUDEPATH = D:\BORLANDC\INCLUDE
-
-
- # *Implicit Rules*
- .c.obj:
- $(CC) -c {$< }
-
- .cpp.obj:
- $(CC) -c {$< }
-
- # *List Macros*
- Link_Exclude = \
- ntime.res
-
- Link_Include = \
- dsplist.obj \
- ntime.obj \
- netwrkm.obj \
- ntime.def \
- \borlandc\lib\winsock.lib \
- \borlandc\lib\ctl3d.lib
-
- # *Explicit Rules*
- ntime.exe: ntime.cfg $(Link_Include) $(Link_Exclude)
- $(TLINK) /x/n/c/P-/Twe/L$(LIBPATH) @&&|
- c0ws.obj+
- dsplist.obj+
- ntime.obj+
- netwrkm.obj
- ntime
- # no map file
- \borlandc\lib\winsock.lib+
- \borlandc\lib\ctl3d.lib+
- import.lib+
- cws.lib
- ntime.def
- |
- RC ntime.res ntime.exe
-
-
- # *Individual File Dependencies*
- dsplist.obj: ntime.cfg dsplist.c
-
- ntime.obj: ntime.cfg ntime.c
-
- netwrkm.obj: ntime.cfg netwrkm.c
-
- ntime.res: ntime.cfg ntime.rc
- RC -R -I$(INCLUDEPATH) -FO ntime.res NTIME.RC
-
- # *Compiler Configuration File*
- ntime.cfg: ntime.mak
- copy &&|
- -3
- -f-
- -W
- -vi-
- -wpro
- -weas
- -wpre
- -I$(INCLUDEPATH)
- -L$(LIBPATH)
- | ntime.cfg
-
-
-