Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NativeToolChain (0.59 sec)

  1. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    .build.gradle
    ----
    include::{snippetsPath}/native-binaries/cpp/groovy/build.gradle[tag=all-binaries]
    ----
    
    Each binary is associated with a particular link:{javadocPath}/org/gradle/nativeplatform/toolchain/NativeToolChain.html[NativeToolChain], allowing settings to be targeted based on this value.
    
    It is easy to apply settings to all binaries of a particular type:
    
    === Example: Settings that apply to all shared libraries
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

     * `getTargetPlatform()` was changed to return a `Property`.
     * `setTargetPlatform(NativePlatform)` was removed. Use `Property.set()` instead.
     * `getToolChain()` was changed to return a `Property`.
     * `setToolChain(NativeToolChain)` was removed. Use `Property.set()` instead.
    
    link:{groovyDslPath}/org.gradle.nativeplatform.tasks.CreateStaticLibrary.html[CreateStaticLibrary]::
     * `getOutputFile()` was changed to return a `Property`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
Back to top