mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
535e398b4d
* added ntdll.def/ntdll.lib files git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2954 21ef857c-d57f-4fe0-8362-d861dc6d29cd
6 lines
201 B
Batchfile
6 lines
201 B
Batchfile
@echo off
|
|
|
|
lib /machine:x86 /def:ntdll32/ntdll.def /out:ntdll32/ntdll.lib
|
|
"../tools/fixlib/bin/Release/fixlib.exe" ntdll32/ntdll.lib
|
|
lib /machine:x64 /def:ntdll64/ntdll.def /out:ntdll64/ntdll.lib
|