aboutsummaryrefslogtreecommitdiff
path: root/examples/02.unload/build.rs
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-04-16 00:46:29 +0300
committerpravic <[email protected]>2016-04-16 00:46:29 +0300
commit419308de54870bb2c7ebab4ac7d178aac0adb254 (patch)
treeae66f5048fd52d57b319162e493fbbe9b03f7001 /examples/02.unload/build.rs
parent`fn main` is required when building with `--target target.json` (diff)
downloadwinapi-kmd-rs-419308de54870bb2c7ebab4ac7d178aac0adb254.tar.xz
winapi-kmd-rs-419308de54870bb2c7ebab4ac7d178aac0adb254.zip
simplify build: remove links from toml and provide path to the libs via single build.rs
Diffstat (limited to 'examples/02.unload/build.rs')
-rw-r--r--examples/02.unload/build.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/02.unload/build.rs b/examples/02.unload/build.rs
deleted file mode 100644
index f328e4d..0000000
--- a/examples/02.unload/build.rs
+++ /dev/null
@@ -1 +0,0 @@
-fn main() {}