diff options
Diffstat (limited to 'protocols/Sametime/src/glib/pcre/makefile.msc')
| -rw-r--r-- | protocols/Sametime/src/glib/pcre/makefile.msc | 30 | 
1 files changed, 30 insertions, 0 deletions
diff --git a/protocols/Sametime/src/glib/pcre/makefile.msc b/protocols/Sametime/src/glib/pcre/makefile.msc new file mode 100644 index 0000000000..1ec1d72c86 --- /dev/null +++ b/protocols/Sametime/src/glib/pcre/makefile.msc @@ -0,0 +1,30 @@ +TOP = ..\..\.. +!INCLUDE ..\..\build\win32\make.msc + +INCLUDES = \ +        -I ..\.. \ +        -I .. +         +DEFINES = \ +        -DPCRE_STATIC \ +        -DHAVE_CONFIG_H \ +        -DHAVE_LONG_LONG_FORMAT \ +        -DSUPPORT_UCP \ +        -DSUPPORT_UTF8 \ +        -DNEWLINE=-1 \ +        -DMATCH_LIMIT=10000000 \ +        -DMATCH_LIMIT_RECURSION=10000000 \ +        -DMAX_NAME_SIZE=32 \ +        -DMAX_NAME_COUNT=10000 \ +        -DMAX_DUPLENGTH=30000 \ +        -DLINK_SIZE=2 \ +        -DEBCDIC=0 \ +        -DPOSIX_MALLOC_THRESHOLD=10 + +OBJECTS = \ + + +all : pcre.lib + +pcre.lib : $(OBJECTS) +        lib -out:pcre.lib $(OBJECTS)  | 
