fmk Sat Apr 29 14:33:46 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/win32/build config.w32
Log:
Revert patch for pdb files. No need to have it twice!
http://cvs.php.net/viewcvs.cgi/php-src/win32/build/config.w32?r1=1.40.2.7&r2=1.40.2.8&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.40.2.7
php-src/win32/build/config.w32:1.40.2.8
--- php-src/win32/build/config.w32:1.40.2.7 Sat Apr 29 06:24:38 2006
+++ php-src/win32/build/config.w32 Sat Apr 29 14:33:46 2006
@@ -1,5 +1,5 @@
// vim:ft=javascript
-// $Id: config.w32,v 1.40.2.7 2006/04/29 06:24:38 fmk Exp $
+// $Id: config.w32,v 1.40.2.8 2006/04/29 14:33:46 fmk Exp $
// "Master" config file; think of it as a configure.in
// equivalent.
@@ -302,11 +302,6 @@
AC_DEFINE('ZEND_MULTIBYTE', 1);
}
-ARG_ENABLE("pdb-files", "Enable generation of .pdp files", "no");
-if (PHP_PDB_FILES == "yes") {
- ADD_FLAG("LDFLAGS", "/debug /opt:ref");
-}
-
AC_DEFINE('HAVE_USLEEP', 1);
AC_DEFINE('HAVE_STRCOLL', 1);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php