code
stringlengths
3
1.03M
repo_name
stringlengths
5
84
path
stringlengths
4
233
language
stringclasses
1 value
license
stringclasses
15 values
size
int32
3
1.03M
@node example.js pause
tomFlidr/class.js
demos/node.js/07-syntax-customization/run.cmd
bat
mit
22
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source 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. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes 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 ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) 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 ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\NetEaseMusic.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\NetEaseMusic.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %BUILDDIR%/.. echo. echo.Build finished; the PDF 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 ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end
ingez/FeelUOwn
sphinx_doc/make.bat
bat
mit
6,722
set CurrentDir=%CD% cd C:\wx-trunk\build\msw set PATH=C:\MinGW-4.6.1\bin;%PATH% mingw32-make -j 4 -f makefile.gcc SHARED=1 UNICODE=1 MONOLITHIC=1 BUILD=release clean mingw32-make -j 4 -f makefile.gcc SHARED=1 UNICODE=1 MONOLITHIC=1 BUILD=release mingw32-make -j 4 -f makefile.gcc SHARED=1 UNICODE=1 MONOLITHIC=1 BUILD=debug clean mingw32-make -j 4 -f makefile.gcc SHARED=1 UNICODE=1 MONOLITHIC=1 BUILD=debug cd %CurrentDir%
eranif/codelite
Runtime/build_wx.bat
bat
gpl-2.0
438
:: compile FolderChooser2.cs as a 32-bit library :: and register FolderChooser2.dll as 64-bit and 32-bit @echo off call ..\config\exeLocations.bat if %1.==/unregister. ( set verb=Unregistering ) else ( set verb=Registering echo. & echo Compiling FolderChooser2.cs %net32%\csc.exe @..\rsp\_common.rsp @..\rsp\FolderChooser2.rsp ..\FolderChooser2.cs ) echo %verb% FolderChooser2.dll for 32-bit apps %net32%\regasm.exe /codebase %1 ..\lib\FolderChooser2.dll if exist %net64% ( echo. & echo %verb% FolderChooser2.dll for 64-bit apps %net64%\regasm.exe /codebase %1 ..\lib\FolderChooser2.dll )
koswald/VBScript
.Net/build/FolderChooser2.bat
bat
mit
616
.nuget\nuget.exe install redis-64 -excludeversion START /B redis-64\redis-server.exe --maxheap 512M > redislog.txt
rducom/StackCache
Redis.cmd
bat
mit
115
@ECHO OFF 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 ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\AgeofSaltStack.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\AgeofSaltStack.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. 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
tricoder42/age-of-saltstack
docs/make.bat
bat
mit
5,112
@ECHO OFF 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. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes 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 ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) 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 ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\FastMonkeysdeveloperguide.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\FastMonkeysdeveloperguide.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %BUILDDIR%/.. echo. echo.Build finished; the PDF 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 ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end
fastmonkeys/dev-guide
docs/make.bat
bat
mit
6,739
:setup :: Description: sets variables for the batch file :: Required prerequisite variables :: projectpath :: htmlpath :: localvar :: Func calls: 1 :: checkdir if defined masterdebug call :funcdebugstart setup set basepath=%cd% call :var-%pubtype% set projectlogspath=%projectpath%\logs rem java classpath additions and catalog resolver to handle xhtml11 set extendclasspath=%pubpath%\tools\saxon\saxon9he.jar;%pubpath%\tools\java\resolver.jar;%pubpath%\tools\java set loadcat=-Dxml.catalog.files set nodrive=%pubpath:~2% set cat=%pubpath%\tools\java\cat\catalog.xml set usecatalog1=-r:org.apache.xml.resolver.tools.CatalogResolver set usecatalog2=-x:org.apache.xml.resolver.tools.ResolvingXMLReader set altjre=%pubpath%\tools\jre7\bin\java.exe rem check if logs directory exist and create if not there rem DO NOT change following to checkdir if not exist "%projectlogspath%" md "%projectlogspath%" call :datetime set projectlog=%projectlogspath%\%curdate%-build.log rem echo on rem set the predefined variables rem Weird! If I don't set up a new variable the following input variables in the Solo context loose their path. rem In the Classic Pub ther is no problem. I have no understanding of what is going on. set bypassufs=%userfeedbacksettings% set bypassfds=%functiondebugsettings% if exist "%bypassufs%" if not defined skipsettings call :variableslist "%bypassufs%" if exist "%bypassfds%" if not defined skipsettings call :variableslist "%bypassfds%" call :variableslist "%vimodvar%" rem test if essentials exist depreciated now just put in user installed tools if exist "%essentialtools%" call :variableslist "%essentialtools%" fatal rem added to aid new users in setting up if exist "%userinstalledtools%" call :variableslist "%userinstalledtools%" if not defined java call :testjava set classpath=%classpath%;%extendclasspath% if not defined saxon9 set saxon9=%pubtoolspath%\saxon\saxon9he.jar if defined masterdebug call :funcdebugend goto :eof
SILAsiaPub/vimod-pub-combo
ref/pc/setup.cmd
bat
mit
2,010
:: Gen: gen_vc.cmd -nocrt -ansi -xp -con ..\src\mcrt.c ..\src\explorertools.c -x64 -link /out:..\bin\et64.exe @echo off setlocal :: :: INIT XP TOOLCHAIN :: set SDK71PATH=%ProgramFiles%\Microsoft SDKs\Windows\7.1A path %SDK71PATH%\Bin\x64;%PATH% set INCLUDE=%INCLUDE%;%SDK71PATH%\Include set LIB=%LIB%;%SDK71PATH%\Lib\x64 :: :: INIT VC++ COMPILER :: :TRY_INIT_VS2017 :: VS150COMNTOOLS_fix.cmd :: https://gist.github.com/Ruzzz/754abea012dc9e5825e33ff3ccb67296 if not exist "%VS150COMNTOOLS%\..\..\VC\Auxiliary\Build\vcvarsall.bat" goto :TRY_INIT_VS2015 call "%VS150COMNTOOLS%\..\..\VC\Auxiliary\Build\vcvarsall.bat" x64 goto :BUILD :TRY_INIT_VS2015 :: VS140COMNTOOLS_in_VS2017_fix.reg :: https://gist.github.com/Ruzzz/38dc70f4b850dd5e379f8cfa2cbf09a3 if not exist "%VS140COMNTOOLS%\..\..\VC\bin\amd64\vcvars64.bat" goto :TRY_INIT_VS2013 call "%VS140COMNTOOLS%\..\..\VC\bin\amd64\vcvars64.bat" goto :BUILD :TRY_INIT_VS2013 if not exist "%VS120COMNTOOLS%\..\..\VC\bin\amd64\vcvars64.bat" goto :TRY_INIT_VS2012 call "%VS120COMNTOOLS%\..\..\VC\bin\amd64\vcvars64.bat" goto :BUILD :TRY_INIT_VS2012 if not exist "%VS110COMNTOOLS%\..\..\VC\bin\amd64\vcvars64.bat" goto :TRY_INIT_VS2010 call "%VS110COMNTOOLS%\..\..\VC\bin\amd64\vcvars64.bat" goto :BUILD :TRY_INIT_VS2010 if not exist "%VS100COMNTOOLS%\..\..\VC\bin\amd64\vcvars64.bat" goto :TRY_INIT_VS2008 call "%VS100COMNTOOLS%\..\..\VC\bin\amd64\vcvars64.bat" goto :BUILD :TRY_INIT_VS2008 if not exist "%VS90COMNTOOLS%\..\..\VC\bin\amd64\vcvars64.bat" goto :ERROR call "%VS90COMNTOOLS%\..\..\VC\bin\amd64\vcvars64.bat" goto :BUILD :: :: BUILD :: :BUILD if ERRORLEVEL 1 goto :ERROR set CL=/W4 /MT /GF /D NDEBUG /D WIN32 /D _WINDOWS /O1 /GS- /EHsa- /D NOCRT /D_USING_V110_SDK71_ set LINK=/OPT:REF /OPT:ICF /MACHINE:X64 /DYNAMICBASE:NO /NXCOMPAT:NO /FIXED /NODEFAULTLIB /MERGE:.rdata=.text /ENTRY:main /SUBSYSTEM:CONSOLE,5.02 cl.exe /nologo kernel32.lib user32.lib shell32.lib advapi32.lib ole32.lib ..\src\mcrt.c ..\src\explorertools.c /link /nologo /out:..\bin\et64.exe if ERRORLEVEL 1 goto :ERROR del *.obj>nul endlocal exit 0 :ERROR endlocal set ERRORLEVEL=%ERRORLEVEL% pause del *.obj>nul exit %ERRORLEVEL%
Ruzzz/OneFileTools
build/explorertools_make64.cmd
bat
mit
2,171
@ECHO OFF 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. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes 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 ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) 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 ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\purkinje.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\purkinje.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %BUILDDIR%/.. echo. echo.Build finished; the PDF 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 ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end
bbiskup/purkinje
docs/make.bat
bat
mit
6,705
@echo off REM Simple usage substitution module REM Run "example3.bat" to get all substitutions for words in file example3.txt SET programm_path="..\..\PasswordListGenerator\bin\Debug\PasswordListGenerator.exe" type example3.txt | %programm_path% subs -i
gek0n/passwordlistgenerator
PasswordListGenerator/demo/substitutions_demo/example3.bat
bat
mit
254
@echo off if defined WINPYDIRBASE ( call %WINPYDIRBASE%\scripts\env.bat @echo ============================================================================== @echo: @echo Using WinPython from %WINPYDIRBASE% @echo: @echo ============================================================================== @echo: ) del MANIFEST rmdir /S /Q build rmdir /S /Q dist set PYTHONPATH=%cd% python setup.py build bdist_wheel --universal @echo: @echo ============================================================================== choice /t 5 /c yn /cs /d n /m "Do you want to upload packages to PyPI (y/n)?" if errorlevel 2 goto :no if errorlevel 1 goto :yes :yes @echo ============================================================================== @echo: twine upload dist/* GOTO :continue :no @echo: @echo Warning: Packages were not uploaded to PyPI :continue @echo: @echo ============================================================================== @echo: @echo End of script pause
PierreRaybaut/PyQtdoc
build_and_upload.bat
bat
mit
1,001
%~dp0multimonitortool-x64/MultiMonitorTool.exe /LoadConfig "%~dp0multimonitortool-x64\monitors-position.cfg" %~dp0multimonitortool-x64/MultiMonitorTool.exe /enable \\.\DISPLAY2 \\.\DISPLAY3 %~dp0multimonitortool-x64/MultiMonitorTool.exe /setmax \\.\DISPLAY1 \\.\DISPLAY2 \\.\DISPLAY3
ThomasKrauss/Reconnect
my-utilities/resources/commands/3-monitors.bat
bat
mit
283
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\react-tools\bin\jsx" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\react-tools\bin\jsx" %* )
gauravyeole/iDigBio-appliance
node_modules/reactify/node_modules/.bin/jsx.cmd
bat
mit
192
@echo off setlocal set command=%1 set param=%2 :: what windows is it for /f "tokens=4-5 delims=. " %%i in ('ver') do set VERSION=%%i.%%j if "%version%" == "5.1" ( :: win_xp set gamedir="C:\Documents and Settings\%USERNAME%\My Documents\SpaceRangersHD" ) else ( :: !win_xp set gamedir="C:\Users\%USERNAME%\Documents\SpaceRangersHD" ) :: what command is it if "%command%" == "log" ( type %gamedir%\########.log | findstr /i "%param%" ) else if "%command%" == "cfg" ( type %gamedir%\cfg.txt | findstr /i "%param%" ) else if "%command%" == "open_savedir" ( start %gamedir:"=%\Save ) else ( rem ) endlocal
aspectmkn8rd/srhd_info
srhd_info.bat
bat
mit
610
cmd_drivers/char/built-in.o := arm-linux-ld -EL -r -o drivers/char/built-in.o drivers/char/mem.o drivers/char/random.o drivers/char/tty_io.o drivers/char/n_tty.o drivers/char/tty_ioctl.o drivers/char/tty_ldisc.o drivers/char/tty_buffer.o drivers/char/tty_port.o drivers/char/pty.o drivers/char/misc.o drivers/char/vt_ioctl.o drivers/char/vc_screen.o drivers/char/selection.o drivers/char/keyboard.o drivers/char/consolemap.o drivers/char/consolemap_deftbl.o drivers/char/vt.o drivers/char/defkeymap.o drivers/char/apm-emulation.o drivers/char/hw_random/built-in.o
kaylorchen/Linux_for_mini2440
drivers/char/.built-in.o.cmd
bat
gpl-2.0
569
rem @echo off c: cd\reflex reflex%1 rem cls
lpproj/freecom_dbcs
tests/refl.bat
bat
gpl-2.0
51
cmd_sound/core/snd-pcm.o := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o sound/core/snd-pcm.o sound/core/pcm.o sound/core/pcm_native.o sound/core/pcm_lib.o sound/core/pcm_timer.o sound/core/pcm_misc.o sound/core/pcm_memory.o
sembre/kernel_totoro_update3
common/sound/core/.snd-pcm.o.cmd
bat
gpl-2.0
231
@echo off where /q windeployqt if errorlevel 1 ( echo windeployqt is not in your path. exit /b ) where /q binarycreator if errorlevel 1 ( echo binarycreator is not in your path. exit /b ) cd /D "%~dp0\.." windeployqt bin rd /s /q installer\packages\net.sourceforge.xaos\data mkdir installer\packages\net.sourceforge.xaos\data\bin xcopy /s /e bin installer\packages\net.sourceforge.xaos\data\bin mkdir installer\packages\net.sourceforge.xaos\data\catalogs xcopy /s /e catalogs installer\packages\net.sourceforge.xaos\data\catalogs mkdir installer\packages\net.sourceforge.xaos\data\tutorial xcopy /s /e tutorial installer\packages\net.sourceforge.xaos\data\tutorial mkdir installer\packages\net.sourceforge.xaos\data\examples for /R examples %%f in (*.*) do copy %%f installer\packages\net.sourceforge.xaos\data\examples binarycreator --offline-only -p installer\packages -c installer\config\config.xml xaossetup.exe
xaos-project/XaoS
tools/deploy-win.bat
bat
gpl-2.0
942
cmd_drivers/media/video/samsung/mfc5x/built-in.o := /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/media/video/samsung/mfc5x/built-in.o drivers/media/video/samsung/mfc5x/mfc_dev.o drivers/media/video/samsung/mfc5x/mfc_dec.o drivers/media/video/samsung/mfc5x/mfc_enc.o drivers/media/video/samsung/mfc5x/mfc_inst.o drivers/media/video/samsung/mfc5x/mfc_cmd.o drivers/media/video/samsung/mfc5x/mfc_shm.o drivers/media/video/samsung/mfc5x/mfc_reg.o drivers/media/video/samsung/mfc5x/mfc_buf.o drivers/media/video/samsung/mfc5x/mfc_pm.o drivers/media/video/samsung/mfc5x/mfc_ctrl.o drivers/media/video/samsung/mfc5x/mfc_mem.o
garwynn/D710SPR_GB27_Kernel
drivers/media/video/samsung/mfc5x/.built-in.o.cmd
bat
gpl-2.0
660
@echo off rem Windows 10 media patcher for TrueCrypt (originally for VeraCrypt) rem Created 14.04.2017 by Thorben Wilde rem Modified 13.12.2017 by Daniel Dumitriu pushd %~dp0 echo. echo ============================================================================= echo Windows 10 media patcher for upgrading TrueCrypt-encrypted systems echo. echo This script prepares a Windows 10 installation media to upgrade echo TrueCrypt-encrypted Windows 10 systems without the need to decrypt them. echo. echo Some commands done by this script will display error messages. echo This is normal behavior and will be handled by the script. echo ============================================================================= echo Windows 10 Medien Parcher zum Upgraden von TrueCrypt verschlsselten Systemen echo. echo Dieses Script bereitet ein Windows 10 Installationsmedium vor um echo TrueCrypt verschlsselte Windows 10 Systeme upzugraden, ohne dass diese echo entschlsselt werden mssen. echo. echo Einige Befehle, die von diesem Script ausgefhrt werden, zeigen echo Fehlermeldungen an. Das ist normales Verhalten und wird vom Script behandelt. echo ============================================================================= echo. pause fsutil dirty query %systemdrive% >nul if not "%errorlevel%" == "0" ( echo. echo =================================================================== echo This script needs administrator rights to work. echo Open the context-menu ^(usually right-click^) for this script echo and select "Run as Administrator". echo =================================================================== echo Dieses Script ben”tigt Administratorrechte um zu funktionieren. echo ™ffne das Kontextmen ^(blicherweise Rechtsklick^) fr dieses Script echo und w„hle "Als Administrator ausfhren". echo =================================================================== echo. pause goto :eof ) if not exist %SystemRoot%\System32\drivers\truecrypt.sys ( echo. echo ======================================================================== echo It seems that TrueCrypt is not installed on this machine. echo ^(%SystemRoot%\System32\drivers\truecrypt.sys does not exist.^) echo This preparation must be done on a machine where TrueCrypt is installed. echo ======================================================================== echo Es scheint als w„hre TrueCrypt nicht auf dieser Maschine installiert. echo ^(%SystemRoot%\System32\drivers\truecrypt.sys existiert nicht.^) echo Diese Vorbereitung muss auf einer Maschine mit installiertem TrueCrypt echo durchgefhrt werden. echo ======================================================================== echo. pause goto :eof ) if exist sources\install.esd ( call :convert ) if exist sources\install.wim ( call :patch echo. echo ====================================================================== echo Preparation done. echo Start the Windows 10 upgrade by executing setup.exe manually. echo ====================================================================== echo Vorbereitungen abgeschlossen. echo Starte das Windows 10 Upgrade durch manuelles ausfhren der setup.exe. echo ====================================================================== echo. ) else ( echo. echo ========================================================================== echo Error! echo install.wim/install.esd missing! echo Is this script placed inside the right directory? echo It is meant to be placed in the root of a Windows 10 installation media and echo expects a "sources" directory that contains a install.wim or install.esd. echo ========================================================================== echo Fehler! echo install.wim/install.esd fehlt! echo Ist dieses Script im richtigen Verzeichnis abgelegt? echo Es ist vorgesehen das es im Wurzelverzeichnis eines Windows 10 echo Installationsmediums abgelegt ist und erwartet einen "sources" Verzeichnis echo welches eine install.wim oder install.esd enth„lt. echo ========================================================================== echo. ) pause popd goto :eof :patch echo. echo =========================================== echo Inject TrueCrypt into install.wim echo =========================================== echo Injizieren von TrueCrypt in die install.wim echo =========================================== echo. mkdir mounted-install-wim mkdir mounted-winre-wim DISM.exe /English /Get-WimInfo /WimFile:sources\install.wim |find /i "Index :" /c > NumberofImages.txt (set /p NumberofImages=)<NumberofImages.txt del NumberofImages.txt echo %NumberofImages% images in total. echo. set imageIndex=0 :loopImagesPatch set /a imageIndex=imageIndex+1 >NUL if %imageIndex% gtr %NumberofImages% goto loopImagesPatchEnd echo Patching image Index : %imageIndex% DISM.exe /Mount-Wim /WimFile:sources\install.wim /index:%imageIndex% /MountDir:mounted-install-wim DISM.exe /Mount-Wim /WimFile:mounted-install-wim\Windows\System32\Recovery\winre.wim /index:1 /MountDir:mounted-winre-wim copy %SystemRoot%\System32\drivers\truecrypt.sys mounted-install-wim\Windows\System32\drivers\truecrypt.sys copy %SystemRoot%\System32\drivers\truecrypt.sys mounted-winre-wim\Windows\System32\drivers\truecrypt.sys Reg LOAD HKLM\mounted-install-wim mounted-install-wim\Windows\System32\config\SYSTEM Reg LOAD HKLM\mounted-winre-wim mounted-winre-wim\Windows\System32\config\SYSTEM Reg ADD HKLM\mounted-install-wim\ControlSet001\Services\truecrypt /f Reg ADD HKLM\mounted-install-wim\ControlSet001\Services\truecrypt /f /v Type /t REG_DWORD /d 1 Reg ADD HKLM\mounted-install-wim\ControlSet001\Services\truecrypt /f /v Start /t REG_DWORD /d 0 Reg ADD HKLM\mounted-install-wim\ControlSet001\Services\truecrypt /f /v ErrorControl /t REG_DWORD /d 2 Reg ADD HKLM\mounted-install-wim\ControlSet001\Services\truecrypt /f /v ImagePath /t REG_EXPAND_SZ /d System32\drivers\truecrypt.sys Reg ADD HKLM\mounted-install-wim\ControlSet001\Services\truecrypt /f /v DisplayName /t REG_SZ /d truecrypt Reg ADD HKLM\mounted-install-wim\ControlSet001\Services\truecrypt /f /v WOW64 /t REG_DWORD /d 1 Reg ADD HKLM\mounted-install-wim\ControlSet001\Services\truecrypt /f /v Group /t REG_SZ /d Filter Reg ADD HKLM\mounted-install-wim\ControlSet001\Services\truecrypt /f /v TrueCryptConfig /t REG_DWORD /d 2 Reg ADD HKLM\mounted-install-wim\ControlSet001\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318} /f /v UpperFilters /t REG_MULTI_SZ /d truecrypt\0PartMgr Reg ADD HKLM\mounted-winre-wim\ControlSet001\Services\truecrypt /f Reg ADD HKLM\mounted-winre-wim\ControlSet001\Services\truecrypt /f /v Type /t REG_DWORD /d 1 Reg ADD HKLM\mounted-winre-wim\ControlSet001\Services\truecrypt /f /v Start /t REG_DWORD /d 0 Reg ADD HKLM\mounted-winre-wim\ControlSet001\Services\truecrypt /f /v ErrorControl /t REG_DWORD /d 2 Reg ADD HKLM\mounted-winre-wim\ControlSet001\Services\truecrypt /f /v ImagePath /t REG_EXPAND_SZ /d System32\drivers\truecrypt.sys Reg ADD HKLM\mounted-winre-wim\ControlSet001\Services\truecrypt /f /v DisplayName /t REG_SZ /d truecrypt Reg ADD HKLM\mounted-winre-wim\ControlSet001\Services\truecrypt /f /v WOW64 /t REG_DWORD /d 1 Reg ADD HKLM\mounted-winre-wim\ControlSet001\Services\truecrypt /f /v Group /t REG_SZ /d Filter Reg ADD HKLM\mounted-winre-wim\ControlSet001\Services\truecrypt /f /v TrueCryptConfig /t REG_DWORD /d 2 Reg ADD HKLM\mounted-winre-wim\ControlSet001\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318} /f /v UpperFilters /t REG_MULTI_SZ /d truecrypt\0PartMgr Reg UNLOAD HKLM\mounted-install-wim Reg UNLOAD HKLM\mounted-winre-wim DISM.exe /Unmount-Wim /MountDir:mounted-winre-wim /commit DISM.exe /Unmount-Wim /MountDir:mounted-install-wim /commit goto loopImagesPatch :loopImagesPatchEnd rmdir mounted-install-wim rmdir mounted-winre-wim echo. echo ==================== echo install.wim patched echo ==================== echo install.wim gepatcht echo ==================== echo. goto :eof :convert echo. echo ============================================== echo Convert install.esd to install.wim echo ============================================== echo Umwandeln der install.esd zu einer install.wim echo ============================================== echo. DISM.exe /English /Get-WimInfo /WimFile:sources\install.esd |find /i "Index :" /c > NumberofImages.txt (set /p NumberofImages=)<NumberofImages.txt del NumberofImages.txt echo %NumberofImages% images in total. echo. set imageIndex=0 :loopImagesConvert set /a imageIndex=imageIndex+1 >NUL if %imageIndex% gtr %NumberofImages% goto loopImagesConvertEnd echo Converting image Index : %imageIndex% DISM.exe /Export-Image /SourceImageFile:sources\install.esd /SourceIndex:%imageIndex% /DestinationImageFile:sources\install.wim /Compress:max /CheckIntegrity goto loopImagesConvert :loopImagesConvertEnd del sources\install.esd echo. echo ==================== echo install.wim created echo ==================== echo install.wim erstellt echo ==================== echo. goto :eof
th-wilde/veracrypt-w10-patcher
truecrypt-w10-patcher.cmd
bat
gpl-2.0
9,127
wget -N --tries=999 http://upd.emule-security.org/ipfilter.zip 7z.exe x ipfilter.zip -y del ipfilter.zip del P2PGuard.ini ren guarding.p2p P2PGuard.ini call p2pguard_convert_build.bat p2pguard_convert.exe del P2PGuard.ini ren P2PGuard_flylink.ini P2PGuard.ini copy P2PGuard.ini ..
pavel-pimenov/flylinkdc-r5xx
compiled/Settings/common/get_geo_ip.bat
bat
gpl-2.0
281
cmd_sound/pcmcia/pdaudiocf/built-in.o := rm -f sound/pcmcia/pdaudiocf/built-in.o; /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD sound/pcmcia/pdaudiocf/built-in.o
aloksinha2001/picuntu-3.0.8-alok
sound/pcmcia/pdaudiocf/.built-in.o.cmd
bat
gpl-2.0
199
cmd_drivers/video/samsung/built-in.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/video/samsung/built-in.o drivers/video/samsung/s3cfb.o drivers/video/samsung/s3cfb_fimd6x.o drivers/video/samsung/s3cfb_ld070.o
sktjdgns1189/android_kernel_iriver_MX100
drivers/video/samsung/.built-in.o.cmd
bat
gpl-2.0
246
@echo off rem rem usage: jar2jar0 archiv.jar rem rem jar2jar0 - convert a compressed jar archive into uncompressed rem so that it can be used by tools like xref. rem rem (c) 2001 by Xref-Tech, Bratislava rem set J2J0_TMP_DIR_NAME=%TEMP%\jar2jar0_tmp_directory if .%OS% == .Windows_NT goto :ntwin deltree /Y %J2J0_TMP_DIR_NAME% goto :jend :ntwin rd /s /q %J2J0_TMP_DIR_NAME% :jend mkdir %J2J0_TMP_DIR_NAME% cd %J2J0_TMP_DIR_NAME% echo "Extracting %1 to %J2J0_TMP_DIR_NAME%" jar -xf %1 echo "Updating archive" jar -uf0 %1 -C %J2J0_TMP_DIR_NAME% . echo "Cleaning" if .%OS% == .Windows_NT goto :ntwin2 deltree /Y %J2J0_TMP_DIR_NAME% goto :jend2 :ntwin2 rd /s /q %J2J0_TMP_DIR_NAME% :jend2 cd %TEMP% echo "ALL DONE."
thoni56/c-xrefactory
doc/jar2jar0.bat
bat
gpl-2.0
730
cmd_block/blk-lib.o := arm-linux-androideabi-gcc -Wp,-MD,block/.blk-lib.o.d -nostdinc -isystem /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include -I/usr/src/dell/lhbalanced/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -mfpu=neon -march=armv7-a -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=3072 -fno-stack-protector -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(blk_lib)" -D"KBUILD_MODNAME=KBUILD_STR(blk_lib)" -c -o block/blk-lib.o block/blk-lib.c deps_block/blk-lib.o := \ block/blk-lib.c \ include/linux/kernel.h \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include/stdarg.h \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/linkage.h \ include/linux/stddef.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/posix_types.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/bitops.h \ $(wildcard include/config/smp.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/arch/has/barriers.h) \ $(wildcard include/config/arm/dma/mem/bufferable.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ $(wildcard include/config/cpu/32v6k.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ include/linux/typecheck.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/irqflags.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/hwcap.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/outercache.h \ $(wildcard include/config/outer/cache/sync.h) \ $(wildcard include/config/outer/cache.h) \ arch/arm/mach-msm/include/mach/barriers.h \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/arch_hweight.h \ include/asm-generic/bitops/const_hweight.h \ include/asm-generic/bitops/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/dynamic_debug.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/div64.h \ include/linux/module.h \ $(wildcard include/config/symbol/prefix.h) \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ $(wildcard include/config/sysfs.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ include/linux/stat.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/stat.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/domain.h \ $(wildcard include/config/verify/permission/fault.h) \ $(wildcard include/config/io/36.h) \ $(wildcard include/config/emulate/domain/manager/v7.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/rcu.h) \ include/linux/rwlock_types.h \ include/linux/spinlock_up.h \ include/linux/rwlock.h \ include/linux/spinlock_api_up.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/atomic.h \ $(wildcard include/config/generic/atomic64.h) \ include/asm-generic/atomic-long.h \ include/linux/math64.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/compaction.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/no/bootmem.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/have/memoryless/nodes.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/wait.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/current.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/string.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ $(wildcard include/config/memory/hotplug/sparse.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ include/linux/const.h \ arch/arm/mach-msm/include/mach/memory.h \ $(wildcard include/config/phys/offset.h) \ $(wildcard include/config/arch/msm7x30.h) \ $(wildcard include/config/vmsplit/3g.h) \ $(wildcard include/config/arch/msm/arm11.h) \ $(wildcard include/config/cache/l2x0.h) \ $(wildcard include/config/arch/msm/scorpion.h) \ $(wildcard include/config/arch/msm/scorpionmp.h) \ $(wildcard include/config/arch/msm7x27.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/errno.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/rwsem.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ $(wildcard include/config/use/percpu/numa/node/id.h) \ include/linux/cpumask.h \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ include/linux/percpu.h \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/pfn.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/jiffies.h \ include/linux/timex.h \ include/linux/param.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/timex.h \ arch/arm/mach-msm/include/mach/timex.h \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/debug/objects/free.h) \ include/linux/elf.h \ include/linux/elf-em.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/elf.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/user.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/tracepoint.h \ include/linux/rcupdate.h \ $(wildcard include/config/rcu/torture/test.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ include/linux/completion.h \ include/linux/rcutiny.h \ $(wildcard include/config/no/hz.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ include/linux/bio.h \ $(wildcard include/config/block.h) \ $(wildcard include/config/blk/dev/integrity.h) \ include/linux/highmem.h \ $(wildcard include/config/debug/highmem.h) \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/security.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/rculist.h \ include/linux/path.h \ include/linux/radix-tree.h \ include/linux/prio_tree.h \ include/linux/pid.h \ include/linux/capability.h \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.h \ $(wildcard include/config/quota/netlink/interface.h) \ include/linux/percpu_counter.h \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/inet.h \ include/linux/fcntl.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/mm.h \ $(wildcard include/config/sysctl.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/ksm.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/rbtree.h \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/mm/owner.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/auxvec.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ include/linux/range.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/pgtable.h \ $(wildcard include/config/highpte.h) \ include/asm-generic/4level-fixup.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/proc-fns.h \ $(wildcard include/config/cpu/arm7tdmi.h) \ $(wildcard include/config/cpu/arm720t.h) \ $(wildcard include/config/cpu/arm740t.h) \ $(wildcard include/config/cpu/arm9tdmi.h) \ $(wildcard include/config/cpu/arm920t.h) \ $(wildcard include/config/cpu/arm922t.h) \ $(wildcard include/config/cpu/arm925t.h) \ $(wildcard include/config/cpu/arm926t.h) \ $(wildcard include/config/cpu/arm940t.h) \ $(wildcard include/config/cpu/arm946e.h) \ $(wildcard include/config/cpu/arm1020.h) \ $(wildcard include/config/cpu/arm1020e.h) \ $(wildcard include/config/cpu/arm1022.h) \ $(wildcard include/config/cpu/arm1026.h) \ $(wildcard include/config/cpu/mohawk.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/cpu/v6.h) \ $(wildcard include/config/cpu/v7.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/cpu-single.h \ arch/arm/mach-msm/include/mach/vmalloc.h \ $(wildcard include/config/vmsplit/2g.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/pgtable-hwdef.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/tlbflush.h \ $(wildcard include/config/cpu/tlb/v3.h) \ $(wildcard include/config/cpu/tlb/v4wt.h) \ $(wildcard include/config/cpu/tlb/fa.h) \ $(wildcard include/config/cpu/tlb/v4wbi.h) \ $(wildcard include/config/cpu/tlb/feroceon.h) \ $(wildcard include/config/cpu/tlb/v4wb.h) \ $(wildcard include/config/cpu/tlb/v6.h) \ $(wildcard include/config/cpu/tlb/v7.h) \ $(wildcard include/config/arm/errata/720789.h) \ include/linux/sched.h \ $(wildcard include/config/sched/bfs.h) \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/irq/time/accounting.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/cgroup/sched.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/ipcbuf.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/sigcontext.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/proportions.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ include/linux/key.h \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/aio_abi.h \ include/linux/uio.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/arch/uses/pg/uncached.h) \ $(wildcard include/config/memory/failure.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ include/linux/uaccess.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/uaccess.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/cacheflush.h \ $(wildcard include/config/cpu/cache/v3.h) \ $(wildcard include/config/cpu/cache/v4.h) \ $(wildcard include/config/cpu/cache/v4wb.h) \ $(wildcard include/config/cpu/cache/vipt.h) \ $(wildcard include/config/arm/errata/411920.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/shmparam.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/cachetype.h \ $(wildcard include/config/cpu/cache/vivt.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/kmap_types.h \ include/linux/mempool.h \ include/linux/ioprio.h \ include/linux/iocontext.h \ $(wildcard include/config/blk/cgroup.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/io.h \ arch/arm/mach-msm/include/mach/io.h \ include/linux/blkdev.h \ $(wildcard include/config/blk/dev/bsg.h) \ $(wildcard include/config/bounce.h) \ include/linux/major.h \ include/linux/genhd.h \ $(wildcard include/config/fail/make/request.h) \ $(wildcard include/config/solaris/x86/partition.h) \ $(wildcard include/config/bsd/disklabel.h) \ $(wildcard include/config/unixware/disklabel.h) \ $(wildcard include/config/minix/subpartition.h) \ include/linux/device.h \ $(wildcard include/config/of.h) \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/devtmpfs.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/pm/runtime.h) \ $(wildcard include/config/pm/ops.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/device.h \ $(wildcard include/config/dmabounce.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ include/linux/pagemap.h \ include/linux/hardirq.h \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/ftrace_irq.h \ $(wildcard include/config/ftrace/nmi/enter.h) \ /usr/src/dell/lhbalanced/arch/arm/include/asm/hardirq.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/irq.h \ arch/arm/mach-msm/include/mach/irqs.h \ $(wildcard include/config/arch/qsd8x50.h) \ $(wildcard include/config/arch/msm8x60.h) \ arch/arm/mach-msm/include/mach/irqs-8x50.h \ arch/arm/mach-msm/include/mach/sirc.h \ $(wildcard include/config/msm/soc/rev/a.h) \ arch/arm/mach-msm/include/mach/msm_iomap.h \ arch/arm/mach-msm/include/mach/msm_iomap-8x50.h \ $(wildcard include/config/msm/debug/uart.h) \ include/linux/irq_cpustat.h \ include/linux/backing-dev.h \ $(wildcard include/config/debug/fs.h) \ include/linux/writeback.h \ include/linux/bsg.h \ /usr/src/dell/lhbalanced/arch/arm/include/asm/scatterlist.h \ include/asm-generic/scatterlist.h \ $(wildcard include/config/debug/sg.h) \ $(wildcard include/config/need/sg/dma/length.h) \ include/linux/elevator.h \ include/linux/scatterlist.h \ block/blk.h \ $(wildcard include/config/fail/io/timeout.h) \ block/blk-lib.o: $(deps_block/blk-lib.o) $(deps_block/blk-lib.o):
tenorntex/lhbalanced
block/.blk-lib.o.cmd
bat
gpl-2.0
26,437
mx acces [email protected] uctab=isisuc.tab actab=isisac.tab fullinv=accss -all now tell=100
SuporteCTRL/suitesaber
bases/acces/data/fullinv.bat
bat
gpl-3.0
91
REM Copyright 2013 John E Tyree <[email protected]> @echo off for /f "delims=" %%a in ('python setup.py --version') do @set VER=%%a python setup.py py2exe mkdir dist\data copy /V traduisons\data dist\data makensis traduisons_installer.nsi @echo on copy traduisons_installer.exe Z:\traduisons-%VER%-win32.exe @echo off del /f /s /q build dist traduisons.pyc rmdir /s /q build dist echo "Copied: .\traduisons_installer.exe -> Z:\traduisons-%VER%-win32.exe"
johntyree/traduisons
scripts/win32_release.bat
bat
gpl-3.0
470
@java -cp aranha.jar;joseflavio2009.jar;jfreechart-1.0.13.jar;jcommon-1.0.16.jar;commons-net-3.0.1.jar com.joseflavio.aranha.Aranha -dialogo
joseflaviojr/aranha
Distribuição/Windows/Aranha/aranha.dialogo.bat
bat
gpl-3.0
140
@echo off set xv_path=C:\\Xilinx\\Vivado\\2016.4\\bin echo "xvlog -m64 --relax -prj sine_sim_vlog.prj" call %xv_path%/xvlog -m64 --relax -prj sine_sim_vlog.prj -log xvlog.log call type xvlog.log > compile.log echo "xvhdl -m64 --relax -prj sine_sim_vhdl.prj" call %xv_path%/xvhdl -m64 --relax -prj sine_sim_vhdl.prj -log xvhdl.log call type xvhdl.log >> compile.log if "%errorlevel%"=="1" goto END if "%errorlevel%"=="0" goto SUCCESS :END exit 1 :SUCCESS exit 0
iamllama/EE2020
ee2020.sim/sim_1/behav/compile.bat
bat
gpl-3.0
463
@echo on @prompt # $t $g %MTIMEOUT% tachograph --help
zyzyis/monetdb
clients/mapiclient/Tests/tachograph--help.bat
bat
mpl-2.0
58
"C:\Program Files (x86)\Steam\steamapps\common\Don't Starve Mod Tools Release\mod_tools\scml.exe" "C:\Program Files (x86)\Steam\steamapps\common\Don't Starve Together Beta\mods\DSTmod-Orion_Castilio\exported\orion\orion.scml" "C:\Program Files (x86)\Steam\steamapps\common\Don't Starve Together Beta\mods\DSTmod-Orion_Castilio" "C:\Program Files (x86)\Steam\steamapps\common\Don't Starve Mod Tools Release\mod_tools\scml.exe" "C:\Program Files (x86)\Steam\steamapps\common\Don't Starve Together Beta\mods\DSTmod-Orion_Castilio\exported\ghost_orion_build\ghost_orion_build.scml" "C:\Program Files (x86)\Steam\steamapps\common\Don't Starve Together Beta\mods\DSTmod-Orion_Castilio" "C:\Program Files (x86)\Steam\steamapps\common\Don't Starve Mod Tools Release\mod_tools\autocompiler.exe" pause
grimmsdottir/DSTmod-Orion_Castilio
anim/automanualcompiler.bat
bat
agpl-3.0
795
xcopy /s/e Microsoft.VC80.CRT\*.* modules\Microsoft.VC80.CRT\*.* xcopy /s/e Microsoft.VC80.DebugCRT\*.* modules\Microsoft.VC80.DebugCRT\*.* xcopy /s/e Microsoft.VC80.CRT\*.* modules\luasql\Microsoft.VC80.CRT\*.* xcopy /s/e Microsoft.VC80.DebugCRT\*.* modules\luasql\Microsoft.VC80.DebugCRT\*.* xcopy /s/e Microsoft.VC80.CRT\*.* modules\mime\Microsoft.VC80.CRT\*.* xcopy /s/e Microsoft.VC80.DebugCRT\*.* modules\mime\Microsoft.VC80.DebugCRT\*.* xcopy /s/e Microsoft.VC80.CRT\*.* modules\socket\Microsoft.VC80.CRT\*.* xcopy /s/e Microsoft.VC80.DebugCRT\*.* modules\socket\Microsoft.VC80.DebugCRT\*.* xcopy /s/e Microsoft.VC80.CRT\*.* debug\Microsoft.VC80.CRT\*.* xcopy /s/e Microsoft.VC80.DebugCRT\*.* debug\Microsoft.VC80.DebugCRT\*.*
MikeMcShaffry/gamecode3
Dev/Source/3rdParty/LuaPlus/Bin/CopyCRT.bat
bat
lgpl-2.1
735
nuget push PDF.NET.SOD.Core.5.6.7.nupkg -Source https://www.nuget.org/api/v2/package nuget push PDF.NET.SOD.5.6.7.nupkg -Source https://www.nuget.org/api/v2/package nuget push PDF.NET.SOD.Access.Provider.5.6.7.nupkg -Source https://www.nuget.org/api/v2/package nuget push PDF.NET.SOD.MemoryStorage.Extensions.5.6.7.nupkg -Source https://www.nuget.org/api/v2/package nuget push PDF.NET.SOD.MySQL.Provider.5.6.7.nupkg -Source https://www.nuget.org/api/v2/package nuget push PDF.NET.SOD.ODataClient.Extensions.5.6.7.nupkg -Source https://www.nuget.org/api/v2/package nuget push PDF.NET.SOD.Oracle.Provider.5.6.7.nupkg -Source https://www.nuget.org/api/v2/package nuget push PDF.NET.SOD.PostgreSQL.Provider.5.6.7.nupkg -Source https://www.nuget.org/api/v2/package nuget push PDF.NET.SOD.SQLite.Provider.5.6.7.nupkg -Source https://www.nuget.org/api/v2/package nuget push PDF.NET.SOD.SqlServerCe.Provider.5.6.7.nupkg -Source https://www.nuget.org/api/v2/package nuget push PDF.NET.SOD.Web.Extensions.5.6.7.nupkg -Source https://www.nuget.org/api/v2/package nuget push PDF.NET.SOD.WinForm.Extensions.5.6.7.nupkg -Source https://www.nuget.org/api/v2/package nuget push PDF.NET.SOD.Dameng.Provider.5.6.7.nupkg -Source https://www.nuget.org/api/v2/package nuget push PDF.NET.SOD.Kingbase.Provider.5.6.7.nupkg -Source https://www.nuget.org/api/v2/package pause
znlgis/sod
src/SOD/NuGet/pushnupkg.bat
bat
lgpl-2.1
1,363
@echo off call elpmpp02.bat 1e-6 06-normal
mgreter/ephem.js
src/elpmpp02/elpmpp02-06-normal.bat
bat
lgpl-3.0
45
@REM should be run from the installed directory @set netframework32=c:\Windows\Microsoft.NET\Framework64\v4.0.30319\ @set netframework64=c:\Windows\Microsoft.NET\Framework\v4.0.30319\ @set path=%netframework32%;%netframework64%;%path% @regasm.exe PreviewIo.dll /unregister @cd .. @rmdir PreviewIo /s /q
laingsimon/preview-io
PreviewIo/uninstall.bat
bat
apache-2.0
305
@if "%_echo%"=="" echo off call %~d0%~p0..\..\..\..\config.bat IF /I "%INSTALL_SKU%" NEQ "ULTIMATE" ( echo Test not supported except on Ultimate exit /b 0 ) IF EXIST test.exe ( echo Running test.exe to warm up SQL test.exe > nul 2> nul ) call %~d0%~p0..\..\..\single-test-run.bat exit /b %ERRORLEVEL%
chkn/fsharp
tests/fsharp/typeProviders/builtin/SqlDataConnection/run.bat
bat
apache-2.0
319
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\json\lib\json.js" %* ) ELSE ( node "%~dp0\..\json\lib\json.js" %* )
HENM1415/henm1415g2
NodeJS/node_modules/.bin/json.cmd
bat
apache-2.0
129
@echo off ".nuget/NuGet.exe" "install" "FAKE" "-OutputDirectory" "packages" "-ExcludeVersion" ".nuget/NuGet.exe" "install" "FSharp.Formatting" "-OutputDirectory" "packages" "-ExcludeVersion" ".nuget/NuGet.exe" "install" "SourceLink.Fake" "-OutputDirectory" "packages" "-ExcludeVersion" packages\FAKE\tools\FAKE.exe build.fsx %*
bleis-tift/FSharp.Compiler.Service
build.cmd
bat
apache-2.0
330
java -server -Xms1G -Xmx1G -cp ../lib/hazelcast-${project.version}.jar com.hazelcast.examples.StartServer
health-and-care-developer-network/health-and-care-developer-network
library/hazelcast/2.5/hazelcast-2.5-source/hazelcast/src/main/resources/server.bat
bat
apache-2.0
105
@echo =========make framework-core========= cd framework-core call make.bat cd .. @echo =========make framework-user========= cd framework-user call make.bat cd .. @echo =========make framework-knowledge========= cd framework-knowledge call make.bat cd .. @echo =========make toolmaker-core========= cd toolmaker-core call make.bat cd .. @echo =========make toolmaker-development========= cd toolmaker-development call make.bat cd .. @echo =========make toolmaker-webapp========= cd toolmaker-webapp call make.bat cd ..
rtsgordon/chcp-toolmaker
make.bat
bat
apache-2.0
554
@ruby.exe %~dp0convert_test %*
puppetlabs/pxp-agent
lib/tests/resources/modules/convert_test.bat
bat
apache-2.0
31
@ECHO Off ECHO Start CD "SuperUser Install (No Git)" ECHO Installing... rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 .\ContextMenuTools.inf ECHO End
Ehryk/ContextMenuTools
Default Installs/SuperUser Install Without Git.bat
bat
bsd-3-clause
170
@ECHO OFF 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. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes 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 ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) 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 ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\multidiff.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\multidiff.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %BUILDDIR%/.. echo. echo.Build finished; the PDF 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 ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end
emmanuelle/multi-diffusion
doc/make.bat
bat
bsd-3-clause
6,707
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S04_ExclusiveLock.TestCase_S04_TC25_ConvertToSchemaJoinCoauth_SharedLock /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runconfig:..\..\MS-FSSHTTP-FSSHTTPB\MS-FSSHTTP-FSSHTTPB.testsettings /unique pause
XinwLi/Interop-TestSuites-1
FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S04_TC25.cmd
bat
mit
382
cmd_arch/arm/boot/zImage := arm-linux-androideabi-objcopy -O binary -R .comment -S arch/arm/boot/compressed/vmlinux arch/arm/boot/zImage
MihawkHu/Android_scheduler
kernel/goldfish/arch/arm/boot/.zImage.cmd
bat
mit
138
@echo off hostname
dantes1984/hostsPlus
ext/hostname.cmd
bat
mit
18
@echo off REM *************************************************************************** REM package.cmd REM --------------------- REM begin : July 2009 REM copyright : (C) 2009 by Juergen E. Fischer REM email : jef at norbit dot de REM *************************************************************************** REM * * REM * This program is free software; you can redistribute it and/or modify * REM * it under the terms of the GNU General Public License as published by * REM * the Free Software Foundation; either version 2 of the License, or * REM * (at your option) any later version. * REM * * REM *************************************************************************** setlocal enabledelayedexpansion set VERSION=%1 set PACKAGE=%2 set PACKAGENAME=%3 set ARCH=%4 set SHA=%5 set SITE=%6 if "%VERSION%"=="" goto usage if "%PACKAGE%"=="" goto usage if "%PACKAGENAME%"=="" goto usage if "%ARCH%"=="" goto usage if not "%SHA%"=="" set SHA=-%SHA% if "%SITE%"=="" set SITE=qgis.org set BUILDDIR=%CD%\build-%PACKAGENAME%-%ARCH% if "%OSGEO4W_ROOT%"=="" ( if "%ARCH%"=="x86" ( set OSGEO4W_ROOT=C:\OSGeo4W ) else ( set OSGEO4W_ROOT=C:\OSGeo4W64 ) ) if not exist "%BUILDDIR%" mkdir %BUILDDIR% if not exist "%BUILDDIR%" (echo could not create build directory %BUILDDIR% & goto error) if not exist "%OSGEO4W_ROOT%\bin\o4w_env.bat" (echo o4w_env.bat not found & goto error) call "%OSGEO4W_ROOT%\bin\o4w_env.bat" call "%OSGEO4W_ROOT%\bin\py3_env.bat" call "%OSGEO4W_ROOT%\bin\qt5_env.bat" set O4W_ROOT=%OSGEO4W_ROOT:\=/% set LIB_DIR=%O4W_ROOT% if not "%PROGRAMFILES(X86)%"=="" set PF86=%PROGRAMFILES(X86)% if "%PF86%"=="" set PF86=%PROGRAMFILES% if "%PF86%"=="" (echo PROGRAMFILES not set & goto error) if "%ARCH%"=="x86" goto cmake_x86 goto cmake_x86_64 :cmake_x86 call "%PF86%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86 path %path%;%PF86%\Microsoft Visual Studio 14.0\VC\bin set CMAKE_COMPILER_PATH=%PF86%\Microsoft Visual Studio 14.0\VC\bin set SETUPAPI_LIBRARY=c:\Program Files (x86)\Windows Kits\10\Lib\10.0.14393.0\um\x86\SetupAPI.Lib if not exist "%SETUPAPI_LIBRARY%" set SETUPAPI_LIBRARY=c:\Program Files (x86)\Windows Kits\8.0\Lib\win8\um\x86\SetupAPI.Lib if not exist "%SETUPAPI_LIBRARY%" (echo SETUPAPI_LIBRARY not found & goto error) set CMAKE_OPT=^ -D SIP_BINARY_PATH=%O4W_ROOT%/apps/Python36/sip.exe ^ -D SPATIALINDEX_LIBRARY=%O4W_ROOT%/lib/spatialindex_i.lib goto cmake :cmake_x86_64 call "%PF86%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 path %path%;%PF86%\Microsoft Visual Studio 14.0\VC\bin set CMAKE_COMPILER_PATH=%PF86%\Microsoft Visual Studio 14.0\VC\bin\amd64 set SETUPAPI_LIBRARY=c:\Program Files (x86)\Windows Kits\10\Lib\10.0.14393.0\um\x64\SetupAPI.Lib if not exist "%SETUPAPI_LIBRARY%" set SETUPAPI_LIBRARY=c:\Program Files (x86)\Windows Kits\8.0\Lib\win8\um\x64\SetupAPI.Lib if not exist "%SETUPAPI_LIBRARY%" (echo SETUPAPI_LIBRARY not found & goto error) set CMAKE_OPT=^ -D SPATIALINDEX_LIBRARY=%O4W_ROOT%/lib/spatialindex-64.lib ^ -D SIP_BINARY_PATH=%O4W_ROOT%/apps/Python36/sip.exe ^ -D SETUPAPI_LIBRARY="%SETUPAPI_LIBRARY%" ^ -D CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS=TRUE :cmake set GRASS7= if exist %OSGEO4W_ROOT%\bin\grass72.bat set GRASS7=%OSGEO4W_ROOT%\bin\grass72.bat if exist %OSGEO4W_ROOT%\bin\grass74.bat set GRASS7=%OSGEO4W_ROOT%\bin\grass74.bat if "%GRASS7%"=="" (echo GRASS7 not found & goto error) for /f "usebackq tokens=1" %%a in (`%GRASS7% --config path`) do set GRASS7_PATH=%%a for %%i in ("%GRASS7_PATH%") do set GRASS7_VERSION=%%~nxi set GRASS7_VERSION=%GRASS7_VERSION:grass-=% set GRASS_VERSIONS=%GRASS7_VERSION% set PYTHONPATH= if exist "%PF86%\CMake\bin" path %PATH%;c:\cygwin\bin;%PF86%\CMake\bin if exist "%PROGRAMFILES%\CMake\bin" path %PATH%;c:\cygwin\bin;%PROGRAMFILES%\CMake\bin PROMPT qgis%VERSION%$g set BUILDCONF=Release cd ..\.. set SRCDIR=%CD% if "%BUILDDIR:~1,1%"==":" %BUILDDIR:~0,2% cd %BUILDDIR% set PKGDIR=%OSGEO4W_ROOT%\apps\%PACKAGENAME% if exist repackage goto package if not exist build.log goto build REM REM try renaming the logfile to see if it's locked REM if exist build.tmp del build.tmp if exist build.tmp (echo could not remove build.tmp & goto error) ren build.log build.tmp if exist build.log goto locked if not exist build.tmp goto locked ren build.tmp build.log if exist build.tmp goto locked if not exist build.log goto locked goto build :locked echo Logfile locked if exist build.tmp del build.tmp goto error :build echo BEGIN: %DATE% %TIME% set >buildenv.log if exist qgsversion.h del qgsversion.h if exist CMakeCache.txt if exist skipcmake goto skipcmake touch %SRCDIR%\CMakeLists.txt echo CMAKE: %DATE% %TIME% if errorlevel 1 goto error set LIB=%LIB%;%OSGEO4W_ROOT%\apps\Qt5\lib;%OSGEO4W_ROOT%\lib set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\apps\Qt5\include;%OSGEO4W_ROOT%\include cmake -G Ninja ^ -D CMAKE_CXX_COMPILER="%CMAKE_COMPILER_PATH:\=/%/cl.exe" ^ -D CMAKE_C_COMPILER="%CMAKE_COMPILER_PATH:\=/%/cl.exe" ^ -D CMAKE_LINKER="%CMAKE_COMPILER_PATH:\=/%/link.exe" ^ -D BUILDNAME="%PACKAGENAME%-%VERSION%%SHA%-Release-VC14-%ARCH%" ^ -D SITE="%SITE%" ^ -D PEDANTIC=TRUE ^ -D WITH_QSPATIALITE=TRUE ^ -D WITH_SERVER=TRUE ^ -D SERVER_SKIP_ECW=TRUE ^ -D WITH_GRASS=TRUE ^ -D WITH_3D=TRUE ^ -D WITH_GRASS7=TRUE ^ -D GRASS_PREFIX7=%GRASS7_PATH:\=/% ^ -D WITH_GLOBE=FALSE ^ -D WITH_ORACLE=TRUE ^ -D WITH_CUSTOM_WIDGETS=TRUE ^ -D CMAKE_CXX_FLAGS_RELEASE="/MD /MP /O2 /Ob2 /D NDEBUG" ^ -D CMAKE_BUILD_TYPE=%BUILDCONF% ^ -D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^ -D GEOS_LIBRARY=%O4W_ROOT%/lib/geos_c.lib ^ -D SQLITE3_LIBRARY=%O4W_ROOT%/lib/sqlite3_i.lib ^ -D SPATIALITE_LIBRARY=%O4W_ROOT%/lib/spatialite_i.lib ^ -D PYTHON_EXECUTABLE=%O4W_ROOT%/bin/python3.exe ^ -D PYTHON_INCLUDE_PATH=%O4W_ROOT%/apps/Python36/include ^ -D PYTHON_LIBRARY=%O4W_ROOT%/apps/Python36/libs/python36.lib ^ -D QT_BINARY_DIR=%O4W_ROOT%/bin ^ -D QT_LIBRARY_DIR=%O4W_ROOT%/lib ^ -D QT_HEADERS_DIR=%O4W_ROOT%/apps/qt5/include ^ -D CMAKE_INSTALL_PREFIX=%O4W_ROOT%/apps/%PACKAGENAME% ^ -D FCGI_INCLUDE_DIR=%O4W_ROOT%/include ^ -D FCGI_LIBRARY=%O4W_ROOT%/lib/libfcgi.lib ^ -D QCA_INCLUDE_DIR=%OSGEO4W_ROOT%\apps\Qt5\include\QtCrypto ^ -D QCA_LIBRARY=%OSGEO4W_ROOT%\apps\Qt5\lib\qca-qt5.lib ^ -D QSCINTILLA_LIBRARY=%OSGEO4W_ROOT%\apps\Qt5\lib\qscintilla2.lib ^ %CMAKE_OPT% ^ %SRCDIR:\=/% if errorlevel 1 (echo cmake failed & goto error) :skipcmake if exist ..\noclean (echo skip clean & goto skipclean) echo CLEAN: %DATE% %TIME% cmake --build %BUILDDIR% --target clean --config %BUILDCONF% if errorlevel 1 (echo clean failed & goto error) :skipclean if exist ..\skipbuild (echo skip build & goto skipbuild) echo ALL_BUILD: %DATE% %TIME% cmake --build %BUILDDIR% --config %BUILDCONF% if errorlevel 1 cmake --build %BUILDDIR% --config %BUILDCONF% if errorlevel 1 (echo build failed twice & goto error) :skipbuild if exist ..\skiptests goto skiptests echo RUN_TESTS: %DATE% %TIME% reg add "HKCU\Software\Microsoft\Windows\Windows Error Reporting" /v DontShow /t REG_DWORD /d 1 /f set oldtemp=%TEMP% set oldtmp=%TMP% set oldpath=%PATH% set TEMP=%TEMP%\%PACKAGENAME%-%ARCH% set TMP=%TEMP% if exist "%TEMP%" rmdir /s /q "%TEMP%" mkdir "%TEMP%" for %%g IN (%GRASS_VERSIONS%) do ( set path=!path!;%OSGEO4W_ROOT%\apps\grass\grass-%%g\lib set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass-%%g ) PATH %path%;%BUILDDIR%\output\plugins set QT_PLUGIN_PATH=%BUILDDIR%\output\plugins;%OSGEO4W_ROOT%\apps\qt5\plugins cmake --build %BUILDDIR% --target Experimental --config %BUILDCONF% if errorlevel 1 echo TESTS WERE NOT SUCCESSFUL. set TEMP=%oldtemp% set TMP=%oldtmp% PATH %oldpath% :skiptests if exist "%PKGDIR%" ( echo REMOVE: %DATE% %TIME% rmdir /s /q "%PKGDIR%" ) echo INSTALL: %DATE% %TIME% cmake --build %BUILDDIR% --target install --config %BUILDCONF% if errorlevel 1 (echo INSTALL failed & goto error) :package echo PACKAGE: %DATE% %TIME% cd .. sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' postinstall-common.bat >%OSGEO4W_ROOT%\etc\postinstall\%PACKAGENAME%-common.bat if errorlevel 1 (echo creation of common postinstall failed & goto error) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' postinstall-desktop.bat >%OSGEO4W_ROOT%\etc\postinstall\%PACKAGENAME%.bat if errorlevel 1 (echo creation of desktop postinstall failed & goto error) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' preremove-desktop.bat >%OSGEO4W_ROOT%\etc\preremove\%PACKAGENAME%.bat if errorlevel 1 (echo creation of desktop preremove failed & goto error) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' qgis.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%.bat.tmpl if errorlevel 1 (echo creation of desktop template failed & goto error) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' designer.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-designer.bat.tmpl if errorlevel 1 (echo creation of designer template failed & goto error) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' qgis.reg.tmpl >%PKGDIR%\bin\qgis.reg.tmpl if errorlevel 1 (echo creation of registry template & goto error) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' postinstall-server.bat >%OSGEO4W_ROOT%\etc\postinstall\%PACKAGENAME%-server.bat if errorlevel 1 (echo creation of server postinstall failed & goto error) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' preremove-server.bat >%OSGEO4W_ROOT%\etc\preremove\%PACKAGENAME%-server.bat if errorlevel 1 (echo creation of server preremove failed & goto error) if not exist %OSGEO4W_ROOT%\httpd.d mkdir %OSGEO4W_ROOT%\httpd.d sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' httpd.conf.tmpl >%OSGEO4W_ROOT%\httpd.d\httpd_%PACKAGENAME%.conf.tmpl if errorlevel 1 (echo creation of httpd.conf template failed & goto error) set packages="" "-common" "-server" "-devel" "-oracle-provider" "-grass-plugin-common" for %%g IN (%GRASS_VERSIONS%) do ( for /F "delims=." %%i in ("%%g") do set v=%%i set w=!v! if !v!==6 set w= sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%%g/g' -e 's/@grassmajor@/!v!/g' postinstall-grass.bat >%OSGEO4W_ROOT%\etc\postinstall\%PACKAGENAME%-grass-plugin!w!.bat if errorlevel 1 (echo creation of grass desktop postinstall failed & goto error) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%%g/g' -e 's/@grassmajor@/!v!/g' preremove-grass.bat >%OSGEO4W_ROOT%\etc\preremove\%PACKAGENAME%-grass-plugin!w!.bat if errorlevel 1 (echo creation of grass desktop preremove failed & goto error) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%%g/g' -e 's/@grassmajor@/!v!/g' qgis-grass.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-grass!v!.bat.tmpl if errorlevel 1 (echo creation of grass desktop template failed & goto error) set packages=!packages! "-grass-plugin!w!" ) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' python.bat.tmpl >%OSGEO4W_ROOT%\bin\python-%PACKAGENAME%.bat.tmpl if errorlevel 1 (echo creation of python wrapper template failed & goto error) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' preremove-grass-plugin-common.bat >%OSGEO4W_ROOT%\etc\preremove\%PACKAGENAME%-grass-plugin-common.bat if errorlevel 1 (echo creation of grass common preremove failed & goto error) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' postinstall-grass-plugin-common.bat >%OSGEO4W_ROOT%\etc\postinstall\%PACKAGENAME%-grass-plugin-common.bat if errorlevel 1 (echo creation of grass common postinstall failed & goto error) touch exclude if exist ..\skipbuild (echo skip build & goto skipbuild) for %%i in (%packages%) do ( if not exist %ARCH%\release\qgis\%PACKAGENAME%%%i mkdir %ARCH%\release\qgis\%PACKAGENAME%%%i ) tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%-common/%PACKAGENAME%-common-%VERSION%-%PACKAGE%.tar.bz2 ^ --exclude-from exclude ^ --exclude "*.pyc" ^ "apps/%PACKAGENAME%/bin/qgispython.dll" ^ "apps/%PACKAGENAME%/bin/qgis_analysis.dll" ^ "apps/%PACKAGENAME%/bin/qgis_3d.dll" ^ "apps/%PACKAGENAME%/bin/qgis_core.dll" ^ "apps/%PACKAGENAME%/bin/qgis_gui.dll" ^ "apps/%PACKAGENAME%/bin/qgis_native.dll" ^ "apps/%PACKAGENAME%/doc/" ^ "apps/%PACKAGENAME%/plugins/basicauthmethod.dll" ^ "apps/%PACKAGENAME%/plugins/delimitedtextprovider.dll" ^ "apps/%PACKAGENAME%/plugins/gdalprovider.dll" ^ "apps/%PACKAGENAME%/plugins/geonodeprovider.dll" ^ "apps/%PACKAGENAME%/plugins/gpxprovider.dll" ^ "apps/%PACKAGENAME%/plugins/identcertauthmethod.dll" ^ "apps/%PACKAGENAME%/plugins/mssqlprovider.dll" ^ "apps/%PACKAGENAME%/plugins/db2provider.dll" ^ "apps/%PACKAGENAME%/plugins/ogrprovider.dll" ^ "apps/%PACKAGENAME%/plugins/owsprovider.dll" ^ "apps/%PACKAGENAME%/plugins/pkcs12authmethod.dll" ^ "apps/%PACKAGENAME%/plugins/pkipathsauthmethod.dll" ^ "apps/%PACKAGENAME%/plugins/postgresprovider.dll" ^ "apps/%PACKAGENAME%/plugins/spatialiteprovider.dll" ^ "apps/%PACKAGENAME%/plugins/virtuallayerprovider.dll" ^ "apps/%PACKAGENAME%/plugins/wcsprovider.dll" ^ "apps/%PACKAGENAME%/plugins/wfsprovider.dll" ^ "apps/%PACKAGENAME%/plugins/wmsprovider.dll" ^ "apps/%PACKAGENAME%/plugins/arcgismapserverprovider.dll" ^ "apps/%PACKAGENAME%/plugins/arcgisfeatureserverprovider.dll" ^ "apps/%PACKAGENAME%/resources/qgis.db" ^ "apps/%PACKAGENAME%/resources/spatialite.db" ^ "apps/%PACKAGENAME%/resources/srs.db" ^ "apps/%PACKAGENAME%/resources/symbology-style.xml" ^ "apps/%PACKAGENAME%/resources/cpt-city-qgis-min/" ^ "apps/%PACKAGENAME%/svg/" ^ "apps/%PACKAGENAME%/crssync.exe" ^ "etc/postinstall/%PACKAGENAME%-common.bat" if errorlevel 1 (echo tar common failed & goto error) tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%-server/%PACKAGENAME%-server-%VERSION%-%PACKAGE%.tar.bz2 ^ --exclude-from exclude ^ --exclude "*.pyc" ^ "apps/%PACKAGENAME%/bin/qgis_mapserv.fcgi.exe" ^ "apps/%PACKAGENAME%/bin/qgis_server.dll" ^ "apps/%PACKAGENAME%/bin/admin.sld" ^ "apps/%PACKAGENAME%/bin/wms_metadata.xml" ^ "apps/%PACKAGENAME%/resources/server/schemaExtension.xsd" ^ "apps/%PACKAGENAME%/server/" ^ "apps/%PACKAGENAME%/python/qgis/_server.pyd" ^ "apps/%PACKAGENAME%/python/qgis/server/" ^ "httpd.d/httpd_%PACKAGENAME%.conf.tmpl" ^ "etc/postinstall/%PACKAGENAME%-server.bat" ^ "etc/preremove/%PACKAGENAME%-server.bat" if errorlevel 1 (echo tar server failed & goto error) move %PKGDIR%\bin\qgis.exe %OSGEO4W_ROOT%\bin\%PACKAGENAME%-bin.exe if errorlevel 1 (echo move of desktop executable failed & goto error) copy qgis.vars %OSGEO4W_ROOT%\bin\%PACKAGENAME%-bin.vars if errorlevel 1 (echo copy of desktop executable vars failed & goto error) if not exist %PKGDIR%\qtplugins\sqldrivers mkdir %PKGDIR%\qtplugins\sqldrivers move %OSGEO4W_ROOT%\apps\qt5\plugins\sqldrivers\qsqlocispatial.dll %PKGDIR%\qtplugins\sqldrivers if errorlevel 1 (echo move of oci sqldriver failed & goto error) move %OSGEO4W_ROOT%\apps\qt5\plugins\sqldrivers\qsqlspatialite.dll %PKGDIR%\qtplugins\sqldrivers if errorlevel 1 (echo move of spatialite sqldriver failed & goto error) if not exist %PKGDIR%\qtplugins\designer mkdir %PKGDIR%\qtplugins\designer move %OSGEO4W_ROOT%\apps\qt5\plugins\designer\qgis_customwidgets.dll %PKGDIR%\qtplugins\designer if errorlevel 1 (echo move of customwidgets failed & goto error) if not exist %PKGDIR%\python\PyQt5\uic\widget-plugins mkdir %PKGDIR%\python\PyQt5\uic\widget-plugins move %OSGEO4W_ROOT%\apps\Python36\Lib\site-packages\PyQt5\uic\widget-plugins\qgis_customwidgets.py %PKGDIR%\python\PyQt5\uic\widget-plugins if errorlevel 1 (echo move of customwidgets binding failed & goto error) if not exist %ARCH%\release\qgis\%PACKAGENAME% mkdir %ARCH%\release\qgis\%PACKAGENAME% tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%/%PACKAGENAME%-%VERSION%-%PACKAGE%.tar.bz2 ^ --exclude-from exclude ^ --exclude "*.pyc" ^ --exclude "apps/%PACKAGENAME%/python/qgis/_server.pyd" ^ --exclude "apps/%PACKAGENAME%/python/qgis/_server.lib" ^ --exclude "apps/%PACKAGENAME%/python/qgis/server" ^ --exclude "apps/%PACKAGENAME%/server/" ^ "bin/%PACKAGENAME%-bin.exe" ^ "bin/%PACKAGENAME%-bin.vars" ^ "bin/python-%PACKAGENAME%.bat.tmpl" ^ "apps/%PACKAGENAME%/bin/qgis_app.dll" ^ "apps/%PACKAGENAME%/bin/qgis.reg.tmpl" ^ "apps/%PACKAGENAME%/i18n/" ^ "apps/%PACKAGENAME%/icons/" ^ "apps/%PACKAGENAME%/images/" ^ "apps/%PACKAGENAME%/plugins/coordinatecaptureplugin.dll" ^ "apps/%PACKAGENAME%/plugins/evis.dll" ^ "apps/%PACKAGENAME%/plugins/georefplugin.dll" ^ "apps/%PACKAGENAME%/plugins/gpsimporterplugin.dll" ^ "apps/%PACKAGENAME%/plugins/offlineeditingplugin.dll" ^ "apps/%PACKAGENAME%/plugins/topolplugin.dll" ^ "apps/%PACKAGENAME%/plugins/geometrycheckerplugin.dll" ^ "apps/%PACKAGENAME%/qtplugins/sqldrivers/qsqlspatialite.dll" ^ "apps/%PACKAGENAME%/qtplugins/designer/" ^ "apps/%PACKAGENAME%/python/" ^ "apps/%PACKAGENAME%/resources/customization.xml" ^ "apps/%PACKAGENAME%/resources/themes/" ^ "apps/%PACKAGENAME%/resources/data/" ^ "apps/%PACKAGENAME%/resources/metadata-ISO/" ^ "apps/%PACKAGENAME%/resources/palettes/" ^ "apps/%PACKAGENAME%/resources/2to3migration.txt" ^ "apps/%PACKAGENAME%/resources/qgis_global_settings.ini" ^ "apps/%PACKAGENAME%/qgiscrashhandler.exe" ^ "bin/%PACKAGENAME%.bat.tmpl" ^ "bin/%PACKAGENAME%-designer.bat.tmpl" ^ "etc/postinstall/%PACKAGENAME%.bat" ^ "etc/preremove/%PACKAGENAME%.bat" if errorlevel 1 (echo tar desktop failed & goto error) tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%-grass-plugin-common/%PACKAGENAME%-grass-plugin-common-%VERSION%-%PACKAGE%.tar.bz2 ^ --exclude-from exclude ^ --exclude "*.pyc" ^ --exclude "apps/%PACKAGENAME%/grass/modules/qgis.d.rast6.exe" ^ --exclude "apps/%PACKAGENAME%/grass/modules/qgis.d.rast7.exe" ^ --exclude "apps/%PACKAGENAME%/grass/modules/qgis.g.info6.exe" ^ --exclude "apps/%PACKAGENAME%/grass/modules/qgis.g.info7.exe" ^ --exclude "apps/%PACKAGENAME%/grass/modules/qgis.r.in6.exe" ^ --exclude "apps/%PACKAGENAME%/grass/modules/qgis.r.in7.exe" ^ --exclude "apps/%PACKAGENAME%/grass/modules/qgis.v.in6.exe" ^ --exclude "apps/%PACKAGENAME%/grass/modules/qgis.v.in7.exe" ^ --exclude "apps/%PACKAGENAME%/grass/bin/qgis.g.browser6.exe" ^ --exclude "apps/%PACKAGENAME%/grass/bin/qgis.g.browser7.exe" ^ "apps/%PACKAGENAME%/grass" ^ "etc/postinstall/%PACKAGENAME%-grass-plugin-common.bat" ^ "etc/preremove/%PACKAGENAME%-grass-plugin-common.bat" if errorlevel 1 (echo tar grass-plugin failed & goto error) for %%g IN (%GRASS_VERSIONS%) do ( for /F "delims=." %%i in ("%%g") do set v=%%i set w=!v! if !v!==6 set w= tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%-grass-plugin!w!/%PACKAGENAME%-grass-plugin!w!-%VERSION%-%PACKAGE%.tar.bz2 ^ "apps/%PACKAGENAME%/bin/qgisgrass!v!.dll" ^ "apps/%PACKAGENAME%/grass/bin/qgis.g.browser!v!.exe" ^ "apps/%PACKAGENAME%/grass/modules/qgis.d.rast!v!.exe" ^ "apps/%PACKAGENAME%/grass/modules/qgis.g.info!v!.exe" ^ "apps/%PACKAGENAME%/grass/modules/qgis.r.in!v!.exe" ^ "apps/%PACKAGENAME%/grass/modules/qgis.v.in!v!.exe" ^ "apps/%PACKAGENAME%/plugins/grassplugin!v!.dll" ^ "apps/%PACKAGENAME%/plugins/grassprovider!v!.dll" ^ "apps/%PACKAGENAME%/plugins/grassrasterprovider!v!.dll" ^ "bin/%PACKAGENAME%-grass!v!.bat.tmpl" ^ "etc/postinstall/%PACKAGENAME%-grass-plugin!w!.bat" ^ "etc/preremove/%PACKAGENAME%-grass-plugin!w!.bat" if errorlevel 1 (echo tar grass-plugin!w! failed & goto error) ) tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%-oracle-provider/%PACKAGENAME%-oracle-provider-%VERSION%-%PACKAGE%.tar.bz2 ^ "apps/%PACKAGENAME%/plugins/oracleprovider.dll" ^ "apps/%PACKAGENAME%/qtplugins/sqldrivers/qsqlocispatial.dll" if errorlevel 1 (echo tar oracle-provider failed & goto error) tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%-devel/%PACKAGENAME%-devel-%VERSION%-%PACKAGE%.tar.bz2 ^ --exclude-from exclude ^ --exclude "*.pyc" ^ "apps/%PACKAGENAME%/FindQGIS.cmake" ^ "apps/%PACKAGENAME%/include/" ^ "apps/%PACKAGENAME%/lib/" if errorlevel 1 (echo tar devel failed & goto error) goto end :usage echo usage: %0 version package packagename arch [sha [site]] echo sample: %0 2.0.1 3 qgis x86 f802808 exit /b 1 :error echo BUILD ERROR %ERRORLEVEL%: %DATE% %TIME% for %%i in (%packages%) do ( if exist %ARCH%\release\qgis\%PACKAGENAME%%%i\%PACKAGENAME%%%i-%VERSION%-%PACKAGE%.tar.bz2 del %ARCH%\release\qgis\%PACKAGENAME%%%i\%PACKAGENAME%%%i-%VERSION%-%PACKAGE%.tar.bz2 ) exit /b 1 :end echo FINISHED: %DATE% %TIME% endlocal
CS-SI/QGIS
ms-windows/osgeo4w/package.cmd
bat
gpl-2.0
21,344
@echo ------------------------------------------------ @echo Building docbook. @echo ------------------------------------------------ cd %MOSYNC_TRUNK%\docs\docbook call makeHtml.bat mkdir %MOSYNC_PATH%\docs\gettingstarted copy output\guides\*.html %MOSYNC_PATH%\docs\gettingstarted\ copy *.css %MOSYNC_PATH%\docs\gettingstarted\ @REM copy %MOSYNC_TRUNK%\docs\gettingstarted\*.* %MOSYNC_PATH%\docs\gettingstarted\ xcopy gfx %MOSYNC_PATH%\docs\gettingstarted\gfx\ /E /Y /D xcopy images %MOSYNC_PATH%\docs\gettingstarted\images\ /E /Y /D del /Q %MOSYNC_PATH%\docs\gettingstarted\images\*.psd cd %ORIGINAL_PATH% @echo.
MoSync/MoSync
tools/ReleasePackageBuild/docbook.bat
bat
gpl-2.0
620
cmd_/home/wengbj/project/openwrt-3.10/firefly/mtksdk-openwrt-3.10.14/build_dir/toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/linux-dev//include/linux/usb/.install := xargs /bin/bash scripts/headers_install.sh /home/wengbj/project/openwrt-3.10/firefly/mtksdk-openwrt-3.10.14/build_dir/toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/linux-dev//include/linux/usb < /home/wengbj/project/openwrt-3.10/firefly/mtksdk-openwrt-3.10.14/build_dir/toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/linux-dev//.input-files; for F in ; do echo "\#include <asm-generic/$$F>" > /home/wengbj/project/openwrt-3.10/firefly/mtksdk-openwrt-3.10.14/build_dir/toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/linux-dev//include/linux/usb/$$F; done; touch /home/wengbj/project/openwrt-3.10/firefly/mtksdk-openwrt-3.10.14/build_dir/toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/linux-dev//include/linux/usb/.install
h4ck3rm1k3/OpenWrt-Firefly-SDK
staging_dir/toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/include/linux/usb/..install.cmd
bat
gpl-2.0
944
REM build using py2exe c:\python34\python.exe setup.py py2exe REM try it cd dist testcase.exe cd ..
jamesabel/cryptographybugtestcase
py2exe.bat
bat
gpl-3.0
99
set SCRIPT_DIR=%~dp0 java -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256m -Xmx512M -Xss2M -jar "%SCRIPT_DIR%\sbt-launch-0.13.1.jar" %*
takezoe/poi4s
sbt.bat
bat
apache-2.0
138
del ".tmp" del ..\dist grunt build
sasitha/sciencelk
portal/src/main/webapp/WEB-INF/management/config/build.bat
bat
apache-2.0
34
python build.py --include common --include extras --output ../build/three.js python build.py --include common --include extras --minify --output ../build/three.min.js python build.py --include canvas --minify --output ../build/three-canvas.min.js python build.py --include css3d --minify --output ../build/three-css3d.min.js python build.py --include webgl --minify --output ../build/three-webgl.min.js python build.py --include extras --externs externs/extras.js --minify --output ../build/three-extras.min.js python build.py --include math --output ../build/three-math.js python build.py --include math --minify --output ../build/three-math.min.js
maxogden/three.js
utils/build_all.bat
bat
mit
649
cl spinsim.c spininterp.c spindebug.c pasmsim.c pasmdebug.c pasmsim2.c pasmdebug2.c
parallaxinc/propgcc
spinsim/buildit.bat
bat
gpl-3.0
85
REM ############################################################################# REM # # REM # TPM2 regression test # REM # Written by Ken Goldman # REM # IBM Thomas J. Watson Research Center # REM # $Id: testpolicy138.sh 793 2016-11-10 21:27:40Z kgoldman $ # REM # # REM # (c) Copyright IBM Corporation 2016 # REM # # REM # All rights reserved. # REM # # REM # Redistribution and use in source and binary forms, with or without # REM # modification, are permitted provided that the following conditions are # REM # met: # REM # # REM # Redistributions of source code must retain the above copyright notice, # REM # this list of conditions and the following disclaimer. # REM # # REM # Redistributions in binary form must reproduce the above copyright # REM # notice, this list of conditions and the following disclaimer in the # REM # documentation and/or other materials provided with the distribution. # REM # # REM # Neither the names of the IBM Corporation nor the names of its # REM # contributors may be used to endorse or promote products derived from # REM # this software without specific prior written permission. # REM # # REM # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS # REM # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT # REM # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # REM # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT # REM # HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, # REM # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT # REM # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # REM # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY # REM # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # REM # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # REM # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # REM # # REM ############################################################################# REM REM # Policy command code - sign REM REM # cc69 18b2 2627 3b08 f5bd 406d 7f10 cf16 REM # 0f0a 7d13 dfd8 3b77 70cc bcd1 aa80 d811 REM REM # NV index name after written REM REM # 000b REM # 5e8e bdf0 4581 9419 070c 7d57 77bf eb61 REM # ffac 4996 ea4b 6fba de6d a42b 632d 4918 REM REM # Policy Authorize NV with above Name REM REM # 66 1f a1 02 db cd c2 f6 a0 61 7b 33 a0 ee 6d 95 REM # ab f6 2c 76 b4 98 b2 91 10 0d 30 91 19 f4 11 fa REM REM # Policy in NV index 01000000 REM # signing key 80000001 setlocal enableDelayedExpansion echo "" echo "Policy Authorize NV" echo "" echo "Start a policy session 03000000" %TPM_EXE_PATH%startauthsession -se p > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Create a signing key, policyauthnv" %TPM_EXE_PATH%create -hp 80000000 -si -opr tmppriv.bin -opu tmppub.bin -pwdp sto -pwdk sig -pol policies/policyauthorizenv.bin > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Load the signing key under the primary key" %TPM_EXE_PATH%load -hp 80000000 -ipr tmppriv.bin -ipu tmppub.bin -pwdp sto > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "NV Define Space" %TPM_EXE_PATH%nvdefinespace -hi o -ha 01000000 -sz 50 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "NV not written, policyauthorizenv - should fail" %TPM_EXE_PATH%policyauthorizenv -ha 01000000 -hs 03000000 > run.out IF !ERRORLEVEL! EQU 0 ( exit /B 1 ) echo "Write algorithm ID into NV index 01000000" %TPM_EXE_PATH%nvwrite -ha 01000000 -off 0 -if policies/sha256.bin > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Write policy command code sign into NV index 01000000" %TPM_EXE_PATH%nvwrite -ha 01000000 -off 2 -if policies/policyccsign.bin > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy command code - sign" %TPM_EXE_PATH%policycommandcode -ha 03000000 -cc 15d > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy get digest - should be cc 69 ..." %TPM_EXE_PATH%policygetdigest -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy Authorize NV against 01000000" %TPM_EXE_PATH%policyauthorizenv -ha 01000000 -hs 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy get digest - should be 66 1f ..." %TPM_EXE_PATH%policygetdigest -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Sign a digest - policy and wrong password" %TPM_EXE_PATH%sign -hk 80000001 -if msg.bin -os sig.bin -se0 03000000 1 -pwdk xxx > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy restart, set back to zero" %TPM_EXE_PATH%policyrestart -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy command code - sign" %TPM_EXE_PATH%policycommandcode -ha 03000000 -cc 15d > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy Authorize NV against 01000000" %TPM_EXE_PATH%policyauthorizenv -ha 01000000 -hs 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Quote - policy, should fail" %TPM_EXE_PATH%quote -hp 0 -hk 80000001 -os sig.bin -se0 03000000 1 > run.out IF !ERRORLEVEL! EQU 0 ( exit /B 1 ) echo "Policy restart, set back to zero" %TPM_EXE_PATH%policyrestart -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy command code - quote" %TPM_EXE_PATH%policycommandcode -ha 03000000 -cc 158 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy Authorize NV against 01000000 - should fail" %TPM_EXE_PATH%policyauthorizenv -ha 01000000 -hs 03000000 > run.out IF !ERRORLEVEL! EQU 0 ( exit /B 1 ) echo "NV Undefine Space" %TPM_EXE_PATH%nvundefinespace -hi o -ha 01000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Flush the policy session 03000000" %TPM_EXE_PATH%flushcontext -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Flush the signing key 80000001 " %TPM_EXE_PATH%flushcontext -ha 80000001 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "" echo "Policy Template" echo "" REM # create template hash REM REM # run createprimary -si -v, extract template REM REM # policies/policytemplate.txt REM REM # 00 01 00 0b 00 04 04 72 00 00 00 10 00 10 08 00 REM # 00 00 00 00 00 00 REM REM # policymaker -if policies/policytemplate.txt -pr -of policies/policytemplate.bin -nz REM # -nz says do not extend, just hash the hexascii line REM # yields a template hash for policytemplate REM REM # ef 64 da 91 18 fc ac 82 f4 36 1b 28 84 28 53 d8 REM # aa f8 7d fc e1 45 e9 25 cf fe 58 68 aa 2d 22 b6 REM REM # prepend the command code 00000190 to ef 64 ... and construct the actual object policy REM # policymaker -if policies/policytemplatehash.txt -pr -of policies/policytemplatehash.bin REM REM # fb 94 b1 43 e5 2b 07 95 b7 ec 44 37 79 99 d6 47 REM # 70 1c ae 4b 14 24 af 5a b8 7e 46 f2 58 af eb de echo "" echo "Policy Template with TPM2_Create" echo "" echo "Create a primary storage key policy template, 80000001" %TPM_EXE_PATH%createprimary -hi p -pol policies/policytemplatehash.bin > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Start a policy session 03000000" %TPM_EXE_PATH%startauthsession -se p > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy Template" %TPM_EXE_PATH%policytemplate -ha 03000000 -te policies/policytemplate.bin > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy get digest - should be fb 94 ... " %TPM_EXE_PATH%policygetdigest -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Create signing key under primary key" %TPM_EXE_PATH%create -si -hp 80000001 -kt f -kt p -se0 03000000 1 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "" echo "Policy Template with TPM2_CreateLoaded" echo "" echo "Policy restart, set back to zero" %TPM_EXE_PATH%policyrestart -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy Template" %TPM_EXE_PATH%policytemplate -ha 03000000 -te policies/policytemplate.bin > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy get digest - should be fb 94 ... " %TPM_EXE_PATH%policygetdigest -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Create loaded signing key under primary key" %TPM_EXE_PATH%createloaded -si -hp 80000001 -kt f -kt p -se0 03000000 1 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Flush the primary key 80000001" %TPM_EXE_PATH%flushcontext -ha 80000001 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Flush the created key 80000002" %TPM_EXE_PATH%flushcontext -ha 80000002 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "" echo "Policy Template with TPM2_CreatePrimary" echo "" echo "Set primary policy for platform hierarchy" %TPM_EXE_PATH%setprimarypolicy -hi p -halg sha256 -pol policies/policytemplatehash.bin > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy restart, set back to zero" %TPM_EXE_PATH%policyrestart -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy Template" %TPM_EXE_PATH%policytemplate -ha 03000000 -te policies/policytemplate.bin > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy get digest - should be fb 94 ... " %TPM_EXE_PATH%policygetdigest -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Create loaded primary signing key policy template, 80000001" %TPM_EXE_PATH%createprimary -si -hi p -se0 03000000 0 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Flush the primary key 80000001" %TPM_EXE_PATH%flushcontext -ha 80000001 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) REM # REM # Use case of the PCR brittleness solution using PolicyAuthorize, but REM # where the authorizing public key is not hard coded in the sealed REM # blob policy. Rather, it's in an NV Index, so that the authorizing REM # key can be changed. Here, the authorization to change is platform REM # auth. The NV index is locked until reboot as a second level of REM # protection. REM # REM # Policy design REM # PolicyAuthorizeNV and Name of NV index AND Unseal REM # where the NV index holds PolicyAuthorize with the Name of the authorizing signing key REM # where PolicyAuthorize will authorize command Unseal AND PCR values REM # construct Policies REM # Provision the NV Index data first. The NV Index Name is needed for the policy REM # PolicyAuthorize with the Name of the authorizing signing key. REM # The authorizing signing key Name can be obtained using the TPM from REM # loadexternal below. It can also be calculated off line using this REM # utility REM # > publicname -ipem policies/rsapubkey.pem -halg sha256 -nalg sha256 -v -ns REM # policyauthorize and CA public key REM # policies/policyauthorizesha256.txt REM # 0000016a000b64ac921a035c72b3aa55ba7db8b599f1726f52ec2f682042fc0e0d29fae81799 REM # (need blank line for policyRef) REM # > policymaker -halg sha256 -if policies/policyauthorizesha256.txt -pr -v -ns -of policies/policyauthorizesha256.bin REM # intermediate policy digest length 32 REM # fc 17 cd 86 c0 4f be ca d7 17 5f ef c7 75 5b 63 REM # a8 90 49 12 c3 2e e6 9a 4c 99 1a 7b 5a 59 bd 82 REM # intermediate policy digest length 32 REM # eb a3 f9 8c 5e af 1e a8 f9 4f 51 9b 4d 2a 31 83 REM # ee 79 87 66 72 39 8e 23 15 d9 33 c2 88 a8 e5 03 REM # policy digest length 32 REM # eb a3 f9 8c 5e af 1e a8 f9 4f 51 9b 4d 2a 31 83 REM # ee 79 87 66 72 39 8e 23 15 d9 33 c2 88 a8 e5 03 REM # policy digest: REM # eba3f98c5eaf1ea8f94f519b4d2a3183ee79876672398e2315d933c288a8e503 REM # Once the NV Index Name is known, calculated the sealed blob policy. REM # PolicyAuthorizeNV and Name of NV Index AND Unseal REM # REM # get NV Index Name from nvreadpublic after provisioning REM # 000b56e16f0b810a6418daab06822be142858beaf9a79d66f66ad7e8e541f142498e REM # REM # policies/policyauthorizenv-unseal.txt REM # REM # policyauthorizenv and Name of NV Index REM # 00000192000b56e16f0b810a6418daab06822be142858beaf9a79d66f66ad7e8e541f142498e REM # policy command code unseal REM # 0000016c0000015e REM # REM # > policymaker -halg sha256 -if policies/policyauthorizenv-unseal.txt -of policies/policyauthorizenv-unseal.bin -pr -v -ns REM # intermediate policy digest length 32 REM # 2f 7a d9 b7 53 26 35 e5 03 8c e7 7b 8f 63 5e 4c REM # f9 96 c8 62 18 13 98 94 c2 71 45 e7 7d d5 e8 e8 REM # intermediate policy digest length 32 REM # cd 1b 24 26 fe 10 08 6c 52 35 85 94 22 a0 59 69 REM # 33 4b 88 47 82 0d 0b d9 8c 43 1f 7f f7 36 34 5d REM # policy digest length 32 REM # cd 1b 24 26 fe 10 08 6c 52 35 85 94 22 a0 59 69 REM # 33 4b 88 47 82 0d 0b d9 8c 43 1f 7f f7 36 34 5d REM # policy digest: REM # cd1b2426fe10086c5235859422a05969334b8847820d0bd98c431f7ff736345d REM # The authorizing signer signs the PCR white list, here just PCR 16 extended with aaa REM # PCR 16 is the resettable debug PCR, convenient for development echo "" echo "PolicyAuthorizeNV -> PolicyAuthorize -> PolicyPCR" echo "" REM # Initial provisioning (NV Index) echo "NV Define Space" %TPM_EXE_PATH%nvdefinespace -ha 01000000 -hi p -hia p -sz 34 +at wst +at ar > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Write algorithm ID into NV index 01000000" %TPM_EXE_PATH%nvwrite -ha 01000000 -hia p -off 0 -if policies/sha256.bin > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Write the NV index at offset 2 with policy authorize and the Name of the CA signing key" %TPM_EXE_PATH%nvwrite -ha 01000000 -hia p -off 2 -if policies/policyauthorizesha256.bin > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Lock the NV Index" %TPM_EXE_PATH%nvwritelock -ha 01000000 -hia p IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Read the NV Index Name to be used above in Policy" %TPM_EXE_PATH%nvreadpublic -ha 01000000 -ns > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) REM # Initial provisioning (Sealed Data) echo "Create a sealed data object" %TPM_EXE_PATH%create -hp 80000000 -nalg sha256 -bl -kt f -kt p -opr tmppriv.bin -opu tmppub.bin -pwdp sto -uwa -if msg.bin -pol policies/policyauthorizenv-unseal.bin > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) REM # Once per new PCR approved values, signer authorizing PCRs in policysha256.bin echo "Openssl generate and sign aHash (empty policyRef)" openssl dgst -sha256 -sign policies/rsaprivkey.pem -passin pass:rrrr -out pssig.bin policies/policypcr16aaasha256.bin REM # Once per boot, simulating setting PCRs to authorized values, lock REM # the NV index, which is unloaded at reboot to permit platform auth to REM # roll the authorized signing key echo "Lock the NV Index" %TPM_EXE_PATH%nvwritelock -ha 01000000 -hia p IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "PCR 16 Reset" %TPM_EXE_PATH%pcrreset -ha 16 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Extend PCR 16 to correct value" %TPM_EXE_PATH%pcrextend -halg sha256 -ha 16 -if policies/aaa > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) REM # At each unseal, or reuse the ticket tkt.bin for its lifetime echo "Load external just the public part of PEM authorizing key sha256 80000001" %TPM_EXE_PATH%loadexternal -hi p -halg sha256 -nalg sha256 -ipem policies/rsapubkey.pem -ns > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Verify the signature to generate ticket 80000001 sha256" %TPM_EXE_PATH%verifysignature -hk 80000001 -halg sha256 -if policies/policypcr16aaasha256.bin -is pssig.bin -raw -tk tkt.bin > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) REM # Run time unseal echo "Start a policy session" %TPM_EXE_PATH%startauthsession -se p -halg sha256 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy PCR, update with the correct PCR 16 value" %TPM_EXE_PATH%policypcr -halg sha256 -ha 03000000 -bm 10000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy get digest - should be policies/policypcr16aaasha256.bin" %TPM_EXE_PATH%policygetdigest -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) REM # policyauthorize process echo "Policy authorize using the ticket" %TPM_EXE_PATH%policyauthorize -ha 03000000 -appr policies/policypcr16aaasha256.bin -skn h80000001.bin -tk tkt.bin > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Get policy digest, should be policies/policyauthorizesha256.bin" %TPM_EXE_PATH%policygetdigest -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Flush the authorizing public key" %TPM_EXE_PATH%flushcontext -ha 80000001 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy Authorize NV against NV Index 01000000" %TPM_EXE_PATH%policyauthorizenv -ha 01000000 -hs 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Get policy digest, should be policies/policyauthorizenv-unseal.bin intermediate" %TPM_EXE_PATH%policygetdigest -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Policy command code - unseal" %TPM_EXE_PATH%policycommandcode -ha 03000000 -cc 0000015e > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Get policy digest, should be policies/policyauthorizenv-unseal.bin final" %TPM_EXE_PATH%policygetdigest -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Load the sealed data object" %TPM_EXE_PATH%load -hp 80000000 -ipr tmppriv.bin -ipu tmppub.bin -pwdp sto > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Unseal the data blob" %TPM_EXE_PATH%unseal -ha 80000001 -of tmp.bin -se0 03000000 1 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Verify the unsealed result" diff msg.bin tmp.bin > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Flush the sealed object" %TPM_EXE_PATH%flushcontext -ha 80000001 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "Flush the policy session" %TPM_EXE_PATH%flushcontext -ha 03000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) echo "NV Undefine Space" %TPM_EXE_PATH%nvundefinespace -hi p -ha 01000000 > run.out IF !ERRORLEVEL! NEQ 0 ( exit /B 1 ) REM cleanup rm -f tmppriv.bin rm -f tmppub.bin
legoater/skiboot
libstb/tss2/ibmtpm20tss/utils/regtests/testpolicy138.bat
bat
apache-2.0
18,045
@echo off rem ---------------------------------------------------------------------------------------- rem Update JBOSS WS components of DCM4CHEE-XDS installation to JBossWS 3.0.1-native-2.0.4.GA rem ---------------------------------------------------------------------------------------- if "%OS%" == "Windows_NT" setlocal set DIRNAME=.\ if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% set DCM4CHEE_HOME=%DIRNAME%.. set DCM4CHEE_SERV=%DCM4CHEE_HOME%\server\default if exist "%DCM4CHEE_SERV%" goto found_dcm4chee echo Could not locate %DCM4CHEE_SERV%. Please check that you are in the echo bin directory when running this script. goto end :found_dcm4chee if not [%1] == [] goto found_arg1 echo "Usage: upgrade_jbossws <path-to-jbossws-3.0.1-native-2.0.4.GA-installation-directory>" goto end :found_arg1 set JBOSS_WS_HOME=%1 set JBOSS_WS_DEPLOY=%JBOSS_WS_HOME%\deploy if exist "%JBOSS_WS_DEPLOY%" goto found_jboss_ws echo Could not locate jbossws-3.0.1-native-2.0.4.GA in %JBOSS_WS_HOME%. goto end :found_jboss_ws set JBOSS_WS_BIN=%JBOSS_WS_DEPLOY%\bin set JBOSS_WS_LIB=%JBOSS_WS_DEPLOY%\lib set DCM4CHEE_BIN=%DCM4CHEE_HOME%\bin set DCM4CHEE_CLIENT=%DCM4CHEE_HOME%\client set DCM4CHEE_LIB=%DCM4CHEE_SERV%\lib set DCM4CHEE_JBOSSWS=%DCM4CHEE_SERV%\deploy\jbossws.sar del "%DCM4CHEE_JBOSSWS%\jbossws-deploy.conf" copy "%JBOSS_WS_BIN%\wsconsume.sh" "%DCM4CHEE_BIN%" copy "%JBOSS_WS_BIN%\wsconsume.bat" "%DCM4CHEE_BIN%" copy "%JBOSS_WS_BIN%\wsprovide.sh" "%DCM4CHEE_BIN%" copy "%JBOSS_WS_BIN%\wsprovide.bat" "%DCM4CHEE_BIN%" copy "%JBOSS_WS_BIN%\wsrunclient.sh" "%DCM4CHEE_BIN%" copy "%JBOSS_WS_BIN%\wsrunclient.bat" "%DCM4CHEE_BIN%" copy "%JBOSS_WS_BIN%\wstools.sh" "%DCM4CHEE_BIN%" copy "%JBOSS_WS_BIN%\wstools.bat" "%DCM4CHEE_BIN%" copy "%JBOSS_WS_LIB%\FastInfoset.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\jaxb-api.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\jaxb-impl.jar" "%DCM4CHEE_CLIENT%" rem We need jaxb in DCM4CHEE_LIB instead of DCM4CHEE_JBOSSWS for XDS.a implementation which is not using web service stack! copy "%JBOSS_WS_LIB%\jaxb-api.jar" "%DCM4CHEE_LIB%" copy "%JBOSS_WS_LIB%\jaxb-impl.jar" "%DCM4CHEE_LIB%" copy "%JBOSS_WS_LIB%\jaxb-xjc.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\jaxws-rt.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\jaxws-tools.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\jbossws-common.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\jbossws-common.jar" "%DCM4CHEE_LIB%" copy "%JBOSS_WS_LIB%\jbossws-framework.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\jbossws-framework.jar" "%DCM4CHEE_LIB%" copy "%JBOSS_WS_LIB%\jbossws-client.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\jboss-jaxrpc.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\jboss-jaxrpc.jar" "%DCM4CHEE_LIB%" copy "%JBOSS_WS_LIB%\jboss-jaxws.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\jboss-jaxws.jar" "%DCM4CHEE_LIB%" copy "%JBOSS_WS_LIB%\jboss-jaxws-ext.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\jboss-jaxws-ext.jar" "%DCM4CHEE_LIB%" copy "%JBOSS_WS_LIB%\jboss-saaj.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\jboss-saaj.jar" "%DCM4CHEE_LIB%" copy "%JBOSS_WS_LIB%\jbossws-spi.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\jbossws-spi.jar" "%DCM4CHEE_LIB%" copy "%JBOSS_WS_LIB%\jettison.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\policy.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\stax-api.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\stax-ex.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\streambuffer.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\wsdl4j.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\wstx.jar" "%DCM4CHEE_CLIENT%" copy "%JBOSS_WS_LIB%\jboss-jaxb-intros.jar" "%DCM4CHEE_JBOSSWS%" copy "%JBOSS_WS_LIB%\jboss-jaxrpc.jar" "%DCM4CHEE_JBOSSWS%" copy "%JBOSS_WS_LIB%\jboss-jaxws.jar" "%DCM4CHEE_JBOSSWS%" copy "%JBOSS_WS_LIB%\jboss-saaj.jar" "%DCM4CHEE_JBOSSWS%" copy "%JBOSS_WS_LIB%\jbossws-core.jar" "%DCM4CHEE_JBOSSWS%" copy "%JBOSS_WS_LIB%\policy.jar" "%DCM4CHEE_JBOSSWS%" copy "%JBOSS_WS_LIB%\stax-api.jar" "%DCM4CHEE_JBOSSWS%" copy "%JBOSS_WS_LIB%\wsdl4j.jar" "%DCM4CHEE_JBOSSWS%" copy "%JBOSS_WS_LIB%\wstx.jar" "%DCM4CHEE_JBOSSWS%" copy "%JBOSS_WS_LIB%\xmlsec.jar" "%DCM4CHEE_JBOSSWS%" copy "%JBOSS_WS_HOME%\build\jbossws-default-deploy.conf" "%DCM4CHEE_JBOSSWS%\jbossws-deploy.conf" copy "%JBOSS_WS_DEPLOY%\resources\jbossws-jboss42.sar\META-INF\jboss-service.xml" "%DCM4CHEE_JBOSSWS%\META-INF\jboss-service.xml" copy "%JBOSS_WS_DEPLOY%\resources\standard-jaxws-client-config.xml" "%DCM4CHEE_JBOSSWS%\META-INF\" copy "%JBOSS_WS_DEPLOY%\resources\standard-jaxws-endpoint-config.xml" "%DCM4CHEE_JBOSSWS%\META-INF\" :end if "%OS%" == "Windows_NT" endlocal
medicayun/medicayundicom
dcm4chee-xds/tags/DCM4CHEE_XDS_0_0_2_SNAPSHOT_TEST_STORAGE_1/dcm4chee-xds-dist/src/main/bin/upgrade_jbossws.bat
bat
apache-2.0
4,608
@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. mkdir Debug cl /nologo /Zi /MD /I ..\.. /I ..\libs\glfw\include /I %VULKAN_SDK%\include *.cpp ..\..\*.cpp /FeDebug/vulkan_example.exe /FoDebug/ /link /LIBPATH:..\libs\glfw\lib-vc2010-32 /libpath:%VULKAN_SDK%\lib32 glfw3.lib opengl32.lib gdi32.lib shell32.lib vulkan-1.lib
arzka/Aimdroid
src/ImGUI/examples/vulkan_example/build_win32.bat
bat
gpl-3.0
391
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\node_modules\express\bin\express" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\node_modules\express\bin\express" %* )
johnson1994/Feed
express.cmd
bat
mit
200
ssh-keygen -t rsa -b 4096 -f jwtRS256.key openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
shinobi1399/node-auth
extras/keygen/keygen.bat
bat
mit
114
rem gflags /i test.exe rem +htc +hfc +hpc +htg +htd +hpa cl *.cpp /Zi /MD /Od /DYNAMICBASE:NO /GS- /link /INCREMENTAL:no
zachriggle/ida-splode
demo/build.bat
bat
mit
127
start "" javaw -classpath jxfilewatcher-1.4.jar;jxfilewatcher-demo-1.4.jar;slf4j-api-1.5.8.jar;slf4j-simple-1.5.8.jar com.teamdev.filewatch.demo.FileWatcherDemo
padomay1352/clarige-client
lib/jxfilewatcher-1.4-cross-desktop-win_mac_linux/rundemo.bat
bat
mit
161
set PATH=c:\programs\gs9.25;c:\programs\gs9.25\bin;%PATH% gswin64.exe -q -sDEVICE=png16m -dBATCH -dNOPAUSE -r300 -sOutputFile=RAP-for-Java-Developers-Slides_page%%03d_page.png "RAP for Java Developers-Slides.pdf" pause
privet56/ng2Goodies
cheatsheets/ocrtools/pdf2imgs.bat
bat
mit
221
set PATH=%PATH%:\something echo "ok!"
nwlunatic/vmmaster-packer
windows/scripts/tmp.bat
bat
mit
40
dotnet .\sln\Pagination.Release\bin\Debug\netcoreapp3.1\Pagination.Release.dll %*
kyourek/Pagination
release.cmd
bat
mit
81
@echo off ..\build\bsc.exe %*
teo-tsirpanis/brainsharp
test/bsc.bat
bat
mit
29
if exist "src\Glimpse.Agent.AspNet\_DNX_project.json" ( echo "Switching to DNX project.json" echo "src\Glimpse.Agent.AspNet" ren "src\Glimpse.Agent.AspNet\project.*" "_SystemWeb_project.*" ren "src\Glimpse.Agent.AspNet\_DNX_project.*" "project.*" echo "src\Glimpse.Server" ren "src\Glimpse.Server\project.*" "_SystemWeb_project.*" ren "src\Glimpse.Server\_DNX_project.*" "project.*" echo "src\Glimpse.Common" ren "src\Glimpse.Common\project.*" "_SystemWeb_project.*" ren "src\Glimpse.Common\_DNX_project.*" "project.*" ) else ( echo "Switching to SystemWeb project.json" echo "src\Glimpse.Agent.AspNet" ren "src\Glimpse.Agent.AspNet\project.*" "_DNX_project.*" ren "src\Glimpse.Agent.AspNet\_SystemWeb_project.*" "project.*" echo "src\Glimpse.Server" ren "src\Glimpse.Server\project.*" "_DNX_project.*" ren "src\Glimpse.Server\_SystemWeb_project.*" "project.*" echo "src\Glimpse.Common" ren "src\Glimpse.Common\project.*" "_DNX_project.*" ren "src\Glimpse.Common\_SystemWeb_project.*" "project.*" )
peterblazejewicz/Glimpse.Prototype
systemweb.cmd
bat
mit
1,084
cmd_drivers/media/video/samsung/mfc5x/built-in.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/media/video/samsung/mfc5x/built-in.o drivers/media/video/samsung/mfc5x/mfc_dev.o drivers/media/video/samsung/mfc5x/mfc_dec.o drivers/media/video/samsung/mfc5x/mfc_enc.o drivers/media/video/samsung/mfc5x/mfc_inst.o drivers/media/video/samsung/mfc5x/mfc_cmd.o drivers/media/video/samsung/mfc5x/mfc_shm.o drivers/media/video/samsung/mfc5x/mfc_reg.o drivers/media/video/samsung/mfc5x/mfc_buf.o drivers/media/video/samsung/mfc5x/mfc_pm.o drivers/media/video/samsung/mfc5x/mfc_ctrl.o drivers/media/video/samsung/mfc5x/mfc_mem.o
sleshepic/epic_touch_kernel
drivers/media/video/samsung/mfc5x/.built-in.o.cmd
bat
gpl-2.0
664
cmd_kernel/notifier.o := arm-eabi-gcc -Wp,-MD,kernel/.notifier.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-tegra/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -fno-dwarf2-cfi-asm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=1024 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(notifier)" -D"KBUILD_MODNAME=KBUILD_STR(notifier)" -c -o kernel/notifier.o kernel/notifier.c deps_kernel/notifier.o := \ kernel/notifier.c \ $(wildcard include/config/debug/notifiers.h) \ include/linux/kdebug.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/kdebug.h \ include/asm-generic/kdebug.h \ include/linux/kprobes.h \ $(wildcard include/config/kprobes.h) \ $(wildcard include/config/kretprobes.h) \ $(wildcard include/config/kprobes/sanity/test.h) \ $(wildcard include/config/optprobes.h) \ $(wildcard include/config/sysctl.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/linkage.h \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ include/linux/stddef.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/posix_types.h \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ $(wildcard include/config/smp.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hwcap.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/arch/has/barriers.h) \ $(wildcard include/config/arm/dma/mem/bufferable.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ $(wildcard include/config/cpu/32v6k.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ include/linux/typecheck.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/irqflags.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/outercache.h \ $(wildcard include/config/outer/cache/sync.h) \ $(wildcard include/config/outer/cache.h) \ arch/arm/mach-tegra/include/mach/barriers.h \ include/asm-generic/cmpxchg-local.h \ include/linux/notifier.h \ include/linux/errno.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/spinlock_types.h \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/debug/spinlock.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/prove/rcu.h) \ include/linux/rwlock_types.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/atomic.h \ $(wildcard include/config/generic/atomic64.h) \ include/asm-generic/atomic-long.h \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include/stdarg.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bitops.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/arch_hweight.h \ include/asm-generic/bitops/const_hweight.h \ include/asm-generic/bitops/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/dynamic_debug.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/div64.h \ include/linux/rwsem-spinlock.h \ include/linux/spinlock.h \ $(wildcard include/config/preempt.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/spinlock.h \ include/linux/rwlock.h \ include/linux/spinlock_api_smp.h \ $(wildcard include/config/inline/spin/lock.h) \ $(wildcard include/config/inline/spin/lock/bh.h) \ $(wildcard include/config/inline/spin/lock/irq.h) \ $(wildcard include/config/inline/spin/lock/irqsave.h) \ $(wildcard include/config/inline/spin/trylock.h) \ $(wildcard include/config/inline/spin/trylock/bh.h) \ $(wildcard include/config/inline/spin/unlock.h) \ $(wildcard include/config/inline/spin/unlock/bh.h) \ $(wildcard include/config/inline/spin/unlock/irq.h) \ $(wildcard include/config/inline/spin/unlock/irqrestore.h) \ include/linux/rwlock_api_smp.h \ $(wildcard include/config/inline/read/lock.h) \ $(wildcard include/config/inline/write/lock.h) \ $(wildcard include/config/inline/read/lock/bh.h) \ $(wildcard include/config/inline/write/lock/bh.h) \ $(wildcard include/config/inline/read/lock/irq.h) \ $(wildcard include/config/inline/write/lock/irq.h) \ $(wildcard include/config/inline/read/lock/irqsave.h) \ $(wildcard include/config/inline/write/lock/irqsave.h) \ $(wildcard include/config/inline/read/trylock.h) \ $(wildcard include/config/inline/write/trylock.h) \ $(wildcard include/config/inline/read/unlock.h) \ $(wildcard include/config/inline/write/unlock.h) \ $(wildcard include/config/inline/read/unlock/bh.h) \ $(wildcard include/config/inline/write/unlock/bh.h) \ $(wildcard include/config/inline/read/unlock/irq.h) \ $(wildcard include/config/inline/write/unlock/irq.h) \ $(wildcard include/config/inline/read/unlock/irqrestore.h) \ $(wildcard include/config/inline/write/unlock/irqrestore.h) \ include/linux/srcu.h \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ include/linux/cpumask.h \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/string.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/smp.h \ arch/arm/mach-tegra/include/mach/smp.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hardware/gic.h \ include/linux/percpu.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/pfn.h \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ include/linux/rcupdate.h \ $(wildcard include/config/rcu/torture/test.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ $(wildcard include/config/debug/objects/rcu/head.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/seqlock.h \ include/linux/completion.h \ include/linux/wait.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/current.h \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/debug/objects/free.h) \ include/linux/rcutree.h \ $(wildcard include/config/no/hz.h) \ include/linux/module.h \ $(wildcard include/config/symbol/prefix.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ $(wildcard include/config/sysfs.h) \ include/linux/stat.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/stat.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/math64.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/compaction.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/no/bootmem.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/have/memoryless/nodes.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/nodemask.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/have/tcm.h) \ include/linux/const.h \ arch/arm/mach-tegra/include/mach/memory.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ $(wildcard include/config/use/percpu/numa/node/id.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ $(wildcard include/config/freezer.h) \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/jiffies.h \ include/linux/timex.h \ include/linux/param.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/timex.h \ arch/arm/mach-tegra/include/mach/timex.h \ include/linux/elf.h \ include/linux/elf-em.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/elf.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/user.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kobject_ns.h \ include/linux/kref.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/tracepoint.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ include/linux/vmalloc.h \ include/linux/reboot.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/emergency-restart.h \ include/asm-generic/emergency-restart.h \ kernel/notifier.o: $(deps_kernel/notifier.o) $(deps_kernel/notifier.o):
timmytim/honeybutter_kernel
kernel/.notifier.o.cmd
bat
gpl-2.0
19,227
cmd_drivers/char/built-in.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/char/built-in.o drivers/char/mem.o drivers/char/random.o drivers/char/tty_io.o drivers/char/n_tty.o drivers/char/tty_ioctl.o drivers/char/tty_ldisc.o drivers/char/tty_buffer.o drivers/char/tty_port.o drivers/char/pty.o drivers/char/misc.o drivers/char/sysrq.o
kingklick/kk-evo-kernel
drivers/char/.built-in.o.cmd
bat
gpl-2.0
391
cmd_drivers/firmware/built-in.o := rm -f drivers/firmware/built-in.o; /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/firmware/built-in.o
garwynn/D710SPR_GB27_Kernel
drivers/firmware/.built-in.o.cmd
bat
gpl-2.0
166
cmd_sound/isa/msnd/built-in.o := rm -f sound/isa/msnd/built-in.o; /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-ar rcs sound/isa/msnd/built-in.o
p500-ics-cm9/Franco-ICS-Kernel
sound/isa/msnd/.built-in.o.cmd
bat
gpl-2.0
152
cmd_arch/arm/lib/strchr.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.strchr.o.d -nostdinc -isystem /home/sunghun/arm-2009q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -Iinclude -I/media/5fbea9a5-212a-4618-914c-484220a5fb21/itb/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-s5pv210/include -Iarch/arm/plat-s5p/include -Iarch/arm/plat-samsung/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/strchr.o arch/arm/lib/strchr.S deps_arch/arm/lib/strchr.o := \ arch/arm/lib/strchr.S \ /media/5fbea9a5-212a-4618-914c-484220a5fb21/itb/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /media/5fbea9a5-212a-4618-914c-484220a5fb21/itb/arch/arm/include/asm/linkage.h \ /media/5fbea9a5-212a-4618-914c-484220a5fb21/itb/arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/smp.h) \ /media/5fbea9a5-212a-4618-914c-484220a5fb21/itb/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /media/5fbea9a5-212a-4618-914c-484220a5fb21/itb/arch/arm/include/asm/hwcap.h \ arch/arm/lib/strchr.o: $(deps_arch/arm/lib/strchr.o) $(deps_arch/arm/lib/strchr.o):
sktjdgns1189/android_kernel_iriver_MX100
arch/arm/lib/.strchr.o.cmd
bat
gpl-2.0
1,833
cmd_modutils/lib.a := rm -f modutils/lib.a; ar rcs modutils/lib.a modutils/insmod.o modutils/lsmod.o modutils/modutils.o modutils/rmmod.o
valentinthirion/android-tracebox-busybox
modutils/.lib.a.cmd
bat
gpl-2.0
139
cmd_drivers/usb/core/hub.o := arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/usb/core/.hub.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-davinci/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(hub)" -D"KBUILD_MODNAME=KBUILD_STR(usbcore)" -c -o drivers/usb/core/.tmp_hub.o drivers/usb/core/hub.c deps_drivers/usb/core/hub.o := \ drivers/usb/core/hub.c \ $(wildcard include/config/usb/announce/new/devices.h) \ $(wildcard include/config/pm.h) \ $(wildcard include/config/att/selfpower.h) \ $(wildcard include/config/usb/otg/blacklist/hub.h) \ $(wildcard include/config/att/wakeup.h) \ $(wildcard include/config/usb/otg.h) \ $(wildcard include/config/tries.h) \ $(wildcard include/config/usb/suspend.h) \ include/linux/kernel.h \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include/stdarg.h \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/sparse/rcu/pointer.h) \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/linkage.h \ include/linux/stddef.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/posix_types.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/last/bit.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/bitops.h \ $(wildcard include/config/smp.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/arch/has/barriers.h) \ $(wildcard include/config/arm/dma/mem/bufferable.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ $(wildcard include/config/cpu/32v6k.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ include/linux/typecheck.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/irqflags.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/hwcap.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/outercache.h \ $(wildcard include/config/outer/cache/sync.h) \ $(wildcard include/config/outer/cache.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/memory.h \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/have/tcm.h) \ $(wildcard include/config/zone/dma.h) \ include/linux/const.h \ arch/arm/mach-davinci/include/mach/memory.h \ $(wildcard include/config/arch/davinci/da8xx.h) \ $(wildcard include/config/arch/davinci/dmx.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ $(wildcard include/config/sparsemem.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ include/asm-generic/getorder.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/cmpxchg.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/arch_hweight.h \ include/asm-generic/bitops/const_hweight.h \ include/asm-generic/bitops/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/printk.h \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ include/linux/dynamic_debug.h \ include/linux/jump_label.h \ $(wildcard include/config/jump/label.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/div64.h \ include/linux/errno.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/module.h \ $(wildcard include/config/symbol/prefix.h) \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ $(wildcard include/config/sysfs.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/processor.h \ $(wildcard include/config/have/hw/breakpoint.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/hw_breakpoint.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ include/linux/stat.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/stat.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/prove/rcu.h) \ include/linux/rwlock_types.h \ include/linux/spinlock_up.h \ include/linux/rwlock.h \ include/linux/spinlock_api_up.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/atomic.h \ $(wildcard include/config/generic/atomic64.h) \ include/asm-generic/atomic64.h \ include/asm-generic/atomic-long.h \ include/linux/math64.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/compaction.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/no/bootmem.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/have/memoryless/nodes.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/wait.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/current.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/string.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/memory/hotremove.h) \ $(wildcard include/config/have/arch/nodedata/extension.h) \ include/linux/notifier.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/linux/rwsem-spinlock.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ $(wildcard include/config/sched/book.h) \ $(wildcard include/config/use/percpu/numa/node/id.h) \ include/linux/cpumask.h \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ include/linux/percpu.h \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/pfn.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ $(wildcard include/config/freezer.h) \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/jiffies.h \ include/linux/timex.h \ include/linux/param.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/timex.h \ arch/arm/mach-davinci/include/mach/timex.h \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/debug/objects/free.h) \ include/linux/elf.h \ include/linux/elf-em.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/elf.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/user.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kobject_ns.h \ include/linux/kref.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/tracepoint.h \ include/linux/rcupdate.h \ $(wildcard include/config/rcu/torture/test.h) \ $(wildcard include/config/preempt/rcu.h) \ $(wildcard include/config/no/hz.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ $(wildcard include/config/tiny/preempt/rcu.h) \ $(wildcard include/config/debug/objects/rcu/head.h) \ $(wildcard include/config/preempt/rt.h) \ include/linux/completion.h \ include/linux/rcutree.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/lockup/detector.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/fanotify.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/irq/time/accounting.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/cgroup/sched.h) \ $(wildcard include/config/mm/owner.h) \ include/linux/capability.h \ include/linux/rbtree.h \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/auxvec.h \ include/linux/prio_tree.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/ipcbuf.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/sigcontext.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/path.h \ include/linux/pid.h \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/rculist.h \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ $(wildcard include/config/security.h) \ include/linux/key.h \ $(wildcard include/config/sysctl.h) \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/failslab.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ $(wildcard include/config/slab.h) \ include/linux/slub_def.h \ $(wildcard include/config/slub/stats.h) \ $(wildcard include/config/slub/debug.h) \ include/linux/kmemleak.h \ $(wildcard include/config/debug/kmemleak.h) \ include/trace/events/kmem.h \ include/trace/events/gfpflags.h \ include/linux/ioctl.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/usb.h \ $(wildcard include/config/usb/devicefs.h) \ $(wildcard include/config/usb/mon.h) \ $(wildcard include/config/usb/device/class.h) \ include/linux/mod_devicetable.h \ include/linux/usb/ch9.h \ $(wildcard include/config/size.h) \ $(wildcard include/config/att/one.h) \ $(wildcard include/config/att/battery.h) \ include/linux/delay.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/delay.h \ include/linux/interrupt.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/generic/irq/probe.h) \ include/linux/irqreturn.h \ include/linux/irqnr.h \ include/linux/hardirq.h \ $(wildcard include/config/bkl.h) \ include/linux/ftrace_irq.h \ $(wildcard include/config/ftrace/nmi/enter.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/hardirq.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/irq.h \ arch/arm/mach-davinci/include/mach/irqs.h \ include/linux/irq_cpustat.h \ include/trace/events/irq.h \ include/linux/device.h \ $(wildcard include/config/of.h) \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/devtmpfs.h) \ $(wildcard include/config/sysfs/deprecated.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/pm.h \ $(wildcard include/config/pm/runtime.h) \ $(wildcard include/config/pm/ops.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/device.h \ $(wildcard include/config/dmabounce.h) \ include/linux/pm_wakeup.h \ include/linux/fs.h \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/ima.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/blk_types.h \ $(wildcard include/config/blk/dev/integrity.h) \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/radix-tree.h \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.h \ $(wildcard include/config/quota/netlink/interface.h) \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/inet.h \ include/linux/fcntl.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/usbdevice_fs.h \ include/linux/magic.h \ include/linux/usb/hcd.h \ $(wildcard include/config/pci.h) \ include/linux/usb/ch11.h \ include/linux/usb/quirks.h \ $(wildcard include/config/intf/strings.h) \ include/linux/kthread.h \ include/linux/freezer.h \ $(wildcard include/config/cgroup/freezer.h) \ include/linux/pm_runtime.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/uaccess.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ drivers/usb/core/usb.h \ drivers/usb/core/hub.o: $(deps_drivers/usb/core/hub.o) $(deps_drivers/usb/core/hub.o):
srinugnt2000/linux-2.6.37
drivers/usb/core/.hub.o.cmd
bat
gpl-2.0
23,946
cmd_drivers/gpu/msm/built-in.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o drivers/gpu/msm/built-in.o drivers/gpu/msm/msm_kgsl_core.o drivers/gpu/msm/msm_adreno.o drivers/gpu/msm/msm_z180.o ; scripts/mod/modpost drivers/gpu/msm/built-in.o
lindsaytheflint/stone
drivers/gpu/msm/.built-in.o.cmd
bat
gpl-2.0
315
@echo off set HOME=C: set USER=Windows set CLIENT=.\ccg_client.exe if exist .\home set HOME=.\home if exist module_windows32\ccg_client.exe set CLIENT=module_windows32\ccg_client.exe start %CLIENT% --design 1024x600 --user minato %1 %2 %3 %4 %5 %6 %7 %8 %9 mtg.xml
ging-magic/gccg_win
Mtg.bat
bat
gpl-2.0
272
cmd_fs/nfs/nfs.o := /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o fs/nfs/nfs.o fs/nfs/client.o fs/nfs/dir.o fs/nfs/file.o fs/nfs/getroot.o fs/nfs/inode.o fs/nfs/super.o fs/nfs/nfs2xdr.o fs/nfs/direct.o fs/nfs/pagelist.o fs/nfs/proc.o fs/nfs/read.o fs/nfs/symlink.o fs/nfs/unlink.o fs/nfs/write.o fs/nfs/namespace.o fs/nfs/mount_clnt.o fs/nfs/dns_resolve.o fs/nfs/cache_lib.o fs/nfs/nfs3proc.o fs/nfs/nfs3xdr.o fs/nfs/sysctl.o
freebsdmax/gsmart1315_kernel
fs/nfs/.nfs.o.cmd
bat
gpl-2.0
495
cmd_drivers/media/video/msm/gemini/built-in.o := arm-linux-androideabi-ld -EL -r -o drivers/media/video/msm/gemini/built-in.o drivers/media/video/msm/gemini/msm_gemini_dev.o drivers/media/video/msm/gemini/msm_gemini_sync.o drivers/media/video/msm/gemini/msm_gemini_core.o drivers/media/video/msm/gemini/msm_gemini_hw.o drivers/media/video/msm/gemini/msm_gemini_platform.o
hch-im/nexus4_kernel
drivers/media/video/msm/gemini/.built-in.o.cmd
bat
gpl-2.0
377
cmd_arch/x86/tools/relocs_32.o := gcc -Wp,-MD,arch/x86/tools/.relocs_32.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/home/fakejohn/Documents/tcp_security/sigTaint/tools/include -c -o arch/x86/tools/relocs_32.o arch/x86/tools/relocs_32.c source_arch/x86/tools/relocs_32.o := arch/x86/tools/relocs_32.c deps_arch/x86/tools/relocs_32.o := \ arch/x86/tools/relocs.h \ /usr/include/stdio.h \ /usr/include/features.h \ /usr/include/x86_64-linux-gnu/bits/predefs.h \ /usr/include/x86_64-linux-gnu/sys/cdefs.h \ /usr/include/x86_64-linux-gnu/bits/wordsize.h \ /usr/include/x86_64-linux-gnu/gnu/stubs.h \ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stddef.h \ /usr/include/x86_64-linux-gnu/bits/types.h \ /usr/include/x86_64-linux-gnu/bits/typesizes.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdarg.h \ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ /usr/include/x86_64-linux-gnu/bits/stdio.h \ /usr/include/stdlib.h \ /usr/include/x86_64-linux-gnu/bits/waitflags.h \ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ /usr/include/endian.h \ /usr/include/x86_64-linux-gnu/bits/endian.h \ /usr/include/x86_64-linux-gnu/bits/byteswap.h \ /usr/include/x86_64-linux-gnu/sys/types.h \ /usr/include/time.h \ /usr/include/x86_64-linux-gnu/sys/select.h \ /usr/include/x86_64-linux-gnu/bits/select.h \ /usr/include/x86_64-linux-gnu/bits/sigset.h \ /usr/include/x86_64-linux-gnu/bits/time.h \ /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ /usr/include/alloca.h \ /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdint.h \ /usr/include/stdint.h \ /usr/include/x86_64-linux-gnu/bits/wchar.h \ /usr/include/inttypes.h \ /usr/include/string.h \ /usr/include/xlocale.h \ /usr/include/x86_64-linux-gnu/bits/string.h \ /usr/include/x86_64-linux-gnu/bits/string2.h \ /usr/include/errno.h \ /usr/include/x86_64-linux-gnu/bits/errno.h \ /usr/include/linux/errno.h \ /usr/include/x86_64-linux-gnu/asm/errno.h \ /usr/include/asm-generic/errno.h \ /usr/include/asm-generic/errno-base.h \ /usr/include/unistd.h \ /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ /usr/include/x86_64-linux-gnu/bits/environments.h \ /usr/include/x86_64-linux-gnu/bits/confname.h \ /usr/include/getopt.h \ /usr/include/elf.h \ /usr/include/byteswap.h \ /usr/include/regex.h \ /usr/include/x86_64-linux-gnu/gnu/option-groups.h \ /home/fakejohn/Documents/tcp_security/sigTaint/tools/include/tools/le_byteshift.h \ arch/x86/tools/relocs.c \ arch/x86/tools/relocs_32.o: $(deps_arch/x86/tools/relocs_32.o) $(deps_arch/x86/tools/relocs_32.o):
jyh0082007/sigTaint
arch/x86/tools/.relocs_32.o.cmd
bat
gpl-2.0
2,864
dmd xmbfile.d -debug -g -unittest && cv2pdb -D2 xmbfile.exe pause
Trass3r/GameTools
AoE3/XMB/make.bat
bat
gpl-3.0
66
rem sudo easy_install sphinx-pypi-upload python setup.py register sdist upload rem spython setup.py build_sphinx sdist bdist # upload_sphinx
jbu/personis
pypi.bat
bat
gpl-3.0
143
:: @echo off set VERSION=1.0.0 cd makemsi set WIX_PATH="C:\Program Files (x86)\Windows Installer XML v3\bin" :: Inf2cat and signtool are installed by Windows Driver Kit (just check "Build Environments"): set INF2CAT_PATH=C:\WinDDK\7600.16385.1\bin\selfsign set SIGNTOOL_PATH=C:\WinDDK\7600.16385.1\bin\x86 :: Certificate name and store set CERTIFICATENAME=Caixa Magica Software set CERTIFICATESTORE=PrivateCertStore :: To create a test certificate: :: %SIGNTOOL_PATH%\MakeCert.exe -r -pe -ss %CERTIFICATESTORE% -n "CN=%CERTIFICATENAME%" fedicteidtest.cer :: Paths to compiled drivers :: We expect libpteidmdrv32_debug.dll, libpteidmdrv32.dll, libpteidmdrv64_debug.dll and libpteidmdrv64.dll set BINPATH=..\Win32\Debug :: Path to images set IMG_PATH=..\img set BUILDPATH=%~dp0 :: cd %BUILDPATH% md %BUILDPATH%\Debug md %BUILDPATH%\Release md %BUILDPATH%\Build :: copy inf files copy pteidmdrv.inf %BUILDPATH%\Debug copy pteidmdrv.inf %BUILDPATH%\Release :: copy drivers. We use the same files for 32 and 64 bit. But we create architecture dependent MSI's ::copy %BINPATH%\pteidmdrv32_debug.dll %BUILDPATH%\Debug\pteidmdrv32.dll copy %BINPATH%\pteidmdrv.dll %BUILDPATH%\Release\pteidmdrv32.dll ::copy %BINPATH%\pteidmdrv64_debug.dll %BUILDPATH%\Debug\pteidmdrv64.dll ::copy %BINPATH%\pteidmdrv64.dll %BUILDPATH%\Release\pteidmdrv64.dll :: copy icon :: copy %IMG_PATH%\pteid.ico %BUILDPATH%\Debug\ copy %IMG_PATH%\pteid.ico %BUILDPATH%\Release\ :: Create catalog :: %INF2CAT_PATH%\inf2cat.exe /driver:%BUILDPATH%\Debug\ /os:XP_X86,XP_X64,Vista_X86,Vista_X64,7_X86,7_X64 %INF2CAT_PATH%\inf2cat.exe /driver:%BUILDPATH%\Release\ /os:XP_X86,XP_X64,Vista_X86,Vista_X64,7_X86,7_X64 :: Sign the catalog with the official Cartao de Cidadao certificate %SIGNTOOL_PATH%\SignTool.exe sign /v /sha1 0c526195081d0ec73e3a697f03a17160190a976f /t http://timestamp.verisign.com/scripts/timestamp.dll %BUILDPATH%\Release\pteidmdrv.cat :: Create MSI 64 bit Debug REM %WIX_PATH%\candle -dVersion=%VERSION% -ext %WIX_PATH%\WixDifxAppExtension.dll pteidmdrv64debug.wxs REM %WIX_PATH%\light -ext %WIX_PATH%\WixDifxAppExtension.dll -ext WixUIExtension pteidmdrv64debug.wixobj %WIX_PATH%\difxapp_x64.wixlib -o Build\PteidMinidriver-%VERSION%-x64-Debug.msi :: Create MSI 64 bit Release :: %WIX_PATH%\candle -dVersion=%VERSION% -ext %WIX_PATH%\WixDifxAppExtension.dll pteidmdrv64release.wxs :: %WIX_PATH%\light -ext %WIX_PATH%\WixDifxAppExtension.dll -ext WixUIExtension pteidmdrv64release.wixobj %WIX_PATH%\difxapp_x64.wixlib -o Build\PteidMinidriver-%VERSION%-x64.msi :: Create MSI 32 bit Debug :: %WIX_PATH%\candle -dVersion=%VERSION% -ext %WIX_PATH%\WixDifxAppExtension.dll pteidmdrv32debug.wxs :: %WIX_PATH%\light -ext %WIX_PATH%\WixDifxAppExtension.dll -ext WixUIExtension pteidmdrv32debug.wixobj %WIX_PATH%\difxapp_x86.wixlib -o Build\PteidMinidriver-%VERSION%-x86-Debug.msi :: Create MSI 32 bit Release :: %WIX_PATH%\candle -dVersion=%VERSION% -ext %WIX_PATH%\WixDifxAppExtension.dll pteidmdrv32release.wxs :: %WIX_PATH%\light -ext %WIX_PATH%\WixDifxAppExtension.dll -ext WixUIExtension pteidmdrv32release.wixobj %WIX_PATH%\difxapp_x86.wixlib -o Build\PteidMinidriver-%VERSION%-x86.msi
12019/svn.gov.pt
_src/eidmw/minidriver/makemsi/makemsi.cmd
bat
gpl-3.0
3,261
"C:\Program Files\LOVE\love.exe" "src" --console
Hax0rs-Game-Off/game-off-2016
test.bat
bat
gpl-3.0
48
@echo off net user "%USERNAME%" 2> nul | find /i "admin" > nul if not errorlevel 1 ( echo Mitglied der Administratorgruppe if defined sessionname echo Aber durch UAC geschuetzt&goto :e ) if defined sessionname echo keine admin rechte if not defined sessionname echo volle admin rechte :e pause
beerisgood/Windows_Batch-scripts
admin.cmd
bat
gpl-3.0
302
@echo off echo Setting up Qt 4.5.0... set QTDIR=C:\Qt\4.5.0-msvc71 set PATH=%QTDIR%\bin;%PATH% set QMAKESPEC=win32-msvc2003 echo Setting up CMake 2.6... set PATH=C:\Program Files\CMake 2.6\bin;%PATH% rem Must be the last line in this script: create a new shell/prompt echo Setting up Microsoft Visual Studio .NET 2003 (MSVC71)... call "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat"
vilkov/phonon-vlc-mplayer
build/setenv_qt-4.5.0-msvc71.bat
bat
lgpl-3.0
418
set JAVA_HOME=%JAVA_HOME17% mvn versions:display-dependency-updates
git-moss/UnitTests4Bitwig
checkdependencies.cmd
bat
lgpl-3.0
68
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\..\..\semver\4.3.6\semver\bin\semver" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\..\..\semver\4.3.6\semver\bin\semver" %* )
DHclly/webDemo
nodeJsDemo/example/gulp/node_modules/.npminstall/gulp/3.9.1/gulp/node_modules/.bin/semver.cmd
bat
unlicense
226
@echo off python find_constructors.py python parse_exe.py python find_classes.py python process_headers.py python parse_libraries.py python build_func_list.py
foone/3dmmInternals
generate/build.bat
bat
unlicense
165
@ECHO OFF "%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\regasm.exe" /codebase %~dp0zxing.interop.dll pause
bsoja/ZXing.Net
Source/interop/register.cmd
bat
apache-2.0
115
@echo off set D1C_TOP=%1 if not exist %2 ( echo "mkdir: %2" mkdir %2 ) set LOCAL_DIR=%2 set AP_IMG_PATH=%D1C_TOP%\LINUX\out_img\D1C REM trustzone imags set TZ_IMG_PATH=%D1C_TOP%\TZ.BF.4.0.5\trustzone_images\build\ms\bin\ZALAANAA call:test_then_copy %TZ_IMG_PATH%\cmnlib.mbn %2\ call:test_then_copy %TZ_IMG_PATH%\cmnlib64.mbn %2\ call:test_then_copy %TZ_IMG_PATH%\keymaster.mbn %2\ call:test_then_copy %TZ_IMG_PATH%\lksecapp.mbn %2\ call:test_then_copy %TZ_IMG_PATH%\tz.mbn %2\ call:test_then_copy %TZ_IMG_PATH%\devcfg.mbn %2\ REM BOOT imags set BOOT_IMG_CORE=%D1C_TOP%\BOOT.BF.3.3\boot_images\core\storage\tools\ptool set BOOT_MS_BIN=%D1C_TOP%\BOOT.BF.3.3\boot_images\build\ms\bin call:test_then_copy %BOOT_IMG_CORE%\gpt_main0.bin %2\ call:test_then_copy %BOOT_IMG_CORE%\gpt_backup0.bin %2\ call:test_then_copy %BOOT_IMG_CORE%\gpt_both0.bin %2\ call:test_then_copy %BOOT_IMG_CORE%\patch0.xml %2\ call:test_then_copy %BOOT_IMG_CORE%\rawprogram0.xml %2\ call:test_then_copy %BOOT_IMG_CORE%\rawprogram0_BLANK.xml %2\ call:test_then_copy %BOOT_IMG_CORE%\zeros_1sector.bin %2\ call:test_then_copy %BOOT_IMG_CORE%\zeros_33sectors.bin %2\ call:test_then_copy %BOOT_MS_BIN%\FAASANAZ\sbl1.mbn %2\ call:test_then_copy %BOOT_MS_BIN%\FAADANAZ\prog_emmc_firehose_8937_ddr.mbn %2\ call:test_then_copy %BOOT_MS_BIN%\FAADANAZ\prog_emmc_firehose_8937_lite.mbn %2\ call:test_then_copy %BOOT_MS_BIN%\FAADANAZ\validated_emmc_firehose_8937_ddr.mbn %2\ REM MSM8937 set MSM8937_PATH=%D1C_TOP%\MSM8937\common call:test_then_copy %MSM8937_PATH%\build\bin\asic\NON-HLOS.bin %2\ call:test_then_copy %MSM8937_PATH%\sectools\resources\build\fileversion2\sec.dat %2\ REM ADSP call:test_then_copy %D1C_TOP%\ADSP.8953.2.8.2\adsp_proc\build\dynamic_signed\8937\adspso.bin %2\ REM RPM call:test_then_copy %D1C_TOP%\RPM.BF.2.2\rpm_proc\build\ms\bin\8937\rpm.mbn %2\ REM FTM call:test_then_copy %D1C_TOP%\FTM\out\ftm.img %2\ rem aboot set AP_PATH=%D1C_TOP%\LINUX\out_img\D1C call:test_then_copy %AP_PATH%\*emmc_appsboot.mbn %2\emmc_appsboot.mbn rem userdata.img set USERDATA_PATH=%D1C_TOP%\LINUX\android\out\target\product\D1C call:test_then_copy %USERDATA_PATH%\userdata.img %2\userdata.img rem other ap images set MODEL=%3 rem boot and cache are the same in all models call:test_then_copy %AP_PATH%\D1C*0001-boot.img %2\boot.img call:test_then_copy %AP_PATH%\D1C*0001-cache.img %2\cache.img call:test_then_copy %AP_PATH%\D1C*%MODEL%-mdtp.img %2\mdtp.img call:test_then_copy %AP_PATH%\D1C*%MODEL%-persist.img %2\persist.img call:test_then_copy %AP_PATH%\D1C*%MODEL%-ramdisk.img %2\ramdisk.img call:test_then_copy %AP_PATH%\D1C*%MODEL%-ramdisk-recovery.img %2\ramdisk-recovery.img call:test_then_copy %AP_PATH%\D1C*%MODEL%-recovery.img %2\recovery.img call:test_then_copy %AP_PATH%\D1C*%MODEL%-system.img %2\system.img REM copy file if the file exists :test_then_copy if exist %1 ( echo copying %1 echo f | xcopy /Q %1 %2 > nul ) else ( echo %1 does not exist. ) goto:eof
quanzhuo/scripts
copy_d1c_imgs.bat
bat
apache-2.0
3,050
# Adopted from: # https://github.com/igorpecovnik/lib/blob/master/config/bootscripts/boot-pine64-default.cmd # https://github.com/longsleep/u-boot-pine64/blob/55c9c8c8ac005b1c00ac948386c60c4a741ebaa9/include/configs/sun50iw1p1.h#L339 # [email protected] Adopted for Olimex Teres/A64-OLinuXino # set_cmdline setenv bootargs "console=${console} enforcing=${enforcing} cma=${cma} ${optargs} androidboot.serialno=${sunxi_serial} androidboot.hardware=${hardware} androidboot.selinux=${selinux} earlyprintk=sunxi-uart,0x01c28000 loglevel=8 root=${root} eth0_speed=${eth0_speed}" env_set_debug run load_dtb # set display resolution from uEnv.txt or other environment file # default to 1080p30 if test "${hdmi_mode}" = "480i"; then setenv fdt_hdmi_mode "<0x00000000>" elif test "${hdmi_mode}" = "576i"; then setenv fdt_hdmi_mode "<0x00000001>" elif test "${hdmi_mode}" = "480p"; then setenv fdt_hdmi_mode "<0x00000002>" elif test "${hdmi_mode}" = "576p"; then setenv fdt_hdmi_mode "<0x00000003>" elif test "${hdmi_mode}" = "720p50"; then setenv fdt_hdmi_mode "<0x00000004>" elif test "${hdmi_mode}" = "720p60"; then setenv fdt_hdmi_mode "<0x00000005>" elif test "${hdmi_mode}" = "1080i50"; then setenv fdt_hdmi_mode "<0x00000006>" elif test "${hdmi_mode}" = "1080i60"; then setenv fdt_hdmi_mode "<0x00000007>" elif test "${hdmi_mode}" = "1080p24"; then setenv fdt_hdmi_mode "<0x00000008>" elif test "${hdmi_mode}" = "1080p50"; then setenv fdt_hdmi_mode "<0x00000009>" elif test "${hdmi_mode}" = "1080p60"; then setenv fdt_hdmi_mode "<0x0000000a>" elif test "${hdmi_mode}" = "2160p30"; then setenv fdt_hdmi_mode "<0x0000001c>" elif test "${hdmi_mode}" = "2160p25"; then setenv fdt_hdmi_mode "<0x0000001d>" elif test "${hdmi_mode}" = "2160p24"; then setenv fdt_hdmi_mode "<0x0000001e>" elif test "${hdmi_mode}" = "800x480p"; then setenv fdt_hdmi_mode "<0x0000001f>" elif test "${hdmi_mode}" = "1024x600p"; then setenv fdt_hdmi_mode "<0x00000020>" else setenv fdt_hdmi_mode "<0x0000000a>" fi if test "${fdt_hdmi_mode}" != ""; then echo "HDMI mode: ${fdt_hdmi_mode}" fdt set /soc@01c00000/boot_disp output_mode "<0x00000000>" fdt set /soc@01c00000/disp@01000000 screen0_output_mode "${fdt_hdmi_mode}" fdt set /soc@01c00000/disp@01000000 screen1_output_mode "${fdt_hdmi_mode}" fi # set display for screen0 if test "${disp_screen0}" = "lcd"; then echo "Using LCD for main screen" fdt set /soc@01c00000/disp@01000000 screen0_output_type "<0x00000001>" fdt set /soc@01c00000/boot_disp output_mode "<0x00000000>" # enable LCD screen fdt set /soc@01c00000/lcd0@01c0c000 status "okay" fdt set /soc@01c00000/lcd0@01c0c000 lcd_used "<0x00000001>" # disable HDMI screen fdt set /soc@01c00000/hdmi@01ee0000 status "disabled" # enable touchpad fdt set /soc@01c00000/ctp status "okay" fdt set /soc@01c00000/ctp ctp_used "<0x00000001>" fdt set /soc@01c00000/ctp ctp_name "gt911_DB2" elif test "${disp_screen0}" = "hdmi"; then echo "Using HDMI for main screen" fdt set /soc@01c00000/boot_disp output_mode "<0x00000000>" fdt set /soc@01c00000/disp@01000000 screen0_output_type "<0x00000003>" # enable HDMI screen fdt set /soc@01c00000/hdmi@01ee0000 status "okay" # disable LCD screen fdt set /soc@01c00000/lcd0@01c0c000 status "disabled" fdt set /soc@01c00000/lcd0@01c0c000 lcd_used "<0x00000000>" fi # set display for screen1 if test "${disp_screen1}" = "lcd"; then echo "Using LCD for secondary screen" fdt set /soc@01c00000/disp@01000000 screen1_output_type "<0x00000001>" # enable LCD screen fdt set /soc@01c00000/lcd0@01c0c000 status "okay" fdt set /soc@01c00000/lcd0@01c0c000 lcd_used "<0x00000001>" # enable touchpad fdt set /soc@01c00000/ctp status "okay" fdt set /soc@01c00000/ctp ctp_used "<0x00000001>" fdt set /soc@01c00000/ctp ctp_name "gt911_DB2" elif test "${disp_screen1}" = "hdmi"; then echo "Using HDMI for secondary screen" fdt set /soc@01c00000/disp@01000000 screen1_output_type "<0x00000003>" # enable HDMI screen fdt set /soc@01c00000/hdmi@01ee0000 status "okay" fi # set disp_mode if test "${disp_mode}" = "screen0"; then echo "Using screen0 as display" fdt set /soc@01c00000/disp@01000000 disp_mode "<0x00000000>" elif test "${disp_mode}" = "screen1"; then echo "Using screen1 as display" fdt set /soc@01c00000/disp@01000000 disp_mode "<0x00000001>" elif test "${disp_mode}" = "dualhead"; then echo "Using screen0 and screen1 as separate displays" fdt set /soc@01c00000/disp@01000000 disp_mode "<0x00000002>" elif test "${disp_mode}" = "xinerama"; then echo "Using screen0 and screen1 as one large screen" fdt set /soc@01c00000/disp@01000000 disp_mode "<0x00000003>" elif test "${disp_mode}" = "clone"; then echo "Clonning screen0 and screen1" fdt set /soc@01c00000/disp@01000000 disp_mode "<0x00000004>" elif test "${disp_mode}" = "disabled"; then echo "Disabling all screens" fdt set /soc@01c00000/disp@01000000 disp_mode "<0x00000000>" fdt set /soc@01c00000/hdmi@01ee0000 status "disabled" fdt set /soc@01c00000/lcd0@01c0c000 status "disabled" fi # HDMI CEC if test "${hdmi_cec}" = "2"; then echo "Using experimental HDMI CEC driver" fdt set /soc@01c00000/hdmi@01ee0000 hdmi_cec_support "<0x00000002>" else echo "HDMI CEC is disabled" fdt set /soc@01c00000/hdmi@01ee0000 hdmi_cec_support "<0x00000000>" fi # DVI compatibility if test "${disp_dvi_compat}" = "on"; then fdt set /soc@01c00000/hdmi@01ee0000 hdmi_hdcp_enable "<0x00000000>" fdt set /soc@01c00000/hdmi@01ee0000 hdmi_cts_compatibility "<0x00000001>" fi # default, only set status if test "${camera_type}" = "s5k4ec"; then fdt set /soc@01c00000/vfe@0/ status "okay" fdt set /soc@01c00000/vfe@0/dev@0/ status "okay" fi # change name, i2c address and vdd voltage if test "${camera_type}" = "ov5640"; then fdt set /soc@01c00000/vfe@0/dev@0/ csi0_dev0_mname "ov5640" fdt set /soc@01c00000/vfe@0/dev@0/ csi0_dev0_twi_addr "<0x00000078>" fdt set /soc@01c00000/vfe@0/dev@0/ csi0_dev0_iovdd_vol "<0x001b7740>" fdt set /soc@01c00000/vfe@0/ status "okay" fdt set /soc@01c00000/vfe@0/dev@0/ status "okay" fi # set otg mode if test "${otg_mode}" = "device"; then echo "USB-OTG port is in device mode" fdt set /soc@01c00000/usbc0@0 usb_port_type "<0x00000000>" elif test "${otg_mode}" = "host"; then echo "USB-OTG port is in host mode" fdt set /soc@01c00000/usbc0@0 usb_port_type "<0x00000001>" elif test "${otg_mode}" = "otg"; then echo "USB-OTG port is in OTG mode" fdt set /soc@01c00000/usbc0@0 usb_port_type "<0x00000002>" fi if test "${emmc_compat}" = "on"; then echo "Enabling eMMC compatibility mode (Use SDR)..." fdt rm /soc@01c00000/sdmmc@01C11000 mmc-ddr-1_8v; fdt rm /soc@01c00000/sdmmc@01C11000 mmc-hs200-1_8v; fdt rm /soc@01c00000/sdmmc@01C11000 mmc-hs400-1_8v; elif test "${emmc_compat}" = "150mhz"; then echo "Enabling eMMC HS200 150MHz mode..." fdt set /soc@01c00000/sdmmc@01C11000 max-frequency "<0x8F0D180>"; elif test "${emmc_compat}" = "200mhz"; then echo "Enabling eMMC HS200 200MHz mode..." fdt set /soc@01c00000/sdmmc@01C11000 max-frequency "<0xBEBC200>"; fi # Execute user command if test "${user_cmd}" != ""; then echo "Executing ${user_cmd}..." run user_cmd fi if test "${boot_part}" = ""; then setenv boot_part "0:1" fi # Re-order SD or eMMC to always be a first device when booting if test "${boot_part}" = "0:1"; then echo "Booting from SD so moving eMMC definition..." fdt resize fdt dup /soc@01c00000/ sdmmc@01C11000 sdmmc@01C11001 fdt rm /soc@01c00000/sdmmc@01C11000/ else echo "Booting from eMMC so moving SD definition..." fdt resize fdt dup /soc@01c00000/ sdmmc@01c0f000 sdmmc@01c0f001 fdt rm /soc@01c00000/sdmmc@01c0f000/ fi if test "${boot_filename}" = ""; then # boot regular kernel if fatload mmc ${boot_part} ${initrd_addr} recovery.txt; then echo Using recovery... setenv initrd_filename "${recovery_initrd_filename}" fi echo "Loading kernel and initrd..." run load_kernel load_initrd boot_kernel else # check if recovery.txt is created and load recovery image if fatload mmc ${boot_part} ${initrd_addr} recovery.txt; then echo Loading recovery... fatload mmc ${boot_part} ${initrd_addr} ${recovery_filename} else echo Loading normal boot... fatload mmc ${boot_part} ${initrd_addr} ${boot_filename} fi # boot android image boota ${initrd_addr} fi if test "${olimex_model}" = "teres"; then echo "Booting for Teres-I" fi
OLIMEX/DIY-LAPTOP
SOFTWARE/A64-TERES/blobs/boot.cmd
bat
apache-2.0
8,351
java -cp weixin-1.0.0.jar;lib\* weixin.Boot
qikh/weixin
src/main/scripts/run.bat
bat
apache-2.0
43
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" choco install -y nodejs.install choco install -y selenium choco install -y selenium-chrome-driver choco install -y selenium-edge-driver choco install -y selenium-ie-driver cmd /C npm install http-server -g cmd /C npm install --global mocha cmd /C npm install chai
usdot-its-jpo-data-portal/microsite
test/install-tools.cmd
bat
apache-2.0
538
@python BuildRelease.py @pause
Kapiainen/SublimePapyrus
BuildRelease.bat
bat
mit
30
fisp release -wd ../../data/smarty -f _fis-conf.js
crossyou/sobird
app/front/home/_build.bat
bat
gpl-2.0
50
cmd_usr/initramfs_data.o := arm-eabi-gcc -Wp,-MD,usr/.initramfs_data.o.d -nostdinc -isystem /home/tronit/opt/Android_Toolchains-arm-eabi-4.4.3/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/tronit/KERNEL_BLACKDOME_4.2-4.1/android_kernel_htc_qsd8k-jellybean/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -DINITRAMFS_IMAGE="usr/initramfs_data.cpio" -c -o usr/initramfs_data.o usr/initramfs_data.S source_usr/initramfs_data.o := usr/initramfs_data.S deps_usr/initramfs_data.o := \ $(wildcard include/config/64bit.h) \ /home/tronit/KERNEL_BLACKDOME_4.2-4.1/android_kernel_htc_qsd8k-jellybean/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/stringify.h \ include/asm-generic/vmlinux.lds.h \ $(wildcard include/config/hotplug.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/ftrace/syscalls.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/constructors.h) \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/pm/trace.h) \ $(wildcard include/config/blk/dev/initrd.h) \ usr/initramfs_data.o: $(deps_usr/initramfs_data.o) $(deps_usr/initramfs_data.o):
TroNit/BlackDome_New_supersonic
usr/.initramfs_data.o.cmd
bat
gpl-2.0
1,807
@echo off rem ##################################################################### rem Licensed to the Apache Software Foundation (ASF) under one rem or more contributor license agreements. See the NOTICE file rem distributed with this work for additional information rem regarding copyright ownership. The ASF licenses this file rem to you under the Apache License, Version 2.0 (the rem "License"); you may not use this file except in compliance rem with the License. You may obtain a copy of the License at rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem Unless required by applicable law or agreed to in writing, rem software distributed under the License is distributed on an rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY rem KIND, either express or implied. See the License for the rem specific language governing permissions and limitations rem under the License. rem ##################################################################### %~d0 set OFBIZ_HOME=%~p0..\ rem ### Simple easy to read line cd %OFBIZ_HOME% echo on svn up && gradlew cleanAll eclipse loadDefault testIntegration
gehaisong/ofbiz-16.11.02
tools/test.bat
bat
apache-2.0
1,148
@echo off SETLOCAL SET ARGC=0 FOR %%x IN (%*) DO SET /A ARGC+=1 IF %ARGC% NEQ 2 ( echo Usage: %0 BindingIdInCamelCase Author exit /B 1 ) SET BindingVersion="2.3.0-SNAPSHOT" SET ArchetypeVersion="0.10.0-SNAPSHOT" SET BindingIdInCamelCase=%1 SET BindingIdInLowerCase=%BindingIdInCamelCase% SET Author=%2 call :LoCase BindingIdInLowerCase call mvn -s ../archetype-settings.xml archetype:generate -N -DarchetypeGroupId=org.eclipse.smarthome.archetype -DarchetypeArtifactId=org.eclipse.smarthome.archetype.binding -DarchetypeVersion=%ArchetypeVersion% -DgroupId=org.openhab.binding -DartifactId=org.openhab.binding.%BindingIdInLowerCase% -Dpackage=org.openhab.binding.%BindingIdInLowerCase% -Dversion=%BindingVersion% -DbindingId=%BindingIdInLowerCase% -DbindingIdCamelCase=%BindingIdInCamelCase% -DvendorName=openHAB -Dnamespace=org.openhab -Dauthor="%Author%" COPY ..\..\src\etc\about.html org.openhab.binding.%BindingIdInLowerCase%\ (SET BindingIdInLowerCase=) (SET BindingIdInCamelCase=) (SET Author=) GOTO:EOF :LoCase :: Subroutine to convert a variable VALUE to all lower case. :: The argument for this subroutine is the variable NAME. FOR %%i IN ("A=a" "B=b" "C=c" "D=d" "E=e" "F=f" "G=g" "H=h" "I=i" "J=j" "K=k" "L=l" "M=m" "N=n" "O=o" "P=p" "Q=q" "R=r" "S=s" "T=t" "U=u" "V=v" "W=w" "X=x" "Y=y" "Z=z") DO CALL SET "%1=%%%1:%%~i%%" GOTO:EOF ENDLOCAL
johannrichard/openhab2-addons
addons/binding/create_openhab_binding_skeleton.cmd
bat
epl-1.0
1,407
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). :: Contact: Qt Software Information ([email protected]) :: :: This file is part of the Windows installer of the Qt Toolkit. :: :: Commercial Usage :: Licensees holding valid Qt Commercial licenses may use this file in :: accordance with the Qt Commercial License Agreement provided with the :: Software or, alternatively, in accordance with the terms contained in :: a written agreement between you and Nokia. :: :: :: GNU General Public License Usage :: Alternatively, this file may be used under the terms of the GNU :: General Public License versions 2.0 or 3.0 as published by the Free :: Software Foundation and appearing in the file LICENSE.GPL included in :: the packaging of this file. Please review the following information :: to ensure GNU General Public Licensing requirements will be met: :: http://www.fsf.org/licensing/licenses/info/GPLv2.html and :: http://www.gnu.org/copyleft/gpl.html. In addition, as a special :: exception, Nokia gives you certain additional rights. These rights :: are described in the Nokia Qt GPL Exception version 1.3, included in :: the file GPL_EXCEPTION.txt in this package. :: :: Qt for Windows(R) Licensees :: As a special exception, Nokia, as the sole copyright holder for Qt :: Designer, grants users of the Qt/Eclipse Integration plug-in the :: right for the Qt/Eclipse Integration to link to functionality :: provided by Qt Designer and its related libraries. :: :: If you are unsure which license is appropriate for your use, please :: contact the sales department at [email protected]. :: :: This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE :: WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. :: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: call :%1 %2 goto END :file set IWMAKE_LOGFILE=%IWMAKE_ROOT%\%~1 call :reset goto :eof :fileAbs set IWMAKE_LOGFILE=%1 call :reset goto :eof :reset date /T > %IWMAKE_LOGFILE% goto :eof :END
tsuibin/qtextended
qtopiacore/qt/tools/installer/batch/log.bat
bat
gpl-2.0
2,119