home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 3.ddi / MWHC.003 / 3 < prev    next >
Encoding:
Text File  |  1992-04-21  |  4.7 KB  |  103 lines

  1. ##############################################################################
  2. #  High C++ / Professional Pascal / Lahey Fortran
  3. #  Copyright (C) 1989,1992 MetaWare Incorporated.  All rights reserved.
  4. ##############################################################################
  5. #  You may use any ASCII editor to modify this file after compiler
  6. #  installation is completed.
  7. #
  8. #  Before modifying this file, PLEASE read the section "Modifying
  9. #  the Configuration File" in the Programmer's Guide.
  10. #
  11. #  Things you should do:
  12. #    Change HCDIR to the directory in which you installed the HC compiler, 
  13. #    or define HCDIR in the environment.
  14. #    Change PPDIR to the directory in which you installed the Pascal compiler,
  15. #    or define PPDIR in the environment. 
  16. #    Change LFDIR to the directory in which you installed the Fortran
  17. #      compiler, or define LFDIR in the environment. 
  18. #    Change TOOLSDIR to the directory where your tools are -- your linker,
  19. #    assembler, and so on -- or define TOOLSDIR in the environment.
  20. #
  21. #  Remember that the '#' comments out the rest of the line, and must be
  22. #  removed before the variable will actually be set.  Also, the backslash
  23. #  character '\' can be used for line continuation.
  24. ##############################################################################
  25. # Use driver parent directory for DOS natives
  26. HCDIR=$DRVPARENT
  27. # TOOLSDIR=
  28.  
  29. ##############################################################################
  30. #  Command-line options that will be evaluated at _every_ compilation.
  31. ##############################################################################
  32. # ARGS=
  33.  
  34. ##############################################################################
  35. #  Enable C++ compilation.
  36. #  Uncomment the following line if you wish to enable C++ compilation.
  37. ##############################################################################
  38. CPP_OK=true
  39.  
  40. ##############################################################################
  41. #  Enable -Hloc C++ compilation.
  42. #  Enable -Hloclib C++ Compilation -- stream library won't work here.
  43. #  CAUTION: These are undocumented features and will be discontinued in the
  44. #           in the near future.
  45. ##############################################################################
  46. GLOC_CPP=true
  47. # LOCLIB_CPP=true
  48.  
  49. ##############################################################################
  50. #  Temporary files required by the compiler are ordinarily created in
  51. #  your current working directory. To designate an alternate directory
  52. #  for temporary files, set the TMPPREFIX environment variable.
  53. ##############################################################################
  54. # TMPPREFIX=c:\tmp
  55.  
  56. ##############################################################################
  57. #  Linker and assembler to be used.  You may specify a full path to your
  58. #  linker and assembler right here.
  59. #
  60. #  If you are running the DOS 386 compiler, and LINKNAME is set to something
  61. #  ending with "l32.", the Lahey linker will be used instead of 386link.
  62. #
  63. #  If you are running the DOS 386 compiler, and ASNAME is set to something
  64. #  ending with "masm.exe", then MASM will be used instead of 386asm.
  65. ##############################################################################
  66. # LINKNAME=
  67. # ASNAME=
  68.  
  69. ##############################################################################
  70. # If you are using version 3.0 or above of Phar Lap's DOS extender or 
  71. # Rational's DOS 4G and would like the linker to output a .exe file instead 
  72. # of a .exp, provide the path to Phar Lap's stub386.exe, or Rational's 
  73. # stub.exe.
  74. ##############################################################################
  75. # PHARLAP_LOADER=d:\phar386\bin\stub386.exe
  76. # RATIONAL_LOADER=d:\dos4g\bin\stub.exe
  77.  
  78.  
  79. ##############################################################################
  80. #  Options set here will be passed to the compiler and linker when -g is used 
  81. #  on the command line.  The HCDEBUG options are not in the driver's normal 
  82. #  -H=option format, but are in a format recognizable by the compiler.  
  83. #  To change any of the HCDEBUG toggles just list the toggles that you
  84. #  would like turned ON by -g after -on.  List those toggles you would like
  85. #  turned OFF by -g after -off. 
  86. ##############################################################################
  87. HCDEBUG=-off cross_jump postpone_arg_pops
  88. # PharLap:
  89. PHARLAP_LINKDEBUG=-cvsym 
  90. # Rational:
  91. RATIONAL_LINKDEBUG=-cod
  92.  
  93. ##############################################################################
  94. #  User-specified libraries
  95. ##############################################################################
  96. # USERLIB386=
  97. # USERLIB286=
  98. # USERLIB387=
  99. # USERLIB1167=
  100. # USERLIB3167=
  101. # USERLIBSOFT=
  102.  
  103.