• Home
  • Raw
  • Download

Lines Matching full:echo

1 @echo off
5 echo Determining VS version
8 echo Detected Visual Studio Version as %VS_VERSION%
42 echo Building glslang ^(%1^)
50 echo Building glslang ^(%1^)
57 echo Skipping sync ^(%1^)
64 echo Skipping build ^(%1^)
71 echo 32-bit build requested
78 echo 64-bit build requested
85 echo debug build requested
92 echo release build requested
98 echo --spirv-tools argument has been deprecated and is no longer necessary
104 echo --s argument has been deprecated and is no longer necessary
110 echo --all argument has been deprecated and is no longer necessary
113 echo Building glslang ^(%1^)
118 echo.
119 echo Unrecognized option "%1"
120 echo.
121 echo usage: update_external_sources.bat [options]
122 echo.
123 echo Available options:
124 echo -g ^| --glslang enable glslang component
125 echo --all enable all components
126 echo --no-sync skip sync from git
127 echo --no-build skip build
128 echo --32 build for 32-bit
129 echo --64 build for 64-bit
130 echo --debug build for debug
131 echo --release build for release
132 echo.
133 echo If any component enables are provided, only those components are enabled.
134 echo If no component enables are provided, all components are enabled.
135 echo.
136 echo Sync uses git to pull a specific revision.
137 echo Build configures CMake, builds Release and Debug.
138 echo.
139 echo --32 without --64 builds only 32-bit, and vice-versa.
140 echo --debug without --release builds only debug, and vice-versa.
141 echo Specifying neither or both --32 and --64 builds both.
142 echo Specifying neither or both --debug and --release builds both.
143 echo So specifying none of these 4 options (default) builds all 4.
151 echo Building glslang
211 echo Dependency check failed:
212 echo git.exe not found
213 echo Git for Windows can be downloaded here: https://git-scm.com/download/win
214 echo Install and ensure git.exe makes it into your PATH
221 echo Dependency check failed:
222 echo cmake.exe not found
223 echo Get CMake for Windows here: http://www.cmake.org/cmake/resources/software.html
224echo Install and ensure each makes it into your PATH, default is "C:\Program Files (x86)\CMake\b…
241 echo.
242 echo Missing glslang_giturl file! Place it in %REVISION_DIR% with git repo URL in it.
248 echo.
249 echo Missing glslang_revision file! Place it in %REVISION_DIR% with target version in it.
257 echo GLSLANG_GITURL=%GLSLANG_GITURL%
258 echo GLSLANG_REVISION=%GLSLANG_REVISION%
261 echo Creating and/or updating glslang in %BASE_DIR%
277 echo.
278 echo Exiting
282 echo.
283 echo Halting due to error
295 echo.
296 echo Creating local glslang repository %GLSLANG_DIR%)
303 echo glslang source download failed!
309 echo.
310 echo Updating %GLSLANG_DIR%
318 echo.
319 echo Building %GLSLANG_DIR%
331 echo Making 32-bit glslang
332 echo *************************
335echo Generating 32-bit Glslang CMake files for Visual Studio %VS_VERSION% -DCMAKE_INSTALL_PREFIX=i…
339echo Building 32-bit Glslang: MSBuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Debug
344 echo.
345 echo glslang 32-bit Debug build failed!
350 echo Building Glslang: MSBuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Release
355 echo.
356 echo glslang 32-bit Release build failed!
365 echo Making 64-bit glslang
366 echo *************************
369echo Generating 64-bit Glslang CMake files for Visual Studio %VS_VERSION% -DCMAKE_INSTALL_PREFIX=i…
373echo Building 64-bit Glslang: MSBuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug
378 echo.
379 echo glslang 64-bit Debug build failed!
384 echo Building Glslang: MSBuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Release
389 echo.
390 echo glslang 64-bit Release build failed!