diff options
author | Markus Fischer <mfischer@php.net> | 2002-10-15 16:56:00 +0000 |
---|---|---|
committer | Markus Fischer <mfischer@php.net> | 2002-10-15 16:56:00 +0000 |
commit | 6da7d4133a010084846e84ac250238df7c18f3de (patch) | |
tree | c2c137bd008b9da514fcb637c5ba91262d663dce /win32/php4dllts.dsp | |
parent | 8c6a49f001b6d90b69efc2f0311735c6e219c98a (diff) | |
download | php-git-6da7d4133a010084846e84ac250238df7c18f3de.tar.gz |
- Define LINK_SIZE=2 needed for newly updated pcrelib; fixes Win32 build.
# Getting linker warning about using local defined _php_pcre_exec now at the
# end, anything serious ?
Diffstat (limited to 'win32/php4dllts.dsp')
-rw-r--r-- | win32/php4dllts.dsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index fd7a5d709e..640cf6dfb0 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -450,22 +450,22 @@ SOURCE=..\ext\pcre\pcrelib\chartables.c # Begin Source File
SOURCE=..\ext\pcre\pcrelib\get.c
-# ADD CPP /D "STATIC" /D "SUPPORT_UTF8"
+# ADD CPP /D "STATIC" /D "SUPPORT_UTF8" /D "LINK_SIZE=2"
# End Source File
# Begin Source File
SOURCE=..\ext\pcre\pcrelib\maketables.c
-# ADD CPP /D "STATIC" /D "SUPPORT_UTF8"
+# ADD CPP /D "STATIC" /D "SUPPORT_UTF8" /D "LINK_SIZE=2"
# End Source File
# Begin Source File
SOURCE=..\ext\pcre\pcrelib\pcre.c
-# ADD CPP /D "STATIC" /D "SUPPORT_UTF8"
+# ADD CPP /D "STATIC" /D "SUPPORT_UTF8" /D "LINK_SIZE=2"
# End Source File
# Begin Source File
SOURCE=..\ext\pcre\pcrelib\study.c
-# ADD CPP /D "STATIC" /D "SUPPORT_UTF8"
+# ADD CPP /D "STATIC" /D "SUPPORT_UTF8" /D "LINK_SIZE=2"
# End Source File
# End Group
# Begin Group "Header Files No. 3"
|