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