diff options
author | Rui Hirokawa <hirokawa@php.net> | 2003-09-23 02:43:04 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2003-09-23 02:43:04 +0000 |
commit | 25bb0d16a9eee5dc02576de7d3be04233ed53b64 (patch) | |
tree | c4d4cf98ed9ce0d7cdd7b1489566e1e9bf0c7c3e /ext/mbstring/mbstring.dsp | |
parent | c8db2e0455050b1ff184983739045cae164390a7 (diff) | |
download | php-git-25bb0d16a9eee5dc02576de7d3be04233ed53b64.tar.gz |
fixed win32-build and update e-mail address in mbstring.
Diffstat (limited to 'ext/mbstring/mbstring.dsp')
-rw-r--r-- | ext/mbstring/mbstring.dsp | 120 |
1 files changed, 119 insertions, 1 deletions
diff --git a/ext/mbstring/mbstring.dsp b/ext/mbstring/mbstring.dsp index d9c7fcc1f3..d3625d4af8 100644 --- a/ext/mbstring/mbstring.dsp +++ b/ext/mbstring/mbstring.dsp @@ -124,6 +124,10 @@ SOURCE=.\mbstring.c # End Source File
# Begin Source File
+SOURCE=.\php_mbregex.c
+# End Source File
+# Begin Source File
+
SOURCE=.\php_unicode.c
!IF "$(CFG)" == "mbstring - Win32 Release_TS MBSTRING"
@@ -173,6 +177,10 @@ SOURCE=.\mbstring.h # End Source File
# Begin Source File
+SOURCE=.\php_mbregex.h
+# End Source File
+# Begin Source File
+
SOURCE=.\php_unicode.h
!IF "$(CFG)" == "mbstring - Win32 Release_TS MBSTRING"
@@ -478,7 +486,32 @@ SOURCE=.\libmbfl\nls\nls_zh.c # PROP Default_Filter ""
# Begin Source File
-SOURCE=.\libmbfl\config.h
+SOURCE=.\libmbfl\config.h.vc6
+
+!IF "$(CFG)" == "mbstring - Win32 Release_TS MBSTRING"
+
+# Begin Custom Build
+InputDir=.\libmbfl
+InputPath=.\libmbfl\config.h.vc6
+
+"$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ copy $(InputDir)\config.h.vc6 "$(InputDir)\config.h"
+
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "mbstring - Win32 Debug_TS MBSTRING"
+
+# Begin Custom Build
+InputDir=.\libmbfl
+InputPath=.\libmbfl\config.h.vc6
+
+"$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ copy $(InputDir)\config.h.vc6 "$(InputDir)\config.h"
+
+# End Custom Build
+
+!ENDIF
+
# End Source File
# Begin Source File
@@ -850,5 +883,90 @@ SOURCE=.\libmbfl\filters\unicode_table_uhc.h # End Source File
# End Group
# End Group
+# Begin Group "oniguruma"
+
+# PROP Default_Filter ""
+# Begin Group "Source Files No. 2"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\oniguruma\regcomp.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\regerror.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\regexec.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\reggnu.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\regparse.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\regposerr.c
+# End Source File
+# End Group
+# Begin Group "Header Files No. 2"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\oniguruma\win32\config.h
+
+!IF "$(CFG)" == "mbstring - Win32 Release_TS MBSTRING"
+
+# Begin Custom Build
+InputDir=.\oniguruma\win32
+InputPath=.\oniguruma\win32\config.h
+
+"$(InputDir)\..\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ copy $(InputDir)\config.h "$(InputDir)\..\config.h"
+
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "mbstring - Win32 Debug_TS MBSTRING"
+
+# Begin Custom Build
+InputDir=.\oniguruma\win32
+InputPath=.\oniguruma\win32\config.h
+
+"$(InputDir)\..\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ copy $(InputDir)\config.h "$(InputDir)\..\config.h"
+
+# End Custom Build
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\onigposix.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\oniguruma.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\php_compat.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\regint.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\oniguruma\regparse.h
+# End Source File
+# End Group
+# End Group
# End Target
# End Project
|