home *** CD-ROM | disk | FTP | other *** search
- ; COMPILE Sample Configuration File
-
- ; Placeholders:
-
- ; $f full filename, with directory, path and extension
- ; $p pathname part of filename, with trailing \ if one is present
- ; $d name of directory containing filename, without trailing \
- ; $x extension of file, with leading .
- ; $n name part of filename, without extension
- ; $$ a dollar sign
-
- ; The above may be capitalised if you wish the string that they
- ; represent to be in captials also.
-
- *.c
- bcc -v $f
-
- *.asm
- tasm /zi $f
- tlink /v $p$n.obj
-
- *.pas
- tp $f
-
-