diff options
| author | pravic <[email protected]> | 2016-04-15 18:42:23 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-15 18:42:23 +0300 |
| commit | 2f95940ff43401eea44c1d7f808208f267325b32 (patch) | |
| tree | 13fed92b2c417da6690c58c1608a1ac1cca3eff8 | |
| parent | update ref to KM (diff) | |
| download | kmd-env-rs-2f95940ff43401eea44c1d7f808208f267325b32.tar.xz kmd-env-rs-2f95940ff43401eea44c1d7f808208f267325b32.zip | |
remove forgotten hardcoded path to wdk: it configured via rustc-link-search in .cargo/config
| -rw-r--r-- | .cargo/x86_64-sys-windows-msvc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/x86_64-sys-windows-msvc.json b/.cargo/x86_64-sys-windows-msvc.json index 3d1619a..1c99285 100644 --- a/.cargo/x86_64-sys-windows-msvc.json +++ b/.cargo/x86_64-sys-windows-msvc.json @@ -44,7 +44,7 @@ "pre-link-args": ["/NOLOGO", "/NODEFAULTLIB", "/SUBSYSTEM:NATIVE", "/DRIVER", "/RELEASE", "/NXCOMPAT", "/DYNAMICBASE", "/INCREMENTAL:NO", "/MANIFEST:NO", "/FIXED:No"], - "post-link-args": ["/OPT:REF,ICF", "ntoskrnl.lib", "hal.lib", "/LIBPATH:f:/DDK/7600/lib/win7/amd64", + "post-link-args": ["/OPT:REF,ICF", "ntoskrnl.lib", "hal.lib", "/noimplib", "/ENTRY:DriverEntry", "/DEF:exports.def", "/MERGE:.edata=.rdata", "/MERGE:.rustc=.data"], "_end" : false |