pajoye          Sat Aug 23 19:50:36 2008 UTC

  Modified files:              
    /php-src/win32/build        config.w32 
  Log:
  - we need it for vc < 9 (even if php6 will support officially only 9)
  
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.84&r2=1.85&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.84 php-src/win32/build/config.w32:1.85
--- php-src/win32/build/config.w32:1.84 Sat Aug 23 19:39:07 2008
+++ php-src/win32/build/config.w32      Sat Aug 23 19:50:36 2008
@@ -1,5 +1,5 @@
 // vim:ft=javascript
-// $Id: config.w32,v 1.84 2008/08/23 19:39:07 pajoye Exp $
+// $Id: config.w32,v 1.85 2008/08/23 19:50:36 pajoye Exp $
 // "Master" config file; think of it as a configure.in
 // equivalent.
 
@@ -339,6 +339,8 @@
        php_open_temporary_file.c php_logos.c output.c internal_functions.c 
php_sprintf.c \
        getopt.c");
 
+ADD_SOURCES("win32", "inet.c");
+
 ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c 
plain_wrapper.c \
        userspace.c transports.c xp_socket.c mmap.c unicode_filter.c 
glob_wrapper.c");
 



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

Reply via email to