org.codehaus.mojo.natives.msvc
Class MSVC6EnvFactory

java.lang.Object
  extended by org.codehaus.mojo.natives.msvc.AbstractMSVCEnvFactory
      extended by org.codehaus.mojo.natives.msvc.MSVC6EnvFactory
All Implemented Interfaces:
EnvFactory

public class MSVC6EnvFactory
extends AbstractMSVCEnvFactory

Equivalent of MSVC6's vcvars32.bat

Author:
dtran

Constructor Summary
MSVC6EnvFactory()
           
 
Method Summary
 Map getEnvironmentVariables()
           
 
Methods inherited from class org.codehaus.mojo.natives.msvc.AbstractMSVCEnvFactory
getSystemRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSVC6EnvFactory

public MSVC6EnvFactory()
Method Detail

getEnvironmentVariables

public Map getEnvironmentVariables()
                            throws NativeBuildException
Throws:
NativeBuildException


Copyright © 2011 Codehaus. All Rights Reserved.