home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCBTOOLS.TOC
(
.txt
)
< prev
next >
Wrap
Microsoft Windows Help File Content
|
1997-01-16
|
4KB
|
109 lines
:Base BCBTOOLS.HLP
0 Borland C++Builder Tools and Utilities
1 An overview of the Borland C++Builder tools = BctoolsOverview
1 The C++ compiler
2 Using the command-line compiler = UsingTheCommandLineCompiler
2 Using compiler configuration files = UsingCompilerConfigurationFiles
2 Using compiler response files = UsingCompilerResponseFiles
2 Option precedence rules = OptionPrecedenceRules
2 Entering directories for command-line options = EnteringDirectoriesForCommandLineOptions
1 The C++ preprocessors
2 CPP and CPP32: The Preprocessors = CPP
2 Using CPP = CPP_Using
2 CPP as a macro preprocessor = CPP_MacroPreprocessor
2 Using MIDL with CPP.EXE and CPP32.EXE = CPP_MIDL
2 CPP and UUIDs = CPP_UUID
1 GREP.EXE
2 GREP: A text-search utility = GREP
2 GREP: Command-line syntax = GREP_CommandLineSyntax
2 GREP: Command-line options = GREP_CommandLineOptions
2 GREP: The search string = GREP_TheSearchString
2 GREP: File specifications = GREP_FileSpecifications
2 GREP examples
3 GREP: Examples = GREP_Ex
3 GREP: Example 1 = GREP_Ex1
3 GREP: Example 2 = GREP_Ex2
3 GREP: Example 3 = GREP_Ex3
3 GREP: Example 4 = GREP_Ex4
3 GREP: Example 5 = GREP_Ex5
1 IdeToMak.EXE
2 Using IdeToMak.EXE = UsingIdeToMak
1 IMPLIB.EXE
2 Using IMPLIB = IMPLIB
2 Using the module definition file manager (IMPDEF) = IMPDEF
2 Classes in a DLL = ClassesInADLL
2 Functions in a DLL = FunctionsInADLL
1 MAKE.EXE
2 Using MAKE
2 Using MAKE = UsingMAKE
2 Default MAKE actions = DefaultMAKEActions
2 Using makefiles = UsingMakefiles
2 Symbolic targets = SymbolicTargets
2 BUILTINS.MAK = BUILTINSMAK
2 Using TOUCH = UsingTOUCH
2 MAKE options
3 MAKE options = MAKEOptions
3 Setting default MAKE options = SettingDefaultMAKEOptions
3 Compatibility with Microsoft's NMAKE = CompatibilityWithMicrosoftSNMAKE
2 Explicit and implicit rules
3 Explicit and implicit rules = ExplicitAndImplicitRules
3 Explicit rule syntax = ExplicitRuleSyntax
3 Implicit rule syntax = ImplicitRuleSyntax
2 Command syntax
3 Command syntax = CommandSyntax
3 MAKE command operators = MakeCommandOperators
2 MAKE macros
3 Using MAKE macros = UsingMAKEMacros
3 Defining MAKE macros = DefiningMAKEMacros
3 String substitutions in MAKE macros = StringSubstitutionsInMAKEMacros
3 Default MAKE macros = DefaultMAKEMacros
3 Modifying default MAKE macros = ModifyingDefaultMAKEMacros
2 Make directives
3 Using MAKE directives = UsingMAKEDirectives
3 .autodepend = MAKE_autodepend
3 !error = MAKE_error
3 !if and other conditional directives = MAKE_IfAndOtherConditionalDirectives
3 !include = MAKE_include
3 !message = MAKE_message
3 .path.ext = MAKE_pathExt
3 .precious = MAKE_precious
3 .suffixes = MAKE_suffixes
3 !undef = MAKE_undef
3 Using macros in directives = UsingMacrosInDirectives
3 Null macros = NullMacros
1 TDUMP.EXE
2 TDUMP: The file dumping utility = TDUMP
2 TDUMP command-line options = TDUMPCommandLineOptions
1 TLIB.EXE
2 Using TLIB = TLIB
2 TLIB command-line options = TLIBCommandLineOptions
2 Using TLIB response files = ResponseFiles
2 TLIB /C option = TLIBCOption
2 TLIB /E option = TLIBEOption
2 TLIB /P option = TLIBPOption
2 Operation list = OperationList
2 TLIB examples = TLIBExamples
1 TLINK32.EXE and ILINK32.EXE
2 Using the linkers
3 Using TLINK32 = TLINK
3 TLINK command-line syntax = TLINKCommandLineSyntax
3 TLINK.CFG File = TLINKCFG
3 Linker response files = ResponseFiles
3 Using TLINK with BCC.EXE = UsingTLINKWithBCC.EXE
2 Module definition files
3 Module definition files = ModuleDefinitionFile
3 CODE Statement (module definition file) = CODEStatement
3 DATA Statement (module definition file) = DATAStatement
3 DESCRIPTION Statement (module definition file) = DESCRIPTIONStatement
3 EXETYPE Statement (module definition file) = EXETYPEStatement
3 EXPORTS Statement (module definition file) = EXPORTSStatement
3 IMPORTS Statement (module definition file) = IMPORTSStatement
3 LIBRARY Statement (module definition file) = LIBRARYStatement
3 NAME Statement (module definition file) = NAMEStatement
3 SEGMENTS Statement (module definition file) = SEGMENTSStatement
3 STACKSIZE Statement (module definition file) = STACKSIZEStatement
3 STUB Statement (module definition file) = STUBStatement
3 Example module definition file = ExampleModuleDefinitionFile
1 TRIGRAPH.EXE
2 TRIGRAPH: A character-conversion utility = TRIGRAPH