home *** CD-ROM | disk | FTP | other *** search
- .AUTODEPEND
-
- # *Translator Definitions*
- CC = bcc +LZWIN.CFG
- TASM = TASM
- TLINK = tlink
-
-
- # *Implicit Rules*
- .c.obj:
- $(CC) -c {$< }
-
- .cpp.obj:
- $(CC) -c {$< }
-
- # *List Macros*
-
-
- EXE_dependencies = \
- lzwin.obj
-
- # *Explicit Rules*
- lzwin.exe: lzwin.cfg $(EXE_dependencies)
- $(TLINK) /x/c/P-/LC:\BORLANDC\LIB @&&|
- c0s.obj+
- lzwin.obj
- lzwin
- # no map file
- lzwsbc.lib+
- emu.lib+
- maths.lib+
- cs.lib
- |
-
-
- # *Individual File Dependencies*
- lzwin.obj: lzwin.c
-
- # *Compiler Configuration File*
- lzwin.cfg: lzwinb.mak
- copy &&|
- -G
- -O
- -Z
- -H=LZWIN.SYM
- -IC:\BORLANDC\INCLUDE;C:\OTHERINC
- -LC:\BORLANDC\LIB
- -DTURBO
- -P.CPP
- | lzwin.cfg
-
-