aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-04-15 20:37:28 +0300
committerpravic <[email protected]>2016-04-15 20:37:28 +0300
commit7765f017a1ad2fd54c8042e6f39dad460676011c (patch)
tree8b2b132efc0399286c021b36abbf20812bce2ffb /examples
parentfix paths in build.cmd for the manual staticlib compilation (diff)
downloadwinapi-kmd-rs-7765f017a1ad2fd54c8042e6f39dad460676011c.tar.xz
winapi-kmd-rs-7765f017a1ad2fd54c8042e6f39dad460676011c.zip
`fn main` is required when building with `--target target.json`
Diffstat (limited to 'examples')
-rw-r--r--examples/01.minimal/build.rs1
-rw-r--r--examples/02.unload/build.rs1
-rw-r--r--examples/03.urandom/build.rs1
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/01.minimal/build.rs b/examples/01.minimal/build.rs
index e69de29..f328e4d 100644
--- a/examples/01.minimal/build.rs
+++ b/examples/01.minimal/build.rs
@@ -0,0 +1 @@
+fn main() {}
diff --git a/examples/02.unload/build.rs b/examples/02.unload/build.rs
index e69de29..f328e4d 100644
--- a/examples/02.unload/build.rs
+++ b/examples/02.unload/build.rs
@@ -0,0 +1 @@
+fn main() {}
diff --git a/examples/03.urandom/build.rs b/examples/03.urandom/build.rs
index e69de29..f328e4d 100644
--- a/examples/03.urandom/build.rs
+++ b/examples/03.urandom/build.rs
@@ -0,0 +1 @@
+fn main() {}