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