home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCBTOOLS.MST (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-01-16  |  4KB  |  109 lines

  1. :Base BCBTOOLS.HLP
  2. 1 Borland C++Builder Tools and Utilities
  3. 2 An overview of the Borland C++Builder tools = BctoolsOverview
  4. 2 The C++ compiler
  5. 3 Using the command-line compiler = UsingTheCommandLineCompiler
  6. 3 Using compiler configuration files = UsingCompilerConfigurationFiles
  7. 3 Using compiler response files = UsingCompilerResponseFiles
  8. 3 Option precedence rules = OptionPrecedenceRules
  9. 3 Entering directories for command-line options = EnteringDirectoriesForCommandLineOptions
  10. 2 The C++ preprocessors
  11. 3 CPP and CPP32: The Preprocessors = CPP
  12. 3 Using CPP = CPP_Using
  13. 3 CPP as a macro preprocessor = CPP_MacroPreprocessor
  14. 3 Using MIDL with CPP.EXE and CPP32.EXE = CPP_MIDL
  15. 3 CPP and UUIDs = CPP_UUID
  16. 2 GREP.EXE
  17. 3 GREP: A text-search utility = GREP
  18. 3 GREP: Command-line syntax = GREP_CommandLineSyntax
  19. 3 GREP: Command-line options = GREP_CommandLineOptions
  20. 3 GREP: The search string = GREP_TheSearchString
  21. 3 GREP: File specifications = GREP_FileSpecifications
  22. 3 GREP examples
  23. 4 GREP: Examples = GREP_Ex
  24. 4 GREP: Example 1 = GREP_Ex1
  25. 4 GREP: Example 2 = GREP_Ex2
  26. 4 GREP: Example 3 = GREP_Ex3
  27. 4 GREP: Example 4 = GREP_Ex4
  28. 4 GREP: Example 5 = GREP_Ex5
  29. 2 IdeToMak.EXE
  30. 3 Using IdeToMak.EXE = UsingIdeToMak
  31. 2 IMPLIB.EXE
  32. 3 Using IMPLIB = IMPLIB
  33. 3 Using the module definition file manager (IMPDEF) = IMPDEF
  34. 3 Classes in a DLL = ClassesInADLL
  35. 3 Functions in a DLL = FunctionsInADLL
  36. 2 MAKE.EXE
  37. 3 Using MAKE
  38. 3 Using MAKE = UsingMAKE
  39. 3 Default MAKE actions = DefaultMAKEActions
  40. 3 Using makefiles = UsingMakefiles
  41. 3 Symbolic targets = SymbolicTargets
  42. 3 BUILTINS.MAK = BUILTINSMAK
  43. 3 Using TOUCH = UsingTOUCH
  44. 3 MAKE options
  45. 4 MAKE options = MAKEOptions
  46. 4 Setting default MAKE options = SettingDefaultMAKEOptions
  47. 4 Compatibility with Microsoft's NMAKE = CompatibilityWithMicrosoftSNMAKE
  48. 3 Explicit and implicit rules
  49. 4 Explicit and implicit rules = ExplicitAndImplicitRules
  50. 4 Explicit rule syntax = ExplicitRuleSyntax
  51. 4 Implicit rule syntax = ImplicitRuleSyntax
  52. 3 Command syntax
  53. 4 Command syntax = CommandSyntax
  54. 4 MAKE command operators = MakeCommandOperators
  55. 3 MAKE macros
  56. 4 Using MAKE macros = UsingMAKEMacros
  57. 4 Defining MAKE macros = DefiningMAKEMacros
  58. 4 String substitutions in MAKE macros = StringSubstitutionsInMAKEMacros
  59. 4 Default MAKE macros = DefaultMAKEMacros
  60. 4 Modifying default MAKE macros = ModifyingDefaultMAKEMacros
  61. 3 Make directives
  62. 4 Using MAKE directives = UsingMAKEDirectives
  63. 4 .autodepend = MAKE_autodepend
  64. 4 !error = MAKE_error
  65. 4 !if and other conditional directives = MAKE_IfAndOtherConditionalDirectives
  66. 4 !include = MAKE_include
  67. 4 !message = MAKE_message
  68. 4 .path.ext = MAKE_pathExt
  69. 4 .precious = MAKE_precious
  70. 4 .suffixes = MAKE_suffixes
  71. 4 !undef = MAKE_undef
  72. 4 Using macros in directives = UsingMacrosInDirectives
  73. 4 Null macros = NullMacros
  74. 2 TDUMP.EXE
  75. 3 TDUMP: The file dumping utility = TDUMP
  76. 3 TDUMP command-line options = TDUMPCommandLineOptions
  77. 2 TLIB.EXE
  78. 3 Using TLIB = TLIB
  79. 3 TLIB command-line options = TLIBCommandLineOptions
  80. 3 Using TLIB response files = ResponseFiles
  81. 3 TLIB /C option = TLIBCOption
  82. 3 TLIB /E option = TLIBEOption
  83. 3 TLIB /P option = TLIBPOption
  84. 3 Operation list = OperationList
  85. 3 TLIB examples = TLIBExamples
  86. 2 TLINK32.EXE and ILINK32.EXE
  87. 3 Using the linkers
  88. 4 Using TLINK32 = TLINK
  89. 4 TLINK command-line syntax = TLINKCommandLineSyntax
  90. 4 TLINK.CFG File = TLINKCFG
  91. 4 Linker response files = ResponseFiles
  92. 4 Using TLINK with BCC.EXE = UsingTLINKWithBCC.EXE
  93. 3 Module definition files
  94. 4 Module definition files = ModuleDefinitionFile
  95. 4 CODE Statement (module definition file) = CODEStatement
  96. 4 DATA Statement (module definition file) = DATAStatement
  97. 4 DESCRIPTION Statement (module definition file) = DESCRIPTIONStatement
  98. 4 EXETYPE Statement (module definition file) = EXETYPEStatement
  99. 4 EXPORTS Statement (module definition file) = EXPORTSStatement
  100. 4 IMPORTS Statement (module definition file) = IMPORTSStatement
  101. 4 LIBRARY Statement (module definition file) = LIBRARYStatement
  102. 4 NAME Statement (module definition file) = NAMEStatement
  103. 4 SEGMENTS Statement (module definition file) = SEGMENTSStatement
  104. 4 STACKSIZE Statement (module definition file) = STACKSIZEStatement
  105. 4 STUB Statement (module definition file) = STUBStatement
  106. 4 Example module definition file = ExampleModuleDefinitionFile
  107. 2 TRIGRAPH.EXE
  108. 3 TRIGRAPH: A character-conversion utility = TRIGRAPH
  109.