Lines Matching full:platform
5 # This version starts a separte job for each platform config
35 - if %PLATFORM% == Win32 (if %CONFIGURATION% == Debug (update_external_sources.bat --32 --debug))
36 - if %PLATFORM% == Win32 (if %CONFIGURATION% == Release (update_external_sources.bat --32 --release))
37 - if %PLATFORM% == x64 (if %CONFIGURATION% == Debug (update_external_sources.bat --64 --debug))
38 - if %PLATFORM% == x64 (if %CONFIGURATION% == Release (update_external_sources.bat --64 --release))
45 - if %PLATFORM% == Win32 (set GENERATOR="Visual Studio %VS_VERSION%")
46 - if %PLATFORM% == x64 (set GENERATOR="Visual Studio %VS_VERSION% Win64")
53 - echo Building platform=%PLATFORM% configuration=%CONFIGURATION%
55 platform: