[xdebug-dev] xdebug xdebug/config.w32 - Make things work with the snaps builder too.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Wed, 14 Apr 2004 19:42:34 +0200

Date: Wed Apr 14 19:42:31 CEST 2004
User: Derick Rethans
Directory: xdebug

Log Message:
[0.05]
- Make things work with the snaps builder too.

Modified files:
           xdebug/config.w32 (version: 1.4)

[FILE: /xdebug/config.w32]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdebug/config.w32:1.3 Thu Mar 04 10:46:44 2004 GMT
+++ xdebug/config.w32 Wed Apr 14 15:42:31 2004 GMT
@@ -1,10 +1,10 @@
-// $Id: cvstemp,v 1.3 2004/03/04 11:46:44 derick Exp $
+// $Id: cvstemp,v 1.4 2004/04/14 17:42:31 derick Exp $
 // vim:ft=javascript
 
 ARG_WITH("xdebug", "Xdebug support", "yes");
 
 if (PHP_XDEBUG == "yes") {
- EXTENSION("xdebug", "xdebug.c xdebug_code_coverage.c xdebug_com.c xdebug_handler_dbgp.c xdebug_handler_gdb.c xdebug_handler_php3.c xdebug_handlers.c xdebug_llist.c xdebug_hash.c xdebug_private.c xdebug_profiler.c xdebug_str.c xdebug_superglobals.c xdebug_var.c xdebug_xml.c usefulstuff.c");
+ EXTENSION("xdebug", "xdebug.c xdebug_code_coverage.c xdebug_com.c xdebug_compat.c xdebug_handler_dbgp.c xdebug_handler_gdb.c xdebug_handler_php3.c xdebug_handlers.c xdebug_llist.c xdebug_hash.c xdebug_private.c xdebug_profiler.c xdebug_str.c xdebug_superglobals.c xdebug_var.c xdebug_xml.c usefulstuff.c");
         AC_DEFINE("HAVE_XDEBUG", 1, "Xdebug support");
         AC_DEFINE("HAVE_EXECUTE_DATA_PTR", 1);
 }
Received on Wed Apr 14 2004 - 19:42:35 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:02 BST