[Pcre-svn] [853] code/trunk/CMakeLists.txt: Remove pcre_info…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [853] code/trunk/CMakeLists.txt: Remove pcre_info.c, add pcre_string_utils. c to list of sources.
Revision: 853
          http://vcs.pcre.org/viewvc?view=rev&revision=853
Author:   ph10
Date:     2012-01-06 13:48:54 +0000 (Fri, 06 Jan 2012)


Log Message:
-----------
Remove pcre_info.c, add pcre_string_utils.c to list of sources.

Modified Paths:
--------------
    code/trunk/CMakeLists.txt


Modified: code/trunk/CMakeLists.txt
===================================================================
--- code/trunk/CMakeLists.txt    2012-01-05 19:18:12 UTC (rev 852)
+++ code/trunk/CMakeLists.txt    2012-01-06 13:48:54 UTC (rev 853)
@@ -51,6 +51,7 @@
 # 2011-10-04 Sheri added scripts to provide needed variables and to execute
 #            RunTest.bat in Win32 (for effortless testing with "make test")
 # 2011-10-04 Sheri Increased minimum required cmake version
+# 2012-01-06 PH removed pcre_info.c and added pcre_string_utils.c


PROJECT(PCRE C CXX)

@@ -342,12 +343,12 @@
pcre_fullinfo.c
pcre_get.c
pcre_globals.c
- pcre_info.c
pcre_jit_compile.c
+ pcre_maketables.c
pcre_newline.c
- pcre_maketables.c
pcre_ord2utf8.c
pcre_refcount.c
+ pcre_string_utils.c
pcre_study.c
pcre_tables.c
pcre_ucd.c