text
stringlengths
0
834k
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if ""%1"" == ""text"" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if ""%1"" == ""man"" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if ""%1"" == ""texinfo"" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if ""%1"" == ""gettext"" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if ""%1"" == ""changes"" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if ""%1"" == ""linkcheck"" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if ""%1"" == ""doctest"" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
",26.7015706806,79,0.6982352941
234,d0220f382db8e0a894803f8584bd518c1b82822f,700,bat,Batchfile,Engine/Source/ThirdParty/ICU/icu4c-53_1/Make for Linux.bat,ConstantineRudenko/UnrealEngine_NVIDIAGameWorks,b50e6338a7c5b26374d66306ebc7807541ff815e,['MIT'],1.0,2022-01-29T18:36:12.000Z,2022-01-29T18:36:12.000Z,Engine/Source/ThirdParty/ICU/icu4c-53_1/Make for Linux.bat,ConstantineRudenko/UnrealEngine_NVIDIAGameWorks,b50e6338a7c5b26374d66306ebc7807541ff815e,['MIT'],,,,Engine/Source/ThirdParty/ICU/icu4c-53_1/Make for Linux.bat,ConstantineRudenko/UnrealEngine_NVIDIAGameWorks,b50e6338a7c5b26374d66306ebc7807541ff815e,['MIT'],,,,"@echo off
REM Batch file for configuring Linux platforms of ICU
REM Run this from the ICU directory
ECHO Remember to compile Windows version first, this is needed when cross-compiling
setlocal
set CYGWIN=winsymlinks:native
REM Linux Configs
if not exist ./Linux (
echo Error: Linux directory does not exist. Did you forget to run configuration?
goto:eof)
cd ./Linux
REM x86_64 Config
if not exist ./x86_64-unknown-linux-gnu (
echo Error: x86_64-unknown-linux-gnu directory does not exist. Did you forget to run configuration?
goto:eof)
cd ./x86_64-unknown-linux-gnu
set PATH=%LINUX_ROOT%\bin;%PATH%;
bash -c 'make clean'
bash -c 'make all'
cd ../
REM Back to root
cd ../
endlocal
",25.0,101,0.7514285714
235,d022218864d82437944f2ba394122077419449d6,5327,bat,Batchfile,a3smu.bat,boeca-scripters/arma-3-server-mods-updator,d0c276ddcd27a7f6a952ecc3369c5672c6ac7e3d,['MIT'],,,,a3smu.bat,boeca-scripters/arma-3-server-mods-updator,d0c276ddcd27a7f6a952ecc3369c5672c6ac7e3d,['MIT'],,,,a3smu.bat,boeca-scripters/arma-3-server-mods-updator,d0c276ddcd27a7f6a952ecc3369c5672c6ac7e3d,['MIT'],,,,":::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Please do not edit this script if you don't know what your doing !!
@echo off
@setlocal enableextensions enabledelayedexpansion
:: Setting variables
for %%a in (%*) do (