[ros-diffs] [akhaldi] 48301: [CMAKE] - Add idna, normalize and scripts to build.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Tue Jul 27 11:01:40 UTC 2010


Author: akhaldi
Date: Tue Jul 27 11:01:39 2010
New Revision: 48301

URL: http://svn.reactos.org/svn/reactos?rev=48301&view=rev
Log:
[CMAKE]
- Add idna, normalize and scripts to build.

Added:
    branches/cmake-bringup/lib/nls/CMakeLists.txt   (with props)
    branches/cmake-bringup/lib/nls/idna/CMakeLists.txt   (with props)
    branches/cmake-bringup/lib/nls/normalize/CMakeLists.txt   (with props)
    branches/cmake-bringup/lib/nls/scripts/CMakeLists.txt   (with props)
Modified:
    branches/cmake-bringup/lib/CMakeLists.txt

Modified: branches/cmake-bringup/lib/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/CMakeLists.txt?rev=48301&r1=48300&r2=48301&view=diff
==============================================================================
--- branches/cmake-bringup/lib/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/lib/CMakeLists.txt [iso-8859-1] Tue Jul 27 11:01:39 2010
@@ -12,7 +12,7 @@
 add_subdirectory(epsapi)
 #add_subdirectory(fslib)
 add_subdirectory(lsalib)
-#add_subdirectory(nls)
+add_subdirectory(nls)
 #add_subdirectory(pseh)
 add_subdirectory(recyclebin)
 add_subdirectory(rossym)

Added: branches/cmake-bringup/lib/nls/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/nls/CMakeLists.txt?rev=48301&view=auto
==============================================================================
--- branches/cmake-bringup/lib/nls/CMakeLists.txt (added)
+++ branches/cmake-bringup/lib/nls/CMakeLists.txt [iso-8859-1] Tue Jul 27 11:01:39 2010
@@ -1,0 +1,4 @@
+
+add_subdirectory(idna)
+add_subdirectory(normalize)
+add_subdirectory(scripts)

Propchange: branches/cmake-bringup/lib/nls/CMakeLists.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: branches/cmake-bringup/lib/nls/idna/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/nls/idna/CMakeLists.txt?rev=48301&view=auto
==============================================================================
--- branches/cmake-bringup/lib/nls/idna/CMakeLists.txt (added)
+++ branches/cmake-bringup/lib/nls/idna/CMakeLists.txt [iso-8859-1] Tue Jul 27 11:01:39 2010
@@ -1,0 +1,8 @@
+
+include_directories(${REACTOS_SOURCE_DIR}/lib/3rdparty/icu4ros/icu/source/common)
+
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -UWINVER -DWINVER=0x600 -fno-exceptions -fno-rtti")
+
+file(GLOB_RECURSE SOURCE "*.cpp")
+
+add_library(idna ${SOURCE})

Propchange: branches/cmake-bringup/lib/nls/idna/CMakeLists.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: branches/cmake-bringup/lib/nls/normalize/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/nls/normalize/CMakeLists.txt?rev=48301&view=auto
==============================================================================
--- branches/cmake-bringup/lib/nls/normalize/CMakeLists.txt (added)
+++ branches/cmake-bringup/lib/nls/normalize/CMakeLists.txt [iso-8859-1] Tue Jul 27 11:01:39 2010
@@ -1,0 +1,8 @@
+
+include_directories(${REACTOS_SOURCE_DIR}/lib/3rdparty/icu4ros/icu/source/common)
+
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -UWINVER -DWINVER=0x600 -fno-exceptions -fno-rtti")
+
+file(GLOB_RECURSE SOURCE "*.cpp")
+
+add_library(normalize ${SOURCE})

Propchange: branches/cmake-bringup/lib/nls/normalize/CMakeLists.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: branches/cmake-bringup/lib/nls/scripts/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/nls/scripts/CMakeLists.txt?rev=48301&view=auto
==============================================================================
--- branches/cmake-bringup/lib/nls/scripts/CMakeLists.txt (added)
+++ branches/cmake-bringup/lib/nls/scripts/CMakeLists.txt [iso-8859-1] Tue Jul 27 11:01:39 2010
@@ -1,0 +1,8 @@
+
+include_directories(${REACTOS_SOURCE_DIR}/lib/3rdparty/icu4ros/icu/source/common)
+
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -UWINVER -DWINVER=0x600 -fno-exceptions -fno-rtti")
+
+file(GLOB_RECURSE SOURCE "*.cpp")
+
+add_library(scripts ${SOURCE})

Propchange: branches/cmake-bringup/lib/nls/scripts/CMakeLists.txt
------------------------------------------------------------------------------
    svn:eol-style = native




More information about the Ros-diffs mailing list