Added shmop to build script

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-24 20:32:25 +02:00
parent 31ffe8017f
commit 72208d9159
3 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
@echo off
TITLE PocketMine-MP Server - by @shoghicp
TITLE PocketMine-MP Minecraft PE server
COLOR 0F
mode con: cols=90
cd /d %~dp0
FOR /F "tokens=*" %%i in ('php -r "echo 1;"') do SET PHPOUTPUT=%%i
if not "%PHPOUTPUT%"=="1" (
echo [ERROR] Couldn't find PHP binary in PATH.
ping 127.0.0.1 -n 3 -w 1000>nul
) else (
if exist php.cmd (
if exist bin\ansicon.exe (