diff options
| author | pravic <[email protected]> | 2016-04-15 20:37:28 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-15 20:37:28 +0300 |
| commit | 7765f017a1ad2fd54c8042e6f39dad460676011c (patch) | |
| tree | 8b2b132efc0399286c021b36abbf20812bce2ffb /examples | |
| parent | fix paths in build.cmd for the manual staticlib compilation (diff) | |
| download | winapi-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.rs | 1 | ||||
| -rw-r--r-- | examples/02.unload/build.rs | 1 | ||||
| -rw-r--r-- | examples/03.urandom/build.rs | 1 |
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() {} |