Lines Matching refs:REM
2 REM
3 REM This Windows batch file builds this repository for the following targets:
4 REM 64-bit Debug
5 REM 64-bit Release
6 REM 32-bit Debug
7 REM 32-bit Release
8 REM It uses CMake to genererate the project files and then invokes msbuild
9 REM to build them.
10 REM The update_external_sources.bat batch file must be executed before running
11 REM this batch file
12 REM
14 REM Determine the appropriate CMake strings for the current version of Visual Studio
24 REM *******************************************
25 REM 64-bit build
26 REM *******************************************
53 REM *******************************************
54 REM 32-bit build
55 REM *******************************************