mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- Fix batt msvc build
svn path=/branches/cmake-bringup/; revision=50780
This commit is contained in:
parent
9eb2eb0af8
commit
fb5f05beaa
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ set_module_type(batt win32dll)
|
||||||
|
|
||||||
add_importlib_target(batt.spec)
|
add_importlib_target(batt.spec)
|
||||||
|
|
||||||
add_importlibs(batt msvcrt kernel32)
|
add_importlibs(batt msvcrt kernel32 ntdll)
|
||||||
|
|
||||||
add_cab_target(batt 1)
|
add_cab_target(batt 1)
|
||||||
|
|
Loading…
Reference in a new issue