Package | Description |
---|---|
net.sf.antcontrib.cpptasks.borland |
Adapter for Borland tools.
|
net.sf.antcontrib.cpptasks.compiler | |
net.sf.antcontrib.cpptasks.devstudio |
Adapters for Microsoft tools.
|
net.sf.antcontrib.cpptasks.openwatcom |
Adapters for OpenWatcom compilers and tools.
|
net.sf.antcontrib.cpptasks.platforms |
Platform specific utilities.
|
Modifier and Type | Method and Description |
---|---|
void |
BorlandLinker.addVersionFiles(VersionInfo versionInfo,
LinkType linkType,
File outputFile,
boolean isDebug,
File objDir,
TargetMatcher matcher)
Adds source or object files to the bidded fileset to
support version information.
|
Modifier and Type | Method and Description |
---|---|
void |
Linker.addVersionFiles(VersionInfo versionInfo,
LinkType linkType,
File outputFile,
boolean isDebug,
File objDir,
TargetMatcher matcher)
Adds source or object files to the bidded fileset to
support version information.
|
void |
AbstractLinker.addVersionFiles(VersionInfo versionInfo,
LinkType linkType,
File outputFile,
boolean isDebug,
File objDir,
TargetMatcher matcher)
Adds source or object files to the bidded fileset to
support version information.
|
Modifier and Type | Method and Description |
---|---|
void |
DevStudioCompatibleLinker.addVersionFiles(VersionInfo versionInfo,
LinkType linkType,
File outputFile,
boolean isDebug,
File objDir,
TargetMatcher matcher)
Adds source or object files to the bidded fileset to
support version information.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenWatcomLinker.addVersionFiles(VersionInfo versionInfo,
LinkType linkType,
File outputFile,
boolean isDebug,
File objDir,
TargetMatcher matcher)
Adds source or object files to the bidded fileset to
support version information.
|
Modifier and Type | Method and Description |
---|---|
static void |
WindowsPlatform.addVersionFiles(VersionInfo versionInfo,
LinkType linkType,
File outputFile,
boolean isDebug,
File objDir,
TargetMatcher matcher)
Adds source or object files to the bidded fileset to
support version information.
|
Copyright © 2001–2024 Ant-Contrib Project. All rights reserved.