mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
[CMAKE]
- fix build, sorry svn path=/branches/cmake-bringup/; revision=49402
This commit is contained in:
@@ -21,7 +21,7 @@ list(APPEND SOURCE
|
||||
rtl/libsupp.c
|
||||
rtl/version.c
|
||||
def/ntdll.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/def/ntdll.def)
|
||||
${CMAKE_CURRENT_BINARY_DIR}/ntdll.def)
|
||||
|
||||
if(ARCH MATCHES i386)
|
||||
list(APPEND SOURCE dispatch/i386/dispatch.S)
|
||||
@@ -55,4 +55,4 @@ add_dependencies(ntdll ntstatus)
|
||||
|
||||
add_minicd_target(ntdll reactos/system32 ntdll.dll)
|
||||
add_cab_target(ntdll 1)
|
||||
add_importlib_target(ntdll)
|
||||
add_importlib_target(ntdll)
|
||||
|
||||
Reference in New Issue
Block a user