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

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