diff options
| author | Ave | 2024-04-06 23:33:58 +0000 |
|---|---|---|
| committer | Ave | 2024-04-07 00:09:44 +0000 |
| commit | f824a732f93cbe12151bcef3a85533af9129b7a7 (patch) | |
| tree | 984b8da36ffa84c40c537f178e8c3c775d1e9bd4 /build.rs | |
| download | ohook-rs-f824a732f93cbe12151bcef3a85533af9129b7a7.zip | |
initial commit0.1.0
Diffstat (limited to 'build.rs')
| -rw-r--r-- | build.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build.rs b/build.rs new file mode 100644 index 0000000..c4f29a1 --- /dev/null +++ b/build.rs @@ -0,0 +1,5 @@ +fn main() { + println!("cargo::rustc-cdylib-link-arg=/DEF:sppc.def"); + println!("cargo::rustc-cdylib-link-arg=/Brepro"); + println!("cargo::rustc-cdylib-link-arg=/emittoolversioninfo:no"); +} |
