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 voidCBuilderXProjectWriter.writeCompileOptions(String baseDir, CBuilderXProjectWriter.PropertyWriter writer, CommandLineCompilerConfiguration compilerConfig) Writes elements corresponding to compilation options.private voidCBuilderXProjectWriter.writeIlinkArgs(CBuilderXProjectWriter.PropertyWriter writer, String linkID, String[] args) Writes ilink32 linker options to project file.private voidCBuilderXProjectWriter.writeLdArgs(CBuilderXProjectWriter.PropertyWriter writer, String linkID, String[] preArgs) Writes ld linker options to project file.private voidCBuilderXProjectWriter.writeLinkOptions(String baseDir, CBuilderXProjectWriter.PropertyWriter writer, TargetInfo linkTarget) Writes elements corresponding to link options.