From 38402e7fdd34111a6c22734b112617d7373293df Mon Sep 17 00:00:00 2001 From: Ines Almeida Date: Sat, 22 Sep 2018 15:54:30 +0200 Subject: Remove last traces of game engine and blenderplayer --- build_files/windows/parse_arguments.cmd | 3 --- 1 file changed, 3 deletions(-) (limited to 'build_files/windows') diff --git a/build_files/windows/parse_arguments.cmd b/build_files/windows/parse_arguments.cmd index e8caddaf4ea..0b57c77a693 100644 --- a/build_files/windows/parse_arguments.cmd +++ b/build_files/windows/parse_arguments.cmd @@ -12,9 +12,6 @@ if NOT "%1" == "" ( if "%1" == "debug" ( set BUILD_TYPE=Debug REM Build Configurations - ) else if "%1" == "noge" ( - set BUILD_CMAKE_ARGS=%BUILD_CMAKE_ARGS% -DWITH_GAMEENGINE=OFF -DWITH_PLAYER=OFF - set BUILD_NGE=_noge ) else if "%1" == "builddir" ( set BUILD_DIR_OVERRRIDE="%BLENDER_DIR%..\%2" shift /1 -- cgit v1.2.3