home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / DCTOOLS.TOC (.txt) < prev    next >
Encoding:
Microsoft Windows Help File Content  |  1996-10-16  |  5.1 KB  |  123 lines

  1. :Base DCTOOLS.HLP
  2. 1 Borland C++ Tools and Utilities
  3. 2 Borland C++ tools overview = 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 IMPLIB.EXE
  30. 2 Using IMPLIB = IMPLIB
  31. 2 Using the module definition file manager (IMPDEF) = IMPDEF
  32. 2 Classes in a DLL = ClassesInADLL
  33. 2 Functions in a DLL = FunctionsInADLL
  34. 1 MAKE.EXE
  35. 2 Using MAKE
  36. 2 Using MAKE = UsingMAKE
  37. 2 Default MAKE actions = DefaultMAKEActions
  38. 2 Using makefiles = UsingMakefiles
  39. 2 Symbolic targets = SymbolicTargets
  40. 2 BUILTINS.MAK = BUILTINSMAK
  41. 2 Using TOUCH = UsingTOUCH
  42. 2 MAKE options
  43. 3 MAKE options = MAKEOptions
  44. 3 Setting default MAKE options = SettingDefaultMAKEOptions
  45. 3 Compatibility with Microsoft's NMAKE = CompatibilityWithMicrosoftSNMAKE
  46. 2 Explicit and implicit rules
  47. 3 Explicit and implicit rules = ExplicitAndImplicitRules
  48. 3 Explicit rule syntax = ExplicitRuleSyntax
  49. 3 Implicit rule syntax = ImplicitRuleSyntax
  50. 2 Command syntax
  51. 3 Command syntax = CommandSyntax
  52. 3 MAKE command operators = MakeCommandOperators
  53. 2 MAKE macros
  54. 3 Using MAKE macros = UsingMAKEMacros
  55. 3 Defining MAKE macros = DefiningMAKEMacros
  56. 3 String substitutions in MAKE macros = StringSubstitutionsInMAKEMacros
  57. 3 Default MAKE macros = DefaultMAKEMacros
  58. 3 Modifying default MAKE macros = ModifyingDefaultMAKEMacros
  59. 2 Make directives
  60. 3 Using MAKE directives = UsingMAKEDirectives
  61. 3 .autodepend = MAKE_autodepend
  62. 3 !error = MAKE_error
  63. 3 !if and other conditional directives = MAKE_IfAndOtherConditionalDirectives
  64. 3 !include = MAKE_include
  65. 3 !message = MAKE_message
  66. 3 .path.ext = MAKE_pathExt
  67. 3 .precious = MAKE_precious
  68. 3 .suffixes = MAKE_suffixes
  69. 3 !undef = MAKE_undef
  70. 3 Using macros in directives = UsingMacrosInDirectives
  71. 3 Null macros = NullMacros
  72. 1 OBJXREF.EXE
  73. 2 OBJXREF: The object module cross-reference utility = OBJXREF
  74. 2 OBJXREF: Command-line options= OBJXREF_CommandLine
  75. 2 OBJXREF: Control options = OBJXREF_ControlOptions
  76. 2 OBJXREF: Report options = OBJXREF_ReportOptions
  77. 2 OBJXREF: Sample reports = OBJXREF_SampleReports
  78. 2 Report by public names (/RP) = OBJXREF_SampleReports_RP
  79. 2 Report by module (/RM) = OBJXREF_SampleReports_RM
  80. 2 Report by reference (/RR) = OBJXREF_SampleReports_RR
  81. 2 Report by external references (/RX) = OBJXREF_SampleReports_RX
  82. 2 Report of module sizes (/RS) = OBJXREF_SampleReports_RS
  83. 2 Report by class type (/RC) = OBJXREF_SampleReports_RC
  84. 2 Report of unreferenced symbol names (/RU) = OBJXREF_SampleReports_RU
  85. 2 Verbose reporting (/RV) = OBJXREF_SampleReports_RV
  86. 2 OBJXREF examples = OBJXREF_Ex
  87. 2 OBJXREF error messages and warnings = OBJXREF_Messages
  88. 1 TDUMP.EXE
  89. 2 TDUMP: The file dumping utility = TDUMP
  90. 2 TDUMP command-line options = TDUMPCommandLineOptions
  91. 1 TLIB.EXE
  92. 2 Using TLIB = TLIB
  93. 2 TLIB command-line options = TLIBCommandLineOptions
  94. 2 Using TLIB response files = ResponseFiles
  95. 2 TLIB /C option = TLIBCOption
  96. 2 TLIB /E option = TLIBEOption
  97. 2 TLIB /P option = TLIBPOption
  98. 2 Operation list = OperationList
  99. 2 TLIB examples = TLIBExamples
  100. 1 TLINK32.EXE
  101. 2 Using the linkers
  102. 3 Using TLINK32 = TLINK
  103. 3 TLINK command-line syntax = TLINKCommandLineSyntax
  104. 3 TLINK.CFG File = TLINKCFG
  105. 3 Linker response files = ResponseFiles
  106. 3 Using TLINK with BCC.EXE = UsingTLINKWithBCC.EXE
  107. 2 Module definition files
  108. 3 Module definition files = ModuleDefinitionFile
  109. 3 CODE Statement (module definition file) = CODEStatement
  110. 3 DATA Statement (module definition file) = DATAStatement
  111. 3 DESCRIPTION Statement (module definition file) = DESCRIPTIONStatement
  112. 3 EXETYPE Statement (module definition file) = EXETYPEStatement
  113. 3 EXPORTS Statement (module definition file) = EXPORTSStatement
  114. 3 IMPORTS Statement (module definition file) = IMPORTSStatement
  115. 3 LIBRARY Statement (module definition file) = LIBRARYStatement
  116. 3 NAME Statement (module definition file) = NAMEStatement
  117. 3 SEGMENTS Statement (module definition file) = SEGMENTSStatement
  118. 3 STACKSIZE Statement (module definition file) = STACKSIZEStatement
  119. 3 STUB Statement (module definition file) = STUBStatement
  120. 3 Example module definition file = ExampleModuleDefinitionFile
  121. 1 TRIGRAPH.EXE
  122. 2 TRIGRAPH: A character-conversion utility = TRIGRAPH
  123.