mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
6 lines
175 B
Batchfile
Executable File
6 lines
175 B
Batchfile
Executable File
@if exist ..\ZendEngine2\OBJECTS2_HOWTO (
|
|
move ..\Zend ..\ZendEngine1
|
|
move ..\ZendEngine2 ..\Zend
|
|
echo "PLEASE RESTART VISUAL C++ TO RELOAD THE ZEND PROJECT."
|
|
exit 1 )
|