home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / UTILS / DLGDS4 / PAS.MAK < prev    next >
Makefile  |  1993-07-10  |  481b  |  30 lines

  1.  
  2. #        *Translator Definitions*
  3. UNITPATH = C:TP\UNITS;C:\BP\UNITS;
  4.  
  5. #        *Explicit Rules*
  6. all: passrc1.exe passrc2.exe pasrsrc.exe delete
  7.  
  8. passrc1.exe: tpc.cfg
  9.   tpc /m  passrc1
  10.  
  11. passrc2.exe: tpc.cfg
  12.   tpc /m passrc2
  13.  
  14. pasrsrc.exe: tpc.cfg
  15.   tpc /m pasrsrc
  16.  
  17. delete:
  18.   del readscpt.tpu
  19.   del inplong.tpu
  20.   del tpc.cfg
  21.  
  22. #        *Compiler Configuration File*
  23. tpc.cfg: pas.mak
  24.   copy &&|
  25. /$A-,B-,D-,E+,F-,G-,I+,L-,N-,O-,P-,Q-,R-,S-,T-,V-,X+
  26. /U$(UNITPATH)
  27. | tpc.cfg
  28.  
  29.  
  30.