aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2015-01-24 19:19:55 +0100
committermontellese <montellese@xbmc.org>2015-02-18 16:07:42 +0100
commit83bdeda4a8e87baf0061fe87a83d626bc9d1fa22 (patch)
treedfff1b6069cc2afc00b83ea48b7a0ccb9699d251 /tools
parent92d9ac1b257e76b6861376a5c7ac9018b134a9b7 (diff)
cmake: add platform definitions for android, darwin, freebsd, ios, rbpi and windows
Diffstat (limited to 'tools')
-rw-r--r--tools/buildsteps/win32/make-addons.bat1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/buildsteps/win32/make-addons.bat b/tools/buildsteps/win32/make-addons.bat
index a123b377bb..ec94cef969 100644
--- a/tools/buildsteps/win32/make-addons.bat
+++ b/tools/buildsteps/win32/make-addons.bat
@@ -85,7 +85,6 @@ cmake "%ADDONS_PATH%" -G "NMake Makefiles" ^
-DBUILD_DIR=%ADDONS_BUILD_PATH% ^
-DDEPENDS_PATH=%ADDON_DEPENDS_PATH% ^
-DPACKAGE_ZIP=1 ^
- -DARCH_DEFINES="-DTARGET_WINDOWS -DNOMINMAX -D_CRT_SECURE_NO_WARNINGS -D_USE_32BIT_TIME_T -D_WINSOCKAPI_" ^
-DADDONS_TO_BUILD="%ADDONS_TO_BUILD%"
IF ERRORLEVEL 1 (
ECHO cmake error level: %ERRORLEVEL% > %ERRORFILE%