glib r7669 - in branches/glib-2-18: . glib/pcre



Author: hans
Date: Sun Nov 23 12:02:40 2008
New Revision: 7669
URL: http://svn.gnome.org/viewvc/glib?rev=7669&view=rev

Log:
2008-11-23  Hans Breuer  <hans breuer org>

	* glib/pcre/makefile.msc : unbroken



Modified:
   branches/glib-2-18/ChangeLog
   branches/glib-2-18/glib/pcre/makefile.msc

Modified: branches/glib-2-18/glib/pcre/makefile.msc
==============================================================================
--- branches/glib-2-18/glib/pcre/makefile.msc	(original)
+++ branches/glib-2-18/glib/pcre/makefile.msc	Sun Nov 23 12:02:40 2008
@@ -18,11 +18,30 @@
         -DMAX_NAME_COUNT=10000 \
         -DMAX_DUPLENGTH=30000 \
         -DLINK_SIZE=2 \
-        -DEBCDIC=0 \
+        -UEBCDIC \
         -DPOSIX_MALLOC_THRESHOLD=10
 
 OBJECTS = \
-
+	pcre_chartables.obj \
+	pcre_compile.obj \
+	pcre_config.obj \
+	pcre_dfa_exec.obj \
+	pcre_exec.obj \
+	pcre_fullinfo.obj \
+	pcre_get.obj \
+	pcre_globals.obj \
+	pcre_info.obj \
+	pcre_maketables.obj \
+	pcre_newline.obj \
+	pcre_ord2utf8.obj \
+	pcre_refcount.obj \
+	pcre_study.obj \
+	pcre_tables.obj \
+	pcre_try_flipped.obj \
+	pcre_ucp_searchfuncs.obj \
+	pcre_valid_utf8.obj \
+	pcre_version.obj \
+	pcre_xclass.obj
 
 all : pcre.lib
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]