All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.mojo.natives.msvc.MSVC2010x86EnvFactory Maven / Gradle / Ivy

There is a newer version: 1.0-M1
Show newest version
package org.codehaus.mojo.natives.msvc;

import java.util.Map;
import org.codehaus.mojo.natives.NativeBuildException;

public class MSVC2010x86EnvFactory
    extends AbstractMSVCEnvFactory
{

    @Override
    protected Map createEnvs()
        throws NativeBuildException
    {
        return this.createEnvs( "VS100COMNTOOLS", "x86" );
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy