Lines Matching refs:REM
2 REM
3 REM This Windows batch file builds this repository for the following targets:
4 REM 64/32-bit Release/Debug
5 REM It uses CMake to genererate the project files and then invokes msbuild
6 REM to build them.
7 REM The update_external_sources.bat batch file must be executed before running
8 REM this batch file
9 REM
10 REM Arguments:
11 REM None: Runs CMake and builds all 4 combinations
12 REM Argument contains:
13 REM cmake (case insensitive): Deletes build and build32 and runs just CMake on both
14 REM 32: Deletes build32, runs CMake and builds 32-bit versions
15 REM 64: Deletes build, runs CMake and builds 64-bit versions
16 REM Example:
17 REM build_windows_targets.bat 64
18 REM deletes build, creates build, runs CMake and compiles 64-bit Debug and Release.
42 REM Determine the appropriate CMake strings for the current version of Visual Studio
64 REM *******************************************
65 REM 64-bit build
66 REM *******************************************
93 REM *******************************************
94 REM 32-bit build
95 REM *******************************************