diff options
| author | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
| commit | 7115f60b91b5717d90f643fd692010905c7004db (patch) | |
| tree | effd68c6978751c517d54c2f2bb5bb6e7dc93e18 /buildtools/generate_projects_linux_ue4_crosscompile_step2.bat | |
| parent | Updating BlastTool zip (diff) | |
| download | blast-1.1.3_rc1.tar.xz blast-1.1.3_rc1.zip | |
Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1
Diffstat (limited to 'buildtools/generate_projects_linux_ue4_crosscompile_step2.bat')
| -rw-r--r-- | buildtools/generate_projects_linux_ue4_crosscompile_step2.bat | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/buildtools/generate_projects_linux_ue4_crosscompile_step2.bat b/buildtools/generate_projects_linux_ue4_crosscompile_step2.bat deleted file mode 100644 index 7f2e550..0000000 --- a/buildtools/generate_projects_linux_ue4_crosscompile_step2.bat +++ /dev/null @@ -1,21 +0,0 @@ -@echo off -:: Reset errorlevel status so we are not inheriting this state from the calling process: -@call :CLEAN_EXIT - -:: Run packman to ensure dependencies are present and run cmake generation script afterwards -@echo Running packman in preparation for cmake ... -@echo. - -:: We need this for NMake -@call "%VS140COMNTOOLS%VsdevCmd.bat" - -::Save this for when it's overwritten with the Linux one -set PM_cmake_PATH_Win=%PM_cmake_PATH% - -@call "%~dp0packman\packman.cmd" pull "%BLAST_ROOT_DIR%\dependencies.xml" --platform linux-UE4-cross --postscript "%~dp0cmake_projects_linux_ue4_crosscompile.bat" -@if %ERRORLEVEL% neq 0 ( - @exit /b %errorlevel% -) - -:CLEAN_EXIT -@exit /b 0
\ No newline at end of file |