Package org.codehaus.mojo.natives.msvc
Class MSVCLinker
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- org.codehaus.mojo.natives.linker.AbstractLinker
-
- org.codehaus.mojo.natives.c.CLinker
-
- org.codehaus.mojo.natives.msvc.MSVCLinker
-
-
Constructor Summary
Constructors Constructor Description MSVCLinker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.codehaus.plexus.util.cli.Commandline
createLinkerCommandLine(List objectFiles, LinkerConfiguration config)
protected String
getLinkerOutputOption()
-
Methods inherited from class org.codehaus.mojo.natives.c.CLinker
setCommandLineForExternalLibraries
-
Methods inherited from class org.codehaus.mojo.natives.linker.AbstractLinker
link
-
-
-
-
Method Detail
-
createLinkerCommandLine
protected org.codehaus.plexus.util.cli.Commandline createLinkerCommandLine(List objectFiles, LinkerConfiguration config) throws NativeBuildException
- Overrides:
createLinkerCommandLine
in classCLinker
- Returns:
- Commandline of a linker base on its configuration and object files
- Throws:
NativeBuildException
-
getLinkerOutputOption
protected String getLinkerOutputOption()
- Overrides:
getLinkerOutputOption
in classCLinker
- Returns:
- output option flag of a generic C linker
-
-