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

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