2008-11-23  Hans Breuer  <hans@breuer.org>

	* glib/pcre/makefile.msc : unbroken


svn path=/branches/glib-2-18/; revision=7669
This commit is contained in:
Hans Breuer 2008-11-23 12:02:40 +00:00 committed by Hans Breuer
parent 76642c27a5
commit a01a34112b
2 changed files with 23 additions and 2 deletions

View File

@ -3,6 +3,8 @@
* glib/makefile.msc.in : add -DG_DISABLE_DEPRECTAED; rule for
localcharset.obj
* glib/pcre/makefile.msc : unbroken
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates

View File

@ -18,11 +18,30 @@ DEFINES = \
-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