home *** CD-ROM | disk | FTP | other *** search
- .key arg/A
- .bra {
- .ket }
-
- ;*********************************************
- ; GENERAL DICE SETUP *
- ;*********************************************
- ;
- ; -f option only applies to 1.3 but doesn't hurt under 2.0
- ; -2.0 option set default to use the 2.0 includes and libraries.
- ; (you can still compile 1.3 programs with the 2.0 includes/libs
- ; as long as you do not use any 2.0-specific calls)
-
- assign DCC: {arg}
- assign DLIB: DCC:DLIB
- assign DINCLUDE: DCC:INCLUDE
- assign DTMP: t:
- setenv DCCOPTS "-f -2.0 -Tt:"
-
- path ADD DCC:BIN
-
-
- resident >nil: force
- if WARN
- ;*********************************************
- ; 1.3 SPECIFIC SETUP *
- ;*********************************************
- else
-
- ;*********************************************
- ; 2.0 SPECIFIC SETUP *
- ;*********************************************
- assign libs: DCC:libs ADD
- endif
-
-
-