mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
convert to DOS line endings to solve win98 issues
This commit is contained in:
parent
a6ed27afe6
commit
9ec9ffece8
2 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
||||||
@if exist ..\ZendEngine2\OBJECTS2_HOWTO (
|
@if exist ..\ZendEngine2\OBJECTS2_HOWTO (
|
||||||
move ..\Zend ..\ZendEngine1
|
move ..\Zend ..\ZendEngine1
|
||||||
move ..\ZendEngine2 ..\Zend
|
move ..\ZendEngine2 ..\Zend
|
||||||
echo "PLEASE RESTART VISUAL C++ TO RELOAD THE ZEND PROJECT."
|
echo "PLEASE RESTART VISUAL C++ TO RELOAD THE ZEND PROJECT."
|
||||||
exit 1 )
|
exit 1 )
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
rem Generate phpts.def file, which exports symbols from our dll that
|
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 are present in some of the libraries which are compiled statically
|
||||||
rem into PHP
|
rem into PHP
|
||||||
rem $Id: builddef.bat,v 1.1 2003-08-22 21:45:58 wez Exp $
|
rem $Id: builddef.bat,v 1.2 2003-12-05 17:45:15 wez Exp $
|
||||||
@echo off
|
@echo off
|
||||||
type ..\ext\sqlite\php_sqlite.def
|
type ..\ext\sqlite\php_sqlite.def
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue