Package com.github.maven_nar.cpptasks

Examples of com.github.maven_nar.cpptasks.VersionInfo


    }

    /**
     * Fully resolve version info
     */
    VersionInfo mergedInfo = versionInfo.merge();

    File versionResource = new File(objDir, "versioninfo.rc");

    boolean notChanged = false;
    //
View Full Code Here


    }

    /**
     * Fully resolve version info
     */
    VersionInfo mergedInfo = versionInfo.merge();

    File versionResource = new File(objDir, "versioninfo.rc");

    boolean notChanged = false;
    //
View Full Code Here

TOP

Related Classes of com.github.maven_nar.cpptasks.VersionInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.