moriyoshi               Tue Mar  2 10:59:31 2004 EDT

  Modified files:              
    /php-src/ext/mbstring       config.w32 
  Log:
  - Really fix the build.
  # Should be fixed now :|
  
  
http://cvs.php.net/diff.php/php-src/ext/mbstring/config.w32?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/mbstring/config.w32
diff -u php-src/ext/mbstring/config.w32:1.3 php-src/ext/mbstring/config.w32:1.4
--- php-src/ext/mbstring/config.w32:1.3 Tue Mar  2 06:50:10 2004
+++ php-src/ext/mbstring/config.w32     Tue Mar  2 10:59:30 2004
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.3 2004/03/02 11:50:10 edink Exp $
+// $Id: config.w32,v 1.4 2004/03/02 15:59:30 moriyoshi Exp $
 // vim:ft=javascript
 
 ARG_ENABLE("mbstring", "multibyte string functions", "no");
@@ -8,10 +8,8 @@
 
        FSO.CopyFile("ext\\mbstring\\libmbfl\\config.h.vc6",
                "ext\\mbstring\\libmbfl\\config.h", true);
-/* XXX this file does not exist!               
        FSO.CopyFile("ext\\mbstring\\oniguruma\\win32\\config.h",
                "ext\\mbstring\\oniguruma\\config.h", true);
-*/
        
        EXTENSION("mbstring", "mbstring.c php_unicode.c mb_gpc.c", null,
                "-Iext/mbstring/libmbfl -Iext/mbstring/libmbfl/mbfl \
@@ -51,12 +49,13 @@
 
        if (PHP_MBREGEX == "yes") {
                ADD_SOURCES("ext/mbstring/oniguruma", "regcomp.c regerror.c \
-                       regenc.c regexec.c reggnu.c regparse.c regposerr.c \
-                       ascii.c big5.c euc_jp.c euc_kr.c euc_tw.c iso8859_1 \
-                       iso8859_2.c iso8859_3.c iso8859_4.c iso8859_5.c \
-                       iso8859_6.c iso8859_7.c iso8859_8.c iso8859_9.c \
-                       iso8859_10.c iso8859_11.c iso8859_13.c iso8859_15.c \
-                       iso8859_16.c koi8.c koi8_r.c sjis.c utf8.c", "mbstring");
+                       regenc.c regexec.c reggnu.c regparse.c regposerr.c", 
"mbstring");
+               ADD_SOURCES("ext/mbstring/oniguruma/enc", "ascii.c big5.c \
+                       euc_jp.c euc_kr.c euc_tw.c iso8859_1 iso8859_2.c \
+                       iso8859_3.c iso8859_4.c iso8859_5.c iso8859_6.c \
+                       iso8859_7.c iso8859_8.c iso8859_9.c iso8859_10.c \
+                       iso8859_11.c iso8859_13.c iso8859_15.c iso8859_16.c \
+                       koi8.c koi8_r.c sjis.c utf8.c", "mbstring");
                ADD_SOURCES("ext/mbstring", "php_mbregex.c", "mbstring");
        }
 }

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to