[ros-diffs] [akhaldi] 48356: [CMAKE] - Export more native tools. - Fix ntdllsys dependency.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Thu Jul 29 15:34:22 UTC 2010


Author: akhaldi
Date: Thu Jul 29 15:34:21 2010
New Revision: 48356

URL: http://svn.reactos.org/svn/reactos?rev=48356&view=rev
Log:
[CMAKE]
- Export more native tools.
- Fix ntdllsys dependency.

Modified:
    branches/cmake-bringup/CMakeLists.txt
    branches/cmake-bringup/lib/ntdllsys/CMakeLists.txt

Modified: branches/cmake-bringup/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/CMakeLists.txt?rev=48356&r1=48355&r2=48356&view=diff
==============================================================================
--- branches/cmake-bringup/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/CMakeLists.txt [iso-8859-1] Thu Jul 29 15:34:21 2010
@@ -16,7 +16,7 @@
 add_subdirectory(tools)
 add_subdirectory(lib)
 
-export(TARGETS widl winebuild wmc nci FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- )
+export(TARGETS widl winebuild wmc wrc nci pefixup rsym FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- )
 
 else()
 

Modified: branches/cmake-bringup/lib/ntdllsys/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/ntdllsys/CMakeLists.txt?rev=48356&r1=48355&r2=48356&view=diff
==============================================================================
--- branches/cmake-bringup/lib/ntdllsys/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/lib/ntdllsys/CMakeLists.txt [iso-8859-1] Thu Jul 29 15:34:21 2010
@@ -10,4 +10,4 @@
 set_source_files_properties(${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S PROPERTIES GENERATED TRUE)
 
 add_library(ntdllsys ${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S)
-add_dependencies(ntdllsys ntdllsys_S)
+add_dependencies(ntdllsys ntdll_S)




More information about the Ros-diffs mailing list