Interface VisualCpp

    • Method Detail

      • getInstallDir

        java.io.File getInstallDir()
        The directory where Visual Studio or Visual C++ is installed.
      • setInstallDir

        void setInstallDir​(java.lang.Object installDir)
        The directory where Visual Studio or Visual C++ is installed.
      • getWindowsSdkDir

        java.io.File getWindowsSdkDir()
        The directory where Windows SDK is installed.
      • setWindowsSdkDir

        void setWindowsSdkDir​(java.lang.Object installDir)
        The directory where Windows SDK is installed.
      • eachPlatform

        void eachPlatform​(Action<? super VisualCppPlatformToolChain> action)
        Adds an action that can fine-tune the tool configuration for each platform supported by this tool chain.