1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00

Let's disable everything except OpenMW itself

Just to check if it's at all possible to use AppVeyor
This commit is contained in:
Alexander "Ace" Olofsson 2015-06-03 10:15:28 +02:00
parent 3425e9b1d1
commit e49cf2888d

View File

@ -355,7 +355,12 @@ echo "Building OpenMW..."
add_cmake_opts -DBUILD_BSATOOL=no \
-DBUILD_ESMTOOL=no \
-DBUILD_MYGUI_PLUGIN=no
-DBUILD_MYGUI_PLUGIN=no \
-DBUILD_OPENCS=no \
-DBUILD_WIZARD=no \
-DBUILD_ESSIMPORTER=no \
-DBUILD_LAUNCHER=no \
-DBUILD_MWINIIMPORTER=no
if [ -z $VERBOSE ]; then
printf " Configuring... "
@ -373,4 +378,4 @@ fi
echo
exit $RET
exit $RET