Uses of Class
net.sf.antcontrib.cpptasks.borland.CBuilderXProjectWriter.PropertyWriter
Packages that use CBuilderXProjectWriter.PropertyWriter
-
Uses of CBuilderXProjectWriter.PropertyWriter in net.sf.antcontrib.cpptasks.borland
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type CBuilderXProjectWriter.PropertyWriterModifier and TypeMethodDescriptionprivate void
CBuilderXProjectWriter.writeCompileOptions
(String baseDir, CBuilderXProjectWriter.PropertyWriter writer, CommandLineCompilerConfiguration compilerConfig) Writes elements corresponding to compilation options.private void
CBuilderXProjectWriter.writeIlinkArgs
(CBuilderXProjectWriter.PropertyWriter writer, String linkID, String[] args) Writes ilink32 linker options to project file.private void
CBuilderXProjectWriter.writeLdArgs
(CBuilderXProjectWriter.PropertyWriter writer, String linkID, String[] preArgs) Writes ld linker options to project file.private void
CBuilderXProjectWriter.writeLinkOptions
(String baseDir, CBuilderXProjectWriter.PropertyWriter writer, TargetInfo linkTarget) Writes elements corresponding to link options.