home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / HLPTOOLS.PAK / BCTOOLS.MST (.txt) < prev    next >
Encoding:
Microsoft Windows Help File Content  |  1997-05-06  |  5.6 KB  |  143 lines

  1. :Base BCTOOLS.HLP
  2. 1 Borland C++ Tools and Utilities
  3. 2 Borland C++ Tools and Utilities
  4. 3 Borland C++ tools overview = BCToolsOverview
  5. 3 Running the command-line tools = RunningTheCommandLineTools
  6. 3 Turbo Debugger and Turbo Profiler tools = TurboDebuggerAndTurboProfiler
  7. 3 Microsoft redistributable tools = MicrosoftRedistributableTools
  8. 2 BGIOBJ.EXE
  9. 3 Converting graphics drivers and fonts = BGIOBJ
  10. 3 Adding the new .OBJ files to GRAPHICS.LIB = BGIOBJ_AddingNewOBJFiles
  11. 3 Registering the drivers and fonts = BGIOBJ_RegisteringDriversAndFonts
  12. 3 Example = BGIOBJ_Ex
  13. 3 The /F option = BGIOBJ_FOption
  14. 3 Advanced features = BGIOBJ_AdvancedFeatures
  15. 3 Advanced feature example = BGIOBJ_AdvancedFeatures_Ex
  16. 2 The C++ compilers
  17. 3 Using the command-line compilers = UsingTheCommandLineCompilers
  18. 3 Using configuration files = UsingConfigurationFiles
  19. 3 Using the compiler response files = UsingResponseFiles
  20. 3 Compiler option precedence rules = OptionPrecedenceRules
  21. 3 Entering directories for command-line options = EnteringDirectoriesForCommandLineOptions
  22. 2 The C++ preprocessors
  23. 3 CPP and CPP32: The preprocessors = CPP
  24. 3 Using CPP = CPP_Using
  25. 3 CPP as a macro preprocessor = CPP_MacroPreprocessor
  26. 3 Using MIDL with CPP.EXE and CPP32.EXE = CPP_MIDL
  27. 3 CPP and UUIDs = CPP_UUID
  28. 2 GREP.EXE
  29. 3 A text-search utility = GREP
  30. 3 Command-line syntax = GREP_CommandLineSyntax
  31. 3 Command-line options = GREP_CommandLineOptions
  32. 3 The search string = GREP_TheSearchString
  33. 3 File specifications = GREP_FileSpecifications
  34. 3 GREP examples
  35. 4 Examples overview = GREP_Ex
  36. 4 Example 1 = GREP_Ex1
  37. 4 Example 2 = GREP_Ex2
  38. 4 Example 3 = GREP_Ex3
  39. 4 Example 4 = GREP_Ex4
  40. 4 Example 5 = GREP_Ex5
  41. 2 IDETOMAK.EXE
  42. 3 Using IdeToMak.EXE = UsingIdeToMak
  43. 2 IMPLIB.EXE
  44. 3 Using IMPLIB = IMPLIB
  45. 3 Using the module definition file manager (IMPDEF) = IMPDEF
  46. 3 Classes in a DLL = ClassesInADLL
  47. 3 Functions in a DLL = FunctionsInADLL
  48. 2 MAKE.EXE
  49. 3 Using MAKE
  50. 3 Using MAKE = UsingMAKE
  51. 3 Default MAKE actions = DefaultMAKEActions
  52. 3 Using makefiles = UsingMakefiles
  53. 3 Symbolic targets = SymbolicTargets
  54. 3 BUILTINS.MAK = BUILTINSMAK
  55. 3 Using TOUCH = UsingTOUCH
  56. 3 MAKE options
  57. 4 MAKE options = MAKEOptions
  58. 4 Setting default MAKE options = SettingDefaultMAKEOptions
  59. 4 Compatibility with Microsoft's NMAKE = CompatibilityWithMicrosoftSNMAKE
  60. 3 Explicit and implicit rules
  61. 4 Explicit and implicit rules = ExplicitAndImplicitRules
  62. 4 Explicit rule syntax = ExplicitRuleSyntax
  63. 4 Implicit rule syntax = ImplicitRuleSyntax
  64. 3 Command syntax
  65. 4 Command syntax = CommandSyntax
  66. 4 MAKE command operators = MakeCommandOperators
  67. 3 MAKE macros
  68. 4 Using MAKE macros = UsingMAKEMacros
  69. 4 Defining MAKE macros = DefiningMAKEMacros
  70. 4 String substitutions in MAKE macros = StringSubstitutionsInMAKEMacros
  71. 4 Default MAKE macros = DefaultMAKEMacros
  72. 4 Modifying default MAKE macros = ModifyingDefaultMAKEMacros
  73. 3 MAKE directives
  74. 4 Using MAKE directives = UsingMAKEDirectives
  75. 4 .autodepend = MAKE_autodepend
  76. 4 !error = MAKE_error
  77. 4 !if and other conditional directives = MAKE_IfAndOtherConditionalDirectives
  78. 4 !include = MAKE_include
  79. 4 !message = MAKE_message
  80. 4 .path.ext = MAKE_pathExt
  81. 4 .precious = MAKE_precious
  82. 4 .suffixes = MAKE_suffixes
  83. 4 !undef = MAKE_undef
  84. 4 Using macros in directives = UsingMacrosInDirectives
  85. 4 Null macros = NullMacros
  86. 2 OBJXREF.EXE
  87. 3 The object module cross-reference utility = OBJXREF
  88. 3 Command-line options= OBJXREF_CommandLine
  89. 3 Control options = OBJXREF_ControlOptions
  90. 3 Report options = OBJXREF_ReportOptions
  91. 3 Sample reports = OBJXREF_SampleReports
  92. 3 Report by public names (/RP) = OBJXREF_SampleReports_RP
  93. 3 Report by module (/RM) = OBJXREF_SampleReports_RM
  94. 3 Report by reference (/RR) = OBJXREF_SampleReports_RR
  95. 3 Report by external references (/RX) = OBJXREF_SampleReports_RX
  96. 3 Report of module sizes (/RS) = OBJXREF_SampleReports_RS
  97. 3 Report by class type (/RC) = OBJXREF_SampleReports_RC
  98. 3 Report of unreferenced symbol names (/RU) = OBJXREF_SampleReports_RU
  99. 3 Verbose reporting (/RV) = OBJXREF_SampleReports_RV
  100. 3 Examples = OBJXREF_Ex
  101. 3 Error messages and warnings = OBJXREF_Messages
  102. 2 TDUMP.EXE
  103. 3 The file dumping utility = TDUMP
  104. 3 Command-line options = TDUMPCommandLineOptions
  105. 2 TLIB.EXE
  106. 3 Using TLIB = TLIB
  107. 3 Command-line options = TLIBCommandLineOptions
  108. 3 Using TLIB response files = ResponseFiles
  109. 3 /C option = TLIBCOption
  110. 3 /E option = TLIBEOption
  111. 3 /P option = TLIBPOption
  112. 3 Operation list = OperationList
  113. 3 Examples = TLIBExamples
  114. 2 TLINK.EXE, TLINK32.EXE and ILINK32.EXE
  115. 3 Using the linkers
  116. 4 Using TLINK, TLINK32, and ILINK32 = TLINK
  117. 4 ILINK32, the incremental linker = ILINK32
  118. 4 TLINK, TLINK32, and ILINK32 command-line syntax = TLINKCommandLineSyntax
  119. 4 TLINK.CFG File = TLINKCFG
  120. 4 Linker response files = ResponseFiles
  121. 4 Using TLINK with BCC.EXE = UsingTLINKWithBCC.EXE
  122. 3 Module definition files
  123. 4 Module definition files = ModuleDefinitionFile
  124. 4 CODE statement = CODEStatement
  125. 4 DATA statement  = DATAStatement
  126. 4 DESCRIPTION statement = DESCRIPTIONStatement
  127. 4 EXETYPE statement = EXETYPEStatement
  128. 4 EXPORTS statement = EXPORTSStatement
  129. 4 IMPORTS statement = IMPORTSStatement
  130. 4 LIBRARY statement = LIBRARYStatement
  131. 4 NAME statement = NAMEStatement
  132. 4 SEGMENTS statement = SEGMENTSStatement
  133. 4 STACKSIZE statement = STACKSIZEStatement
  134. 4 STUB statement = STUBStatement
  135. 4 Example module definition file = ExampleModuleDefinitionFile
  136. 2 TRIGRAPH.EXE
  137. 3 A character-conversion utility = TRIGRAPH
  138. 2 VBXGEN.EXE
  139. 3 VBXGEN 1.0 = VBXGEN
  140. 3 Symbolic property and event names = VBXGEN_SymbolicPropertyAndEventNames
  141. 3 Default property data = VBXGEN_DefaultPropertyData
  142. 3 Custom OWL classes = VBXGEN_CustomOwlClasses
  143.