home *** CD-ROM | disk | FTP | other *** search
- .AUTODEPEND
-
- # *Translator Definitions*
- CC = tcc +BAS2PCX.CFG
- TASM = C:\BIN\TASM
- TLINK = tlink
-
-
- # *Implicit Rules*
- .c.obj:
- $(CC) -c {$< }
-
- .cpp.obj:
- $(CC) -c {$< }
-
- .asm.obj:
- $(TASM) {$< }
-
-
- # *List Macros*
-
-
- EXE_dependencies = \
- bas2pcx.obj
-
- # *Explicit Rules*
- bas2pcx.exe: bas2pcx.cfg $(EXE_dependencies)
- $(TLINK) /x/n/c/d @&&|
- c:\bin\tclib\c0l.obj+
- bas2pcx.obj
- bas2pcx,
- c:\bin\tclib\emu.lib+
- c:\bin\tclib\mathl.lib+
- c:\bin\tclib\cl.lib
- |
-
-
- # *Individual File Dependencies*
- bas2pcx.obj: bas2pcx.c
-
- # *Compiler Configuration File*
- bas2pcx.cfg: bas2pcx.mak
- copy &&|
- -ml
- -K
- -G
- -O
- -Z
- -k-
- -V
- -vi-
- -wbbf
- -wpin
- -wamb
- -wamp
- -wasm
- -wpro
- -wcln
- -wdef
- -wsig
- -wnod
- -wstv
- -wucp
- -wuse
- -I.;C:\BIN\TCINC
- -L.;C:\BIN\TCLIB
- | bas2pcx.cfg
-
-
-