text
stringlengths
0
834k
@sed ""1,/RESOURCES\ +=\ \\/d"" MyProject.pro | sed ""/^$/,$d"" | sed ""s/^\s*\(.*\)\ \\/ '\1',/"" | sed ""s/^\s*\(.*\)\\/ '\1',/"" | sed ""s/^\s*\(.*[^,]\)$/ '\1'/"" >> fbuild\files.bff
@echo } >> fbuild\files.bff
@cd fbuild
@mkdir tmp_qmake
@cd tmp_qmake
@echo Creating dummy project...
@call ""C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\vc\Auxiliary\Build\vcvars64.bat""
@C:\Qt\5.9.1\msvc2013_64\bin\qmake.exe ..\..\MyProject.pro
@echo Find MOCables...
@echo .Mocables= { >> ..\files.bff
@grep ""moc.exe $(DEFINES)"" Makefile.Release | sed ""s/^.*\ \.\.[\\\/]\.\.[\\\/]\(.*\)\ -o\ .*moc_.*cpp$/\1/"" | sed ""s/\\/\//g"" | sed ""s/^/ '/"" | sed ""s/$/',/"" | sed ""$,$s/,//"" >> ..\files.bff
@echo } >> ..\files.bff
@echo Cleaning up...
@cd ..
@rmdir /S /Q tmp_qmake
@cd ..
",53.8611111111,212,0.4528107272
219211,d2c4cd4ea92a5a2b08602bafdb4a4d5066ade4f6,200,bat,Batchfile,windows/src/ext/jedi/jvcl/tests/restructured/devtools/bin/MakeImages.bat,bravogeorge/keyman,c0797e36292de903d7313214d1f765e3d9a2bf4d,['MIT'],219.0,2017-06-21T03:37:03.000Z,2022-03-27T12:09:28.000Z,windows/src/ext/jedi/jvcl/tests/restructured/devtools/bin...
Res2Bmp *.res
Res2Bmp *.dcr
MakeRC *.bmp
rem ren new.rc JVCLReg.rc
mkdir PNG
MakePng *.bmp PNG\",28.5714285714,104,0.745
219212,d2c4de1a5cb4296065a0a28c70da242021427194,244,cmd,Batchfile,node_modules/.bin/which.cmd,stephko1/PipelinReact,e98edb213dbcc6190e22e695bc6508bab040ff02,['MIT'],,,,node_modules/.bin/which.cmd,stephko1/PipelinReact,e98edb213dbcc6190e22e695bc6508bab040ff02,['MIT'],,,,node_modules/.bin/which.cmd,stephko1/PipelinReact,...
""%~dp0\node.exe"" ""%~dp0\..\appcenter-link-scripts\node_modules\which\bin\which"" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node ""%~dp0\..\appcenter-link-scripts\node_modules\which\bin\which"" %*
)",34.8571428571,85,0.6475409836
219213,d2c519bf13fdc37d2d32d590f417673dc8ae09cf,131,bat,Batchfile,Restart AE CC 2015.3.bat,MisakiAkatsuki/Restart-AE,f96610feefb5e3d0fc47fd90b45d5e231d1d12f2,['MIT'],,,,Restart AE CC 2015.3.bat,MisakiAkatsuki/Restart-AE,f96610feefb5e3d0fc47fd90b45d5e231d1d12f2,['MIT'],,,,Restart AE CC 2015.3.bat,MisakiAkatsuki/Restart-...
taskkill /f /im AfterFX.exe /t
start """" ""C:\Program Files\Adobe\Adobe After Effects CC 2015.3\Support Files\AfterFx.exe""",43.6666666667,89,0.7480916031
219214,d2c537155d15b27ae35167c16a4655fabca36e69,37,bat,Batchfile,bin/reduce.bat,meenie216/grpc-gui,ee78cc0bf03dbf9ada9117ac77a70fa67201f196,['MIT'],2.0,2018-09-19T00:15:24.000Z,2020-04-04T07:55:43.000Z,bin/reduce.bat,meenie216/grpc-gui,ee78cc0bf03dbf9ada9117ac77a70fa67201f196,['MIT'],8.0,2019-09-25T00:56:21.000Z,2022-0...
node %~dp0\..\reduce\ %*
",12.3333333333,25,0.5405405405
219215,d2c53ecb2fdf0aea58a3f91e482d436e4eb9cc3a,5112,bat,Batchfile,docs/make.bat,sisupalan/text_mining_hp,215ff677c9d78b0aa9a9aa604399947477b82265,['FTL'],,,,docs/make.bat,sisupalan/text_mining_hp,215ff677c9d78b0aa9a9aa604399947477b82265,['FTL'],,,,docs/make.bat,sisupalan/text_mining_hp,215ff677c9d78b0aa9a9aa6043999474...
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT ""%PAPER%"" == """" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if ""%1"" == """" goto help
if ""%1"" == ""help"" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if ""%1"" == ""clean"" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if ""%1"" == ""html"" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if ""%1"" == ""dirhtml"" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)