Category : Miscellaneous Language Source Code
Archive   : DLGDS411.ZIP
Filename : PAS.MAK

 
Output of file : PAS.MAK contained in archive : DLGDS411.ZIP
# Pascal make file for Dialog Design's external translators
# Usage:
# make -fpas

# Root directory, change as appropriate
ROOT = C:\BP

# Compiler name, use either tpc or bpc
TPC = tpc

# Unit path, where the System and Pascal units are
UNITPATH = $(ROOT)\units;

# Temporary config file name in default directory
CFG = $(TPC).cfg

# Compiler name, add ROOT\bin directory
TPC = $(ROOT)\bin\$(TPC)


# *Explicit Rules*
all: passrc1.exe passrc2.exe pasrsrc.exe delete

passrc1.exe: $(CFG)
$(TPC) /m passrc1

passrc2.exe: $(CFG)
$(TPC) /m passrc2

pasrsrc.exe: $(CFG)
$(TPC) /m pasrsrc

delete:
del readscpt.tpu
del inplong.tpu
del $(CFG)

# *Compiler Configuration File*
$(CFG): pas.mak
copy &&|
/$A-,B-,D-,E+,F-,G-,I+,L-,N-,O-,P-,Q-,R-,S-,T-,V-,X+
/U$(UNITPATH)
| $(CFG)


  3 Responses to “Category : Miscellaneous Language Source Code
Archive   : DLGDS411.ZIP
Filename : PAS.MAK

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/