You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -382,7 +382,7 @@ if [ $UID -ne 0 ] && [ $REBUILD_TOOLCHAINS == "y" ]; then
382
382
#linux distros vary too much with various dependancies and versions and such, so we might as well pre-build our own copies of certain libraries. this really only needs to be done once, but its safe to retry anyway.
383
383
cd$SVNROOT/engine
384
384
if [ "$BUILD_LINUXx86"=="y" ];then
385
-
echo"Making libraries (x86)..."
385
+
echo"Making libraries (linux x86)..."
386
386
make FTE_TARGET=linux32 makelibs CPUOPTIMISATIONS=-fno-finite-math-only 2>&1>>/dev/null
387
387
fi
388
388
if [ "$BUILD_LINUXx64"=="y" ];then
@@ -397,6 +397,12 @@ if [ $UID -ne 0 ] && [ $REBUILD_TOOLCHAINS == "y" ]; then
397
397
echo"Making libraries (linux armhf)..."
398
398
make FTE_TARGET=linuxarmhf makelibs CPUOPTIMISATIONS=-fno-finite-math-only 2>&1>>/dev/null
399
399
fi
400
+
if [ "$BUILD_WINDOWS"=="y" ];then
401
+
echo"Making libraries (linux armhf)..."
402
+
make FTE_TARGET=win32 makelibs CPUOPTIMISATIONS=-fno-finite-math-only 2>&1>>/dev/null
403
+
echo"Making libraries (linux armhf)..."
404
+
make FTE_TARGET=win64 makelibs CPUOPTIMISATIONS=-fno-finite-math-only 2>&1>>/dev/null
405
+
fi
400
406
if [ "$BUILD_WINDOWS"=="y" ] && [[ "$PLUGINS_WINDOWS"=~"ode" ]];then
401
407
echo"Prebuilding ODE library (win32)..."
402
408
make FTE_TARGET=win32 plugins-rel NATIVE_PLUGINS=ode 2>&1>>/dev/null
Cmd_AddCommandD ("skygroup", CL_Skygroup_f, "Provides a way to associate a skybox name with a series of maps, so that the requested skybox will override on a per-map basis.");
0 commit comments