Compiler changes

This commit is contained in:
Shoghi Cervantes 2013-07-13 23:59:23 +02:00
parent 7efed17b74
commit 3202678594
3 changed files with 4 additions and 3 deletions

View File

@ -146,7 +146,7 @@ cd ..
rm -r -f ./zlib
echo " done!"
if [ "$(uname -s)" == "Darwin" ] && [ "$1" != "crosscompile" ]; then
if [ "$(uname -s)" == "Darwin" ] && [ "$1" != "crosscompile" ] && [ "$2" != "curl" ]; then
HAVE_CURL="shared,/usr/local"
else
#curl
@ -244,7 +244,7 @@ $HAVE_LIBEDIT \
--enable-cli \
--without-pear \
--without-iconv \
--without-pdo \
--disable-pdo \
--without-pdo-sqlite \
--with-zend-vm=$ZEND_VM \
$CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1

View File

@ -66,7 +66,7 @@ ini_set("memory_limit", "128M"); //Default
define("LOG", true);
define("START_TIME", microtime(true));
define("MAJOR_VERSION", "Alpha_1.3.3");
define("CURRENT_MINECRAFT_VERSION", "0.7.3 alpha");
define("CURRENT_MINECRAFT_VERSION", "0.7.2 alpha");
define("CURRENT_API_VERSION", 9);
define("CURRENT_PHP_VERSION", "5.5");
$gitsha1 = false;

View File

@ -1,4 +1,5 @@
@echo off
chcp 850
TITLE PocketMine-MP Minecraft PE server
COLOR 0F
mode con: cols=90