Package org.codehaus.mojo.natives.msvc
Class MSVCCompiler
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.mojo.natives.compiler.AbstractCompiler
org.codehaus.mojo.natives.c.AbstractCCompiler
org.codehaus.mojo.natives.msvc.MSVCCompiler
- All Implemented Interfaces:
Compiler
,org.codehaus.plexus.logging.LogEnabled
-
Nested Class Summary
Nested classes/interfaces inherited from class org.codehaus.mojo.natives.compiler.AbstractCompiler
AbstractCompiler.CompilerRunnable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.codehaus.plexus.util.cli.Commandline
getCommandLine
(File src, File dest, CompilerConfiguration config) Setup Compiler Command lineprotected String
protected void
setEnvironmentVariables
(Map<String, String> envs) Methods inherited from class org.codehaus.mojo.natives.c.AbstractCCompiler
getParser
Methods inherited from class org.codehaus.mojo.natives.compiler.AbstractCompiler
compile, getObjectFile, getObjectFileExtension
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
environmentVariables
-
-
Constructor Details
-
MSVCCompiler
public MSVCCompiler()
-
-
Method Details
-
setEnvironmentVariables
-
getEnvironmentVariables
-
getOutputFileOption
- Specified by:
getOutputFileOption
in classAbstractCCompiler
-
getCommandLine
protected org.codehaus.plexus.util.cli.Commandline getCommandLine(File src, File dest, CompilerConfiguration config) throws NativeBuildException Description copied from class:AbstractCCompiler
Setup Compiler Command line- Overrides:
getCommandLine
in classAbstractCCompiler
- Throws:
NativeBuildException
-