fmk             Fri Dec  5 14:51:53 2003 EDT

  Modified files:              
    /php-src/win32      builddef.bat 
  Log:
  Move the echo off statement to the top of the file. This removes commens from the 
final def file
  
Index: php-src/win32/builddef.bat
diff -u php-src/win32/builddef.bat:1.2 php-src/win32/builddef.bat:1.3
--- php-src/win32/builddef.bat:1.2      Fri Dec  5 12:45:15 2003
+++ php-src/win32/builddef.bat  Fri Dec  5 14:51:52 2003
@@ -1,6 +1,6 @@
-rem Generate phpts.def file, which exports symbols from our dll that
-rem are present in some of the libraries which are compiled statically
-rem into PHP
-rem $Id: builddef.bat,v 1.2 2003/12/05 17:45:15 wez Exp $
[EMAIL PROTECTED] off
-type ..\ext\sqlite\php_sqlite.def
[EMAIL PROTECTED] off
+rem Generate phpts.def file, which exports symbols from our dll that
+rem are present in some of the libraries which are compiled statically
+rem into PHP
+rem $Id: builddef.bat,v 1.3 2003/12/05 19:51:52 fmk Exp $
+type ..\ext\sqlite\php_sqlite.def

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

Reply via email to