From 4c6449004a65d1f068bfdad1ccbe80046ddf11c9 Mon Sep 17 00:00:00 2001 From: pravic Date: Sat, 16 Apr 2016 00:47:32 +0300 Subject: use km/examples/build.rs to specify lib paths --- .cargo/config | 10 ---------- km | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.cargo/config b/.cargo/config index cf94baf..ea0e5b8 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,13 +1,3 @@ [build] target = "i686-sys-windows-msvc" rustflags = ["--cfg", "disable_float", "-C", "soft-float"] - -[target.i686-sys-windows-msvc.ntoskrnl] -rustc-link-search = [ "../../../native/win7/i386" ] -rustc-link-lib = [ "ntoskrnl", "hal" ] -root = "ntoskrnl" - -[target.x86_64-sys-windows-msvc.ntoskrnl] -rustc-link-search = [ "../../../native/win7/amd64" ] -rustc-link-lib = [ "ntoskrnl", "hal" ] -root = "ntoskrnl" diff --git a/km b/km index e65e59e..8512c30 160000 --- a/km +++ b/km @@ -1 +1 @@ -Subproject commit e65e59eef1922997c894983310407056d07a3929 +Subproject commit 8512c30508c8bcd17b7667020c6716faae5cfccf -- cgit v1.2.3