mirror of
https://github.com/bevyengine/bevy
synced 2025-01-25 19:35:19 +00:00
27 lines
976 B
Text
27 lines
976 B
Text
cargo:rerun-if-changed=build.rs
|
|
cargo:rerun-if-env-changed=WINAPI_NO_BUNDLED_LIBRARIES
|
|
cargo:rerun-if-env-changed=WINAPI_STATIC_NOBUNDLE
|
|
cargo:rustc-cfg=feature="ntdef"
|
|
cargo:rustc-cfg=feature="vadefs"
|
|
cargo:rustc-cfg=feature="windef"
|
|
cargo:rustc-cfg=feature="devpropdef"
|
|
cargo:rustc-cfg=feature="wtypesbase"
|
|
cargo:rustc-cfg=feature="winnt"
|
|
cargo:rustc-cfg=feature="cfg"
|
|
cargo:rustc-cfg=feature="cfgmgr32"
|
|
cargo:rustc-cfg=feature="ktmtypes"
|
|
cargo:rustc-cfg=feature="vcruntime"
|
|
cargo:rustc-cfg=feature="excpt"
|
|
cargo:rustc-cfg=feature="processthreadsapi"
|
|
cargo:rustc-cfg=feature="minwindef"
|
|
cargo:rustc-cfg=feature="minwinbase"
|
|
cargo:rustc-cfg=feature="basetsd"
|
|
cargo:rustc-cfg=feature="rpcndr"
|
|
cargo:rustc-cfg=feature="guiddef"
|
|
cargo:rustc-cfg=feature="libloaderapi"
|
|
cargo:rustc-cfg=feature="ntstatus"
|
|
cargo:rustc-cfg=feature="winreg"
|
|
cargo:rustc-link-lib=dylib=advapi32
|
|
cargo:rustc-link-lib=dylib=cfgmgr32
|
|
cargo:rustc-link-lib=dylib=kernel32
|
|
cargo:rustc-link-lib=dylib=user32
|