aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2014-11-01 00:10:32 +0100
committermontellese <montellese@xbmc.org>2014-11-01 00:19:58 +0100
commita0c76f05581f5d49f56cd4ba7e34c62e1cf788b6 (patch)
tree5f605b874fee17e0268afefbbbc6e5bdc81101e8 /tools/buildsteps
parentc6a7abdaa9900b45f9b63984cdb47969e7efdd60 (diff)
cmake: rename XBMCROOT to APP_ROOT with backwards compatibility
Diffstat (limited to 'tools/buildsteps')
-rw-r--r--tools/buildsteps/win32/make-addons.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/win32/make-addons.bat b/tools/buildsteps/win32/make-addons.bat
index 45764791a8..48ff14073b 100644
--- a/tools/buildsteps/win32/make-addons.bat
+++ b/tools/buildsteps/win32/make-addons.bat
@@ -96,7 +96,7 @@ cmake "%ADDONS_PATH%" -G "NMake Makefiles" ^
-DCMAKE_USER_MAKE_RULES_OVERRIDE="%SCRIPTS_PATH%/c-flag-overrides.cmake" ^
-DCMAKE_USER_MAKE_RULES_OVERRIDE_CXX="%SCRIPTS_PATH%/cxx-flag-overrides.cmake" ^
-DCMAKE_INSTALL_PREFIX=%ADDONS_INSTALL_PATH% ^
- -DXBMCROOT=%WORKDIR% ^
+ -DAPP_ROOT=%WORKDIR% ^
-DCMAKE_PREFIX_PATH=%ADDON_DEPENDS_PATH% ^
-DPACKAGE_ZIP=1 ^
-DARCH_DEFINES="-DTARGET_WINDOWS -DNOMINMAX -D_CRT_SECURE_NO_WARNINGS -D_USE_32BIT_TIME_T -D_WINSOCKAPI_" ^