[CMAKE]
authorJérôme Gardou <jerome.gardou@reactos.org>
Mon, 1 Nov 2010 14:05:48 +0000 (14:05 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Mon, 1 Nov 2010 14:05:48 +0000 (14:05 +0000)
  - fix build, sorry

svn path=/branches/cmake-bringup/; revision=49402

dll/ntdll/CMakeLists.txt

index 9de0d41..1e86ab8 100644 (file)
@@ -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)
\ No newline at end of file
+add_importlib_target(ntdll)