aboutsummaryrefslogtreecommitdiff
path: root/generate_projects_vc14win32_untested.bat
diff options
context:
space:
mode:
authorbgaldrikian <[email protected]>2020-10-08 22:01:09 -0700
committerbgaldrikian <[email protected]>2020-10-08 22:01:09 -0700
commitc389ca2d86ed528e4d54941378a4752ca74026e8 (patch)
tree271dba95c84f62d13bcebbc62b5dcdc5b7ff443e /generate_projects_vc14win32_untested.bat
parent* NvBlastAsset::testForValidChunkOrder (used when creating an NvBlastAsset) i... (diff)
downloadblast-1.1.6_release.tar.xz
blast-1.1.6_release.zip
* Updated license filev1.1.6_releasev1.1.6_rc1
* Updated copyright dates * Removed ArtistTool * Pulled request #15 "Fix Blast bond generation" * Pulled request #16 "Fix invalid pointer access in authoring tools"
Diffstat (limited to 'generate_projects_vc14win32_untested.bat')
-rwxr-xr-xgenerate_projects_vc14win32_untested.bat22
1 files changed, 0 insertions, 22 deletions
diff --git a/generate_projects_vc14win32_untested.bat b/generate_projects_vc14win32_untested.bat
deleted file mode 100755
index c021597..0000000
--- a/generate_projects_vc14win32_untested.bat
+++ /dev/null
@@ -1,22 +0,0 @@
-:: Reset errorlevel status so we are not inheriting this state from the calling process:
-@call :CLEAN_EXIT
-
-:: Set the blast root to the current directory so that included solutions that aren't Blast know where the root is without having to
-:: guess or hardcode a relative path.
-:: Use the "short" path so that we don't have to quote paths in that calls below. If we don't do that spaces can break us.
-@SET BLAST_ROOT_DIR=%~sdp0
-
-:: Run packman to ensure dependencies are present and run cmake generation script afterwards
-@call "%~dp0buildtools\get_build_deps.cmd" win.msvc
-@if %ERRORLEVEL% neq 0 exit /b %errorlevel%
-
-@echo Getting target platform dependencies for win.x86_32.vc140 ...
-@call "%~dp0buildtools\packman5\packman.cmd" pull "%~dp0target_platform_deps.xml" --platform win.x86_32.vc140 --postscript "%~dp0buildtools\cmake_projects_vc14win32.bat"
-@if %ERRORLEVEL% neq 0 (
- @exit /b %errorlevel%
-) else (
- @echo Success!
-)
-
-:CLEAN_EXIT
-@exit /b 0 \ No newline at end of file