home *** CD-ROM | disk | FTP | other *** search
- ##############################################################################
- # High C++ / Professional Pascal / Lahey Fortran
- # Copyright (C) 1989,1992 MetaWare Incorporated. All rights reserved.
- ##############################################################################
- # You may use any ASCII editor to modify this file after compiler
- # installation is completed.
- #
- # Before modifying this file, PLEASE read the section "Modifying
- # the Configuration File" in the Programmer's Guide.
- #
- # Things you should do:
- # Change HCDIR to the directory in which you installed the HC compiler,
- # or define HCDIR in the environment.
- # Change PPDIR to the directory in which you installed the Pascal compiler,
- # or define PPDIR in the environment.
- # Change LFDIR to the directory in which you installed the Fortran
- # compiler, or define LFDIR in the environment.
- # Change TOOLSDIR to the directory where your tools are -- your linker,
- # assembler, and so on -- or define TOOLSDIR in the environment.
- #
- # Remember that the '#' comments out the rest of the line, and must be
- # removed before the variable will actually be set. Also, the backslash
- # character '\' can be used for line continuation.
- ##############################################################################
- # Use driver parent directory for DOS natives
- HCDIR=$DRVPARENT
- # TOOLSDIR=
-
- ##############################################################################
- # Command-line options that will be evaluated at _every_ compilation.
- ##############################################################################
- # ARGS=
-
- ##############################################################################
- # Enable C++ compilation.
- # Uncomment the following line if you wish to enable C++ compilation.
- ##############################################################################
- CPP_OK=true
-
- ##############################################################################
- # Enable -Hloc C++ compilation.
- # Enable -Hloclib C++ Compilation -- stream library won't work here.
- # CAUTION: These are undocumented features and will be discontinued in the
- # in the near future.
- ##############################################################################
- GLOC_CPP=true
- # LOCLIB_CPP=true
-
- ##############################################################################
- # Temporary files required by the compiler are ordinarily created in
- # your current working directory. To designate an alternate directory
- # for temporary files, set the TMPPREFIX environment variable.
- ##############################################################################
- # TMPPREFIX=c:\tmp
-
- ##############################################################################
- # Linker and assembler to be used. You may specify a full path to your
- # linker and assembler right here.
- #
- # If you are running the DOS 386 compiler, and LINKNAME is set to something
- # ending with "l32.", the Lahey linker will be used instead of 386link.
- #
- # If you are running the DOS 386 compiler, and ASNAME is set to something
- # ending with "masm.exe", then MASM will be used instead of 386asm.
- ##############################################################################
- # LINKNAME=
- # ASNAME=
-
- ##############################################################################
- # If you are using version 3.0 or above of Phar Lap's DOS extender or
- # Rational's DOS 4G and would like the linker to output a .exe file instead
- # of a .exp, provide the path to Phar Lap's stub386.exe, or Rational's
- # stub.exe.
- ##############################################################################
- # PHARLAP_LOADER=d:\phar386\bin\stub386.exe
- # RATIONAL_LOADER=d:\dos4g\bin\stub.exe
-
-
- ##############################################################################
- # Options set here will be passed to the compiler and linker when -g is used
- # on the command line. The HCDEBUG options are not in the driver's normal
- # -H=option format, but are in a format recognizable by the compiler.
- # To change any of the HCDEBUG toggles just list the toggles that you
- # would like turned ON by -g after -on. List those toggles you would like
- # turned OFF by -g after -off.
- ##############################################################################
- HCDEBUG=-off cross_jump postpone_arg_pops
- # PharLap:
- PHARLAP_LINKDEBUG=-cvsym
- # Rational:
- RATIONAL_LINKDEBUG=-cod
-
- ##############################################################################
- # User-specified libraries
- ##############################################################################
- # USERLIB386=
- # USERLIB286=
- # USERLIB387=
- # USERLIB1167=
- # USERLIB3167=
- # USERLIBSOFT=
-
-