aboutsummaryrefslogtreecommitdiff
path: root/buildtools/steps
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2018-05-31 11:36:08 -0700
committerBryan Galdrikian <[email protected]>2018-05-31 11:36:08 -0700
commit7115f60b91b5717d90f643fd692010905c7004db (patch)
treeeffd68c6978751c517d54c2f2bb5bb6e7dc93e18 /buildtools/steps
parentUpdating BlastTool zip (diff)
downloadblast-7115f60b91b5717d90f643fd692010905c7004db.tar.xz
blast-7115f60b91b5717d90f643fd692010905c7004db.zip
Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1
Diffstat (limited to 'buildtools/steps')
-rwxr-xr-x[-rw-r--r--]buildtools/steps/build_all_linux_ue4_crosscompile.bat16
1 files changed, 0 insertions, 16 deletions
diff --git a/buildtools/steps/build_all_linux_ue4_crosscompile.bat b/buildtools/steps/build_all_linux_ue4_crosscompile.bat
index 5d56024..1799870 100644..100755
--- a/buildtools/steps/build_all_linux_ue4_crosscompile.bat
+++ b/buildtools/steps/build_all_linux_ue4_crosscompile.bat
@@ -32,20 +32,4 @@
@echo.
@if %ERRORLEVEL% neq 0 exit /B
-@echo | set /p dummyName=** Building profile ... **
-@pushd
-@cd "%ROOT_PATH%\linux64-profile-UE4"
-@nmake
-@popd
-@echo ** End of profile **
-@echo.
-@if %ERRORLEVEL% neq 0 exit /B
-
-@echo | set /p dummyName=** Building checked ... **
-@pushd
-@cd "%ROOT_PATH%\linux64-checked-UE4"
-@nmake
-@popd
-@echo ** End of checked **
-@echo.
@exit /B \ No newline at end of file