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
setPreference -pref UserLevel:NOVICE setPreference -pref MessageLevel:DETAILED setPreference -pref ConcurrentMode:FALSE setPreference -pref UseHighz:FALSE setPreference -pref ConfigOnFailure:STOP setPreference -pref StartupCLock:AUTO_CORRECTION setPreference -pref AutoSignature:FALSE setPreference -pref KeepSVF:FALSE setPreference -pref svfUseTime:FALSE setPreference -pref UserLevel:NOVICE setPreference -pref MessageLevel:DETAILED setPreference -pref ConcurrentMode:FALSE setPreference -pref UseHighz:FALSE setPreference -pref ConfigOnFailure:STOP setPreference -pref StartupCLock:AUTO_CORRECTION setPreference -pref AutoSignature:FALSE setPreference -pref KeepSVF:FALSE setPreference -pref svfUseTime:FALSE setMode -bs setCable -port auto Identify setAttribute -position 1 -attr configFileName -value "digilent-xc3s1000.bit" Program -p 1 -e -v quit
elkhadiy/xph-leons
grlib-gpl-1.4.1-b4156/boards/digilent-xc3s1000/fpga.cmd
bat
gpl-2.0
855
@REM -------------------------------------------------------------------------- @REM This is for reindexing Tickets with Lucene. @REM @REM Since the Tickets feature is undergoing massive churn it may be necessary @REM to reindex tickets due to model or index changes. @REM @REM usage: @REM reindex-tickets <baseFolder> @REM @REM -------------------------------------------------------------------------- @if [%1]==[] goto nobasefolder @java -cp gitblit.jar;"%CD%\ext\*" com.gitblit.ReindexTickets --baseFolder %1 @goto end :nobasefolder @echo "Please specify your baseFolder!" @echo @echo " reindex-tickets c:/gitblit-data" @echo :end
firateren52/gitblit
src/main/distrib/win/reindex-tickets.cmd
bat
apache-2.0
666
@echo off setlocal REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the REM License is located at http://aws.amazon.com/asl or in the "license" file accompanying this file. This file is distributed on an "AS REM IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific REM language governing permissions and limitations under the License. REM Set intermediate env vars because the %VAR:x=y% notation below REM (which replaces the string x with the string y in VAR) REM doesn't handle undefined environment variables. This way REM we're always dealing with defined variables in those tests. set CHK_HOME=_%EC2_HOME% if "%CHK_HOME:"=%" == "_" goto HOME_MISSING "%EC2_HOME:"=%\bin\ec2-cmd" DescribeBundleTasks %* goto DONE :HOME_MISSING echo EC2_HOME is not set exit /b 1 :DONE
barnyard/pi
p2p-api/etc/ec2-api-tools-1.3-53907/bin/ec2dbun.cmd
bat
apache-2.0
1,041
jasmine-node specsNode
SebastianGlonner/CodeLab
tests/jasmine.bat
bat
mit
22
@SET OUTPUT_FILE=maven-output.txt @ECHO ON CALL maven-single.bat drumbeat-common 1> %OUTPUT_FILE% @ECHO ON CALL maven-single.bat drumbeat-ifc.common 1>> %OUTPUT_FILE% @ECHO ON CALL maven-single.bat drumbeat-ifc.data 1>> %OUTPUT_FILE% @ECHO ON CALL maven-single.bat drumbeat-rdf 1>> %OUTPUT_FILE% @ECHO ON CALL maven-single.bat drumbeat-rdf.modelfactory 1>> %OUTPUT_FILE% @ECHO ON CALL maven-single.bat drumbeat-ifc.convert.stff2ifc 1>> %OUTPUT_FILE% @ECHO ON CALL maven-single.bat drumbeat-ifc.processing.grounding.ifc 1>> %OUTPUT_FILE% @ECHO ON CALL maven-single.bat drumbeat-ifc.convert.ifc2ld 1>> %OUTPUT_FILE% @ECHO ON CALL maven-single.bat drumbeat-ifc.convert.ifc2ld.cli 1>> %OUTPUT_FILE% @ECHO ON CALL maven-single.bat drumbeat-test 1>> %OUTPUT_FILE% @PAUSE
Web-of-Building-Data/Ifc2Rdf
software/drumbeat-ifc2ld-1.0.0/maven.bat
bat
mit
778
doxygen Python.DoxyFile
treehopper-electronics/treehopper-sdk
Documentation/generate-python.bat
bat
mit
23
dotnet restore dotnet pack -c Release System.Net.Http.HttpListener\project.json pause
robertsundstrom/HttpListener
src/_build nuget.cmd
bat
mit
85
@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\magicthegatheringservice.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\magicthegatheringservice.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
RealTimeWeb/MagicTheGatheringService
python/make.bat
bat
mit
6,495
@ECHO OFF REM Command file for Sphinx documentation pushd %~dp0 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 an 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. epub3 to make an epub3 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 echo. coverage to run coverage check of the documentation if enabled echo. dummy to check syntax errors of document sources goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) REM Check if sphinx-build is available and fallback to Python version if any %SPHINXBUILD% 1>NUL 2>NUL if errorlevel 9009 goto sphinx_python goto sphinx_ok :sphinx_python set SPHINXBUILD=python -m sphinx.__init__ %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 ) :sphinx_ok 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\spectrocrunch.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\spectrocrunch.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" == "epub3" ( %SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3 if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub3 file is in %BUILDDIR%/epub3. 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 %~dp0 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 %~dp0 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" == "coverage" ( %SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage if errorlevel 1 exit /b 1 echo. echo.Testing of coverage in the sources finished, look at the ^ results in %BUILDDIR%/coverage/python.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 ) if "%1" == "dummy" ( %SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy if errorlevel 1 exit /b 1 echo. echo.Build finished. Dummy builder generates no files. goto end ) :end popd
woutdenolf/spectrocrunch
doc/make.bat
bat
mit
7,768
@echo off echo [INFO] generate sdbx_aa.xsd mapping java class. cd %~dp0 cd ../.. xjc -d src/main/java -p org.blue.sdbx.xsd.aa src/main/resources/xsd/sdbx_aa.xsd cd bin/xsd_generate_java pause
wangpuv/sDBx
bin/xsd_generate_java/aa.bat
bat
mit
194
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\xss\bin\xss" %* ) ELSE ( node "%~dp0\..\xss\bin\xss" %* )
paper/PHost
node_modules/.bin/xss.cmd
bat
mit
119
@echo off :: Set Visual Studio environment variables set VSDIR=C:\Program Files (x86)\Microsoft Visual Studio 14.0 set VSVARS=%VSDIR%\Common7\Tools\vsvars32.bat call "%VSVARS%" pushd %~dp0 :: Create directory for build results set BUILDDIR=Build\OculusTray %date% %time% set BUILDDIR=%BUILDDIR::=-% set BUILDDIR=%BUILDDIR:.=-% echo Copying build results to directory: %BUILDDIR% mkdir "%BUILDDIR%" :: Build applications call :BuildProject OculusTray :: Pack build results into a zip file 7za a -r "%BUILDDIR%.zip" ".\%BUILDDIR%\*" popd pause exit /b %errorlevel% :BuildProject set PROJECT=%~1 msbuild %PROJECT%.csproj /t:Rebuild /p:Configuration=Release robocopy bin\Release "%BUILDDIR%" *.exe *.dll *.txt *.md
ndepoel/OculusTray
build.bat
bat
mit
719
@echo off adb push cgostudy /data/local/tmp/ adb shell chmod 755 /data/local/tmp/cgostudy adb shell /data/local/tmp/cgostudy adb pull /data/local/tmp/s.png s.png
codeskyblue/android-snapshot-with-golang
run.bat
bat
mit
162
@echo off setlocal pushd %~dp0 set this=%~n0 if "%SPHINXBUILD%" EQU "" set SPHINXBUILD=sphinx-build if "%PYTHON%" EQU "" set PYTHON=py if "%1" NEQ "htmlhelp" goto :skiphhcsearch if exist "%HTMLHELP%" goto :skiphhcsearch rem Search for HHC in likely places set HTMLHELP= where hhc /q && set HTMLHELP=hhc && goto :skiphhcsearch where /R ..\externals hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHELP= < "%TEMP%\hhc.loc" & del "%TEMP%\hhc.loc" if not exist "%HTMLHELP%" where /R "%ProgramFiles(x86)%" hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHELP= < "%TEMP%\hhc.loc" & del "%TEMP%\hhc.loc" if not exist "%HTMLHELP%" where /R "%ProgramFiles%" hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHELP= < "%TEMP%\hhc.loc" & del "%TEMP%\hhc.loc" if not exist "%HTMLHELP%" ( echo. echo.The HTML Help Workshop was not found. Set the HTMLHELP variable echo.to the path to hhc.exe or download and install it from echo.http://msdn.microsoft.com/en-us/library/ms669985 exit /B 1 ) :skiphhcsearch if "%DISTVERSION%" EQU "" for /f "usebackq" %%v in (`%PYTHON% tools/extensions/patchlevel.py`) do set DISTVERSION=%%v if "%BUILDDIR%" EQU "" set BUILDDIR=build rem Targets that don't require sphinx-build if "%1" EQU "" goto help if "%1" EQU "help" goto help if "%1" EQU "check" goto check if "%1" EQU "serve" goto serve if "%1" == "clean" ( rmdir /q /s %BUILDDIR% goto end ) %SPHINXBUILD% >nul 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/ popd exit /B 1 ) rem Targets that do require sphinx-build and have their own label if "%1" EQU "htmlview" goto htmlview rem Everything else goto build :help echo.usage: %this% BUILDER [filename ...] echo. echo.Call %this% with the desired Sphinx builder as the first argument, e.g. echo.``%this% html`` or ``%this% doctest``. Interesting targets that are echo.always available include: echo. echo. Provided by Sphinx: echo. html, htmlhelp, latex, text echo. suspicious, linkcheck, changes, doctest echo. Provided by this script: echo. clean, check, serve, htmlview echo. echo.All arguments past the first one are passed through to sphinx-build as echo.filenames to build or are ignored. See README.rst in this directory or echo.the documentation for your version of Sphinx for more exhaustive lists echo.of available targets and descriptions of each. echo. echo.This script assumes that the SPHINXBUILD environment variable contains echo.a legitimate command for calling sphinx-build, or that sphinx-build is echo.on your PATH if SPHINXBUILD is not set. Options for sphinx-build can echo.be passed by setting the SPHINXOPTS environment variable. goto end :build if NOT "%PAPER%" == "" ( set SPHINXOPTS=-D latex_elements.papersize=%PAPER% %SPHINXOPTS% ) cmd /C %SPHINXBUILD% %SPHINXOPTS% -b%1 -dbuild\doctrees . %BUILDDIR%\%* if "%1" EQU "htmlhelp" ( cmd /C "%HTMLHELP%" build\htmlhelp\python%DISTVERSION:.=%.hhp rem hhc.exe seems to always exit with code 1, reset to 0 for less than 2 if not errorlevel 2 cmd /C exit /b 0 ) echo. if errorlevel 1 ( echo.Build failed (exit code %ERRORLEVEL%^), check for error messages echo.above. Any output will be found in %BUILDDIR%\%1 ) else ( echo.Build succeeded. All output should be in %BUILDDIR%\%1 ) goto end :htmlview if NOT "%2" EQU "" ( echo.Can't specify filenames to build with htmlview target, ignoring. ) cmd /C %this% html if EXIST %BUILDDIR%\html\index.html ( echo.Opening %BUILDDIR%\html\index.html in the default web browser... start %BUILDDIR%\html\index.html ) goto end :check cmd /C %PYTHON% tools\rstlint.py -i tools goto end :serve cmd /C %PYTHON% ..\Tools\scripts\serve.py %BUILDDIR%\html goto end :end popd
wanliming11/MurlocAlgorithms
Last/OpenSource/Python-3.6.1/Doc/make.bat
bat
mit
4,205
cmd_sound/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o sound/built-in.o sound/soundcore.o sound/core/built-in.o sound/i2c/built-in.o sound/drivers/built-in.o sound/isa/built-in.o sound/pci/built-in.o sound/ppc/built-in.o sound/arm/built-in.o sound/sh/built-in.o sound/synth/built-in.o sound/usb/built-in.o sound/sparc/built-in.o sound/spi/built-in.o sound/parisc/built-in.o sound/pcmcia/built-in.o sound/mips/built-in.o sound/soc/built-in.o sound/atmel/built-in.o sound/last.o
srinugnt2000/linux-2.6.37
sound/.built-in.o.cmd
bat
gpl-2.0
487
cmd_drivers/net/can/can-dev.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/net/can/can-dev.o drivers/net/can/dev.o
heyoufei2/yocto3.14.38_kernel
drivers/net/can/.can-dev.o.cmd
bat
gpl-2.0
121
>>> help(days_difference) Help on function days_difference in module __main__: days_difference(day1, day2) (int, int) -> int Return the number of days between day1 and day2, which are both in the range 1-365 (thus indicating the day of the year). >>> days_difference(200, 224) 24 >>> days_difference(50, 50) 0 >>> days_difference(100, 99) -1
simontakite/sysadmin
pythonscripts/practicalprogramming/functions/help_days_difference.cmd
bat
gpl-2.0
389
@setlocal enabledelayedexpansion set root=%1 echo image root path: "!root!" ::label id is sorted by class name ::check im2rec.py :: dirs.sort() :: files.sort() python im2rec.py train !root!\train\ --recursive true --list true python im2rec.py test !root!\test\ --recursive true --list true ::python im2rec.py train !root!\train\ --num-thread 2 ::python im2rec.py test !root!\test\ --num-thread 2 @endlocal
z01nl1o02/tests
mxnet/cn/get_lst.bat
bat
gpl-2.0
446
cmd_drivers/firewire/built-in.o := rm -f drivers/firewire/built-in.o; /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ar rcsD drivers/firewire/built-in.o
lindsaytheflint/stone
drivers/firewire/.built-in.o.cmd
bat
gpl-2.0
207
cmd_drivers/hid/hid.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/hid/hid.o drivers/hid/hid-debug.o drivers/hid/hid-core.o drivers/hid/hid-input.o
domintech/PandaBoard-LinuxKernel
drivers/hid/.hid.o.cmd
bat
gpl-2.0
252
call clean xelatex -no-pdf main.tex bibtex main xelatex -no-pdf main.tex xelatex main.tex call clean main.pdf
qxx/AHU_Thesis
make.bat
bat
gpl-2.0
115
cmd_arch/x86/boot/printf.o := gcc -Wp,-MD,arch/x86/boot/.printf.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.8.3/include -I/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -I/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include -Iinclude -include include/generated/autoconf.h -g -Os -D_SETUP -D__KERNEL__ -DDISABLE_BRANCH_PROFILING -Wall -Wstrict-prototypes -march=i386 -mregparm=3 -include /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/boot/code16gcc.h -fno-strict-aliasing -fomit-frame-pointer -ffreestanding -fno-toplevel-reorder -fno-stack-protector -m32 -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(printf)" -D"KBUILD_MODNAME=KBUILD_STR(printf)" -c -o arch/x86/boot/printf.o arch/x86/boot/printf.c deps_arch/x86/boot/printf.o := \ arch/x86/boot/printf.c \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/boot/code16gcc.h \ arch/x86/boot/boot.h \ /usr/lib/gcc/x86_64-redhat-linux/4.8.3/include/stdarg.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/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/types.h \ $(wildcard include/config/x86/64.h) \ $(wildcard include/config/highmem64g.h) \ include/asm-generic/types.h \ include/asm-generic/int-ll64.h \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ include/linux/stddef.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/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/posix_types.h \ $(wildcard include/config/x86/32.h) \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/posix_types_64.h \ include/linux/edd.h \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/boot.h \ $(wildcard include/config/physical/start.h) \ $(wildcard include/config/physical/align.h) \ $(wildcard include/config/kernel/bzip2.h) \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/pgtable_types.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/x86/pae.h) \ $(wildcard include/config/compat/vdso.h) \ $(wildcard include/config/proc/fs.h) \ include/linux/const.h \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/page_types.h \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/page_64_types.h \ $(wildcard include/config/flatmem.h) \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/pgtable_64_types.h \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/setup.h \ $(wildcard include/config/x86/visws.h) \ $(wildcard include/config/x86/mrst.h) \ include/linux/pfn.h \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/bootparam.h \ include/linux/screen_info.h \ include/linux/apm_bios.h \ include/linux/ioctl.h \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/e820.h \ $(wildcard include/config/nodes/shift.h) \ $(wildcard include/config/efi.h) \ $(wildcard include/config/intel/txt.h) \ $(wildcard include/config/hibernation.h) \ $(wildcard include/config/memtest.h) \ include/linux/numa.h \ include/linux/early_res.h \ include/linux/range.h \ include/linux/ioport.h \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/ist.h \ include/video/edid.h \ $(wildcard include/config/x86.h) \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/x86_init.h \ arch/x86/boot/bitops.h \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/cpufeature.h \ $(wildcard include/config/x86/invlpg.h) \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/required-features.h \ $(wildcard include/config/x86/minimum/cpu/family.h) \ $(wildcard include/config/math/emulation.h) \ $(wildcard include/config/x86/cmpxchg64.h) \ $(wildcard include/config/x86/cmov.h) \ $(wildcard include/config/x86/use/3dnow.h) \ $(wildcard include/config/x86/p6/nop.h) \ $(wildcard include/config/paravirt.h) \ /home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/asm.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/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/processor-flags.h \ $(wildcard include/config/vm86.h) \ arch/x86/boot/printf.o: $(deps_arch/x86/boot/printf.o) $(deps_arch/x86/boot/printf.o):
Existed/kernel-2.6.35.14
arch/x86/boot/.printf.o.cmd
bat
gpl-2.0
5,326
@echo off set /a W=180, H=100 set /a F6W=W/2, F6H=H/2 cmdwiz setfont 6 & mode %F6W%,%F6H% & cls & title Object split cmdwiz showcursor 0 if defined __ goto :START set __=. cmdgfx_input.exe m0nuW10xR | call %0 %* | cmdgfx_gdi "" Sf0:0,0,360,%H%,%W%,%H%N315Z500 set __= set W=&set H=&set F6W=&set F6H= cls cmdwiz setfont 6 & cmdwiz showcursor 1 & mode 80,50 goto :eof :START setlocal ENABLEDELAYEDEXPANSION for /F "Tokens=1 delims==" %%v in ('set') do if not %%v==H if not %%v==W set "%%v=" call centerwindow.bat 0 -16 call prepareScale 0 set /a RX=0, RY=0, RZ=0, XMID=W/2, YMID=H/2, XMID2=W/2+W, DIST=2500, DRAWMODE=2, ACTIVE_KEY=0, WW=W*2, ZVAL=500 set ASPECT=0.7083 set PAL0=f 0 db f b b1 b 0 db b 7 b1 7 0 db 9 7 b1 9 0 db 9 1 b1 1 0 db 1 0 b1 set PAL1=f 0 db f b b2 b 0 db b 7 b2 b 7 b1 7 0 db 9 7 b1 9 7 b2 9 0 db 9 1 b1 9 1 b0 1 0 db 1 0 b2 1 0 b1 1 0 b0 1 0 b0 0 0 db 0 0 db set PAL2=f e b2 f e b2 f e b1 f e b0 e 0 db e c b2 e c b1 c 0 db c 4 b1 c 4 b2 4 0 db 4 0 b1 4 0 b0 4 0 db 4 0 b2 4 0 b1 0 0 db 0 0 db set PAL3=b 0 db set /A O0=-1,O1=0,O2=0,O3=-1 set PAL=!PAL%DRAWMODE%! call :MAKESPLIT set STOP= :REP for /L %%1 in (1,1,400) do if not defined STOP for %%o in (!DRAWMODE!) do ( echo "cmdgfx: fbox 8 0 . & 3d objects\torus.plg !DRAWMODE!,!O%%o! !RX!,!RY!,!RZ! 0,0,0 -1,-1,-1, 0,0,0 1,-4000,0,10 !XMID!,!YMID!,!DIST!,%ASPECT% !PAL! & 3d objects\springy1.plg !DRAWMODE!,!O%%o! !RY!,!RZ!,!RZ! 0,0,0 -1,-1,-1, 0,0,0 1,-4000,0,10 !XMID2!,!YMID!,!DIST!,%ASPECT% !PAL! & !SPLITSCR:~1,-1!" Ff0:0,0,!WW!,!H!,!W!,!H!Z!ZVAL! set /p INPUT= for /f "tokens=1,2,4,6, 24,26,28" %%A in ("!INPUT!") do ( set EV_BASE=%%A & set /a K_EVENT=%%B, K_DOWN=%%C, KEY=%%D, RESIZED=%%E, SCRW=%%F, SCRH=%%G 2>nul ) if "!RESIZED!"=="1" set /a "W=SCRW*2*rW/100+1, H=SCRH*2*rH/100+1, XMID=W/2, XMID2=W/2+W, YMID=H/2, WW=W*2" & set /a "ZVAL=500+(H-100)*6" & cmdwiz showcursor 0 & call :MAKESPLIT set /a RX+=2, RY+=6, RZ-=4, RR=!RANDOM! %% 100 if !RR! lss 10 set /a RY+=1 if !RR! lss 5 set /a RX+=1 if !K_EVENT! == 1 ( if !K_DOWN! == 1 ( for %%a in (331 333 328 336 100 68) do if !KEY! == %%a set /a ACTIVE_KEY=!KEY! if !KEY! == 10 cmdwiz getfullscreen & set /a ISFS=!errorlevel! & (if !ISFS!==0 cmdwiz fullscreen 1) & (if !ISFS! gtr 0 cmdwiz fullscreen 0) if !KEY! == 32 set /A DRAWMODE+=1&(if !DRAWMODE! gtr 3 set DRAWMODE=0)&for %%a in (!DRAWMODE!) do set PAL=!PAL%%a! if !KEY! == 112 cmdwiz getch if !KEY! == 27 set STOP=1 if !KEY! == 13 set PAL=f b b2 f b b2 f b b1 f b b0 b 0 db b 7 b2 b 7 b1 7 0 db 9 7 b1 9 7 b2 9 0 db 9 1 b1 9 1 b0 1 0 db 1 0 b2 1 0 b1 0 0 db 0 0 db ) if !K_DOWN! == 0 ( set /a ACTIVE_KEY=0 ) ) if !ACTIVE_KEY! gtr 0 ( if !ACTIVE_KEY! == 331 set /a XMID-=1 if !ACTIVE_KEY! == 333 set /a XMID+=1 if !ACTIVE_KEY! == 328 set /a XMID2+=1 if !ACTIVE_KEY! == 336 set /a XMID2-=1 if !ACTIVE_KEY! == 100 set /a DIST+=20 if !ACTIVE_KEY! == 68 set /a DIST-=20 ) set /a KEY=0 ) if not defined STOP goto REP endlocal cmdwiz delay 100 echo "cmdgfx: quit" title input:Q goto :eof :MAKESPLIT set SPLITSCR=""& for /l %%a in (1,2,%H%) do set SPLITSCR="!SPLITSCR:~1,-1! & block 0 %W%,%%a,%W%,1 0,%%a"
misol1/cmdgfx
server-objsplit.bat
bat
gpl-2.0
3,217
cmd_arch/arm/kernel/process.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.process.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-pnx67xx/include -Iarch/arm/plat-pnx/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -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 -g -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(process)" -D"KBUILD_MODNAME=KBUILD_STR(process)" -c -o arch/arm/kernel/process.o arch/arm/kernel/process.c deps_arch/arm/kernel/process.o := \ arch/arm/kernel/process.c \ $(wildcard include/config/nkernel.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/cpu/cp15.h) \ $(wildcard include/config/cpu/cp15/mmu.h) \ /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include/stdarg.h \ include/linux/module.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/markers.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/sysfs.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/stddef.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 \ include/linux/poison.h \ include/linux/prefetch.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbd.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ include/linux/posix_types.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/posix_types.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/arm/thumb.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/hwcap.h \ include/asm/nkern.h \ $(wildcard include/config/nkernel/console.h) \ include/asm/nk/f_nk.h \ include/asm/nk/nk_f.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem.h) \ include/linux/const.h \ arch/arm/plat-pnx/include/mach/memory.h \ $(wildcard include/config/mach/pnx/realloc.h) \ $(wildcard include/config/android/pmem.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/linux/linkage.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/linkage.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) \ $(wildcard include/config/x86.h) \ include/linux/typecheck.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/irqflags.h \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/cmpxchg.h \ include/linux/stat.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/stat.h \ include/linux/time.h \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/kernel.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/printk/debug.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.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) \ /data/embedded/acer/acergit/linux/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/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/ratelimit.h \ include/linux/param.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/dynamic_printk.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /data/embedded/acer/acergit/linux/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/relative/pointers.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) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /data/embedded/acer/acergit/linux/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/generic/hardirqs.h) \ include/linux/spinlock_up.h \ include/linux/spinlock_api_up.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/atomic.h \ include/asm-generic/atomic.h \ include/linux/math64.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/div64.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/highmem.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/unevictable/lru.h) \ $(wildcard include/config/memory/hotplug.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/have/memory/present.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) \ include/linux/wait.h \ /data/embedded/acer/acergit/linux/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 \ /data/embedded/acer/acergit/linux/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/linux/bounds.h \ /data/embedded/acer/acergit/linux/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/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ /data/embedded/acer/acergit/linux/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/ifar.h) \ $(wildcard include/config/cpu/pabrt/noifar.h) \ include/asm-generic/page.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 \ /data/embedded/acer/acergit/linux/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/mutex-debug.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) \ include/linux/cpumask.h \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/elf.h \ include/linux/elf-em.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/elf.h \ $(wildcard include/config/gcov/profile.h) \ /data/embedded/acer/acergit/linux/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/marker.h \ include/linux/tracepoint.h \ include/linux/rcupdate.h \ $(wildcard include/config/classic/rcu.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/preempt/rcu.h) \ include/linux/percpu.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/slub_def.h \ $(wildcard include/config/slub/stats.h) \ $(wildcard include/config/slub/debug.h) \ include/linux/workqueue.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 \ $(wildcard include/config/no/hz.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/timex.h \ arch/arm/plat-pnx/include/mach/timex.h \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects/free.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/completion.h \ include/linux/rcuclassic.h \ $(wildcard include/config/rcu/cpu/stall/detector.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/local.h \ include/asm-generic/local.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/module.h \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/core/dump/default/elf/headers.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/epoll.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/user/sched.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/x86/ptrace/bts.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/auditsyscall.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/tracing.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/preempt/bkl.h) \ $(wildcard include/config/group/sched.h) \ $(wildcard include/config/mm/owner.h) \ include/linux/capability.h \ $(wildcard include/config/security/file/capabilities.h) \ include/linux/rbtree.h \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/auxvec.h \ include/linux/prio_tree.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/ipcbuf.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/signal.h \ include/asm-generic/signal.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/sigcontext.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/fs_struct.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/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /data/embedded/acer/acergit/linux/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/security.h) \ include/linux/key.h \ $(wildcard include/config/sysctl.h) \ include/linux/sysctl.h \ include/linux/aio.h \ $(wildcard include/config/aio.h) \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/mm.h \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/shmem.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/mmdebug.h \ $(wildcard include/config/debug/vm.h) \ $(wildcard include/config/debug/virtual.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/pgtable.h \ include/asm-generic/4level-fixup.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/proc-fns.h \ $(wildcard include/config/cpu/32.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/feroceon.h) \ $(wildcard include/config/cpu/v6.h) \ $(wildcard include/config/cpu/v7.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/cpu-single.h \ arch/arm/plat-pnx/include/mach/vmalloc.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/pgtable-hwdef.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/ia64/uncached/allocator.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ include/linux/unistd.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/unistd.h \ $(wildcard include/config/oabi/compat.h) \ include/linux/user.h \ include/linux/delay.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/delay.h \ include/linux/reboot.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/emergency-restart.h \ include/asm-generic/emergency-restart.h \ include/linux/interrupt.h \ $(wildcard include/config/generic/irq/probe.h) \ include/linux/irqreturn.h \ include/linux/irqnr.h \ include/linux/hardirq.h \ $(wildcard include/config/virt/cpu/accounting.h) \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/ftrace_irq.h \ $(wildcard include/config/dynamic/ftrace.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/hardirq.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/irq.h \ arch/arm/plat-pnx/include/mach/irqs.h \ $(wildcard include/config/arch/pnx67xx.h) \ include/linux/irq_cpustat.h \ include/linux/kallsyms.h \ include/linux/cpu.h \ $(wildcard include/config/pm/sleep/smp.h) \ include/linux/sysdev.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ include/linux/node.h \ include/linux/elfcore.h \ $(wildcard include/config/binfmt/elf/fdpic.h) \ include/linux/ptrace.h \ include/linux/tick.h \ $(wildcard include/config/generic/clockevents.h) \ $(wildcard include/config/generic/clockevents/broadcast.h) \ $(wildcard include/config/tick/oneshot.h) \ include/linux/clockchips.h \ $(wildcard include/config/generic/clockevents/build.h) \ include/linux/clocksource.h \ $(wildcard include/config/clocksource/watchdog.h) \ $(wildcard include/config/generic/time/vsyscall.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/io.h \ arch/arm/plat-pnx/include/mach/io.h \ arch/arm/plat-pnx/include/mach/hardware.h \ $(wildcard include/config/vaddr.h) \ arch/arm/plat-pnx/include/mach/cpu.h \ $(wildcard include/config/arch/pnx67xx/v2.h) \ $(wildcard include/config/arch/pnx6708.h) \ $(wildcard include/config/arch/pnx6711.h) \ $(wildcard include/config/arch/pnx6712.h) \ arch/arm/plat-pnx/include/mach/regs-pnx67xx.h \ $(wildcard include/config/offset.h) \ $(wildcard include/config/reg.h) \ $(wildcard include/config/value.h) \ include/linux/utsname.h \ $(wildcard include/config/uts/ns.h) \ include/linux/nsproxy.h \ $(wildcard include/config/cgroup/ns.h) \ include/linux/err.h \ include/linux/uaccess.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/uaccess.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/leds.h \ $(wildcard include/config/leds.h) \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/thread_notify.h \ /data/embedded/acer/acergit/linux/arch/arm/include/asm/mach/time.h \ $(wildcard include/config/generic/time.h) \ arch/arm/plat-pnx/include/mach/system.h \ arch/arm/kernel/process.o: $(deps_arch/arm/kernel/process.o) $(deps_arch/arm/kernel/process.o):
yohanes/Acer-BeTouch-E130-Linux-Kernel
arch/arm/kernel/.process.o.cmd
bat
gpl-2.0
22,625
@echo off setlocal EnableDelayedExpansion set VCVARSALL=%VS140COMNTOOLS%..\..\VC\vcvarsall.bat set MAKENSIS=%PROGRAMFILES%\NSIS\MakeNSIS.exe set GIT=%PROGRAMFILES%\Git\bin\git.exe :: Set VERSION_REVISION to non-zero value to override set VERSION_MAJOR=4 set VERSION_MINOR=0 set VERSION_SUBMINOR=0 set VERSION_REVISION=0 set ISBETA=true if "%1" == "RELEASE" set ISBETA=false if "%1" == "BUILDVERSION" goto BUILDVERSION echo Rainmeter Build echo ---------------------------------------------- echo. if not exist "%VCVARSALL%" echo ERROR: vcvarsall.bat not found & goto END call "%VCVARSALL%" x86 > nul set MSBUILD="msbuild.exe" /nologo^ /p:ExcludeTests=true^ /p:TrackFileAccess=false^ /p:Configuration=Release if exist "Certificate.bat" call "Certificate.bat" > nul :: http://time.certum.pl/ :: http://timestamp.comodoca.com/authenticode :: http://timestamp.verisign.com/scripts/timestamp.dll :: http://timestamp.globalsign.com/scripts/timestamp.dll set SIGNTOOL="signtool.exe" sign /t http://timestamp.comodoca.com/authenticode /f "%CERTFILE%" /p "%CERTKEY%" if "%1" == "BUILDLANGUAGES" goto BUILDLANGUAGES if exist "%MAKENSIS%" goto NSISFOUND set MAKENSIS=%MAKENSIS:Program Files\=Program Files (x86)\% if not exist "%MAKENSIS%" echo ERROR: MakeNSIS.exe not found & goto END :NSISFOUND :BUILDVERSION if not exist "..\.git" goto UPDATEVERSION if not "%VERSION_REVISION%" == "0" goto UPDATEVERSION :: git if exist "%GIT%" goto GITFOUND set GIT=%GIT:Program Files\=Program Files (x86)\% if exist "%GIT%" goto GITFOUND set GIT=%LOCALAPPDATA%\Programs\Git\bin\GIT.exe if not exist "%GIT%" echo ERROR: git.exe not found & goto END :GITFOUND set /a VERSION_REVISION=0 :: We really shouldn't be including revs from gh-pages, but it is too late to :: change that now. We are also using `gh-page[s]` instead of just `gh-pages` :: because Git adds ´/*´ to the end of the pattern unless it contains a :: special glob char like [. for /f "usebackq delims= " %%G in (`"%GIT%" rev-list --remotes^=origin/gh-page[s] --remotes^=origin/maste[r] --count`) do set VERSION_REVISION=%%G :UPDATEVERSION set VERSION_FULL=%VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_SUBMINOR%.%VERSION_REVISION% set VERSION_SHORT=%VERSION_MAJOR%.%VERSION_MINOR% if not "%VERSION_SUBMINOR%" == "0" set VERSION_SHORT=!VERSION_SHORT!.%VERSION_SUBMINOR% :: Update Version.h > "..\Version.h" ( echo #pragma once echo #define FILEVER %VERSION_MAJOR%,%VERSION_MINOR%,%VERSION_SUBMINOR%,%VERSION_REVISION% echo #define PRODUCTVER FILEVER echo #define STRFILEVER "%VERSION_FULL%" echo #define STRPRODUCTVER STRFILEVER echo #define APPVERSION L"%VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_SUBMINOR%" echo #define RAINMETER_VERSION ((%VERSION_MAJOR% * 1000000^) + (%VERSION_MINOR% * 1000^) + %VERSION_SUBMINOR%^) echo const int revision_number = %VERSION_REVISION%; echo const bool revision_beta = %ISBETA%; ) :: Update Version.cs > "..\Version.cs" ( echo namespace Rainmeter echo { echo public class Version echo { echo #if X64 echo public const string Informational = "%VERSION_FULL% (64-bit^)"; echo #else echo public const string Informational = "%VERSION_FULL% (32-bit^)"; echo #endif echo } echo } ) if "%1" == "BUILDVERSION" goto :eof echo * Updated Version.h :: Set vcbuild environment variables and begin build echo * Starting build for %VERSION_FULL% for /F "tokens=1-4 delims=:.," %%a in ("%TIME%") do ( set /A "BUILD_BEGIN_TIMESTAMP=(((%%a * 60) + 1%%b %% 100)* 60 + 1%%c %% 100) * 100 + 1%%d %% 100" ) :: Build Library echo * Building 32-bit projects %MSBUILD% /t:rebuild /p:Platform=Win32 /v:q /m ..\Rainmeter.sln > "BuildLog.txt" if not %ERRORLEVEL% == 0 echo ERROR %ERRORLEVEL%: Build failed & goto END echo * Building 64-bit projects %MSBUILD% /t:rebuild /p:Platform=x64 /v:q /m ..\Rainmeter.sln > "BuildLog.txt" if not %ERRORLEVEL% == 0 echo ERROR %ERRORLEVEL%: Build failed & goto END :BUILDLANGUAGES echo * Building languages :: Build all language libraries >".\Installer\Languages.nsh" echo. for /f "tokens=1,2,3 delims=," %%a in (..\Language\List) do ( > "..\Language\Language.rc" echo #include "%%a.h" >>"..\Language\Language.rc" echo #include "Resource.rc" >>".\Installer\Languages.nsh" echo ${IncludeLanguage} "%%b" "%%a" set LANGDLL_PARAMS='%%a - ${LANGFILE_%%b_NAME}' '${LANG_%%b}' '${LANG_%%b_CP}' !LANGDLL_PARAMS! set LANGUAGE_IDS=${LANG_%%b},!LANGUAGE_IDS! %MSBUILD% /t:Language /p:Platform=Win32;TargetName=%%c /v:q ..\Rainmeter.sln > "BuildLog.txt" if not %ERRORLEVEL% == 0 echo ERROR: Building language %%a failed & goto END ) >>".\Installer\Languages.nsh" echo ^^!define LANGDLL_PARAMS "%LANGDLL_PARAMS%" >>".\Installer\Languages.nsh" echo ^^!define LANGUAGE_IDS "%LANGUAGE_IDS%" :: Restore English echo #include "English.h"> "..\Language\Language.rc" echo #include "Resource.rc">> "..\Language\Language.rc" if "%1" == "BUILDLANGUAGES" ( xcopy /Q /S /Y ..\x32-Release\Languages\*.dll ..\x64-Release\Languages\ > nul xcopy /Q /S /Y ..\x32-Release\Release\Languages\*.dll ..\x32-Debug\Languages\ > nul xcopy /Q /S /Y ..\x32-Release\Release\Languages\*.dll ..\x64-Debug\Languages\ > nul if exist "BuildLog.txt" del "BuildLog.txt" goto END ) :: Sign binaries if not "%CERTFILE%" == "" ( echo * Signing binaries for %%Z in (Rainmeter.dll Rainmeter.exe SkinInstaller.exe) do ( %SIGNTOOL% ..\x32-Release\%%Z > BuildLog.txt if not %ERRORLEVEL% == 0 echo ERROR %ERRORLEVEL%: Signing x32\%%Z failed & goto END %SIGNTOOL% ..\x64-Release\%%Z > BuildLog.txt if not %ERRORLEVEL% == 0 echo ERROR %ERRORLEVEL%: Signing x64\%%Z failed & goto END ) ) :: Build installer echo * Building installer set INSTALLER_NAME=Rainmeter-%VERSION_SHORT%.exe if not "%1" == "RELEASE" set INSTALLER_NAME=Rainmeter-%VERSION_SHORT%-r%VERSION_REVISION%-beta.exe set INSTALLER_DEFINES=^ /DOUTFILE="%INSTALLER_NAME%"^ /DVERSION_FULL="%VERSION_FULL%"^ /DVERSION_SHORT="%VERSION_SHORT%"^ /DVERSION_REVISION="%VERSION_REVISION%" if not "%1" == "RELEASE" set INSTALLER_DEFINES=!INSTALLER_DEFINES! /DBETA "%MAKENSIS%" %INSTALLER_DEFINES% .\Installer\Installer.nsi > "BuildLog.txt" if not %ERRORLEVEL% == 0 echo ERROR %ERRORLEVEL%: Building installer failed & goto END :: Sign installer if not "%CERTFILE%" == "" ( echo * Signing installer %SIGNTOOL% %INSTALLER_NAME% > BuildLog.txt if not %ERRORLEVEL% == 0 echo ERROR %ERRORLEVEL%: Signing installer failed & goto END ) :: If we got here, build was successful so delete BuildLog.txt if exist "BuildLog.txt" del "BuildLog.txt" for /F "tokens=1-4 delims=:.," %%a in ("%TIME%") do ( set /A "BUILD_END_TIMESTAMP=(((%%a * 60) + 1%%b %% 100)* 60 + %%c %% 100) * 100 + 1%%d %% 100" ) set /A "BUILD_ELAPSED_TIME=(%BUILD_END_TIMESTAMP% - %BUILD_BEGIN_TIMESTAMP%) / 100" echo * Build complete. Elapsed time: %BUILD_ELAPSED_TIME% sec :END if exist ".\Installer\Languages.nsh" del ".\Installer\Languages.nsh" echo. pause
dcgrace/rainmeter
Build/Build.bat
bat
gpl-2.0
7,114
cmd_net/packet/built-in.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o net/packet/built-in.o net/packet/af_packet.o
Algesat/BladeApex2
net/packet/.built-in.o.cmd
bat
gpl-2.0
132
cmd_networking/traceroute.o := gcc -Wp,-MD,networking/.traceroute.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wno-format-security -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -fno-unwind-tables -fno-asynchronous-unwind-tables -Os -march=i386 -mpreferred-stack-boundary=2 -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(traceroute)" -D"KBUILD_MODNAME=KBUILD_STR(traceroute)" -c -o networking/traceroute.o networking/traceroute.c deps_networking/traceroute.o := \ networking/traceroute.c \ $(wildcard include/config/traceroute6.h) \ $(wildcard include/config/feature/traceroute/verbose.h) \ $(wildcard include/config/feature/traceroute/source/route.h) \ $(wildcard include/config/feature/traceroute/use/icmp.h) \ $(wildcard include/config/feature/ipv6.h) \ $(wildcard include/config/feature/clean/up.h) \ /usr/include/net/if.h \ $(wildcard include/config/namesize.h) \ /usr/include/features.h \ /usr/include/i386-linux-gnu/bits/predefs.h \ /usr/include/i386-linux-gnu/sys/cdefs.h \ /usr/include/i386-linux-gnu/bits/wordsize.h \ /usr/include/i386-linux-gnu/gnu/stubs.h \ /usr/include/i386-linux-gnu/gnu/stubs-32.h \ /usr/include/i386-linux-gnu/sys/types.h \ /usr/include/i386-linux-gnu/bits/types.h \ /usr/include/i386-linux-gnu/bits/typesizes.h \ /usr/include/time.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include/stddef.h \ /usr/include/endian.h \ /usr/include/i386-linux-gnu/bits/endian.h \ /usr/include/i386-linux-gnu/bits/byteswap.h \ /usr/include/i386-linux-gnu/sys/select.h \ /usr/include/i386-linux-gnu/bits/select.h \ /usr/include/i386-linux-gnu/bits/sigset.h \ /usr/include/i386-linux-gnu/bits/time.h \ /usr/include/i386-linux-gnu/bits/select2.h \ /usr/include/i386-linux-gnu/sys/sysmacros.h \ /usr/include/i386-linux-gnu/bits/pthreadtypes.h \ /usr/include/i386-linux-gnu/sys/socket.h \ /usr/include/i386-linux-gnu/sys/uio.h \ /usr/include/i386-linux-gnu/bits/uio.h \ /usr/include/i386-linux-gnu/bits/socket.h \ /usr/include/i386-linux-gnu/bits/sockaddr.h \ /usr/include/i386-linux-gnu/asm/socket.h \ /usr/include/asm-generic/socket.h \ /usr/include/i386-linux-gnu/asm/sockios.h \ /usr/include/asm-generic/sockios.h \ /usr/include/i386-linux-gnu/bits/socket2.h \ /usr/include/arpa/inet.h \ /usr/include/netinet/in.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include/stdint.h \ /usr/include/stdint.h \ /usr/include/i386-linux-gnu/bits/wchar.h \ /usr/include/i386-linux-gnu/bits/in.h \ /usr/include/netinet/udp.h \ /usr/include/netinet/ip.h \ /usr/include/netinet/ip_icmp.h \ include/libbb.h \ $(wildcard include/config/feature/shadowpasswds.h) \ $(wildcard include/config/use/bb/shadow.h) \ $(wildcard include/config/selinux.h) \ $(wildcard include/config/feature/utmp.h) \ $(wildcard include/config/locale/support.h) \ $(wildcard include/config/use/bb/pwd/grp.h) \ $(wildcard include/config/lfs.h) \ $(wildcard include/config/feature/buffers/go/on/stack.h) \ $(wildcard include/config/feature/buffers/go/in/bss.h) \ $(wildcard include/config/feature/seamless/xz.h) \ $(wildcard include/config/feature/seamless/lzma.h) \ $(wildcard include/config/feature/seamless/bz2.h) \ $(wildcard include/config/feature/seamless/gz.h) \ $(wildcard include/config/feature/seamless/z.h) \ $(wildcard include/config/feature/check/names.h) \ $(wildcard include/config/feature/prefer/applets.h) \ $(wildcard include/config/long/opts.h) \ $(wildcard include/config/feature/getopt/long.h) \ $(wildcard include/config/feature/pidfile.h) \ $(wildcard include/config/feature/syslog.h) \ $(wildcard include/config/feature/individual.h) \ $(wildcard include/config/echo.h) \ $(wildcard include/config/printf.h) \ $(wildcard include/config/test.h) \ $(wildcard include/config/kill.h) \ $(wildcard include/config/chown.h) \ $(wildcard include/config/ls.h) \ $(wildcard include/config/xxx.h) \ $(wildcard include/config/route.h) \ $(wildcard include/config/feature/hwib.h) \ $(wildcard include/config/desktop.h) \ $(wildcard include/config/feature/crond/d.h) \ $(wildcard include/config/use/bb/crypt.h) \ $(wildcard include/config/feature/adduser/to/group.h) \ $(wildcard include/config/feature/del/user/from/group.h) \ $(wildcard include/config/ioctl/hex2str/error.h) \ $(wildcard include/config/feature/editing.h) \ $(wildcard include/config/feature/editing/history.h) \ $(wildcard include/config/feature/editing/savehistory.h) \ $(wildcard include/config/feature/tab/completion.h) \ $(wildcard include/config/feature/username/completion.h) \ $(wildcard include/config/feature/editing/vi.h) \ $(wildcard include/config/feature/editing/save/on/exit.h) \ $(wildcard include/config/pmap.h) \ $(wildcard include/config/feature/show/threads.h) \ $(wildcard include/config/feature/ps/additional/columns.h) \ $(wildcard include/config/feature/topmem.h) \ $(wildcard include/config/feature/top/smp/process.h) \ $(wildcard include/config/killall.h) \ $(wildcard include/config/pgrep.h) \ $(wildcard include/config/pkill.h) \ $(wildcard include/config/pidof.h) \ $(wildcard include/config/sestatus.h) \ $(wildcard include/config/unicode/support.h) \ $(wildcard include/config/feature/mtab/support.h) \ $(wildcard include/config/feature/devfs.h) \ include/platform.h \ $(wildcard include/config/werror.h) \ $(wildcard include/config/big/endian.h) \ $(wildcard include/config/little/endian.h) \ $(wildcard include/config/nommu.h) \ /usr/lib/gcc/i686-linux-gnu/4.6/include-fixed/limits.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include-fixed/syslimits.h \ /usr/include/limits.h \ /usr/include/i386-linux-gnu/bits/posix1_lim.h \ /usr/include/i386-linux-gnu/bits/local_lim.h \ /usr/include/linux/limits.h \ /usr/include/i386-linux-gnu/bits/posix2_lim.h \ /usr/include/i386-linux-gnu/bits/xopen_lim.h \ /usr/include/i386-linux-gnu/bits/stdio_lim.h \ /usr/include/byteswap.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include/stdbool.h \ /usr/include/unistd.h \ /usr/include/i386-linux-gnu/bits/posix_opt.h \ /usr/include/i386-linux-gnu/bits/environments.h \ /usr/include/i386-linux-gnu/bits/confname.h \ /usr/include/getopt.h \ /usr/include/i386-linux-gnu/bits/unistd.h \ /usr/include/ctype.h \ /usr/include/xlocale.h \ /usr/include/dirent.h \ /usr/include/i386-linux-gnu/bits/dirent.h \ /usr/include/errno.h \ /usr/include/i386-linux-gnu/bits/errno.h \ /usr/include/linux/errno.h \ /usr/include/i386-linux-gnu/asm/errno.h \ /usr/include/asm-generic/errno.h \ /usr/include/asm-generic/errno-base.h \ /usr/include/fcntl.h \ /usr/include/i386-linux-gnu/bits/fcntl.h \ /usr/include/i386-linux-gnu/bits/stat.h \ /usr/include/i386-linux-gnu/bits/fcntl2.h \ /usr/include/inttypes.h \ /usr/include/netdb.h \ /usr/include/rpc/netdb.h \ /usr/include/i386-linux-gnu/bits/siginfo.h \ /usr/include/i386-linux-gnu/bits/netdb.h \ /usr/include/setjmp.h \ /usr/include/i386-linux-gnu/bits/setjmp.h \ /usr/include/i386-linux-gnu/bits/setjmp2.h \ /usr/include/signal.h \ /usr/include/i386-linux-gnu/bits/signum.h \ /usr/include/i386-linux-gnu/bits/sigaction.h \ /usr/include/i386-linux-gnu/bits/sigcontext.h \ /usr/include/i386-linux-gnu/asm/sigcontext.h \ /usr/include/linux/types.h \ /usr/include/i386-linux-gnu/asm/types.h \ /usr/include/asm-generic/types.h \ /usr/include/asm-generic/int-ll64.h \ /usr/include/i386-linux-gnu/asm/bitsperlong.h \ /usr/include/asm-generic/bitsperlong.h \ $(wildcard include/config/64bit.h) \ /usr/include/linux/posix_types.h \ /usr/include/linux/stddef.h \ /usr/include/i386-linux-gnu/asm/posix_types.h \ /usr/include/i386-linux-gnu/asm/posix_types_32.h \ /usr/include/asm-generic/posix_types.h \ /usr/include/i386-linux-gnu/bits/sigstack.h \ /usr/include/i386-linux-gnu/sys/ucontext.h \ /usr/include/i386-linux-gnu/bits/sigthread.h \ /usr/include/stdio.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include/stdarg.h \ /usr/include/i386-linux-gnu/bits/sys_errlist.h \ /usr/include/i386-linux-gnu/bits/stdio2.h \ /usr/include/stdlib.h \ /usr/include/i386-linux-gnu/bits/waitflags.h \ /usr/include/i386-linux-gnu/bits/waitstatus.h \ /usr/include/alloca.h \ /usr/include/i386-linux-gnu/bits/stdlib.h \ /usr/include/string.h \ /usr/include/i386-linux-gnu/bits/string3.h \ /usr/include/libgen.h \ /usr/include/poll.h \ /usr/include/i386-linux-gnu/sys/poll.h \ /usr/include/i386-linux-gnu/bits/poll.h \ /usr/include/i386-linux-gnu/sys/ioctl.h \ /usr/include/i386-linux-gnu/bits/ioctls.h \ /usr/include/i386-linux-gnu/asm/ioctls.h \ /usr/include/asm-generic/ioctls.h \ /usr/include/linux/ioctl.h \ /usr/include/i386-linux-gnu/asm/ioctl.h \ /usr/include/asm-generic/ioctl.h \ /usr/include/i386-linux-gnu/bits/ioctl-types.h \ /usr/include/i386-linux-gnu/sys/ttydefaults.h \ /usr/include/i386-linux-gnu/sys/mman.h \ /usr/include/i386-linux-gnu/bits/mman.h \ /usr/include/i386-linux-gnu/sys/stat.h \ /usr/include/i386-linux-gnu/sys/time.h \ /usr/include/i386-linux-gnu/sys/wait.h \ /usr/include/i386-linux-gnu/sys/resource.h \ /usr/include/i386-linux-gnu/bits/resource.h \ /usr/include/termios.h \ /usr/include/i386-linux-gnu/bits/termios.h \ /usr/include/i386-linux-gnu/bits/timex.h \ /usr/include/i386-linux-gnu/sys/param.h \ /usr/include/linux/param.h \ /usr/include/i386-linux-gnu/asm/param.h \ /usr/include/asm-generic/param.h \ /usr/include/pwd.h \ /usr/include/grp.h \ /usr/include/mntent.h \ /usr/include/paths.h \ /usr/include/i386-linux-gnu/sys/statfs.h \ /usr/include/i386-linux-gnu/bits/statfs.h \ /usr/include/utmp.h \ /usr/include/i386-linux-gnu/bits/utmp.h \ include/xatonum.h \ include/inet_common.h \ networking/traceroute.o: $(deps_networking/traceroute.o) $(deps_networking/traceroute.o):
valentinthirion/android-tracebox-busybox
networking/.traceroute.o.cmd
bat
gpl-2.0
10,666
call %FLEX_SDK_PATH%/bin/acompc -source-path as3_src -include-classes benkuper.nativeExtensions.VirtualMIDI -swf-version=14 -output VirtualMIDI.swc unzip -o VirtualMIDI.swc -x catalog.xml call %FLEX_SDK_PATH%/bin/adt -package -target ane VirtualMIDI.ane extension-descriptor.xml -swc VirtualMIDI.swc -platform Windows-x86 -C native_src\Windows-x86 AIRVirtualMIDI.dll -C ./ library.swf del library.swf del VirtualMIDI.swc echo "ok" #pause
benkuper/AIR-NativeExtensions
AIRVirtualMIDI/ane_src/swcCompiler.bat
bat
gpl-2.0
441
cmd_arch/arm/plat-nomadik/built-in.o := /home/me/ARM_codebench/bin/arm-none-linux-gnueabi-ld -EL -r -o arch/arm/plat-nomadik/built-in.o arch/arm/plat-nomadik/timer.o
akkufix/sola_jb_kernel
arch/arm/plat-nomadik/.built-in.o.cmd
bat
gpl-2.0
171
be17p.py ever17.ff.scr -rtsu --lnk --cont --out e17_script.html D:\Games\Ever17\script.dat pause
dsp2003/e17p
script_dump_1.cmd
bat
gpl-2.0
97
#!./bin/linux-x86/softIocPy epicsEnvSet("ENGINEER","mdavidsaver") epicsEnvSet("LOCATION","740") # FPM waveform is 1M elements of type DBF_DOUBLE epicsEnvSet("EPICS_CA_MAX_ARRAY_BYTES","9000000") py "import logging" py "logging.basicConfig(level=logging.DEBUG)" #SR:C16-BI{FPM:1}BunchQ-Wf dbLoadRecords("fpm.db","P=SR:C16-BI{FPM:2},INPA=SR:C16-BI{FPM:1}V-Wf CP MSI,INPD=SR:C03-BI{DCCT:1}I:Total-I MSI,NELM=1000000") #dbLoadRecords("fpm.db","FNAME=fpm-5ma-teeth.npy,NELM=1000000") dbLoadRecords("../../db/iocAdminSoft.db", "IOC=SR-CT{IOC:FPM}") dbLoadRecords("../../db/save_restoreStatus.db", "P=SR-CT{IOC:FPM}") save_restoreSet_status_prefix("SR-CT{IOC:FPM}") #asSetFilename("/cf-update/acf/default.acf") asSetFilename("/cf-update/acf/null.acf") set_savefile_path("${PWD}/as","/save") set_requestfile_path("${PWD}/as","/req") set_pass0_restoreFile("ioc_settings.sav") iocInit() makeAutosaveFileFromDbInfo("as/req/ioc_settings.req", "autosaveFields_pass0") create_monitor_set("ioc_settings.req", 10, "") #caPutLogInit("ioclog.cs.nsls2.local:7004", 1) # Start Reference tracker #py "from devsup import disect; disect.periodic(10)" dbl > records.dbl #system "cp records.dbl /cf-update/$HOSTNAME.$IOCNAME.dbl"
mdavidsaver/pyDevSup
iocBoot/iocFPM/st.cmd
bat
gpl-2.0
1,219
python build.py %*
overfl0/Bulletproof-Arma-Launcher
build.bat
bat
gpl-3.0
19
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=python -msphinx ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=colourlab if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The Sphinx module was not found. Make sure you have Sphinx installed, echo.then set the SPHINXBUILD environment variable to point to the full echo.path of the 'sphinx-build' executable. Alternatively you may add the echo.Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% goto end :help %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% :end popd
ifarup/colourlab
docs/make.bat
bat
gpl-3.0
807
@echo OFF pushd %~dp0 explorer "%CD%\..\docs"
younglim/hats-ci
virtualenv/shell/utils/docs.cmd
bat
gpl-3.0
53
@call "%~dp0set_path.bat" :: Check Visual Studio 2005 :: ======================== @call "%~dp0..\_src\eidmw\SetPathVs2005.bat" @if %ERRORLEVEL%==0 goto find_vs2005 @echo [TIP] Use set_path.bat script to define PTEID_DIR_VS_2005 @goto end :find_vs2005 @echo [INFO] Using PTEID_DIR_VS_2005=%PTEID_DIR_VS_2005% :: Check Doxygen :: ============= @call "%~dp0..\_src\eidmw\SetPathDoxygen.bat" @if %ERRORLEVEL%==0 goto find_doxygen @echo [TIP] Use set_path.bat script to define PTEID_DIR_DOXYGEN @goto end :find_doxygen @echo [INFO] Using PTEID_DIR_DOXYGEN=%PTEID_DIR_DOXYGEN% :: Check Swig :: ========== @call "%~dp0..\_src\eidmw\SetPathSwig.bat" @if %ERRORLEVEL%==0 goto find_swig @echo [TIP] Use set_path.bat script to define PTEID_DIR_SWIG @goto end :find_swig @echo [INFO] Using PTEID_DIR_SWIG=%PTEID_DIR_SWIG% :: Check Java :: ========== @call "%~dp0..\_src\eidmw\SetPathJdk142.bat" @if %ERRORLEVEL%==0 goto find_jdk @echo [TIP] Use set_path.bat script to define PTEID_DIR_JDK_142 @goto end :find_jdk @echo [INFO] Using PTEID_DIR_JDK_142=%PTEID_DIR_JDK_142% :: Check WiX :: ========= @call "%~dp0..\_src\eidmw\SetPathWix.bat" @if %ERRORLEVEL%==0 goto find_wix @echo [TIP] Install ProjectAggregator2.msi and Wix3-3.0.4415.msi @goto end :find_wix @echo [INFO] Using PTEID_DIR_WIX=%PTEID_DIR_WIX% :: Check MSM :: ========= @call "%~dp0..\_src\eidmw\SetPathMsm.bat" @if %ERRORLEVEL%==0 goto find_msm @echo [TIP] Use set_path.bat script to define PTEID_DIR_MSM @goto end :find_msm @echo [INFO] Using PTEID_DIR_MSM=%PTEID_DIR_MSM% :: Check MS Platform SDK 2003 :: ========================== @call "%~dp0..\_src\eidmw\SetPathPSdk2003.bat" @if %ERRORLEVEL%==0 goto find_mssdk2003 @echo [TIP] Use set_path.bat script to define PTEID_DIR_PLATFORMSDK_2003 @goto end :find_mssdk2003 @echo [INFO] Using PTEID_DIR_PLATFORMSDK_2003=%PTEID_DIR_PLATFORMSDK_2003% :: Check MS Platform SDK 2008 :: ========================== :: @call "%~dp0..\_src\eidmw\SetPathPSdk2008.bat" :: @if %ERRORLEVEL%==0 goto find_mssdk2008 ::@echo [TIP] Use set_path.bat script to define PTEID_DIR_PLATFORMSDK_2008 ::@goto end :: :find_mssdk2008 ::@echo [INFO] Using PTEID_DIR_PLATFORMSDK_2008=%PTEID_DIR_PLATFORMSDK_2008% :: Check QT 3.3.4 :: ============== ::@call "%~dp0..\_src\pteid-2.6\src\eidlib\SetPathQt334.bat" ::@if %ERRORLEVEL%==0 goto find_qt334 ::@echo [TIP] Use set_path.bat script to define PTEID_DIR_QT_334 ::@goto end :::find_qt334 ::@echo [INFO] Using PTEID_DIR_QT_334=%PTEID_DIR_QT_334% :: Check QT 4.5.0 exe :: ================== @call "%~dp0..\_src\eidmw\SetPathQt450_Exe.bat" @if %ERRORLEVEL%==0 goto find_qt450_exe @echo [TIP] Use set_path.bat script to define PTEID_DIR_QT_450_EXE @goto end :find_qt450_exe @echo [INFO] Using PTEID_DIR_QT_450_EXE=%PTEID_DIR_QT_450_EXE% :: Check QT 4.5.0 include :: ====================== @call "%~dp0..\_src\eidmw\SetPathQt450_Include.bat" @if %ERRORLEVEL%==0 goto find_qt450_include @echo [TIP] Use set_path.bat script to define PTEID_DIR_QT_450_INCLUDE @goto end :find_qt450_include @echo [INFO] Using PTEID_DIR_QT_450_INCLUDE=%PTEID_DIR_QT_450_INCLUDE% :: Check QT 4.5.0 dynamic :: ====================== @call "%~dp0..\_src\eidmw\SetPathQt450_Dynamic.bat" @if %ERRORLEVEL%==0 goto find_qt450_dynamic @echo [TIP] Use set_path.bat script to define PTEID_DIR_QT_450_DYNAMIC @goto end :find_qt450_dynamic @echo [INFO] Using PTEID_DIR_QT_450_DYNAMIC=%PTEID_DIR_QT_450_DYNAMIC% :: Check QT 4.5.0 static :: ===================== ::@call "%~dp0..\_src\eidmw\SetPathQt450_Static.bat" ::@if %ERRORLEVEL%==0 goto find_qt450_static ::@echo [TIP] Use set_path.bat script to define PTEID_DIR_QT_450_STATIC ::@goto end :::find_qt450_static ::@echo [INFO] Using PTEID_DIR_QT_450_STATIC=%PTEID_DIR_QT_450_STATIC% :: Check OpenSSL 0.9.8g :: ==================== @call "%~dp0..\_src\eidmw\SetPathOpenssl098g.bat" @if %ERRORLEVEL%==0 goto find_openssl_098g @echo [TIP] Use set_path.bat script to define PTEID_DIR_OPENSSL_098G @goto end :find_openssl_098g @echo [INFO] Using PTEID_DIR_OPENSSL_098G=%PTEID_DIR_OPENSSL_098G% :: Check Xerces 3.1.0 :: ================== @call "%~dp0..\_src\eidmw\SetPathXerces310.bat" @if %ERRORLEVEL%==0 goto find_xerces_310 @echo [TIP] Use set_path.bat script to define PTEID_DIR_XERCES_310 @goto end :find_xerces_310 @echo [INFO] Using PTEID_DIR_XERCES_310=%PTEID_DIR_XERCES_310% :: Check 7zip :: ================== @call "%~dp0..\_src\eidmw\SetPath7zip.bat" @if %ERRORLEVEL%==0 goto find_7zip @echo [TIP] Use set_path.bat script to define PTEID_DIR_7ZIP @goto end :find_7zip @echo [INFO] Using PTEID_DIR_7ZIP=%PTEID_DIR_7ZIP% :: BUILD :: ===== @if "%DEBUG%"=="1" goto debug :build @echo [INFO] Building "%~dp0..\_src\eidmw\_Builds\PteidEasyBuild.sln" @"%PTEID_DIR_VS_2005%\Common7\IDE\devenv.exe" "%~dp0..\_src\eidmw\_Builds\PteidEasyBuild.sln" /clean "Release|Win32" @"%PTEID_DIR_VS_2005%\Common7\IDE\devenv.exe" "%~dp0..\_src\eidmw\_Builds\PteidEasyBuild.sln" /clean "Release|x64" @"%PTEID_DIR_VS_2005%\Common7\IDE\devenv.exe" "%~dp0..\_src\eidmw\_Builds\PteidEasyBuild.sln" /build "Release|Win32" @"%PTEID_DIR_VS_2005%\Common7\IDE\devenv.exe" "%~dp0..\_src\eidmw\_Builds\PteidEasyBuild.sln" /build "Release|x64" @"%PTEID_DIR_VS_2005%\Common7\IDE\devenv.exe" "%~dp0..\_src\eID-QuickInstaller\eID-EZinstaller\eID-EZinstaller.sln" /build "Release|Win32" @echo [INFO] Done... @goto end :debug @"%PTEID_DIR_VS_2005%\Common7\IDE\devenv.exe" "%~dp0..\_src\eidmw\_Builds\PteidEasyBuild.sln" @goto end :end @if NOT "%DEBUG%"=="1" pause
12019/svn.gov.pt
windows/make_win.bat
bat
gpl-3.0
5,755
cd ..\bin for %%a in (CasaSoft*.xml) do ..\tools\xml2rst %%a >..\doc_src\%%a.rst
strawberryfield/VirtualRailwaysTools
tools/makedoc.cmd
bat
gpl-3.0
80
tools\tundra2\bin\tundra2 release
aliasIsolation/aliasIsolation
compile.cmd
bat
unlicense
35
set SCRIPT_DIR=%~dp0 bash "%SCRIPT_DIR%/xsbt.sh" %*
atamborrino/zen-coding-game
xsbt.cmd
bat
apache-2.0
51
rem ..\..\..\..\main\bin\debug\OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" -targetargs:"TargetTests.dll" -filter:"+[Target*]* -[TargetTests*]*" -output:opencovertests.xml -mergebyhash ..\..\..\..\main\bin\debug\OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" -targetargs:"TargetTests.dll" -filter:"+[Target*]* -[TargetTests*]*" -output:opencovertests.xml -mergebyhash rem ..\..\..\..\main\bin\debug\OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" -targetargs:"TargetTests.dll" -filter:"+[Target*]* -[TargetTests*]*" -output:opencovertests.xml -mergebyhash ..\..\..\packages\ReportGenerator.2.1.0.0\ReportGenerator.exe opencovertests.xml coverage
secdec/codepulse
dotnet-tracer/fakes/TargetTests/vstest.opencover.cmd
bat
apache-2.0
1,010
cd %~dp0 set target=C:\Release\TraceHub\AuthDevCreatorCloudDev\ xcopy bin\Release\*.* %target% /Y /D c:\green\XmlPreprocess\bin\XmlPreprocess.exe /i app.config /x C:\Release\TraceHub\settings.xml /o %target%AuthDbCreator.exe.config /e MySql /clean pause
zijianhuang/TraceHub
AuthDbCreator/CopyForCloudDev.bat
bat
apache-2.0
257
@echo OFF setLocal EnableDelayedExpansion :CHKFORMAT SET "AllowExt=tif ecw img jp2 sid" SET "AllowExt= %AllowExt%" SET "AllowExt=%AllowExt: = *.%" SET /P Qual="Enter the JPEG Quality value: (1-100, 80 is recommended)" for %%a in (%AllowExt%) do ( set xml_fn="%%~na_!Qual!.xml" break> !xml_fn! echo ^<?xml version="1.0" encoding="UTF-8" standalone="no" ?^> >> !xml_fn! echo ^<geoDoc version="1.0"^> >> !xml_fn! echo ^<pages^> >> !xml_fn! echo ^<page number="0"^> >> !xml_fn! echo ^<content url="%%a" type="TIFF"^> >> !xml_fn! echo ^<raster^> >> !xml_fn! echo ^<imagePyramid/^> >> !xml_fn! echo ^<compression type="JPEG" quality="!Qual!" /^> >> !xml_fn! echo ^<layers type="static"^> >> !xml_fn! echo ^<red band="1"/^> >> !xml_fn! echo ^<green band="2"/^> >> !xml_fn! echo ^<blue band="3"/^> >> !xml_fn! echo ^</layers^> >> !xml_fn! echo ^<stretch^> >> !xml_fn! echo ^<histogram standardDeviation="2.5"/^> >> !xml_fn! echo ^</stretch^> >> !xml_fn! echo ^</raster^> >> !xml_fn! echo ^</content^> >> !xml_fn! echo ^</page^> >> !xml_fn! echo ^</pages^> >> !xml_fn! echo ^</geoDoc^> >> !xml_fn! tgo_composer -georeg -output="%%~na_!Qual!.pdf" -xml=!xml_fn! -verbose=debug -product=TGO_Composer -vendor=TerraGo del !xml_fn! ) GOTO :EOF
GeoPDF/sdk_samples
Convert_Raster_to_GeoPDF/00_Convert_GeoTIFF_to_GeoPDF_RUN_ME.bat
bat
apache-2.0
1,336
@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\django-permissionsx.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\django-permissionsx.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
thinkingpotato/django-permissionsx
docs/make.bat
bat
bsd-2-clause
5,122
..\..\..\bin\protoc.exe --cxx_out=. XmlTest.proto
chai2010/protorpc.cxx
tests/xmltest/xml.pb/update_pb.bat
bat
bsd-3-clause
50
..\PSharp\Binaries\Debug\PSharpCompiler.exe /s:..\Migration.sln
jerickmsft/MigratingTable
Migration/psharp-compile.bat
bat
mit
64
cmd_fs/nfsd/nfs4idmap.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/nfsd/.nfs4idmap.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -mabi=32 -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -ffreestanding -march=mips32r2 -Wa,-mips32r2 -Wa,--trap -Iinclude/asm-mips/rt2880 -Iinclude/asm-mips/mach-generic -fomit-frame-pointer -gdwarf-2 -fno-stack-protector -membedded-data -muninit-const-in-rodata -funit-at-a-time -Wdeclaration-after-statement -Wno-pointer-sign -DMODULE -mlong-calls -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(nfs4idmap)" -D"KBUILD_MODNAME=KBUILD_STR(nfsd)" -c -o fs/nfsd/nfs4idmap.o fs/nfsd/nfs4idmap.c deps_fs/nfsd/nfs4idmap.o := \ fs/nfsd/nfs4idmap.c \ include/linux/module.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/sysfs.h) \ include/linux/spinlock.h \ $(wildcard include/config/smp.h) \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ include/linux/thread_info.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbd.h) \ $(wildcard include/config/lsf.h) \ $(wildcard include/config/resources/64bit.h) \ include/linux/posix_types.h \ include/linux/stddef.h \ include/linux/compiler.h \ $(wildcard include/config/enable/must/check.h) \ include/linux/compiler-gcc4.h \ $(wildcard include/config/forced/inlining.h) \ include/linux/compiler-gcc.h \ include/asm/posix_types.h \ include/asm/sgidefs.h \ include/asm/types.h \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/64bit/phys/addr.h) \ $(wildcard include/config/64bit.h) \ include/linux/bitops.h \ include/asm/bitops.h \ $(wildcard include/config/cpu/mipsr2.h) \ $(wildcard include/config/cpu/mips32.h) \ $(wildcard include/config/cpu/mips64.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/trace/irqflags/support.h) \ $(wildcard include/config/x86.h) \ include/asm/irqflags.h \ $(wildcard include/config/mips/mt/smtc.h) \ $(wildcard include/config/irq/cpu.h) \ $(wildcard include/config/mips/mt/smtc/instant/replay.h) \ include/asm/hazards.h \ $(wildcard include/config/cpu/r10000.h) \ $(wildcard include/config/cpu/rm9000.h) \ $(wildcard include/config/cpu/sb1.h) \ include/asm/barrier.h \ $(wildcard include/config/cpu/has/sync.h) \ $(wildcard include/config/cpu/has/wb.h) \ $(wildcard include/config/weak/ordering.h) \ include/asm/bug.h \ $(wildcard include/config/bug.h) \ include/asm/break.h \ include/asm-generic/bug.h \ $(wildcard include/config/debug/bugverbose.h) \ include/asm/byteorder.h \ $(wildcard include/config/cpu/mips64/r2.h) \ include/linux/byteorder/little_endian.h \ include/linux/byteorder/swab.h \ include/linux/byteorder/generic.h \ include/asm/cpu-features.h \ $(wildcard include/config/32bit.h) \ $(wildcard include/config/cpu/mipsr2/irq/vi.h) \ $(wildcard include/config/cpu/mipsr2/irq/ei.h) \ include/asm/cpu.h \ include/asm/cpu-info.h \ $(wildcard include/config/sgi/ip27.h) \ $(wildcard include/config/mips/mt.h) \ include/asm/cache.h \ $(wildcard include/config/mips/l1/cache/shift.h) \ include/asm-mips/mach-generic/kmalloc.h \ $(wildcard include/config/dma/coherent.h) \ include/asm-mips/mach-generic/cpu-feature-overrides.h \ include/asm/war.h \ $(wildcard include/config/sgi/ip22.h) \ $(wildcard include/config/sni/rm.h) \ $(wildcard include/config/cpu/r5432.h) \ $(wildcard include/config/sb1/pass/1/workarounds.h) \ $(wildcard include/config/sb1/pass/2/workarounds.h) \ $(wildcard include/config/mips/malta.h) \ $(wildcard include/config/mips/atlas.h) \ $(wildcard include/config/mips/sead.h) \ $(wildcard include/config/cpu/tx49xx.h) \ $(wildcard include/config/momenco/jaguar/atx.h) \ $(wildcard include/config/pmc/yosemite.h) \ $(wildcard include/config/basler/excite.h) \ $(wildcard include/config/momenco/ocelot/3.h) \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/ffz.h \ include/asm-generic/bitops/find.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/ext2-non-atomic.h \ include/asm-generic/bitops/le.h \ include/asm-generic/bitops/ext2-atomic.h \ include/asm-generic/bitops/minix.h \ include/asm/thread_info.h \ $(wildcard include/config/page/size/4kb.h) \ $(wildcard include/config/page/size/8kb.h) \ $(wildcard include/config/page/size/16kb.h) \ $(wildcard include/config/page/size/64kb.h) \ $(wildcard include/config/debug/stack/usage.h) \ include/asm/processor.h \ $(wildcard include/config/mips/mt/fpaff.h) \ $(wildcard include/config/cpu/has/prefetch.h) \ include/linux/cpumask.h \ $(wildcard include/config/hotplug/cpu.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/numa.h) \ /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \ include/linux/linkage.h \ include/asm/linkage.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.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 \ include/asm/string.h \ $(wildcard include/config/cpu/r3000.h) \ include/asm/cachectl.h \ include/asm/mipsregs.h \ $(wildcard include/config/cpu/vr41xx.h) \ include/asm/prefetch.h \ include/asm/system.h \ include/asm/addrspace.h \ $(wildcard include/config/cpu/r4300.h) \ $(wildcard include/config/cpu/r4x00.h) \ $(wildcard include/config/cpu/r5000.h) \ $(wildcard include/config/cpu/rm7000.h) \ $(wildcard include/config/cpu/nevada.h) \ $(wildcard include/config/cpu/r8000.h) \ $(wildcard include/config/cpu/sb1a.h) \ include/asm-mips/mach-generic/spaces.h \ $(wildcard include/config/dma/noncoherent.h) \ include/asm/dsp.h \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/locking.h) \ include/linux/spinlock_types_up.h \ include/linux/spinlock_up.h \ include/linux/spinlock_api_up.h \ include/asm/atomic.h \ include/asm-generic/atomic.h \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ include/linux/prefetch.h \ include/linux/stat.h \ include/asm/stat.h \ include/linux/time.h \ include/linux/seqlock.h \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/kmod.h \ $(wildcard include/config/kmod.h) \ include/linux/errno.h \ include/asm/errno.h \ include/asm-generic/errno-base.h \ include/linux/elf.h \ include/linux/auxvec.h \ include/asm/auxvec.h \ include/linux/elf-em.h \ include/asm/elf.h \ $(wildcard include/config/mips32/n32.h) \ $(wildcard include/config/mips32/o32.h) \ $(wildcard include/config/mips32/compat.h) \ include/linux/kobject.h \ $(wildcard include/config/hotplug.h) \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/wait.h \ include/asm/current.h \ include/linux/moduleparam.h \ include/linux/init.h \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/acpi/hotplug/memory.h) \ include/asm/local.h \ include/linux/percpu.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/gfp.h \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.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/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/sparsemem.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) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/nodemask.h \ include/asm/page.h \ $(wildcard include/config/build/elf64.h) \ $(wildcard include/config/limited/dma.h) \ include/linux/pfn.h \ include/asm/io.h \ include/asm-generic/iomap.h \ include/asm/pgtable-bits.h \ $(wildcard include/config/cpu/mips32/r1.h) \ $(wildcard include/config/cpu/tx39xx.h) \ $(wildcard include/config/mips/uncached.h) \ include/asm-mips/mach-generic/ioremap.h \ include/asm-mips/mach-generic/mangle-port.h \ $(wildcard include/config/swap/io/space.h) \ include/asm-generic/memory_model.h \ $(wildcard include/config/out/of/line/pfn/to/page.h) \ include/asm-generic/page.h \ include/linux/memory_hotplug.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) \ include/linux/smp.h \ include/asm/topology.h \ include/asm-mips/mach-generic/topology.h \ include/asm-generic/topology.h \ include/linux/slub_def.h \ include/linux/workqueue.h \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/jiffies.h \ include/linux/calc64.h \ include/asm/div64.h \ include/asm-generic/div64.h \ include/linux/timex.h \ $(wildcard include/config/time/interpolation.h) \ $(wildcard include/config/no/hz.h) \ include/asm/param.h \ $(wildcard include/config/hz.h) \ include/asm/timex.h \ include/asm-mips/mach-generic/timex.h \ include/asm/percpu.h \ include/asm-generic/percpu.h \ include/asm/module.h \ $(wildcard include/config/cpu/mips32/r2.h) \ $(wildcard include/config/cpu/mips64/r1.h) \ $(wildcard include/config/cpu/r6000.h) \ include/asm/uaccess.h \ include/asm-generic/uaccess.h \ include/linux/mm.h \ $(wildcard include/config/sysctl.h) \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/vm.h) \ $(wildcard include/config/shmem.h) \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/debug/pagealloc.h) \ include/linux/capability.h \ include/linux/rbtree.h \ include/linux/prio_tree.h \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/security.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ include/asm/ioctl.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ $(wildcard include/config/profiling.h) \ include/linux/rcupdate.h \ include/linux/namei.h \ include/linux/radix-tree.h \ include/linux/pid.h \ include/asm/semaphore.h \ include/linux/quota.h \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/fcntl.h \ include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/backing-dev.h \ include/linux/mm_types.h \ include/asm/pgtable.h \ include/asm/pgtable-32.h \ include/asm/fixmap.h \ include/asm-generic/pgtable-nopmd.h \ include/asm-generic/pgtable-nopud.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/s390.h) \ $(wildcard include/config/swap.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ include/linux/utsname.h \ $(wildcard include/config/uts/ns.h) \ include/linux/sched.h \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.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/compat.h) \ $(wildcard include/config/fault/injection.h) \ include/asm/ptrace.h \ $(wildcard include/config/cpu/has/smartmips.h) \ include/asm/isadep.h \ include/asm/mmu.h \ include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ $(wildcard include/config/ipc/ns.h) \ include/asm/ipcbuf.h \ include/asm/sembuf.h \ include/linux/signal.h \ include/asm/signal.h \ $(wildcard include/config/trad/signals.h) \ $(wildcard include/config/binfmt/irix.h) \ include/asm-generic/signal.h \ include/asm/sigcontext.h \ include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/securebits.h \ include/linux/fs_struct.h \ include/linux/completion.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/futex.h \ $(wildcard include/config/futex.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/param.h \ include/linux/resource.h \ 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/aio.h \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/nsproxy.h \ include/linux/sunrpc/clnt.h \ include/linux/sunrpc/sched.h \ include/linux/sunrpc/types.h \ include/linux/sunrpc/debug.h \ include/linux/sunrpc/xdr.h \ include/linux/scatterlist.h \ include/asm/scatterlist.h \ include/linux/sunrpc/xprt.h \ include/linux/socket.h \ include/asm/socket.h \ include/asm/sockios.h \ include/linux/sockios.h \ include/linux/in.h \ include/linux/sunrpc/auth.h \ include/linux/sunrpc/stats.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.h) \ include/linux/magic.h \ include/linux/sunrpc/timer.h \ include/linux/nfs4.h \ include/linux/nfs_fs.h \ $(wildcard include/config/nfs/v3/acl.h) \ $(wildcard include/config/nfs/v4.h) \ $(wildcard include/config/nfs/v3.h) \ include/linux/pagemap.h \ include/linux/highmem.h \ include/linux/uaccess.h \ include/asm/cacheflush.h \ include/asm/kmap_types.h \ $(wildcard include/config/debug/highmem.h) \ include/linux/nfs2.h \ include/linux/nfs3.h \ include/linux/nfs_xdr.h \ include/linux/nfsacl.h \ include/linux/posix_acl.h \ include/linux/nfs_fs_sb.h \ include/linux/mempool.h \ include/linux/nfs_page.h \ include/linux/sunrpc/cache.h \ include/linux/nfsd_idmap.h \ $(wildcard include/config/nfsd/v4.h) \ include/linux/sunrpc/svc.h \ include/linux/in6.h \ include/linux/sunrpc/svcauth.h \ include/linux/hash.h \ include/linux/seq_file.h \ fs/nfsd/nfs4idmap.o: $(deps_fs/nfsd/nfs4idmap.o) $(deps_fs/nfsd/nfs4idmap.o):
matteocrippa/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/fs/nfsd/.nfs4idmap.o.cmd
bat
gpl-2.0
17,592
cmd_drivers/macintosh/built-in.o := rm -f drivers/macintosh/built-in.o; arm-linux-gnueabi-ar rcsD drivers/macintosh/built-in.o
qubir/PhoenixA20_linux_sourcecode
drivers/macintosh/.built-in.o.cmd
bat
gpl-2.0
128
cmd_drivers/misc/carma/built-in.o := rm -f drivers/misc/carma/built-in.o; /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/misc/carma/built-in.o
friedrich420/Note-3-AEL-Kernel
drivers/misc/carma/.built-in.o.cmd
bat
gpl-2.0
175
set PATH=%PATH%;D:\Program Files\CMake 2.8\bin set CMAKE_BUILDDIR=build\cmake\vc set STARTDIR=%CD% set WXDIR=%STARTDIR%\..\..\wxWidgets\2.9.5 @if NOT "%VS100COMNTOOLS%"=="" (call "%VS100COMNTOOLS%\vsvars32.bat" & goto VS_END) @if NOT "%VS90COMNTOOLS%"=="" (call "%VS90COMNTOOLS%\vsvars32.bat" & goto VS_END) @if NOT "%VS80COMNTOOLS%"=="" (call "%VS80COMNTOOLS%\vsvars32.bat" & goto VS_END) @if NOT "%VS71COMNTOOLS%"=="" (call "%VS71COMNTOOLS%\vsvars32.bat" & goto VS_END) :VS_END mkdir %CMAKE_BUILDDIR% cd %CMAKE_BUILDDIR% del CMakeCache.txt cmake -D LITESQL_WITH_DOCS:bool=ON -D LITESQL_WITH_MYSQL:bool=ON -D LITESQL_WITH_SQLITE:bool=ON -D LITESQL_WITH_TESTS:bool=ON -D LITESQL_WITH_UI:bool=ON -D LITESQL_MSVC_MT:BOOL=OFF -D wxWidgets_ROOT_DIR=%WXDIR% -D wxWidgets_LIB_DIR=%WXDIR%\lib\vc_lib %STARTDIR% devenv litesql.sln /Rebuild Debug /Project ALL_BUILD /ProjectConfig Debug devenv /Rebuild Release litesql.sln /Project ALL_BUILD /ProjectConfig Debug devenv /Build Debug litesql.sln /Project RUN_TESTS /ProjectConfig Debug devenv /Build Release litesql.sln /Project PACKAGE /ProjectConfig Release cpack --config CPackSourceConfig.cmake cd %STARTDIR% pause
petabi/regexbench
src/pcre_check/library/litesql-src-0.3.17/release_it.bat
bat
apache-2.0
1,207
@echo off @if not "%ECHO%" == "" echo %ECHO% @if "%OS%" == "Windows_NT" setlocal set ENV_PATH=.\ if "%OS%" == "Windows_NT" set ENV_PATH=%~dp0% set conf_dir=%ENV_PATH%\..\conf set logback_configurationFile=%conf_dir%\logback.xml set client_mode=Simple if not "%1" == "" set client_mode=%1 set CLASSPATH=%conf_dir% set CLASSPATH=%conf_dir%\..\lib\*;%CLASSPATH% set JAVA_MEM_OPTS= -Xms128m -Xmx512m -XX:PermSize=128m set JAVA_OPTS_EXT= -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Dapplication.codeset=UTF-8 -Dfile.encoding=UTF-8 set JAVA_DEBUG_OPT= -server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=9199,server=y,suspend=n set CANAL_OPTS= -DappName=otter-canal-example -Dlogback.configurationFile="%logback_configurationFile%" set JAVA_OPTS= %JAVA_MEM_OPTS% %JAVA_OPTS_EXT% %JAVA_DEBUG_OPT% %CANAL_OPTS% if "%client_mode%" == "Cluster" ( java %JAVA_OPTS% -classpath "%CLASSPATH%" com.alibaba.otter.canal.example.ClusterCanalClientTest ) else ( java %JAVA_OPTS% -classpath "%CLASSPATH%" com.alibaba.otter.canal.example.SimpleCanalClientTest )
alibaba/canal
example/src/main/bin/startup.bat
bat
apache-2.0
1,125
:: build-windows.bat :: :: This source file is part of the Swift.org open source project :: :: Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors :: Licensed under Apache License v2.0 with Runtime Library Exception :: :: See https://swift.org/LICENSE.txt for license information :: See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors :: REQUIRED ENVIRONMENT VARIABLES :: This script requires to be executed inside one Visual Studio command line, :: in order for many of the tools and environment variables to be available. :: Additionally, it needs the following variables: :: - CMAKE_BUILD_TYPE: Kind of build: Release, RelWithDebInfo, Debug. :: - PYTHON_HOME: The Python installation directory. :: REQUIRED PERMISSIONS :: Practically, it is easier to be in the Adminstrators group to run the :: script, but it should be possible to execute as a normal user. :: The user will need permission to write files into the Windows SDK and the :: VisualC++ folder. @echo off setlocal enableextensions enabledelayedexpansion set icu_version_major=64 set icu_version_minor=2 set icu_version=%icu_version_major%_%icu_version_minor% set icu_version_dashed=%icu_version_major%-%icu_version_minor% set "exitOnError=|| (exit /b)" set current_directory=%~dp0 set current_directory=%current_directory:~0,-1% set source_root=%current_directory%\..\.. :: Resetting source_root with %CD% removes the ..\.. from the paths, and makes :: the output easier to read. cd %source_root% set source_root=%CD% set full_build_root=%source_root%\build mkdir %full_build_root% :: Use the shortest path we can for the build directory, to avoid Windows :: path problems as much as we can. subst S: /d subst S: %full_build_root% %exitOnError% set build_root=S: set install_directory=%build_root%\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr call :clone_repositories %exitOnError% call :download_icu %exitOnError% :: TODO: Disabled until we need LLBuild/SwiftPM in this build script. :: call :download_sqlite3 call :build_llvm %exitOnError% path %PATH%;%install_directory%\bin call :build_cmark %exitOnError% call :prepare_platform_modules %exitOnError% call :build_swift %exitOnError% call :build_lldb %exitOnError% call :build_libdispatch %exitOnError% path %source_root%\icu-%icu_version%\bin64;%install_directory%\bin;%build_root%\swift\bin;%build_root%\swift\libdispatch-prefix\bin;%PATH%;%ProgramFiles%\Git\usr\bin call :test_swift %exitOnError% call :test_libdispatch %exitOnError% goto :end endlocal :clone_repositories :: Clones the repositories used by the Windows build. :: It supposes that the swift repository is already cloned by CI. :: It supposes the %CD% is the source root. setlocal enableextensions enabledelayedexpansion git config --global core.autocrlf false git clone --depth 1 --single-branch https://github.com/apple/swift-cmark cmark %exitOnError% git clone --depth 1 --single-branch --branch swift/master https://github.com/apple/llvm-project llvm-project %exitOnError% mklink /D "%source_root%\clang" "%source_root%\llvm-project\clang" mklink /D "%source_root%\llvm" "%source_root%\llvm-project\llvm" mklink /D "%source_root%\lldb" "%source_root%\llvm-project\lldb" mklink /D "%source_root%\compiler-rt" "%source_root%\llvm-project\compiler-rt" mklink /D "%source_root%\libcxx" "%source_root%\llvm-project\libcxx" mklink /D "%source_root%\clang-tools-extra" "%source_root%\llvm-project\clang-tools-extra" git clone --depth 1 --single-branch https://github.com/apple/swift-corelibs-libdispatch %exitOnError% goto :eof endlocal :download_icu :: Downloads ICU, which will be used as a dependency for the Swift Standard :: Library and Foundation. setlocal enableextensions enabledelayedexpansion set file_name=icu4c-%icu_version%-Win64-MSVC2017.zip curl -L -O "https://github.com/unicode-org/icu/releases/download/release-%icu_version_dashed%/%file_name%" %exitOnError% :: unzip warns about the paths in the zip using slashes, which raises the :: errorLevel to 1. We cannot use exitOnError, and have to ignore errors. unzip -o %file_name% -d "%source_root%\icu-%icu_version%" exit /b 0 goto :eof endlocal :download_sqlite3 :: Downloads SQLite3, which will be used as a dependency for llbuild and :: Swift Package Manager. setlocal enableextensions enabledelayedexpansion set file_name=sqlite-amalgamation-3270200.zip curl -L -O "https://www.sqlite.org/2019/%file_name%" %exitOnError% unzip -o %file_name% %exitOnError% goto :eof endlocal :prepare_platform_modules :: Create files into the right places of the Windows SDK to the files in the :: swift repository, in order to consider the headers of the Windows SDK a :: module to compile Swift code against them. setlocal enableextensions enabledelayedexpansion copy /y "%source_root%\swift\stdlib\public\Platform\ucrt.modulemap" "%UniversalCRTSdkDir%\Include\%UCRTVersion%\ucrt\module.modulemap" %exitOnError% copy /y "%source_root%\swift\stdlib\public\Platform\winsdk.modulemap" "%UniversalCRTSdkDir%\Include\%UCRTVersion%\um\module.modulemap" %exitOnError% copy /y "%source_root%\swift\stdlib\public\Platform\visualc.modulemap" "%VCToolsInstallDir%\include\module.modulemap" %exitOnError% copy /y "%source_root%\swift\stdlib\public\Platform\visualc.apinotes" "%VCToolsInstallDir%\include\visualc.apinotes" %exitOnError% goto :eof endlocal :build_llvm :: Configures, builds, and installs LLVM setlocal enableextensions enabledelayedexpansion mkdir "%build_root%\llvm" %exitOnError% pushd "%build_root%\llvm" cmake "%source_root%\llvm"^ -G Ninja^ -DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%^ -DCMAKE_C_COMPILER=cl^ -DCMAKE_CXX_COMPILER=cl^ -DCMAKE_INSTALL_PREFIX:PATH=%install_directory%^ -DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-unknown-windows-msvc^ -DLLVM_ENABLE_PDB:BOOL=YES^ -DLLVM_ENABLE_ASSERTIONS:BOOL=YES^ -DLLVM_ENABLE_PROJECTS:STRING=clang^ -DLLVM_TARGETS_TO_BUILD:STRING="AArch64;ARM;X86"^ -DLLVM_INCLUDE_BENCHMARKS:BOOL=NO^ -DLLVM_INCLUDE_DOCS:BOOL=NO^ -DLLVM_INCLUDE_EXAMPLES:BOOL=NO^ -DLLVM_INCLUDE_GO_TESTS:BOOL=NO^ -DLLVM_TOOL_GOLD_BUILD:BOOL=NO^ -DLLVM_ENABLE_OCAMLDOC:BOOL=NO^ -DLLVM_ENABLE_LIBXML2:BOOL=NO^ -DLLVM_ENABLE_ZLIB:BOOL=NO^ -DENABLE_X86_RELAX_RELOCATIONS:BOOL=YES^ -DLLVM_INSTALL_BINUTILS_SYMLINKS:BOOL=YES^ -DLLVM_INSTALL_TOOLCHAIN_ONLY:BOOL=YES^ -DLLVM_TOOLCHAIN_TOOLS:STRING="addr2line;ar;c++filt;dsymutil;dwp;llvm-ar;llvm-cov;llvm-cvtres;llvm-cxxfilt;llvm-dlltool;llvm-dwp;llvm-ranlib;llvm-lib;llvm-mt;llvm-nm;llvm-objdump;llvm-pdbutil;llvm-profdata;llvm-rc;llvm-readelf;llvm-readobj;llvm-size;llvm-strip;llvm-symbolizer;llvm-undname;nm;objcopy;objdump;ranlib;readelf;size;strings"^ -DCLANG_TOOLS="clang;clang-format;clang-headers;clang-tidy"^ -DCMAKE_CXX_FLAGS:STRING="/GS- /Oy"^ -DCMAKE_EXE_LINKER_FLAGS:STRING=/INCREMENTAL:NO^ -DCMAKE_SHARED_LINKER_FLAGS:STRING=/INCREMENTAL:NO %exitOnError% popd cmake --build "%build_root%\llvm" %exitOnError% cmake --build "%build_root%\llvm" --target install %exitOnError% goto :eof endlocal :build_cmark :: Configures and builds CMark setlocal enableextensions enabledelayedexpansion mkdir "%build_root%\cmark" %exitOnError% pushd "%build_root%\cmark" cmake "%source_root%\cmark"^ -G Ninja^ -DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%^ -DCMAKE_C_COMPILER=cl^ -DCMAKE_CXX_COMPILER=cl^ -DCMAKE_CXX_FLAGS:STRING="/GS- /Oy"^ -DCMAKE_EXE_LINKER_FLAGS:STRING=/INCREMENTAL:NO^ -DCMAKE_SHARED_LINKER_FLAGS:STRING=/INCREMENTAL:NO %exitOnError% popd cmake --build "%build_root%\cmark" %exitOnError% goto :eof endlocal :build_swift :: Configures, builds, and installs Swift and the Swift Standard Library setlocal enableextensions enabledelayedexpansion mkdir "%build_root%\swift" %exitOnError% pushd "%build_root%\swift" :: SWIFT_PARALLEL_LINK_JOBS=8 allows the build machine to use as many CPU as :: possible, while not exhausting the RAM. cmake "%source_root%\swift"^ -G Ninja^ -DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%^ -DCMAKE_C_COMPILER=cl^ -DCMAKE_CXX_COMPILER=cl^ -DCMAKE_INSTALL_PREFIX:PATH=%install_directory%^ -DClang_DIR:PATH=%build_root%\llvm\lib\cmake\clang^ -DSWIFT_PATH_TO_CMARK_BUILD:PATH=%build_root%\cmark^ -DSWIFT_PATH_TO_CMARK_SOURCE:PATH=%source_root%\cmark^ -DSWIFT_PATH_TO_LIBDISPATCH_SOURCE:PATH=%source_root%\swift-corelibs-libdispatch^ -DLLVM_DIR:PATH=%build_root%\llvm\lib\cmake\llvm^ -DSWIFT_INCLUDE_DOCS:BOOL=NO^ -DSWIFT_WINDOWS_x86_64_ICU_UC_INCLUDE:PATH=%source_root%\icu-%icu_version%\include\unicode^ -DSWIFT_WINDOWS_x86_64_ICU_UC:PATH=%source_root%\icu-%icu_version%\lib64\icuuc.lib^ -DSWIFT_WINDOWS_x86_64_ICU_I18N_INCLUDE:PATH=%source_root%\icu-%icu_version%\include^ -DSWIFT_WINDOWS_x86_64_ICU_I18N:PATH=%source_root%\icu-%icu_version%\lib64\icuin.lib^ -DSWIFT_BUILD_DYNAMIC_STDLIB:BOOL=YES^ -DSWIFT_BUILD_DYNAMIC_SDK_OVERLAY:BOOL=YES^ -DSWIFT_BUILD_STATIC_STDLIB:BOOL=NO^ -DSWIFT_BUILD_STATIC_SDK_OVERLAY:BOOL=NO^ -DLLVM_INSTALL_TOOLCHAIN_ONLY:BOOL=YES^ -DSWIFT_BUILD_SOURCEKIT:BOOL=YES^ -DSWIFT_ENABLE_SOURCEKIT_TESTS:BOOL=YES^ -DSWIFT_INSTALL_COMPONENTS="autolink-driver;compiler;clang-resource-dir-symlink;stdlib;sdk-overlay;editor-integration;tools;sourcekit-inproc;swift-remote-mirror;swift-remote-mirror-headers"^ -DSWIFT_PARALLEL_LINK_JOBS=8^ -DPYTHON_EXECUTABLE:PATH=%PYTHON_HOME%\python.exe^ -DCMAKE_CXX_FLAGS:STRING="/GS- /Oy"^ -DCMAKE_EXE_LINKER_FLAGS:STRING=/INCREMENTAL:NO^ -DCMAKE_SHARED_LINKER_FLAGS:STRING=/INCREMENTAL:NO %exitOnError% popd cmake --build "%build_root%\swift" %exitOnError% cmake --build "%build_root%\swift" --target install %exitOnError% goto :eof endlocal :test_swift :: Tests the Swift compiler and the Swift Standard Library setlocal enableextensions enabledelayedexpansion cmake --build "%build_root%\swift" --target check-swift %exitOnError% goto :eof endlocal :build_lldb :: Configures, builds, and installs LLDB setlocal enableextensions enabledelayedexpansion mkdir "%build_root%\lldb" %exitOnError% pushd "%build_root%\lldb" cmake "%source_root%\lldb"^ -G Ninja^ -DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%^ -DCMAKE_C_COMPILER=clang-cl^ -DCMAKE_CXX_COMPILER=clang-cl^ -DCMAKE_INSTALL_PREFIX:PATH=%install_directory%^ -DLLVM_DIR:PATH=%build_root%\llvm\lib\cmake\llvm^ -DClang_DIR:PATH=%build_root%\llvm\lib\cmake\clang^ -DSwift_DIR:PATH=%build_root%\swift\lib\cmake\swift^ -DLLVM_ENABLE_ASSERTIONS:BOOL=YES^ -DLLDB_USE_STATIC_BINDINGS:BOOL=YES^ -DPYTHON_HOME:PATH=%PYTHON_HOME%^ -DCMAKE_CXX_FLAGS:STRING="/GS- /Oy"^ -DCMAKE_EXE_LINKER_FLAGS:STRING=/INCREMENTAL:NO^ -DCMAKE_SHARED_LINKER_FLAGS:STRING=/INCREMENTAL:NO^ -DLLDB_INCLUDE_TESTS:BOOL=NO %exitOnError% popd cmake --build "%build_root%\lldb" %exitOnError% cmake --build "%build_root%\lldb" --target install %exitOnError% goto :eof endlocal :build_libdispatch :: Configures, builds, and installs Dispatch setlocal enableextensions enabledelayedexpansion mkdir "%build_root%\swift-corelibs-libdispatch" %exitOnError% pushd "%build_root%\swift-corelibs-libdispatch" cmake "%source_root%\swift-corelibs-libdispatch"^ -G Ninja^ -DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%^ -DCMAKE_C_COMPILER=clang-cl^ -DCMAKE_CXX_COMPILER=clang-cl^ -DCMAKE_Swift_COMPILER=swiftc^ -DSwift_DIR:PATH=%build_root%\swift\lib\cmake\swift^ -DCMAKE_INSTALL_PREFIX:PATH=%install_directory%^ -DCMAKE_C_COMPILER_TARGET=x86_64-unknown-windows-msvc^ -DCMAKE_CXX_COMPILER_TARGET=x86_64-unknown-windows-msvc^ -DENABLE_SWIFT:BOOL=YES^ -DENABLE_TESTING:BOOL=YES^ -DCMAKE_C_FLAGS:STRING="${CMAKE_C_FLAGS} --target=x86_64-unknown-windows-msvc /GS- /Oy /Gw /Gy"^ -DCMAKE_CXX_FLAGS:STRING="${CMAKE_CXX_FLAGS} --target=x86_64-unknown-windows-msvc /GS- /Oy /Gw /Gy"^ -DCMAKE_EXE_LINKER_FLAGS:STRING="/INCREMENTAL:NO"^ -DCMAKE_SHARED_LINKER_FLAGS:STRING="/INCREMENTAL:NO"^ -DCMAKE_Swift_COMPILER_TARGET:STRING=x86_64-unknown-windows-msvc^ -DCMAKE_Swift_FLAGS:STRING="-resource-dir \"%install_directory%\lib\swift\""^ -DCMAKE_Swift_LINK_FLAGS:STRING="-resource-dir \"%install_directory%\lib\swift\"" %exitOnError% popd cmake --build "%build_root%\swift-corelibs-libdispatch" %exitOnError% cmake --build "%build_root%\swift-corelibs-libdispatch" --target install %exitOnError% goto :eof endlocal :test_libdispatch :: Tests libdispatch C interface setlocal enableextensions enabledelayedexpansion cmake --build "%build_root%\swift-corelibs-libdispatch" --target ExperimentalTest %exitOnError% goto :eof endlocal :end
karwa/swift
utils/build-windows.bat
bat
apache-2.0
13,048
cmd_scripts/kconfig/zconf.tab.o := gcc -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -Iscripts/kconfig -c -o scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c deps_scripts/kconfig/zconf.tab.o := \ scripts/kconfig/zconf.tab.c \ /usr/include/ctype.h \ /usr/include/features.h \ /usr/include/i386-linux-gnu/bits/predefs.h \ /usr/include/i386-linux-gnu/sys/cdefs.h \ /usr/include/i386-linux-gnu/bits/wordsize.h \ /usr/include/i386-linux-gnu/gnu/stubs.h \ /usr/include/i386-linux-gnu/gnu/stubs-32.h \ /usr/include/i386-linux-gnu/bits/types.h \ /usr/include/i386-linux-gnu/bits/typesizes.h \ /usr/include/endian.h \ /usr/include/i386-linux-gnu/bits/endian.h \ /usr/include/i386-linux-gnu/bits/byteswap.h \ /usr/include/xlocale.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include/stdarg.h \ /usr/include/stdio.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include/stddef.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/include/i386-linux-gnu/bits/stdio_lim.h \ /usr/include/i386-linux-gnu/bits/sys_errlist.h \ /usr/include/i386-linux-gnu/bits/stdio.h \ /usr/include/i386-linux-gnu/bits/stdio2.h \ /usr/include/stdlib.h \ /usr/include/i386-linux-gnu/bits/waitflags.h \ /usr/include/i386-linux-gnu/bits/waitstatus.h \ /usr/include/i386-linux-gnu/sys/types.h \ /usr/include/time.h \ /usr/include/i386-linux-gnu/sys/select.h \ /usr/include/i386-linux-gnu/bits/select.h \ /usr/include/i386-linux-gnu/bits/sigset.h \ /usr/include/i386-linux-gnu/bits/time.h \ /usr/include/i386-linux-gnu/bits/select2.h \ /usr/include/i386-linux-gnu/sys/sysmacros.h \ /usr/include/i386-linux-gnu/bits/pthreadtypes.h \ /usr/include/alloca.h \ /usr/include/i386-linux-gnu/bits/stdlib.h \ /usr/include/string.h \ /usr/include/i386-linux-gnu/bits/string.h \ /usr/include/i386-linux-gnu/bits/string2.h \ /usr/include/i386-linux-gnu/bits/string3.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include/stdbool.h \ scripts/kconfig/lkc.h \ scripts/kconfig/expr.h \ /usr/include/libintl.h \ /usr/include/locale.h \ /usr/include/i386-linux-gnu/bits/locale.h \ scripts/kconfig/lkc_proto.h \ scripts/kconfig/zconf.hash.c \ scripts/kconfig/lex.zconf.c \ /usr/include/errno.h \ /usr/include/i386-linux-gnu/bits/errno.h \ /usr/include/linux/errno.h \ /usr/include/i386-linux-gnu/asm/errno.h \ /usr/include/asm-generic/errno.h \ /usr/include/asm-generic/errno-base.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include-fixed/limits.h \ /usr/lib/gcc/i686-linux-gnu/4.6/include-fixed/syslimits.h \ /usr/include/limits.h \ /usr/include/i386-linux-gnu/bits/posix1_lim.h \ /usr/include/i386-linux-gnu/bits/local_lim.h \ /usr/include/linux/limits.h \ /usr/include/i386-linux-gnu/bits/posix2_lim.h \ /usr/include/unistd.h \ /usr/include/i386-linux-gnu/bits/posix_opt.h \ /usr/include/i386-linux-gnu/bits/environments.h \ /usr/include/i386-linux-gnu/bits/confname.h \ /usr/include/getopt.h \ /usr/include/i386-linux-gnu/bits/unistd.h \ scripts/kconfig/util.c \ scripts/kconfig/confdata.c \ /usr/include/i386-linux-gnu/sys/stat.h \ /usr/include/i386-linux-gnu/bits/stat.h \ scripts/kconfig/expr.c \ scripts/kconfig/symbol.c \ /usr/include/regex.h \ /usr/include/i386-linux-gnu/gnu/option-groups.h \ /usr/include/i386-linux-gnu/sys/utsname.h \ /usr/include/i386-linux-gnu/bits/utsname.h \ scripts/kconfig/menu.c \ scripts/kconfig/zconf.tab.o: $(deps_scripts/kconfig/zconf.tab.o) $(deps_scripts/kconfig/zconf.tab.o):
valentinthirion/android-tracebox-busybox
scripts/kconfig/.zconf.tab.o.cmd
bat
gpl-2.0
3,574
@echo off rem This constructs a subset of the GeoIP-to-ASN mapping database provided rem by http://www.maxmind.com/app/asnum which is restricted to the specific rem ISPs that we support filtering. rem Since our query volume will be low, and the turnover of the netblocks rem for these ISPs also low, the intent here is to avoid having to use a rem full or very expensive GeoIP database when all we need is to be able to rem do a quick mapping to decide which of the supported ISPs a call is rem coming from. rem Note that these ISPs can use more than one AS reference number, hence rem the name match here; this is just a quick manual prefilter before I rem decide how to convert the netblocks into some other form, be that data rem for for loading into app engine or a set of Python literals. rem Another handy thing to do is load the extracted CSV file into a Google rem Docs spreadsheet to play with; I did this to confirm the specific ASN rem codes used for the ISPs, since they sometimes have multiple assigned rem numbers; mapping the ASxxx numbers to an internal ID seems simplest, findstr /r "TelstraClear Orcon Snap.Internet Canterbury Victoria.University CallPlus of.Waikato WorldxChange" %1 >netblock.csv findstr /r "ADSData Vodafone.NZ Telecom.New Telecom.XTRA Netgate InSPire.Net" %1 >>netblock.csv rem Targeting these Australian ISPs for now since they seem the biggest and rem some people from them have installed the limiter tool findstr /r "Telstra.Pty iiNet Internode Optus Microplex Primus" %1 > netblock2.csv rem Other Australian ISPs, some connected with iiNet various ways findstr /r "Westnet.Internet Netspace.Online Adam.Internet" %1 > netblock3.csv rem South Africa/Iceland - AS3741 is Internet Solutions LIR but it's in the rem registry as plain "IS" which isn't helpful, AS12969 is Vodafone Iceland rem under an Icelandic name findstr /r "webafrica AS3741 AS12969" %1 > netblock4.csv rem Google, who for some reason account for a few installs (possibly due to rem automated malware scanning for Google Code downloads?) findstr /r "Google,.Inc Google.Inc" %1 > netblock5.csv rem US ISPs rem No idea what to use for these yet, but starting to see installs findstr /r "Comcast.Cable" %1 > netblock6.csv
Optimusprimeums/steam-limiter
updateapp/geofilter.bat
bat
bsd-2-clause
2,291
@echo off :: ---------------------- :: KUDU Deployment Script :: ---------------------- :: Prerequisites :: ------------- :: Verify node.js installed where node 2>nul >nul IF %ERRORLEVEL% NEQ 0 ( echo Missing node.js executable, please install node.js, if already installed make sure it can be reached from current environment. goto error ) :: Setup :: ----- setlocal enabledelayedexpansion SET ARTIFACTS=%~dp0%artifacts IF NOT DEFINED DEPLOYMENT_SOURCE ( SET DEPLOYMENT_SOURCE=%~dp0%.. ) IF NOT DEFINED DEPLOYMENT_TARGET ( SET DEPLOYMENT_TARGET=%ARTIFACTS%\wwwroot ) IF NOT DEFINED NEXT_MANIFEST_PATH ( SET NEXT_MANIFEST_PATH=%ARTIFACTS%\manifest IF NOT DEFINED PREVIOUS_MANIFEST_PATH ( SET PREVIOUS_MANIFEST_PATH=%ARTIFACTS%\manifest ) ) IF NOT DEFINED KUDU_SYNC_CMD ( :: Install kudu sync echo Installing Kudu Sync call npm install kudusync -g --silent IF !ERRORLEVEL! NEQ 0 goto error :: Locally just running "kuduSync" would also work SET KUDU_SYNC_CMD=node "%appdata%\npm\node_modules\kuduSync\bin\kuduSync" ) IF NOT DEFINED DEPLOYMENT_TEMP ( SET DEPLOYMENT_TEMP=%temp%\___deployTemp%random% SET CLEAN_LOCAL_DEPLOYMENT_TEMP=true ) IF DEFINED CLEAN_LOCAL_DEPLOYMENT_TEMP ( IF EXIST "%DEPLOYMENT_TEMP%" rd /s /q "%DEPLOYMENT_TEMP%" mkdir "%DEPLOYMENT_TEMP%" ) IF NOT DEFINED MSBUILD_PATH ( SET MSBUILD_PATH=%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe ) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Deployment :: ---------- echo Handling .NET Web Application deployment. :: 1. Build to the temporary path %MSBUILD_PATH% "%DEPLOYMENT_SOURCE%\src\NuGetGallery\NuGetGallery.csproj" /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="%DEPLOYMENT_TEMP%";AutoParameterizationWebConfigConnectionStrings=false;Configuration=Release /p:SolutionDir="%DEPLOYMENT_SOURCE%\.\\" %SCM_BUILD_ARGS% IF !ERRORLEVEL! NEQ 0 goto error :: 2. Deployment Prep powershell -ExecutionPolicy Unrestricted -NoProfile -NoLogo "& %~dp0DeployFrontend.ps1" IF !ERRORLEVEL! NEQ 0 goto error :: 3. KuduSync call %KUDU_SYNC_CMD% -v 50 -f "%DEPLOYMENT_TEMP%" -t "%DEPLOYMENT_TARGET%" -n "%NEXT_MANIFEST_PATH%" -p "%PREVIOUS_MANIFEST_PATH%" -i ".git;.hg;.deployment;deploy.cmd" IF !ERRORLEVEL! NEQ 0 goto error :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: goto end :error echo An error has occurred during web site deployment. call :exitSetErrorLevel call :exitFromFunction 2>nul :exitSetErrorLevel exit /b 1 :exitFromFunction () :end echo Finished successfully.
mtian/SiteExtensionGallery
build/DeployFrontend.cmd
bat
apache-2.0
2,724
executable = job_dagman_metrics-A-node.pl arguments = "$(nodename)" universe = scheduler notification = NEVER output = job_dagman_metrics-A-$(nodename).out error = job_dagman_metrics-A-$(nodename).err queue
htcondor/htcondor
src/condor_tests/job_dagman_metrics-A-node.cmd
bat
apache-2.0
209
@echo off echo === Compiling documentation === echo. copy overview.txt ..\addons copy CBA_logo_large.png ..\addons perl "C:\Program Files (x86)\NaturalDocs-1.52\NaturalDocs" -r -i "..\addons" -o HTML "..\docs" -p "ndocs-project" -s Default cba del /Q ..\addons\overview.txt del /Q ..\addons\CBA_logo_large.png echo. echo === Packaging documentation === echo. del /F /Q "..\store\function_library.tar" tar -C ..\ -cf ..\store\function_library.tar docs pause
MikeMatrix/CBA_A3
tools/make_docs.bat
bat
gpl-2.0
459
@echo off rem This script installs OpenSC rem Parameters: rem user - Install for this user only. setlocal set MODE=%1 set KEY=HKEY_LOCAL_MACHINE if "%MODE%" == "user" set KEY=HKEY_CURRENT_USER cd %0\..\.. if not exist bin\opensc-tool.exe goto error for /f %%f in (".") do set OPENSC_HOME=%%~ff set OPENSC_HOME_ESCAPED=%OPENSC_HOME:\=\\% set REG_FILE=%TEMP%\opensc-install.reg echo Windows Registry Editor Version 5.00 > %REG_FILE% echo [%KEY%\SOFTWARE\OpenSC Project\OpenSC] >> %REG_FILE% echo "ConfigFile"="%OPENSC_HOME_ESCAPED%\\etc\\opensc.conf" >> %REG_FILE% echo [%KEY%\SOFTWARE\PKCS11-Spy] >> %REG_FILE% echo "Module"="%OPENSC_HOME_ESCAPED%\\bin\\opensc-pkcs11.dll" >> %REG_FILE% regedit /s %REG_FILE% del /q %REG_FILE% "%OPENSC_HOME%\bin\opensc-tool" -S "app:default:profile_dir:%OPENSC_HOME%\share\opensc" echo You may also want to add "%OPENSC_HOME%\bin" to your PATH, for use by other applications. goto end :error echo Invalid installation goto end :end endlocal
dirkx/OpenSC.tokend
win32/opensc-install.bat
bat
lgpl-2.1
1,038
del services.h del services_lock.h del ublue_setup.gen.out.txt "%NRFGOSTUDIOPATH%\nrfgostudio.exe" -nrf8001 -g UART_over_BLE.xml -codeGenVersion 1 -o .
RedBearLab/ble-sdk-arduino
libraries/Nordic_nRF8001/examples/ble_uart_project_with_dfu_template/run_me_compile_xml_to_nRF8001_setup.bat
bat
mit
152
@echo off :: Mock windows assembler. cl /MD /c %1 /Fo"%2"
ibc/MediaSoup
worker/deps/gyp/test/assembly/src/as.bat
bat
isc
59
C:\Ruby200\bin\ruby.exe e:\small_fish\lib\1_data_collection\daily_data\save_daily_data_into_one_text.rb
grasp/small_fish
lib/9_cron/get_daily_data.bat
bat
mit
103
set DJANGO_SETTINGS_MODULE=censusreporter.config.dev.settings python manage.py runserver
johnlscott/cr
run-dev.cmd
bat
mit
90
@echo off if "%1" == "" goto error CALL triangulate.bat 30 0.0005 "..\..\Data\Meshes\%1.poly" goto end :error echo ERROR: An argument is required :end
BartSiwek/Neurotransmitter2D
MeshCreator/scripts/standardTriangulation.bat
bat
mit
155
cd /d "%~dp0" del /S/Q ..\output\*.pdb del /S/Q ..\output\Galasoft.* del /S/Q ..\output\Microsoft.Phone.* del /S/Q ..\output\Microsoft.Practices.ServiceLocation.* del /S/Q ..\output\Microsoft.Xaml.* del /S/Q ..\output\System.Reactive.* del /S/Q ..\output\Microsoft.Xaml.* del /S/Q ..\output\System.Windows.Interactivity.* del /S/Q ..\output\IBehaviorP.* del /S/Q "..\output\wpwinnl\lib\portable-win81+wpa81\WpWinNl.dll" del /S/Q "..\output\wpwinnl\lib\portable-win81+wpa81\WpWinNl.pri" del /S/Q "..\output\wpwinnl\lib\portable-win81+wpa81\WpWinNl.External.dll" del /S/Q "..\output\wpwinnl\lib\portable-win81+wpa81\WpWinNl.External.pri" del /S/Q "..\output\wpwinnl\lib\wpa81\WpWinNl.dll" del /S/Q "..\output\wpwinnl\lib\wpa81\WpWinNl.pri" del /S/Q "..\output\wpwinnl\lib\wpa81\WpWinNl.External.dll" del /S/Q "..\output\wpwinnl\lib\wpa81\WpWinNl.External.pri" del /S/Q "..\output\wpwinnl\lib\WindowsPhone8\WpWinNl.dll" del /S/Q "..\output\wpwinnl\lib\WindowsPhone8\WpWinNl.pri" del /S/Q "..\output\wpwinnl\lib\WindowsPhone8\WpWinNl.External.dll" del /S/Q "..\output\wpwinnl\lib\WindowsPhone8\WpWinNl.External.pri" del /S/Q "..\output\wpwinnl_maps\lib\wpa81\WpWinNl.dll" del /S/Q "..\output\wpwinnl_maps\lib\wpa81\WpWinNl.pri" del /S/Q "..\output\wpwinnl_maps\lib\wpa81\WpWinNl.External.dll" del /S/Q "..\output\wpwinnl_maps\lib\wpa81\WpWinNl.External.pri" mkdir ..\output\wpwinnl_basic\tools copy *.ps1 ..\output\wpwinnl_basic\tools ..\.nuget\Nuget pack ..\SolutionInfo\WpWinNl.nuspec -BasePath ..\output\wpwinnl -OutputDirectory ..\output ..\.nuget\Nuget pack ..\SolutionInfo\WpWinNlBasic.nuspec -BasePath ..\output\wpwinnl_basic -OutputDirectory ..\output ..\.nuget\Nuget pack ..\SolutionInfo\WpWinNlMaps.nuspec -BasePath ..\output\wpwinnl_maps -OutputDirectory ..\output
LocalJoost/WpWinNl
tools/packagebuilder.cmd
bat
mit
1,783
$@.
dopefishh/mc1516pa
modelchecker/tests/2.bat
bat
mit
4
dotnet build src/Ornament.Domain -c:Release -o:.\Bin\net461 --framework:net461 dotnet build src/Ornament -c:Release -o:.\Bin\net461 --framework:net461 dotnet build src/Uow/Ornament.Uow.DbConnection -c:Release -o:.\Bin\net461 --framework:net461 dotnet build src/Ornament.Uow.Web -c:Release -o:.\Bin\net461 --framework:net461 dotnet build src/Ornament.Domain -c:Release -o:.\Bin\netstandard1.6 --framework:netstandard1.6 dotnet build src/Ornament -c:Release -o:.\Bin\netstandard1.6 --framework:netstandard1.6 dotnet build src/Uow/Ornament.Uow.DbConnection -c:Release -o:.\Bin\net461 --framework:netstandard1.6 dotnet build src/Ornament.Uow.Web -c:Release -o:.\Bin\netstandard1.6 --framework:netstandard1.6
luqizheng/Ornament.Core
build.bat
bat
mit
704
java -mx500m -cp "/C:/Users/Compaq 6910p/Documents/R/win-library/3.4/dismo/java/maxent.jar;C:/Users/Compaq 6910p/Documents/R/win-library/3.4/rJava/java/boot;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java\dismo.jar;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java\maxent.jar" density.Explain -l E:\github_mauriciovancine\R-ENM\data\temp\raster\maxent\2251572362\species.lambdas -c E:\github_mauriciovancine\R-ENM\data\temp\raster\maxent\2251572362\species.asc E:\github_mauriciovancine\R-ENM\data\temp\raster\maxent\2251572362\absence @if errorlevel 1 pause
mauriciovancine/enm_r
data/temp/raster/maxent/2251572362/species_explain.bat
bat
mit
644
rmdir /s /Q chrome_app mkdir chrome_app copy /y chrome\manifest.json chrome_app\manifest.json xcopy /y /s images\*.png chrome_app\images\
M1nified/Sierotki.pl
build_chrome_app.bat
bat
mit
137
%~d0 cd %~p0 cmd /k java -classpath ".\lib\core\*;.\lib\aeromock-server\*;.\lib\aeromock-cli\*;.\lib\templates\aeromock-freemarker\*;lib\templates\aeromock-handlebars-java\*;lib\templates\aeromock-jade4j\*;lib\templates\aeromock-velocity\*;lib\templates\aeromock-groovy-template\*;lib\templates\aeromock-thymeleaf\*" ^ -Xmx128m ^ -Xms64m ^ -XX:MaxPermSize=128m ^ -XX:PermSize=64m ^ jp.co.cyberagent.aeromock.Aeromock %*
CyberAgent/aeromock-brew
resources/aeromock.bat
bat
mit
430
..\cov-analysis\bin\cov-build.exe --dir cov-int "%WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" /t:Rebuild MimeKit.Net40.sln
nachocove/MimeKit
cov-build.bat
bat
mit
135
@echo off SETLOCAL EnableDelayedExpansion SETLOCAL EnableExtensions Echo.-------------------------------------------------------------------------- Echo.This script shall run cpplint for all source code files in the project. Set g_log=%CD%\cpplint.log Set g_python_path=python.exe Set g_cpplint_arg=%CD%\cpplint\cpplint.py --output=vs7 Echo.Should use log file [!g_log!]. Echo.-------------------------------------------------------------------------- REM Identify the files that need to be parsed. Call :doProcessing.ALL GoTo :eof REM --------------------------------- REM Internal processing of all files. REM --------------------------------- :doProcessing.ALL REM Go to the parent folder. PushD .. Echo. ... Changed directory to [!CD!] REM Get the contents of the include subfolder Echo.Please stand by while the script analyses the header files... FOR /f "tokens=*" %%G IN ('dir /b /s include\*.h /O:N') DO ( Call :doProcessing.SingleFile %%G ) Echo.Please stand by while the script analyses the source files... FOR /f "tokens=*" %%G IN ('dir /b /s src\*.cpp /O:N') DO ( Set lcl_baseFileName=%%G Call :doProcessing.SingleFile !lcl_baseFileName! ) Echo.Please stand by while the script analyses the source files... FOR /f "tokens=*" %%G IN ('dir /b /s testfiles\*.cpp,testfiles\*.h /O:N') DO ( Set lcl_baseFileName=%%G Call :doProcessing.SingleFile !lcl_baseFileName! ) PopD Echo. ... Changed directory to [!CD!] GoTo :eof REM --------------------------------------------- REM Internal processing of a single file REM Can be called several times :-) REM @param 1 The name of the file to process. REM --------------------------------------------- :doProcessing.SingleFile paramFileName REM Build the command. Call !g_python_path! !g_cpplint_arg! %1 >>!g_log! 2>&1 GoTo :eof Rem ------------------------------------------------------------------------------------ Rem Get the date in a nice format. Rem Solution from: http://ss64.com/nt/syntax-getdate.html :getDateYYYYMMDD _my_date SetLocal Rem This will return date into environment vars Rem Works on any NT/2K/XP machine independent of regional date settings Rem E.g. 20 March 2002 For /f "tokens=1-4 delims=/-. " %%G In ('Date /t') Do (Call :s_fixdate %%G %%H %%I %%J) EndLocal&Set %1=%yy%.%mm%.%dd% :s_fixdate If "%1:~0,1%" GTR "9" Shift For /f "skip=1 tokens=2-4 delims=(-)" %%G In ('Echo.^|date') DO ( Set %%G=%1&Set %%H=%2&Set %%I=%3) GoTo :eof Rem ------------------------------------------------------------------------------------
dezGusty/serpents
tools/runcpplint.bat
bat
mit
2,658
docker run -it --net=host --rm -e NETWORKID=9876 -v blockchain-volume-dev:/root/ kdwavestone/ethereum-node:v1
descampsk/wavevote
WaveVote_Docker_Ethereum_Node/wavevote_start_docker_ethereum_node.bat
bat
mit
109
cmd_arch/arm/boot/compressed/lib1funcs.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-gcc -Wp,-MD,arch/arm/boot/compressed/.lib1funcs.o.d -nostdinc -isystem /home/xdf-531/Desktop/rtLinux_V2/tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/../lib/gcc/arm-bcm2708hardfp-linux-gnueabi/4.7.1/include -I./arch/arm/include -Iarch/arm/include/generated -Iinclude -I./arch/arm/include/uapi -Iarch/arm/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-bcm2709/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -mfpu=vfp -funwind-tables -marm -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -DZIMAGE -c -o arch/arm/boot/compressed/lib1funcs.o arch/arm/boot/compressed/lib1funcs.S source_arch/arm/boot/compressed/lib1funcs.o := arch/arm/boot/compressed/lib1funcs.S deps_arch/arm/boot/compressed/lib1funcs.o := \ $(wildcard include/config/aeabi.h) \ 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/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) \ $(wildcard include/config/kprobes.h) \ include/linux/stringify.h \ include/linux/export.h \ $(wildcard include/config/have/underscore/symbol/prefix.h) \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ arch/arm/include/asm/linkage.h \ arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/cpu/v7m.h) \ $(wildcard include/config/preempt/count.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/cpu/use/domains.h) \ arch/arm/include/asm/ptrace.h \ $(wildcard include/config/arm/thumb.h) \ arch/arm/include/uapi/asm/ptrace.h \ arch/arm/include/asm/hwcap.h \ arch/arm/include/uapi/asm/hwcap.h \ arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ arch/arm/include/asm/opcodes-virt.h \ arch/arm/include/asm/opcodes.h \ $(wildcard include/config/cpu/endian/be32.h) \ arch/arm/include/asm/asm-offsets.h \ include/generated/asm-offsets.h \ arch/arm/include/asm/page.h \ $(wildcard include/config/mmu.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/sa1100.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/copy/v6.h) \ $(wildcard include/config/kuser/helpers.h) \ $(wildcard include/config/arm/lpae.h) \ $(wildcard include/config/have/arch/pfn/valid.h) \ include/asm-generic/getorder.h \ arch/arm/include/asm/thread_info.h \ $(wildcard include/config/crunch.h) \ $(wildcard include/config/arm/thumbee.h) \ arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ arch/arm/include/asm/unwind.h \ $(wildcard include/config/arm/unwind.h) \ arch/arm/boot/compressed/lib1funcs.o: $(deps_arch/arm/boot/compressed/lib1funcs.o) $(deps_arch/arm/boot/compressed/lib1funcs.o):
avareldalton85/rpi2-linux-rt
arch/arm/boot/compressed/.lib1funcs.o.cmd
bat
gpl-2.0
3,777
cmd_drivers/md/dm-mod.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/md/dm-mod.o drivers/md/dm.o drivers/md/dm-table.o drivers/md/dm-target.o drivers/md/dm-linear.o drivers/md/dm-stripe.o drivers/md/dm-ioctl.o drivers/md/dm-io.o drivers/md/dm-kcopyd.o drivers/md/dm-sysfs.o
sleshepic/epic_touch_kernel
drivers/md/.dm-mod.o.cmd
bat
gpl-2.0
321
C:\Python27\python.exe setup.py py2exe move dist\main.exe "HIP.exe" move dist\python27.dll "" move dist\library.zip "" RD /S /Q dist RD /S /Q build
zijistark/HIP-tools
installer/compile.bat
bat
gpl-2.0
148
extproc sh # # _srcdir=`pwd` CONFIG_SITE=${_srcdir}/os2/config.site export CONFIG_SITE # # # os2config version 1.5 by Jun SAWATAISHI <jsawa@attglobal.net> # # Purpose: Rewrite scripts (configure ...) and Makefile.in's # to run configure and make WITHOUT AUTOCONF. # # @@@ Required Executables @@@ # # HOBBES=ftp://hobbes.nmsu.edu/pub/os2 # LEO=ftp://ftp.leo.org/pub/comp/os/os2/leo # JSAWA=http://www2s.biglobe.ne.jp/~vtgf3mpr # # GNU find (find.exe) # LEO/gnu/systools/gnufind.zip ; v4.1 # HOBBES/util/disk/gnufind.zip ; v4.1 # GNU sed # JSAWA/gnu/sed.htm ; v3.02.80 # # GNU grep (grep.exe) # HOBBES/util/file/gnugrep.zip ; v2.0 # LEO/gnu/systools/gnugrep.zip ; v2.0 # JSAWA/gnu/grep.htm ; v2.3h or later # # GNU text utilities (cat,cut, head) ; # LEO/gnu/systools/gnututil.zip ; v1.19 # HOBBES/util/file/gnututil.zip ; v1.19 # JSAWA/gnu/text-util.htm ; v2.0 or later # # file - determine file type ; v3.30 # JSAWA/os2unix/file330.zip # # os2unix utility - tool to modify ; included in "os2" directory # configure, Makefile.in, .... # JSAWA/os2unix/os2unix.zip ; latest version # ##################################################################### add_arg=' ' prefix__=' ' __HOSTNAME=i386-pc-os2-emx function show_help { echo "\tStep 1 - modify configure, Makefile.in's, and scripts with \`os2unix'" echo "\tStep 2 - run configure according to one of three arguments below\n" echo " os2config DIR [intl] : for non-XFree86 program " echo " configure --prefix=DIR --mandir=DIR/share/man" echo " --infodir=DIR/share/man\n" echo " specify DIR where you want to install\n" echo " os2config auto [intl] : for non-XFree86 program " echo " if UNIXROOT environment variable is already set," echo " you may choose this option.\n" echo ' configure --prefix=${UNIXROOT}/usr --mandir=${UNIXROOT}/usr/share/man' echo ' --infodir=${UNIXROOT}/usr/share/info\n' echo " os2config x [intl] : for XFree86 program" echo ' configure --prefix=${X11ROOT}/XFree86' echo ' --datadir=${X11ROOT}/XFree86/lib/X11\n' echo " Add the second argument \"intl\", if you'd like to link programs" echo " with gettext library included in source." if grep DESTDIR Makefile >nul ; then echo "@@@NOTE@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n" echo " Makefile supports DESTDIR !\n" echo " Do not use drive letter for DIR(prefix). \n" echo " Please try again. \n\n" exit 0 fi } function do_os2unix { if [ ! -f 00os2unix_done.tmp ] ; then if ! os2unix -check ; then echo "\n\t Stopped because some utilities cannot be run" exit 1 fi os2unix -all os2unix -clean touch 00os2unix_done.tmp else echo "\n\tos2unix was already executed\n" fi } function do_patch { if [ ! -f 00patch_done.tmp ] ; then if [ -f os2/C_Source.diff ]; then patch -p1 < os2/C_Source.diff ; fi if [ -f os2/In-make.diff ] ; then patch -p1 < os2/In-make.diff ; fi if [ -f os2/Other.diff ] ; then patch -p1 < os2/Other.diff ; fi touch 00patch_done.tmp touch configure else echo "\n\tDiff files have already been applied\n" fi if [ -d intl ] ; then if ! grep __EMX__ intl/bindtextdom.c >nul ; then add_arg='' echo "\n\tGettext source has no OS/2 code." echo "\tIncluded gettext is not used\n" fi else echo "\n\tThere's no gettext source.\n" fi if [ -f os2configure.cmd ] ; then echo "-------------------------------------------------------------" echo "Recommendation!" echo " You had better run \`os2configure.cmd\', because this " echo " script will give proper argument to configure script. " echo "-------------------------------------------------------------" exit 0 fi if [ -f os2configure_make.cmd ] ; then echo "-------------------------------------------------------------" echo "Recommendation!" echo " You had better run \`os2configure_make.cmd\', because this " echo " script will give proper argument to configure script. " echo "-------------------------------------------------------------" exit 0 fi } function do_config { echo "configure --prefix=${prefix__} --mandir=${prefix__}/share/man" echo " --infodir=${prefix__}/share/info ${add_arg}" echo " --host=${__HOSTNAME}" echo " ......................................................." if [ -f ./configure ] ; then ./configure --prefix=${prefix__} --mandir=${prefix__}/share/man \ --infodir=${prefix__}/share/info ${add_arg}\ --host=${__HOSTNAME} else echo "\n\nWarnig: no configure script in top directory. " exit 0 fi } function x_config { echo "configure --prefix=${X11ROOT}/XFree86" echo " --datadir=${X11ROOT}/XFree86/lib/X11 $add_arg" echo " --host=${__HOSTNAME}" echo " ......................................................." if [ -f ./configure ] ; then ./configure --prefix="${X11ROOT}/XFree86" \ --datadir="${X11ROOT}/XFree86/lib/X11 ${add_arg}"\ --host=${__HOSTNAME} else echo "\n\nWarnig: no configure script in top directory. " exit 0 fi } if [ -z $1 ]; then show_help exit 0 fi if [ "$2" = "intl" ]; then add_arg=--with-included-gettext else echo "\n\tNo gettext source!" fi case "$1" in x) if [ -n "${X11ROOT}" ]; then do_os2unix do_patch x_config else echo "Error: set X11ROOT env. var.!!" exit 1 fi ;; auto) if [ -n "${UNIXROOT}" ]; then prefix__="${UNIXROOT}/usr" do_os2unix do_patch do_config else echo "Error: set UNIXROOT env. var.!!" exit 1 fi ;; /*|[a-zA-Z]:/*) if grep DESTDIR Makefile >nul ; then echo "@@@NOTE@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n" echo " Makefile supports DESTDIR !\n" echo " Do not use drive letter for prefix. \n" echo " Please try again. \n\n" exit 0 else prefix__="$1" do_os2unix do_patch do_config fi ;; *) echo "Error: first argument \"$1\" is not recognized" exit 1 ;; esac exit 0 # EOF
OS2World/APP-WORDPROC-GNU_texinfo
OS2tree/usr/src/redhat/SOURCES/OS2patch/os2config.cmd
bat
gpl-2.0
6,407
cmd_drivers/gpu/ion/built-in.o := rm -f drivers/gpu/ion/built-in.o; /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/gpu/ion/built-in.o
garwynn/D710SPR_GB27_Kernel
drivers/gpu/ion/.built-in.o.cmd
bat
gpl-2.0
163
cmd_drivers/media/video/samsung/built-in.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/media/video/samsung/built-in.o drivers/media/video/samsung/fimc/built-in.o drivers/media/video/samsung/mfc50/built-in.o drivers/media/video/samsung/jpeg_v2/built-in.o drivers/media/video/samsung/tv20/built-in.o drivers/media/video/samsung/g2d/built-in.o
sktjdgns1189/android_kernel_iriver_MX100
drivers/media/video/samsung/.built-in.o.cmd
bat
gpl-2.0
378
cmd_fs/devpts/devpts.o := /home/playfulgod/Android/2.3.5/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o fs/devpts/devpts.o fs/devpts/inode.o
Jewbie/Kernel-2.6.32
fs/devpts/.devpts.o.cmd
bat
gpl-2.0
168
cmd_drivers/scsi/sr_mod.o := ld -m elf_x86_64 -r -o drivers/scsi/sr_mod.o drivers/scsi/sr.o drivers/scsi/sr_ioctl.o drivers/scsi/sr_vendor.o
Existed/kernel-2.6.35.14
drivers/scsi/.sr_mod.o.cmd
bat
gpl-2.0
144
cmd_arch/arm/boot/dts/imx6q-sabresd-hdcp.dtb := arm-poky-linux-gnueabi-gcc -E -Wp,-MD,arch/arm/boot/dts/.imx6q-sabresd-hdcp.dtb.d.pre.tmp -nostdinc -I/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts -I/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include -I/second_extend/yocto_file/linux_yocto/drivers/of/testcase-data -undef -D__DTS__ -x assembler-with-cpp -o arch/arm/boot/dts/.imx6q-sabresd-hdcp.dtb.dts.tmp arch/arm/boot/dts/imx6q-sabresd-hdcp.dts ; /second_extend/yocto_file/linux_yocto/scripts/dtc/dtc -O dtb -o arch/arm/boot/dts/imx6q-sabresd-hdcp.dtb -b 0 -i arch/arm/boot/dts/ -d arch/arm/boot/dts/.imx6q-sabresd-hdcp.dtb.d.dtc.tmp arch/arm/boot/dts/.imx6q-sabresd-hdcp.dtb.dts.tmp ; cat arch/arm/boot/dts/.imx6q-sabresd-hdcp.dtb.d.pre.tmp arch/arm/boot/dts/.imx6q-sabresd-hdcp.dtb.d.dtc.tmp > arch/arm/boot/dts/.imx6q-sabresd-hdcp.dtb.d source_arch/arm/boot/dts/imx6q-sabresd-hdcp.dtb := arch/arm/boot/dts/imx6q-sabresd-hdcp.dts deps_arch/arm/boot/dts/imx6q-sabresd-hdcp.dtb := \ arch/arm/boot/dts/imx6q-sabresd.dts \ arch/arm/boot/dts/imx6q.dtsi \ /second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include/dt-bindings/interrupt-controller/irq.h \ arch/arm/boot/dts/imx6q-pinfunc.h \ arch/arm/boot/dts/imx6qdl.dtsi \ /second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include/dt-bindings/clock/imx6qdl-clock.h \ /second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include/dt-bindings/gpio/gpio.h \ arch/arm/boot/dts/skeleton.dtsi \ arch/arm/boot/dts/imx6qdl-sabresd.dtsi \ /second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include/dt-bindings/input/input.h \ arch/arm/boot/dts/imx6q-sabresd-hdcp.dtb: $(deps_arch/arm/boot/dts/imx6q-sabresd-hdcp.dtb) $(deps_arch/arm/boot/dts/imx6q-sabresd-hdcp.dtb):
heyoufei2/yocto3.14.38_kernel
arch/arm/boot/dts/.imx6q-sabresd-hdcp.dtb.cmd
bat
gpl-2.0
1,774
del /S /Q ..\lib\Grafica\DB perl script\grafica_create.pl model DB DBIC::Schema Grafica::DB create=static dbi:Pg:dbname=grafica_demo postgres ""
lcspereira/Grafica
script/recria_classes_db.bat
bat
gpl-2.0
146
resume export youarehired\index.html -t slick
ambitious-candidate/ambitious-candidate.github.io
export.bat
bat
gpl-3.0
45
rem Build a static version of Qt rem ============================ rem rem 1. Download the Qt library source code to C:\Qt\4.8.5 rem Source: http://qt-project.org/downloads#qt-lib rem rem 2. Download OpenSSL to C:\OpenSSL rem Source: http://slproweb.com/products/Win32OpenSSL.html rem rem 3. Build in C:\Qt\4.8.5 rem rem configure -openssl -I C:\OpenSSL\include -L C:\OpenSSL -static -release -platform win32-msvc2012 rem nmake sub-src rem Build a static application rem ========================== rem qmake.exe -spec win32-msvc2012 android-barcode-scanner-client.pro rem nmake release rem Fix the manifest rem ================ cd release mt.exe -manifest android-barcode-scanner-client.exe.manifest -outputresource:android-barcode-scanner-client.exe;1 cd ..
niklasf/android-barcode-scanner
client/fix-static-release-manifest.bat
bat
gpl-3.0
772
set ECDB_HOME="%1" set CATALINA_OPTS="-Djava.awt.headless=true" set CATALINA_BASE=%ECDB_HOME% set CATALINA_HOME=%TOMCAT_DIR% set CATALINA_PID=%CATALINA_BASE/logs/catalina.pid set CATALINA_LOG=%CATALINA_BASE/logs/catalina.out start %TOMCAT_DIR%\bin\catalina.bat %2
glycoinfo/eurocarbdb
application/Eurocarbdb/bin/catalina.bat
bat
gpl-3.0
263
set PATH=C:\msys64\bin;%PATH% set PATH=C:\msys64\usr\bin;%PATH% set PATH=C:\msys64\mingw64\bin;%PATH% set CC=gcc REM echo useful info bash --login -c "$CC -v" REM appveyor msys configure workaround "exec 0</dev/null" bash --login -c "cd `cygpath '%CD%'`; exec 0</dev/null; ./autoconf.sh" bash --login -c "cd `cygpath '%CD%'`; make"
uxcn/yafd
.appveyor/build_script.bat
bat
gpl-3.0
335
F:\c++\projects\nndk\bin\pmis.exe F:\c++\projects\nndk\data\ar9.txt -k4 -b100 @set /p getch="Press any key to continue..."
Re-bort/NNDK
examples/script/pmis.bat
bat
gpl-3.0
126
@echo off wcc386 -3r pmwbind IF ERRORLEVEL 1 goto quit IF ERRORLEVEL 0 goto link :link wlink system dos4g op stub=..\pmodew.exe file pmwbind :quit
vii1/DIV
pmwlite/src/pmwbind/c.bat
bat
gpl-3.0
147
PirateDemo.exe -vrmode Oculus
vmohan7/NaviPirateDemo
Builds/OculusPirateDemo.bat
bat
gpl-3.0
29
@echo off rem rem rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. rem rem Copyright 2008 Sun Microsystems, Inc. All rights reserved. rem rem The contents of this file are subject to the terms of either the GNU rem General Public License Version 2 only ("GPL") or the Common Development rem and Distribution License("CDDL") (collectively, the "License"). You rem may not use this file except in compliance with the License. You can obtain rem a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL.html rem or updatetool/LICENSE.txt. See the License for the specific rem language governing permissions and limitations under the License. rem rem When distributing the software, include this License Header Notice in each rem file and include the License file at glassfish/bootstrap/legal/LICENSE.txt. rem Sun designates this particular file as subject to the "Classpath" exception rem as provided by Sun in the GPL Version 2 section of the License file that rem accompanied this code. If applicable, add the following below the License rem Header, with the fields enclosed by brackets [] replaced by your own rem identifying information: "Portions Copyrighted [year] rem [name of copyright owner]" rem rem Contributor(s): rem rem If you wish your version of this file to be governed by only the CDDL or rem only the GPL Version 2, indicate your decision by adding "[Contributor] rem elects to include this software in this distribution under the [CDDL or GPL rem Version 2] license." If you don't indicate a single choice of license, a rem recipient has the option to distribute your version of this file under rem either the CDDL, the GPL Version 2 or to extend the choice of license to rem its licensees as provided above. However, if you add GPL Version 2 code rem and therefore, elected the GPL Version 2 license, then the option applies rem only if the new code is made subject to such option by the copyright rem holder. rem rem rem Startup wrapper for pkgrecv CLI rem setlocal set MY_HOME=%~dp0 set MY_PYTHON=%MY_HOME%\..\python2.4-minimal "%MY_PYTHON%\python.exe" "-E" "%MY_HOME%\pull.py" %* endlocal rem This exit sequence causes the return code to be passed to a calling process goto :end :returncode exit /B %ERRORLEVEL% :end call :returncode
marcellodesales/svnedge-console
ext/windows/pkg-toolkit/pkg/bin/pkgrecv.bat
bat
agpl-3.0
2,290
tlink /v @flopresp >>oops
dylancarlson/citplus
linkflop.bat
bat
unlicense
27
@ECHO OFF SET PHANTOMJS_BIN=%AppData%\npm\node_modules\phantomjs\lib\phantom\phantomjs.exe REM SET CHROME_BIN=C:\Program Files (x86)\Google\Chrome\Application\chrome.exe SET CHROME_BIN=%LOCALAPPDATA%\Google\Chrome\Application\chrome.exe SET FIREFOX_BIN=C:\Program Files (x86)\Mozilla Firefox\firefox.exe karma start --browsers PhantomJS,Chrome,Firefox,IE
HomeAgain/HomeAgainApi
karma.x64_ENV.bat
bat
apache-2.0
355
rdc c saucer.rdc image\saucer.til rdc c beam.rdc image\beam.til rdc c zorp.rdc image\zorp.til rdc c bkg01_t.rdc image\bkg01.til rdc c bkg01_m.rdc image\bkg01.map rdc c mtrshp_t.rdc image\mtrship.til rdc c mtrshp_m.rdc image\mtrship.map
haroldo-ok/really-old-stuff
megadrive/c_ark/data/mkgraph.bat
bat
apache-2.0
236
call signtool.exe sign /t http://timestamp.verisign.com/scripts/timstamp.dll /a MyVocabulary-setup.exe
KamilSvoboda/MyVocabulary
nsis-install/sign.bat
bat
apache-2.0
102
@echo off set fdir=%WINDIR%\Microsoft.NET\Framework64 if not exist %fdir% ( set fdir=%WINDIR%\Microsoft.NET\Framework ) set msbuild=%fdir%\v4.0.30319\msbuild.exe set outDir=bin\net40\Debug %msbuild% WebSocket4Net\WebSocket4Net.csproj /p:Configuration=Debug;OutDir=..\%outDir% /t:Clean;Rebuild FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" "Tools\ILMerge" /keyfile:"websocket4net.snk" /targetplatform:v4 /ndebug /out:%outDir%\WebSocket4Net.dll %outDir%\WebSocket4Net.dll %outDir%\SuperSocket.ClientEngine.Common.dll %outDir%\SuperSocket.ClientEngine.Core.dll %outDir%\SuperSocket.ClientEngine.Protocol.dll del %outDir%\SuperSocket.ClientEngine.Common.dll del %outDir%\SuperSocket.ClientEngine.Core.dll del %outDir%\SuperSocket.ClientEngine.Protocol.dll del %outDir%\*.pdb set outDir=bin\net40\Release %msbuild% WebSocket4Net\WebSocket4Net.csproj /p:Configuration=Release;OutDir=..\%outDir% /t:Clean;Rebuild FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" "Tools\ILMerge" /keyfile:"websocket4net.snk" /targetplatform:v4 /ndebug /out:%outDir%\WebSocket4Net.dll %outDir%\WebSocket4Net.dll %outDir%\SuperSocket.ClientEngine.Common.dll %outDir%\SuperSocket.ClientEngine.Core.dll %outDir%\SuperSocket.ClientEngine.Protocol.dll del %outDir%\SuperSocket.ClientEngine.Common.dll del %outDir%\SuperSocket.ClientEngine.Core.dll del %outDir%\SuperSocket.ClientEngine.Protocol.dll del %outDir%\*.pdb set outDir=bin\net35\Debug %msbuild% WebSocket4Net\WebSocket4Net.Net35.csproj /p:Configuration=Debug;OutDir=..\%outDir% /t:Clean;Rebuild FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" "Tools\ILMerge" /keyfile:"websocket4net.snk" /targetplatform:v2 /ndebug /out:%outDir%\WebSocket4Net.dll %outDir%\WebSocket4Net.dll %outDir%\SuperSocket.ClientEngine.Common.dll %outDir%\SuperSocket.ClientEngine.Core.dll %outDir%\SuperSocket.ClientEngine.Protocol.dll del %outDir%\SuperSocket.ClientEngine.Common.dll del %outDir%\SuperSocket.ClientEngine.Core.dll del %outDir%\SuperSocket.ClientEngine.Protocol.dll del %outDir%\*.pdb sdxxdddddddddds set outDir=bin\net35\Release %msbuild% WebSocket4Net\WebSocket4Net.Net35.csproj /p:Configuration=Release;OutDir=..\%outDir% /t:Clean;Rebuild FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" "Tools\ILMerge" /keyfile:"websocket4net.snk" /targetplatform:v2 /ndebug /out:%outDir%\WebSocket4Net.dll %outDir%\WebSocket4Net.dll %outDir%\SuperSocket.ClientEngine.Common.dll %outDir%\SuperSocket.ClientEngine.Core.dll %outDir%\SuperSocket.ClientEngine.Protocol.dll del %outDir%\SuperSocket.ClientEngine.Common.dll del %outDir%\SuperSocket.ClientEngine.Core.dll del %outDir%\SuperSocket.ClientEngine.Protocol.dll del %outDir%\*.pdb set outDir=bin\net20\Debug %msbuild% WebSocket4Net\WebSocket4Net.Net20.csproj /p:Configuration=Debug;OutDir=..\%outDir% /t:Clean;Rebuild FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" "Tools\ILMerge" /keyfile:"websocket4net.snk" /targetplatform:v2 /ndebug /allowDup /out:%outDir%\WebSocket4Net.dll %outDir%\WebSocket4Net.dll %outDir%\SuperSocket.ClientEngine.Common.dll %outDir%\SuperSocket.ClientEngine.Core.dll %outDir%\SuperSocket.ClientEngine.Protocol.dll del %outDir%\SuperSocket.ClientEngine.Common.dll del %outDir%\SuperSocket.ClientEngine.Core.dll del %outDir%\SuperSocket.ClientEngine.Protocol.dll del %outDir%\*.pdb set outDir=bin\net20\Release %msbuild% WebSocket4Net\WebSocket4Net.Net20.csproj /p:Configuration=Release;OutDir=..\%outDir% /t:Clean;Rebuild FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" "Tools\ILMerge" /keyfile:"websocket4net.snk" /targetplatform:v2 /ndebug /allowDup /out:%outDir%\WebSocket4Net.dll %outDir%\WebSocket4Net.dll %outDir%\SuperSocket.ClientEngine.Common.dll %outDir%\SuperSocket.ClientEngine.Core.dll %outDir%\SuperSocket.ClientEngine.Protocol.dll del %outDir%\SuperSocket.ClientEngine.Common.dll del %outDir%\SuperSocket.ClientEngine.Core.dll del %outDir%\SuperSocket.ClientEngine.Protocol.dll del %outDir%\*.pdb pause
jmptrader/WebSocket4Net
Build.bat
bat
apache-2.0
4,051
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal set DIRNAME=%~dp0 if "%DIRNAME%" == "" set DIRNAME=. set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. set DEFAULT_JVM_OPTS= @rem Find java.exe if defined JAVA_HOME goto findJavaFromJavaHome set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if "%ERRORLEVEL%" == "0" goto init echo. echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. goto fail :findJavaFromJavaHome set JAVA_HOME=%JAVA_HOME:"=% set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto init echo. echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. goto fail :init @rem Get command-line arguments, handling Windows argumentModelVariants if not "%OS%" == "Windows_NT" goto win9xME_args :win9xME_args @rem Slurp the command line arguments. set CMD_LINE_ARGS= set _SKIP=2 :win9xME_args_slurp if "x%~1" == "x" goto execute set CMD_LINE_ARGS=%* :execute @rem Setup the command line set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar @rem Execute Gradle "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% :end @rem End local scope for the variables with windows NT shell if "%ERRORLEVEL%"=="0" goto mainEnd :fail rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of rem the _cmd.exe /c_ return code! if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 exit /b 1 :mainEnd if "%OS%"=="Windows_NT" endlocal :omega
MarcinMoskala/ActivityStarter
gradlew.bat
bat
apache-2.0
2,189
@echo off setlocal set CURRENT_DIR="%~dp0" for %%i in (%0) do ( if not defined QUICKSTART_BIN_PATH ( set QUICKSTART_BIN_PATH=%%~dpi ) ) if "%QUICKSTART_BIN_PATH:~-1%" == "\" ( set QUICKSTART_BIN_PATH=%QUICKSTART_BIN_PATH:~0,-1% ) set QUICKSTART_BASE=%QUICKSTART_BIN_PATH%\.. set QUICKSTART_HBASE_PATH=%QUICKSTART_BASE%\hbase\hbase cd %QUICKSTART_HBASE_PATH%\bin start-hbase.cmd cd %CURRENT_DIR%
carpedm20/pinpoint
quickstart/bin/start-hbase.cmd
bat
apache-2.0
435
@ECHO off IF NOT "x%1" == "x" GOTO :%1 :statsd IF NOT EXIST lit.exe CALL make.bat lit ECHO "Building statsd" lit.exe make GOTO :end :lit ECHO "Building lit" PowerShell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://github.com/luvit/lit/raw/0.11.0/get-lit.ps1'))" GOTO :end :clean IF EXIST stasd.exe DEL /F /Q statsd.exe IF EXIST lit.exe DEL /F /Q lit.exe :end
virgo-agent-toolkit/luvit-statsd
make.bat
bat
apache-2.0
425
"c:\Program Files (x86)\WiX Toolset v3.10\bin\candle.exe" MyWixUI_InstallDir.wxs "c:\Program Files (x86)\WiX Toolset v3.10\bin\candle.exe" terrafirma.wxs "c:\Program Files (x86)\WiX Toolset v3.10\bin\light.exe" -ext WixUIExtension -o terrafirma.msi terrafirma.wixobj MyWixUI_InstallDir.wixobj @pause
flying-sheep/TerraFirma
makeinstaller.bat
bat
bsd-2-clause
300
@echo off java -cp ".\;%P2PMPI_HOME%\p2pmpi.jar;%P2PMPI_HOME%\log4j.jar;%CLASSPATH%" -DP2PMPI_HOME="%P2PMPI_HOME%" -DHOSTNAME=%COMPUTERNAME% -Dlog4j.configuration="file:%P2PMPI_HOME%/log4j.properties" p2pmpi.fd.GossipDetectorServer EXIT
schtibe/airport
airport/lib/p2pmpi/bin/runFD.bat
bat
bsd-3-clause
237
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCMSG.S07_RopRecipient.MSOXCMSG_S07_TC02_RecipientRowSize /testcontainer:..\..\MS-OXCMSG\TestSuite\bin\Debug\MS-OXCMSG_TestSuite.dll /runconfig:..\..\MS-OXCMSG\MS-OXCMSG.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCMSG/RunMSOXCMSG_S07_TC02_RecipientRowSize.cmd
bat
mit
291
cd "%1" compass compile "%2" --force
booyuan/Waguu
Waguu/packages/Ruby.Compass.0.12.2.2/compile.bat
bat
mit
36