From: Wez Furlong Date: Fri, 5 Dec 2003 17:45:15 +0000 (+0000) Subject: convert to DOS line endings to solve win98 issues X-Git-Tag: php-5.0.0b3RC1~283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ec9ffece821a560d8e5da8e710ed3c97ccf422c;p=php convert to DOS line endings to solve win98 issues --- diff --git a/win32/EngineSelect.bat b/win32/EngineSelect.bat index 1f03e798bf..0785bd12fc 100755 --- a/win32/EngineSelect.bat +++ b/win32/EngineSelect.bat @@ -1,5 +1,5 @@ -@if exist ..\ZendEngine2\OBJECTS2_HOWTO ( -move ..\Zend ..\ZendEngine1 -move ..\ZendEngine2 ..\Zend -echo "PLEASE RESTART VISUAL C++ TO RELOAD THE ZEND PROJECT." -exit 1 ) +@if exist ..\ZendEngine2\OBJECTS2_HOWTO ( +move ..\Zend ..\ZendEngine1 +move ..\ZendEngine2 ..\Zend +echo "PLEASE RESTART VISUAL C++ TO RELOAD THE ZEND PROJECT." +exit 1 ) diff --git a/win32/builddef.bat b/win32/builddef.bat index 78b0c706b9..c9432a1fb6 100644 --- a/win32/builddef.bat +++ b/win32/builddef.bat @@ -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.1 2003-08-22 21:45:58 wez Exp $ -@echo off -type ..\ext\sqlite\php_sqlite.def +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 $ +@echo off +type ..\ext\sqlite\php_sqlite.def