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 |
|---|---|---|---|---|---|
REM launch script for m2pp
echo %* > m2ppargs.tmp
m2pp-na
del m2ppargs.tmp
| m2sf/m2pp | xec/m2pp.bat | bat | lgpl-2.1 | 75 |
Taskkill /im ireceiver.exe /f
Taskkill /im WePrint Server.exe /f
Taskkill /im Irotate.exe /f
taskkill /im NvBackend.exe /f
taskkill /im nvtray.exe /f
taskkill /im HandyAndy.exe /f | nwy140/CmdHacks | Archive/Process killers/Kill processs .cmd | bat | apache-2.0 | 190 |
@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\infoblox_netmri.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\infoblox_netmri.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
| infobloxopen/infoblox-netmri | docs/make.bat | bat | apache-2.0 | 6,477 |
@ECHO off
SET cli=dotnet run --project NRasterizer.CLI/ --configuration Release
REM Generate samples with the GDI+ rasterizer
ECHO Rendering samples with GDI+
%cli% gdi+ Fonts\CompositeMS.ttf samples\C.png C
%cli% gdi+ Fonts\segoeui.ttf samples\gdi\cefhijl.png cefhijl
ECHO Rendering sample with nrasterizer
REM Generate NRasterizer sample
%cli% nrasterizer Fonts\segoeui.ttf samples\clfx.png clfx
| vidstige/NRasterizer | build/generate_samples.cmd | bat | apache-2.0 | 400 |
@echo off
rem
rem This does not work, unfortunately!
rem Redirection fails
start "debug\ipc_file.exe < file1.inp"
debug\ipc_file.exe < file2.inp
| mapmeld/fortran-machine | flibs-0.9/flibs/src/ipc/runtest.bat | bat | bsd-3-clause | 145 |
REM Script for reviewing images recorded from Optris in windows (using the "record_images.bat" script) WITH calibration
set launch_file=%USERPROFILE%\Documents\GitHub\thermalvis\launch\optris_review_with_calibration.launch
%USERPROFILE%\Documents\GitHub\BUILDS\thermalvis\apps\mono-slam\Release\MonocularSLAM.exe "%launch_file%"
REM pause
cmd /k
| steevo87/thermalvis | scripts/batch/test_calibration.bat | bat | bsd-3-clause | 349 |
doxygen C:\Projects\AnimatLabSDK\AnimatLabPublicSource\Documentation\PublicDocs.doxy
| NeuroRoboticTech/AnimatLabPublicSource | Documentation/make.bat | bat | bsd-3-clause | 86 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_DWSS.S02_ManageData.MSDWSS_S02_TC12_UpdateDwsData_ServerFailure /testcontainer:..\..\MS-DWSS\TestSuite\bin\Debug\MS-DWSS_TestSuite.dll /runconfig:..\..\MS-DWSS\MS-DWSS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-DWSS/RunMSDWSS_S02_TC12_UpdateDwsData_ServerFailure.cmd | bat | mit | 288 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ADMINS.S02_ErrorConditions.MSADMINS_S02_TC09_CreateSiteFailed_LcidInvalid /testcontainer:..\..\MS-ADMINS\TestSuite\bin\Debug\MS-ADMINS_TestSuite.dll /runconfig:..\..\MS-ADMINS\MS-ADMINS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-ADMINS/RunMSADMINS_S02_TC09_CreateSiteFailed_LcidInvalid.cmd | bat | mit | 306 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFOLD.S01_FolderRopOperations.MSOXCFOLD_S01_TC09_RopDeleteFolderToSoftDelete /testcontainer:..\..\MS-OXCFOLD\TestSuite\bin\Debug\MS-OXCFOLD_TestSuite.dll /runconfig:..\..\MS-OXCFOLD\MS-OXCFOLD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCFOLD/RunMSOXCFOLD_S01_TC09_RopDeleteFolderToSoftDelete.cmd | bat | mit | 315 |
node ./Quick.js
| Ju2ender/JavaScript-E | tools/quick.bat | bat | mit | 16 |
@echo off
if [%1] == [] goto Usage
if [%1] == [/?] goto Usage
if not [%3] == [] goto Usage
"%~dp0\snap.exe" --nogui --nosplash --python %1 %2
goto End
:Usage
@echo Configures the SNAP-Python interface 'snappy'.
@echo.
@echo %~n0 Python [Dir] ^| [/?]
@echo.
@echo Python: Full path to Python executable to be used with SNAP, e.g. C:\Python34\python.exe
@echo Dir: Directory where the 'snappy' module should be installed. Defaults to %USERPROFILE%\.snap\snap-python
@echo.
:End
| valgur/snap-installer | files/winx32/bin/snappy-conf.bat | bat | gpl-3.0 | 493 |
"uKOM Extractor.exe" -u data001.kom | ESEmu/uKOM-Extractor | Debug/start.bat | bat | gpl-3.0 | 35 |
reg add "HKCU\Software\Classes\.jpg" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
reg add "HKCU\Software\Classes\.jpeg" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
reg add "HKCU\Software\Classes\.gif" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
reg add "HKCU\Software\Classes\.png" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
reg add "HKCU\Software\Classes\.bmp" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
reg add "HKCU\Software\Classes\.tiff" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
reg add "HKCU\Software\Classes\.ico" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f | CHEF-KOCH/regtweaks | Win 10/All Versions/Explorer/Open Pictures With Windows Photo Viewer/Open Pictures With Windows Photo Viewer.cmd | bat | mpl-2.0 | 617 |
@if "%_echo%" neq "on" echo off
setlocal EnableDelayedExpansion
set buildTests=build-tests.log
set binclashLoggerDll=%~dp0Tools\net45\Microsoft.DotNet.Build.Tasks.dll
set binclashlog=%~dp0binclash.log
echo Running build-tests.cmd %* > %buildTests%
set options=/nologo /maxcpucount /v:minimal /clp:Summary /nodeReuse:false /flp:v=detailed;Append;LogFile=%buildTests% /l:BinClashLogger,%binclashLoggerDll%;LogFile=%binclashlog%
set allargs=%*
if /I [%1] == [/?] goto Usage
if /I [%1] == [/help] goto Usage
REM ensure that msbuild is available
echo Running init-tools.cmd
call %~dp0init-tools.cmd
echo msbuild.exe %~dp0src\tests.builds !options! !allargs! >> %buildTests%
call msbuild.exe %~dp0src\tests.builds !options! !allargs!
if NOT [%ERRORLEVEL%]==[0] (
echo ERROR: An error occurred while building the tests, see %buildTests% for more details.
exit /b
)
echo Done Building tests.
exit /b
:Usage
echo.
echo Builds the tests that are in the repository.
echo No option parameters.
exit /b | shahid-pk/corefx | build-tests.cmd | bat | mit | 1,000 |
@cd baseq3 || echo Error no baseq3 && goto quit
@move * ../smokinguns || echo Error!!! can not move to smokinguns dir && goto quit
@cd ../
@move smokinguns base || echo Error!!! can not move smokinguns to base dir && goto quit
@rd baseq3 || echo Error!!! can not delete baseq3 dir && goto quit
@cd base
@move sg_pak0.pk3 pak1.pk3 || echo Error!!! sg_pak0.pk3 to pak1.pk3 && goto quit
@echo You configs will be stored there:
@echo %appdata%/SmokinGuns/base
@echo move there your current configs, demos, screenshots if any
@echo Successful!
:quit
@pause | vloup/sgfork | tools/ConvertToSGFork.bat | bat | gpl-2.0 | 567 |
-stack 0x1000 /* PRIMARY STACK SIZE */
-sysstack 0x1000 /* SECONDARY STACK SIZE */
-heap 0x3F80 /* HEAP AREA SIZE */
MEMORY
{
MMR (RW) : origin = 0000000h length = 0000C0h /* MMRs */
VEC (RX) : origin = 00000C0h length = 000300h /* on-chip ROM vectors */
DARAM (RW) : origin = 0000400h length = 007A00h /* on-chip DARAM */
SARAM (RW) : origin = 0008000h length = 01FE80h /* on-chip SARAM */
}
SECTIONS
{
vectors : > VEC ALIGN = 256
.text : > SARAM ALIGN = 4
.stack : > SARAM ALIGN = 4
.sysstack : > SARAM ALIGN = 4
.data : > SARAM
.bss : > SARAM, fill = 0
.cinit : > SARAM
.const : > SARAM
.switch : > DARAM
.sysmem : > DARAM
.cio : > DARAM
.buffer1 : > DARAM
.buffer2 : > DARAM
}
| DMFX-1/Software | DMFX_1_1/c55xx_csl/ccs_v5.0_examples/i2s/CSL_I2S_INTCExample/VC5505_I2S.cmd | bat | gpl-3.0 | 858 |
::============================================================================
:: Batch file to load the Blinky program to the flash of EK-TM4C123GXL
:: (equivalent to EK-LM4F120XL)
::
:: NOTE: requires the LMFlash programmer from Texas Instruments, see:
:: http://www.ti.com/tool/LMFLASHPROGRAMMER
::
@echo off
setlocal
@echo Load the program to the flash of EK-TM4C123GXL
@echo usage: flash
@echo usage: flash rel
@echo usage: flash spy
::----------------------------------------------------------------------------
:: NOTE: Adjust the following symbol to the location of the
:: LMFlash utility on your machine
::
set LMFLASH=C:\tools\TI\LM_Flash_Programmer\LMFlash.exe
:: set the build directory depending on the first parameter %1
set BUILD_DIR=dbg
if [%1] NEQ [] set BUILD_DIR=%1
@echo on
%LMFLASH% -q ek-tm4c123gxl %BUILD_DIR%\blinky.bin
@echo.
@echo.
@echo Reset the target to start running your program!
@echo off
endlocal | hyller/GladiatorCots | QP/v5.4.2/qpcpp/examples/freertos/arm-cm/blinky_ek-tm4c123gxl/gnu/flash.bat | bat | unlicense | 972 |
@echo off
REM Copyright (c) 2005-2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
REM
REM WSO2 Inc. licenses this file to you under the Apache License,
REM Version 2.0 (the "License"); you may not use this file except
REM in compliance with the License.
REM You may obtain a copy of the License at
REM
REM http://www.apache.org/licenses/LICENSE-2.0
REM
REM Unless required by applicable law or agreed to in writing,
REM software distributed under the License is distributed on an
REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
REM KIND, either express or implied. See the License for the
REM specific language governing permissions and limitations
REM under the License.
rem ---------------------------------------------------------------------------
rem Main Script for WSO2 Carbon
rem
rem Environment Variable Prequisites
rem
rem CARBON_HOME Home of CARBON installation. If not set I will try
rem to figure it out.
rem
rem JAVA_HOME Must point at your Java Development Kit installation.
rem
rem JAVA_OPTS (Optional) Java runtime options used when the commands
rem is executed.
rem ---------------------------------------------------------------------------
SET cn=1
set CMD=%*
:initial
if "%1"=="-sn" goto sname
if "%1"=="" goto no_sample
shift
goto initial
:sname
shift
set cn=%1
if "%1"=="" goto invalid_number
if "%1"=="0" goto run
SET /A UserInputVal="%cn%"*1
IF %UserInputVal% EQU 0 GOTO invalid_number
goto copyfile
:lreturn
shift
goto initial
:run
wso2server.bat %CMD% -Daxis2.repo=../samples/artifacts/%cn%
goto done
:copyfile
if not exist ..\samples\artifacts\%cn%\webapps ( mkdir ..\samples\artifacts\%cn%\webapps > nul
if exist ..\repository\deployment\server\webapps\inputwebsocket.war ( copy ..\repository\deployment\server\webapps\inputwebsocket.war ..\samples\artifacts\%cn%\webapps\ > nul )
if exist ..\repository\deployment\server\webapps\outputwebsocket.war ( copy ..\repository\deployment\server\webapps\outputwebsocket.war ..\samples\artifacts\%cn%\webapps\ > nul )
if exist ..\repository\deployment\server\webapps\outputui.war ( copy ..\repository\deployment\server\webapps\outputui.war ..\samples\artifacts\%cn%\webapps\ > nul )
if exist ..\repository\deployment\server\webapps\shindig.war ( copy ..\repository\deployment\server\webapps\shindig.war ..\samples\artifacts\%cn%\webapps\ > nul )
if exist ..\repository\deployment\server\webapps\STRATOS_ROOT ( xcopy ..\repository\deployment\server\webapps\STRATOS_ROOT ..\samples\artifacts\%cn%\webapps\STRATOS_ROOT /s /q /i > nul )
) else ( if not exist ..\samples\artifacts\%cn%\webapps\inputwebsocket.war ( copy ..\repository\deployment\server\webapps\inputwebsocket.war ..\samples\artifacts\%cn%\webapps\ > nul )
if not exist ..\samples\artifacts\%cn%\webapps\outputwebsocket.war ( copy ..\repository\deployment\server\webapps\outputwebsocket.war ..\samples\artifacts\%cn%\webapps\ > nul )
if not exist ..\samples\artifacts\%cn%\webapps\outputui.war ( copy ..\repository\deployment\server\webapps\outputui.war ..\samples\artifacts\%cn%\webapps\ > nul )
if not exist ..\samples\artifacts\%cn%\webapps\shindig.war ( copy ..\repository\deployment\server\webapps\shindig.war ..\samples\artifacts\%cn%\webapps\ > nul )
if not exist ..\samples\artifacts\%cn%\webapps\STRATOS_ROOT ( xcopy ..\repository\deployment\server\webapps\STRATOS_ROOT ..\samples\artifacts\%cn%\webapps\STRATOS_ROOT /s /q /i > nul ) )
if not exist ..\samples\artifacts\%cn%\jaggeryapps ( mkdir ..\samples\artifacts\%cn%\jaggeryapps\portal > nul
xcopy ..\repository\deployment\server\jaggeryapps\portal ..\samples\artifacts\%cn%\jaggeryapps\portal\ /s /q > nul
rmdir ..\samples\artifacts\%cn%\jaggeryapps\portal\store /s /q > nul
mkdir ..\samples\artifacts\%cn%\jaggeryapps\portal\store\carbon.super > nul
xcopy ..\repository\deployment\server\jaggeryapps\portal\store\carbon.super ..\samples\artifacts\%cn%\jaggeryapps\portal\store\carbon.super /s /q > nul
rmdir ..\samples\artifacts\%cn%\jaggeryapps\portal\store\carbon.super\gadget /s /q > nul
mkdir ..\samples\artifacts\%cn%\jaggeryapps\portal\store\carbon.super\gadget > nul)
goto run
:invalid_number
echo "*** Specified sample number is not a number *** Please specify a valid sample number with the -sn option"
echo "Example, to run sample 1: wso2cep-samples.bat -sn 1"
goto done
:no_sample
echo "*** Sample number to be started is not specified *** Please specify a sample number to be started with the -sn option"
echo "Example, to run sample 1: wso2cep-samples.bat -sn 1"
goto done
:done | ksdperera/product-cep | modules/distribution/scripts/wso2cep-samples.bat | bat | apache-2.0 | 4,673 |
#!/bin/csh
####################
# Script: removeFile
# This script removes file in arg1 from dir in arg2
####################
if ( $#argv != 2) then
echo ">>> Bad Inputs Supplied."
echo "usage: $argv[0] fileName sourceDir"
exit 1
endif
set fileName = $1
set sourceDir = $2
if (! -d $sourceDir) then
echo ">>> Bad Source Directory: $sourceDir"
exit 1
endif
if (! -f $sourceDir/$fileName) then
echo ">>> File Not Found: $fileName in $sourceDir"
exit 1
endif
"rm" -f $sourceDir/$fileName
echo "... $fileName removed from $sourceDir"
| vision-dbms/vision | application/localvision/adminScripts/removeFile.cmd | bat | bsd-3-clause | 559 |
@echo off
buildwin 90 build shared both Win32 samples tests devenv
| veyesys/opencvr | 3rdparty/poco/build_vs90.cmd | bat | mit | 67 |
executable = /bin/echo
output = job_dagman_always_run_post-A_A.out
error = job_dagman_always_run_post-A_A.err
arguments = Not OK that we are running
queue
| djw8605/condor | src/condor_tests/job_dagman_always_run_post-A_A.cmd | bat | apache-2.0 | 155 |
@echo off
:: This configure script is designed for the default Windows world, which means
:: you have OSGeo4W installed, including Oracle and GDAL and LASzip.
:: This configure script expects to be run from the PDAL root directory.
:: Pick your CMake GENERATOR. (NMake will pick up architecture (x32, x64) from your environment)
set GENERATOR="NMake Makefiles"
rem set GENERATOR="Visual Studio 10 Win64"
rem set GENERATOR="Visual Studio 10"
:: Pick your build type
set BUILD_TYPE=Release
REM set BUILD_TYPE=Debug
:: Where is your PDAL build tree?
set PDAL_DIR=.
:: Where is your OSGeo4W installed (recommended basic way to satisfy dependent libs)
set OSGEO4W_DIR=C:\OSGeo4W64
set BOOST=%OSGEO4W_DIR%
:: Where is boost installed?
rem set BOOST_DIR=c:\utils\boost_1_49_0
REM set BOOST_DIR=%PDAL_DIR%\boost
:: CARIS
REM set CARIS_ENABLED=ON
set CARIS_INCLUDE_DIR=%CARIS_DIR%\include
set CARIS_LIBRARY=%CARIS_DIR%\caris.lib
:: GDAL
set GDAL_ENABLED=ON
set GDAL_INCLUDE_DIR=%OSGEO4W_DIR%\include
set GDAL_LIBRARY=%OSGEO4W_DIR%\lib\gdal_i.lib
:: LIBTIFF
set TIFF_ENABLED=ON
set TIFF_INCLUDE_DIR=%OSGEO4W_DIR%\include
set TIFF_LIBRARY=%OSGEO4W_DIR%\lib\libtiff_i.lib
:: GeoTIFF
set GEOTIFF_ENABLED=ON
set GEOTIFF_INCLUDE_DIR=%OSGEO4W_DIR%\include
set GEOTIFF_LIBRARY=%OSGEO4W_DIR%\lib\geotiff_i.lib
:: LASZIP
set LASZIP_ENABLED=ON
set LASZIP_INCLUDE_DIR=%OSGEO4W_DIR%\include
set LASZIP_LIBRARY=%OSGEO4W_DIR%\lib\laszip.lib
:: Oracle
set ORACLE_ENABLED=ON
set ORACLE_HOME=%OSGEO4W_DIR%
set ORACLE_INCLUDE_DIR=%ORACLE_HOME%\include
set ORACLE_OCI_LIBRARY=%ORACLE_HOME%\lib\oci.lib
:: LibXML2
set LIBXML2_ENABLED=ON
set LIBXML2_INCLUDE_DIR=%OSGEO4W_DIR%\include
set LIBXML2_LIBRARIES=%OSGEO4W_DIR%\lib\libxml2.lib
:: Python
set PYTHON_ENABLED=ON
REM set PYTHON_EXECUTABLE=%OSGEO4W_DIR\bin\python27.exe
REM set PYTHON_INCLUDE_DIR=%OSGEO4W_DIR\apps\python27\include
REM set PYTHON_LIBRARY=%OSGEO4W_DIR\apps\python27\libs\python27.lib
if EXIST CMakeCache.txt del CMakeCache.txt
del /S /Q CMakeFiles
cd %PDAL_DIR%/build
cmake -G %GENERATOR% ^
-DBOOST_INCLUDEDIR=%BOOST%\include\boost-1_56 -DCMAKE_INSTALL_PREFIX=C:\dev\PDAL\built ^
-DBOOST_LIBRARYDIR=%BOOST%\lib -DCMAKE_BUILD_TYPE=Release -DBoost_DEBUG=ON -DBoost_COMPILER="-vc110" ^
-DWITH_GEOTIFF=%GEOTIFF_ENABLED% ^
-DBUILD_PLUGIN_OCI=%ORACLE_ENABLED% ^
-DBUILD_PLUGIN_PGPOINTCLOUD=ON ^
-DWITH_LASZIP=%LASZIP_ENABLED% ^
-DWITH_LIBXML2=%LIBXML2_ENABLED% ^
-DWITH_PYTHON=%PYTHON_ENABLED% ^
-DBUILD_PLUGIN_NITF=ON ^
-DBUILD_PLUGIN_HEXBIN=ON ^
-DPYTHON_EXECUTABLE=%OSGEO4W_DIR%\bin\python.exe ^
-DPYTHON_INCLUDE_DIR=%OSGEO4W_DIR%\apps\python27\include ^
-DPYTHON_LIBRARY=%OSGEO4W_DIR%\apps\python27\libs\python27.lib ^
-DNUMPY_INCLUDE_DIR=%OSGEO4W_DIR%\apps\python27\lib\site-packages\numpy\core\include ^
-DNUMPY_VERSION=1.8.1 ^
-DCMAKE_BUILD_TYPE=%BUILD_TYPE% ^
-DCMAKE_VERBOSE_MAKEFILE=OFF ^
-DBUILD_PLUGIN_SQLITE=ON ^
-DBUILD_PLUGIN_PCL=ON ^
..
cd ..
rem -DBOOST_INCLUDEDIR=%BOOST_DIR% ^
rem -DNUMPY_INCLUDE_DIR=%OSGEO4W_DIR%\apps\python27\lib\site-packages\numpy\core\include ^
rem -DPYTHONPATH=%OSGEO4W_DIR%\apps\python27\lib\site-packages ^
rem -DPYTHON_LIBRARY=%PYTHON_LIBRARY% ^
| mtCarto/PDAL | cmake/examples/hobu-windows.bat | bat | bsd-3-clause | 3,199 |
cmd_sound/pcmcia/pdaudiocf/built-in.o := rm -f sound/pcmcia/pdaudiocf/built-in.o; arm-eabi-ar rcs sound/pcmcia/pdaudiocf/built-in.o
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | sound/pcmcia/pdaudiocf/.built-in.o.cmd | bat | gpl-2.0 | 133 |
@ECHO OFF
%MSBuildRoot%\msbuild.exe "runner.msbuild" /t:Rebuild;Test /p:Configuration=Debug
if "%1" NEQ "noprompt" PAUSE
| ruthlesshelp/prodotnetbestpractices | SourceCode/Chapter08/6_DAL_NH/runner.bat | bat | mit | 122 |
signtool.exe sign /f FCweborg.pfx /p FreeCADIsCool /fd sha512 /tr http://timestamp.digicert.com /td sha512 /v %1
| sanguinariojoe/FreeCAD | src/WindowsInstaller/Signing.bat | bat | lgpl-2.1 | 113 |
@echo off
java -Dlogback.configurationFile=logback.xml -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044 -jar ..\target\app-runner-1.2-SNAPSHOT.jar config.properties
| danielflower/app-runner | local/start.bat | bat | mit | 183 |
start "" http://127.0.0.1:4000
bundle exec jekyll serve
| chrsmlls333/chrsmlls333.github.io | _old/oldConfig/_serve.bat | bat | mit | 56 |
@echo off
set "VIRTUAL_ENV=d:\projects\lvsys\lvsys\env_lvsys"
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
) else (
if not defined PROMPT (
set "PROMPT=$P$G"
)
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
)
set "PROMPT=(env_lvsys) %PROMPT%"
if not defined _OLD_VIRTUAL_PYTHONHOME (
set "_OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%"
)
set PYTHONHOME=
if defined _OLD_VIRTUAL_PATH (
set "PATH=%_OLD_VIRTUAL_PATH%"
) else (
set "_OLD_VIRTUAL_PATH=%PATH%"
)
set "PATH=%VIRTUAL_ENV%\Scripts;%PATH%"
:END
| sun1991/lvsys | lvsys/env_lvsys/Scripts/activate.bat | bat | mit | 543 |
msiexec /a "%SRC_DIR%\Cantera-2.0.2-x86-py2.7.msi" /quiet TARGETDIR="%PREFIX%"
del "%PREFIX%\Cantera-2.0.2-x86-py2.7.msi"
if errorlevel 1 exit 1
| iskarian/cantera-conda-recipe | cantera/bld.bat | bat | mit | 145 |
path=C:\Users\pci\AppData\Local\NASM
nasm -f win32 test.asm
pause | carlosvilela/Funcoes-Diversas | Assembly/Compilador-NASM_MinGW/compilar.bat | bat | mit | 71 |
..\CssMergerApp\bin\debug\CssMergerApp.exe %1\main.css %1-merged.css | gudmundurh/CssMerger | IntegrationTests/run.cmd | bat | mit | 68 |
@jam --workspace --gen=vs2012 --compiler=mingw --gui Jamfile.jam ../../build/glob_mingw
| arventwei/WioEngine | Tools/jamplus/samples/glob/CreateMINGWWorkspace.bat | bat | mit | 88 |
@echo off
REM pushd "C:\Program Files (x86)\Malwarebytes Anti-Malware"
pushd "C:\Program Files (x86)\Malwarebytes' Anti-Malware"
REM mbam.exe /register 3YL75 2B5C-AQHH-CQM9-311G
mbam.exe /update -silent
exit | TechnicianOnline/WinBOLT | dev/v3/repo/mbam_update.bat | bat | gpl-2.0 | 214 |
cmd_drivers/usb/misc/built-in.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/usb/misc/built-in.o drivers/usb/misc/ehset.o
| dagnarf/sgh-i717-dagkernel | drivers/usb/misc/.built-in.o.cmd | bat | gpl-2.0 | 166 |
cmd_ipc/built-in.o := rm -f ipc/built-in.o; /home/playfulgod/Android/2.3.5/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs ipc/built-in.o
| Jewbie/Kernel-2.6.32 | ipc/.built-in.o.cmd | bat | gpl-2.0 | 155 |
cmd_fs/ext3/super.o := arm-eabi-gcc -Wp,-MD,fs/ext3/.super.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-tegra/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -fno-dwarf2-cfi-asm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=1024 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(super)" -D"KBUILD_MODNAME=KBUILD_STR(ext3)" -c -o fs/ext3/super.o fs/ext3/super.c
deps_fs/ext3/super.o := \
fs/ext3/super.c \
$(wildcard include/config/ext3/defaults/to/ordered.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/ext3/fs/xattr.h) \
$(wildcard include/config/ext3/fs/posix/acl.h) \
$(wildcard include/config/lbdaf.h) \
include/linux/module.h \
$(wildcard include/config/symbol/prefix.h) \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/constructors.h) \
$(wildcard include/config/sysfs.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
include/linux/stddef.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/posix_types.h \
include/linux/poison.h \
$(wildcard include/config/illegal/pointer/value.h) \
include/linux/prefetch.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/processor.h \
$(wildcard include/config/mmu.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hwcap.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/has/barriers.h) \
$(wildcard include/config/arm/dma/mem/bufferable.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/32v6k.h) \
include/linux/linkage.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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) \
include/linux/typecheck.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/irqflags.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/outercache.h \
$(wildcard include/config/outer/cache/sync.h) \
$(wildcard include/config/outer/cache.h) \
arch/arm/mach-tegra/include/mach/barriers.h \
include/asm-generic/cmpxchg-local.h \
include/linux/stat.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/stat.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/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/debug.h) \
$(wildcard include/config/ring/buffer.h) \
$(wildcard include/config/numa.h) \
/home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include/stdarg.h \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/last/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bitops.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/arch_hweight.h \
include/asm-generic/bitops/const_hweight.h \
include/asm-generic/bitops/lock.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/dynamic_debug.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/div64.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) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/spinlock_types.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/rcu.h) \
include/linux/rwlock_types.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/spinlock.h \
include/linux/rwlock.h \
include/linux/spinlock_api_smp.h \
$(wildcard include/config/inline/spin/lock.h) \
$(wildcard include/config/inline/spin/lock/bh.h) \
$(wildcard include/config/inline/spin/lock/irq.h) \
$(wildcard include/config/inline/spin/lock/irqsave.h) \
$(wildcard include/config/inline/spin/trylock.h) \
$(wildcard include/config/inline/spin/trylock/bh.h) \
$(wildcard include/config/inline/spin/unlock.h) \
$(wildcard include/config/inline/spin/unlock/bh.h) \
$(wildcard include/config/inline/spin/unlock/irq.h) \
$(wildcard include/config/inline/spin/unlock/irqrestore.h) \
include/linux/rwlock_api_smp.h \
$(wildcard include/config/inline/read/lock.h) \
$(wildcard include/config/inline/write/lock.h) \
$(wildcard include/config/inline/read/lock/bh.h) \
$(wildcard include/config/inline/write/lock/bh.h) \
$(wildcard include/config/inline/read/lock/irq.h) \
$(wildcard include/config/inline/write/lock/irq.h) \
$(wildcard include/config/inline/read/lock/irqsave.h) \
$(wildcard include/config/inline/write/lock/irqsave.h) \
$(wildcard include/config/inline/read/trylock.h) \
$(wildcard include/config/inline/write/trylock.h) \
$(wildcard include/config/inline/read/unlock.h) \
$(wildcard include/config/inline/write/unlock.h) \
$(wildcard include/config/inline/read/unlock/bh.h) \
$(wildcard include/config/inline/write/unlock/bh.h) \
$(wildcard include/config/inline/read/unlock/irq.h) \
$(wildcard include/config/inline/write/unlock/irq.h) \
$(wildcard include/config/inline/read/unlock/irqrestore.h) \
$(wildcard include/config/inline/write/unlock/irqrestore.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/atomic.h \
$(wildcard include/config/generic/atomic64.h) \
include/asm-generic/atomic-long.h \
include/linux/math64.h \
include/linux/kmod.h \
include/linux/gfp.h \
$(wildcard include/config/kmemcheck.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/debug/vm.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/compaction.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/no/bootmem.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/have/memoryless/nodes.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
$(wildcard include/config/arch/has/holes/memorymodel.h) \
include/linux/wait.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/current.h \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/init.h \
$(wildcard include/config/hotplug.h) \
include/linux/nodemask.h \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/string.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/generated/bounds.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
$(wildcard include/config/have/tcm.h) \
include/linux/const.h \
arch/arm/mach-tegra/include/mach/memory.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/sparsemem/vmemmap.h) \
include/asm-generic/getorder.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
$(wildcard include/config/memory/hotremove.h) \
include/linux/notifier.h \
include/linux/errno.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/linux/rwsem-spinlock.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
$(wildcard include/config/use/percpu/numa/node/id.h) \
include/linux/cpumask.h \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/smp.h \
arch/arm/mach-tegra/include/mach/smp.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hardware/gic.h \
include/linux/percpu.h \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/pfn.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/workqueue.h \
$(wildcard include/config/debug/objects/work.h) \
$(wildcard include/config/freezer.h) \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/timex.h \
include/linux/param.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/timex.h \
arch/arm/mach-tegra/include/mach/timex.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/debug/objects/free.h) \
include/linux/elf.h \
include/linux/elf-em.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/elf.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/user.h \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kobject_ns.h \
include/linux/kref.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
include/linux/rcupdate.h \
$(wildcard include/config/rcu/torture/test.h) \
$(wildcard include/config/tree/rcu.h) \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/tiny/rcu.h) \
$(wildcard include/config/debug/objects/rcu/head.h) \
include/linux/completion.h \
include/linux/rcutree.h \
$(wildcard include/config/no/hz.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
include/linux/fs.h \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/blk_types.h \
$(wildcard include/config/blk/dev/integrity.h) \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/rculist.h \
include/linux/path.h \
include/linux/radix-tree.h \
include/linux/prio_tree.h \
include/linux/pid.h \
include/linux/capability.h \
include/linux/semaphore.h \
include/linux/fiemap.h \
include/linux/quota.h \
$(wildcard include/config/quota/netlink/interface.h) \
include/linux/percpu_counter.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/fcntl.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/jbd.h \
$(wildcard include/config/jbd/debug.h) \
include/linux/buffer_head.h \
include/linux/pagemap.h \
include/linux/mm.h \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/ksm.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
$(wildcard include/config/memory/failure.h) \
include/linux/rbtree.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/mm_types.h \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/want/page/debug/flags.h) \
$(wildcard include/config/aio.h) \
$(wildcard include/config/mm/owner.h) \
$(wildcard include/config/mmu/notifier.h) \
include/linux/auxvec.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/auxvec.h \
include/linux/page-debug-flags.h \
$(wildcard include/config/page/poisoning.h) \
$(wildcard include/config/page/debug/something/else.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
include/linux/range.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/proc-fns.h \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cpu-single.h \
arch/arm/mach-tegra/include/mach/vmalloc.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/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/arch/uses/pg/uncached.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/highmem.h \
$(wildcard include/config/debug/highmem.h) \
include/linux/uaccess.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/uaccess.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cacheflush.h \
$(wildcard include/config/cpu/cache/v3.h) \
$(wildcard include/config/cpu/cache/v4.h) \
$(wildcard include/config/cpu/cache/v4wb.h) \
$(wildcard include/config/cpu/cache/vipt.h) \
$(wildcard include/config/arm/errata/411920.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/shmparam.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cachetype.h \
$(wildcard include/config/cpu/cache/vivt.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/kmap_types.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/highmem.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/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/lockup/detector.h) \
$(wildcard include/config/detect/hung/task.h) \
$(wildcard include/config/core/dump/default/elf/headers.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/perf/events.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/cgroups.h) \
$(wildcard include/config/futex.h) \
$(wildcard include/config/fault/injection.h) \
$(wildcard include/config/latencytop.h) \
$(wildcard include/config/function/graph/tracer.h) \
$(wildcard include/config/security/sealimemodule.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/debug/stack/usage.h) \
$(wildcard include/config/cgroup/sched.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ipcbuf.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sigcontext.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/proportions.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/resource.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/cred.h \
$(wildcard include/config/debug/credentials.h) \
include/linux/key.h \
include/linux/sysctl.h \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/ftrace_irq.h \
$(wildcard include/config/ftrace/nmi/enter.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hardirq.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/irq.h \
arch/arm/mach-tegra/include/mach/irqs.h \
$(wildcard include/config/arch/tegra/2x/soc.h) \
include/linux/irq_cpustat.h \
include/linux/hugetlb_inline.h \
include/linux/journal-head.h \
include/linux/bit_spinlock.h \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/failslab.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
$(wildcard include/config/slab.h) \
include/linux/slab_def.h \
include/trace/events/kmem.h \
include/trace/events/gfpflags.h \
include/linux/kmalloc_sizes.h \
include/linux/ext3_fs.h \
include/linux/magic.h \
include/linux/ext3_fs_i.h \
include/linux/ext3_fs_sb.h \
include/linux/blockgroup_lock.h \
include/linux/ext3_jbd.h \
include/linux/blkdev.h \
$(wildcard include/config/blk/cgroup.h) \
$(wildcard include/config/blk/dev/bsg.h) \
$(wildcard include/config/bounce.h) \
include/linux/major.h \
include/linux/genhd.h \
$(wildcard include/config/fail/make/request.h) \
$(wildcard include/config/solaris/x86/partition.h) \
$(wildcard include/config/bsd/disklabel.h) \
$(wildcard include/config/unixware/disklabel.h) \
$(wildcard include/config/minix/subpartition.h) \
include/linux/device.h \
$(wildcard include/config/of.h) \
$(wildcard include/config/debug/devres.h) \
$(wildcard include/config/devtmpfs.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/pm/runtime.h) \
$(wildcard include/config/pm/ops.h) \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
$(wildcard include/config/pm.h) \
include/linux/backing-dev.h \
$(wildcard include/config/debug/fs.h) \
include/linux/writeback.h \
include/linux/mempool.h \
include/linux/bio.h \
include/linux/ioprio.h \
include/linux/iocontext.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/io.h \
arch/arm/mach-tegra/include/mach/io.h \
$(wildcard include/config/resetlog.h) \
include/linux/bsg.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/scatterlist.h \
include/asm-generic/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
$(wildcard include/config/need/sg/dma/length.h) \
include/linux/elevator.h \
include/linux/parser.h \
include/linux/exportfs.h \
include/linux/vfs.h \
include/linux/statfs.h \
/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/statfs.h \
include/asm-generic/statfs.h \
include/linux/random.h \
include/linux/irqnr.h \
include/linux/mount.h \
include/linux/namei.h \
include/linux/quotaops.h \
include/linux/seq_file.h \
fs/ext3/xattr.h \
$(wildcard include/config/ext3/fs/security.h) \
include/linux/xattr.h \
fs/ext3/acl.h \
include/linux/posix_acl_xattr.h \
include/linux/posix_acl.h \
fs/ext3/namei.h \
fs/ext3/super.o: $(deps_fs/ext3/super.o)
$(deps_fs/ext3/super.o):
| timmytim/honeybutter_kernel | fs/ext3/.super.o.cmd | bat | gpl-2.0 | 31,405 |
cmd_fs/devpts/built-in.o := /home/sebastian/android/sabermod/bin/arm-linux-androideabi-ld -EL -r -o fs/devpts/built-in.o fs/devpts/devpts.o
| araca/Zen-Kernel-Huawei-P7 | fs/devpts/.built-in.o.cmd | bat | gpl-2.0 | 146 |
cmd_sound/isa/cs423x/built-in.o := rm -f sound/isa/cs423x/built-in.o; /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/isa/cs423x/built-in.o
| miamo/miamOv | sound/isa/cs423x/.built-in.o.cmd | bat | gpl-2.0 | 149 |
cmd_arch/x86/boot/cpucheck.o := gcc -Wp,-MD,arch/x86/boot/.cpucheck.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(cpucheck)" -D"KBUILD_MODNAME=KBUILD_STR(cpucheck)" -c -o arch/x86/boot/cpucheck.o arch/x86/boot/cpucheck.c
deps_arch/x86/boot/cpucheck.o := \
arch/x86/boot/cpucheck.c \
$(wildcard include/config/x86/minimum/cpu/family.h) \
/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/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) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/msr-index.h \
arch/x86/boot/cpucheck.o: $(deps_arch/x86/boot/cpucheck.o)
$(deps_arch/x86/boot/cpucheck.o):
| Existed/kernel-2.6.35.14 | arch/x86/boot/.cpucheck.o.cmd | bat | gpl-2.0 | 5,430 |
cmd_fs/notify/built-in.o := ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ld -EL -r -o fs/notify/built-in.o fs/notify/fsnotify.o fs/notify/notification.o fs/notify/group.o fs/notify/inode_mark.o fs/notify/dnotify/built-in.o fs/notify/inotify/built-in.o
| spacecaker/CM7_Space_Kernel_Cooper | fs/notify/.built-in.o.cmd | bat | gpl-2.0 | 262 |
cmd_fs/ext2/ext2.o := ld -m elf_i386 -r -o fs/ext2/ext2.o fs/ext2/balloc.o fs/ext2/dir.o fs/ext2/file.o fs/ext2/fsync.o fs/ext2/ialloc.o fs/ext2/inode.o fs/ext2/ioctl.o fs/ext2/namei.o fs/ext2/super.o fs/ext2/symlink.o fs/ext2/xattr.o fs/ext2/xattr_user.o fs/ext2/xattr_trusted.o fs/ext2/acl.o
| namgk/kernel-tut | fs/ext2/.ext2.o.cmd | bat | gpl-2.0 | 297 |
cmd_net/core/sysctl_net_core.o := gcc -Wp,-MD,net/core/.sysctl_net_core.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-larger-than=2048 -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(sysctl_net_core)" -D"KBUILD_MODNAME=KBUILD_STR(sysctl_net_core)" -c -o net/core/sysctl_net_core.o net/core/sysctl_net_core.c
deps_net/core/sysctl_net_core.o := \
net/core/sysctl_net_core.c \
$(wildcard include/config/net.h) \
$(wildcard include/config/xfrm.h) \
include/linux/mm.h \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/shmem.h) \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/errno.h \
include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.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/smp.h) \
$(wildcard include/config/memory/hotplug.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/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/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) \
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) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc4.h \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/asm/posix_types.h \
$(wildcard include/config/x86/32.h) \
include/asm/posix_types_32.h \
include/asm/types.h \
$(wildcard include/config/x86/64.h) \
$(wildcard include/config/highmem64g.h) \
include/asm-generic/int-ll64.h \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
include/asm/bitops.h \
$(wildcard include/config/x86/cmov.h) \
include/asm/alternative.h \
$(wildcard include/config/paravirt.h) \
include/asm/asm.h \
include/asm/cpufeature.h \
$(wildcard include/config/x86/invlpg.h) \
include/asm/required-features.h \
$(wildcard include/config/x86/minimum/cpu/family.h) \
$(wildcard include/config/math/emulation.h) \
$(wildcard include/config/x86/pae.h) \
$(wildcard include/config/x86/use/3dnow.h) \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/ext2-non-atomic.h \
include/asm-generic/bitops/le.h \
include/asm/byteorder.h \
$(wildcard include/config/x86/bswap.h) \
include/linux/byteorder/little_endian.h \
include/linux/byteorder/swab.h \
include/linux/byteorder/generic.h \
include/asm-generic/bitops/minix.h \
include/asm/thread_info.h \
include/asm/thread_info_32.h \
$(wildcard include/config/4kstacks.h) \
$(wildcard include/config/debug/stack/usage.h) \
include/asm/page.h \
include/linux/const.h \
include/asm/page_32.h \
$(wildcard include/config/highmem4g.h) \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/x86/3dnow.h) \
include/linux/string.h \
include/asm/string.h \
include/asm/string_32.h \
include/asm-generic/pgtable-nopmd.h \
include/asm-generic/pgtable-nopud.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/out/of/line/pfn/to/page.h) \
include/asm-generic/page.h \
include/asm/processor.h \
$(wildcard include/config/x86/vsmp.h) \
$(wildcard include/config/x86/ht.h) \
$(wildcard include/config/x86/debugctlmsr.h) \
include/asm/processor-flags.h \
include/asm/vm86.h \
$(wildcard include/config/vm86.h) \
include/asm/ptrace.h \
include/asm/ptrace-abi.h \
include/asm/segment.h \
include/asm/ds.h \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
include/asm/math_emu.h \
include/asm/sigcontext.h \
include/asm/current.h \
include/asm/current_32.h \
include/asm/percpu.h \
include/asm-generic/percpu.h \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/asm/system.h \
$(wildcard include/config/ia32/emulation.h) \
$(wildcard include/config/x86/ppro/fence.h) \
$(wildcard include/config/x86/oostore.h) \
include/asm/cmpxchg.h \
include/asm/cmpxchg_32.h \
$(wildcard include/config/x86/cmpxchg.h) \
$(wildcard include/config/x86/cmpxchg64.h) \
include/asm/nops.h \
$(wildcard include/config/mk7.h) \
$(wildcard include/config/x86/p6/nop.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/printk.h) \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdarg.h \
include/linux/linkage.h \
include/asm/linkage.h \
$(wildcard include/config/x86/alignment/16.h) \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
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 \
include/asm/msr.h \
include/asm/msr-index.h \
include/asm/desc_defs.h \
include/linux/personality.h \
include/linux/cpumask.h \
$(wildcard include/config/have/cpumask/of/cpu/map.h) \
$(wildcard include/config/hotplug/cpu.h) \
include/linux/bitmap.h \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/asm/cache.h \
$(wildcard include/config/x86/l1/cache/shift.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
include/linux/prefetch.h \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/asm/spinlock_types.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/locking.h) \
include/asm/spinlock.h \
include/asm/atomic.h \
include/asm/atomic_32.h \
$(wildcard include/config/m386.h) \
include/asm-generic/atomic.h \
include/asm/rwlock.h \
include/linux/spinlock_api_smp.h \
include/linux/wait.h \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/seqlock.h \
include/linux/nodemask.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/linux/bounds.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/asm/rwsem.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/smp.h \
$(wildcard include/config/x86/local/apic.h) \
$(wildcard include/config/x86/io/apic.h) \
$(wildcard include/config/x86/32/smp.h) \
$(wildcard include/config/x86/64/smp.h) \
include/asm/mpspec.h \
$(wildcard include/config/mca.h) \
$(wildcard include/config/eisa.h) \
$(wildcard include/config/acpi.h) \
include/asm/mpspec_def.h \
include/asm-x86/mach-default/mach_mpspec.h \
include/asm/apic.h \
$(wildcard include/config/x86/good/apic.h) \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
include/linux/delay.h \
include/asm/delay.h \
include/asm/fixmap.h \
include/asm/fixmap_32.h \
$(wildcard include/config/x86/visws/apic.h) \
$(wildcard include/config/x86/f00f/bug.h) \
$(wildcard include/config/x86/cyclone/timer.h) \
$(wildcard include/config/pci/mmconfig.h) \
$(wildcard include/config/provide/ohci1394/dma/init.h) \
include/asm/acpi.h \
$(wildcard include/config/acpi/numa.h) \
include/acpi/pdc_intel.h \
include/asm/numa.h \
include/asm/numa_32.h \
include/asm/mmu.h \
include/asm/apicdef.h \
include/asm/kmap_types.h \
$(wildcard include/config/debug/highmem.h) \
include/asm/io_apic.h \
include/asm/pda.h \
$(wildcard include/config/cc/stackprotector.h) \
include/asm-x86/mach-default/mach_apicdef.h \
include/asm/topology.h \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/x86/64/acpi/numa.h) \
include/asm-generic/topology.h \
include/asm/sparsemem.h \
include/linux/rbtree.h \
include/linux/prio_tree.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/mm_types.h \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/mm/owner.h) \
include/linux/auxvec.h \
include/asm/auxvec.h \
include/linux/completion.h \
include/asm/pgtable.h \
include/asm/pgtable_32.h \
$(wildcard include/config/highpte.h) \
include/asm/paravirt.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) \
$(wildcard include/config/slabinfo.h) \
include/linux/slab_def.h \
include/linux/kmalloc_sizes.h \
include/asm/pgtable-2level-defs.h \
include/asm/pgtable-2level.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/percpu.h \
include/linux/sysctl.h \
include/linux/module.h \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/markers.h) \
$(wildcard include/config/sysfs.h) \
include/linux/stat.h \
include/asm/stat.h \
include/linux/time.h \
include/linux/math64.h \
include/asm/div64.h \
include/linux/kmod.h \
$(wildcard include/config/kmod.h) \
include/linux/elf.h \
include/linux/elf-em.h \
include/asm/elf.h \
$(wildcard include/config/compat/vdso.h) \
include/asm/user.h \
include/asm/user_32.h \
include/asm/vdso.h \
include/asm/desc.h \
include/asm/ldt.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/ppc64.h) \
include/linux/marker.h \
include/asm/local.h \
include/asm/module.h \
$(wildcard include/config/m486.h) \
$(wildcard include/config/m586.h) \
$(wildcard include/config/m586tsc.h) \
$(wildcard include/config/m586mmx.h) \
$(wildcard include/config/mcore2.h) \
$(wildcard include/config/m686.h) \
$(wildcard include/config/mpentiumii.h) \
$(wildcard include/config/mpentiumiii.h) \
$(wildcard include/config/mpentiumm.h) \
$(wildcard include/config/mpentium4.h) \
$(wildcard include/config/mk6.h) \
$(wildcard include/config/mk8.h) \
$(wildcard include/config/x86/elan.h) \
$(wildcard include/config/mcrusoe.h) \
$(wildcard include/config/mefficeon.h) \
$(wildcard include/config/mwinchipc6.h) \
$(wildcard include/config/mwinchip2.h) \
$(wildcard include/config/mwinchip3d.h) \
$(wildcard include/config/mcyrixiii.h) \
$(wildcard include/config/mviac3/2.h) \
$(wildcard include/config/mviac7.h) \
$(wildcard include/config/mgeodegx1.h) \
$(wildcard include/config/mgeode/lx.h) \
include/linux/socket.h \
include/asm/socket.h \
include/asm/sockios.h \
include/linux/sockios.h \
include/linux/uio.h \
include/linux/netdevice.h \
$(wildcard include/config/wlan/80211.h) \
$(wildcard include/config/ax25.h) \
$(wildcard include/config/mac80211/mesh.h) \
$(wildcard include/config/tr.h) \
$(wildcard include/config/net/ipip.h) \
$(wildcard include/config/net/ipgre.h) \
$(wildcard include/config/ipv6/sit.h) \
$(wildcard include/config/ipv6/tunnel.h) \
$(wildcard include/config/netpoll.h) \
$(wildcard include/config/wireless/ext.h) \
$(wildcard include/config/net/poll/controller.h) \
$(wildcard include/config/net/ns.h) \
$(wildcard include/config/netpoll/trap.h) \
$(wildcard include/config/net/dma.h) \
$(wildcard include/config/netdevices/multiqueue.h) \
include/linux/if.h \
include/linux/hdlc/ioctl.h \
include/linux/if_ether.h \
include/linux/skbuff.h \
$(wildcard include/config/nf/conntrack.h) \
$(wildcard include/config/bridge/netfilter.h) \
$(wildcard include/config/net/sched.h) \
$(wildcard include/config/net/cls/act.h) \
$(wildcard include/config/ipv6/ndisc/nodetype.h) \
$(wildcard include/config/network/secmark.h) \
include/linux/net.h \
include/linux/random.h \
include/linux/ioctl.h \
include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/textsearch.h \
include/linux/err.h \
include/net/checksum.h \
include/asm/uaccess.h \
include/asm/uaccess_32.h \
$(wildcard include/config/x86/intel/usercopy.h) \
$(wildcard include/config/x86/wp/works/ok.h) \
include/asm/checksum.h \
include/asm/checksum_32.h \
include/linux/in6.h \
include/linux/rcupdate.h \
$(wildcard include/config/classic/rcu.h) \
include/linux/rcuclassic.h \
include/linux/dmaengine.h \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/semaphore.h \
include/asm/device.h \
$(wildcard include/config/dmar.h) \
include/linux/pm_wakeup.h \
$(wildcard include/config/pm.h) \
include/linux/dma-mapping.h \
$(wildcard include/config/has/dma.h) \
$(wildcard include/config/have/dma/attrs.h) \
include/asm/dma-mapping.h \
include/linux/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
include/asm/scatterlist.h \
include/asm/io.h \
include/asm/io_32.h \
include/asm-generic/iomap.h \
include/linux/vmalloc.h \
include/asm/swiotlb.h \
$(wildcard include/config/swiotlb.h) \
include/linux/hrtimer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/high/res/timers.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) \
include/asm/param.h \
$(wildcard include/config/hz.h) \
include/asm/timex.h \
$(wildcard include/config/x86/rdc321x.h) \
include/asm/tsc.h \
$(wildcard include/config/x86/tsc.h) \
include/linux/if_packet.h \
include/linux/timer.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
include/linux/workqueue.h \
include/net/net_namespace.h \
$(wildcard include/config/ipv6.h) \
$(wildcard include/config/ip/dccp.h) \
$(wildcard include/config/netfilter.h) \
include/net/netns/core.h \
include/net/netns/unix.h \
include/net/netns/packet.h \
include/net/netns/ipv4.h \
$(wildcard include/config/ip/multiple/tables.h) \
include/net/inet_frag.h \
include/net/netns/ipv6.h \
$(wildcard include/config/ipv6/multiple/tables.h) \
include/net/netns/dccp.h \
include/net/netns/x_tables.h \
include/linux/seq_file_net.h \
include/linux/seq_file.h \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
include/linux/irqreturn.h \
include/linux/hardirq.h \
$(wildcard include/config/virt/cpu/accounting.h) \
$(wildcard include/config/preempt/rcu.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/sched.h \
$(wildcard include/config/sched/debug.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/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/posix/mqueue.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/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/have/unstable/sched/clock.h) \
$(wildcard include/config/preempt/bkl.h) \
$(wildcard include/config/group/sched.h) \
include/linux/capability.h \
include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
include/asm/ipcbuf.h \
include/asm/sembuf.h \
include/linux/signal.h \
include/asm/signal.h \
include/asm-generic/signal.h \
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/asm/seccomp.h \
include/asm/seccomp_32.h \
include/linux/unistd.h \
include/asm/unistd.h \
include/asm/unistd_32.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/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/aio.h \
include/linux/aio_abi.h \
include/asm/hardirq.h \
include/asm/hardirq_32.h \
include/linux/irq.h \
$(wildcard include/config/irq/per/cpu.h) \
$(wildcard include/config/irq/release/method.h) \
$(wildcard include/config/generic/pending/irq.h) \
$(wildcard include/config/irqbalance.h) \
$(wildcard include/config/auto/irq/affinity.h) \
$(wildcard include/config/generic/hardirqs/no//do/irq.h) \
include/asm/irq.h \
include/asm/irq_32.h \
include/asm-x86/mach-default/irq_vectors.h \
include/asm-x86/mach-default/irq_vectors_limits.h \
include/asm/irq_regs.h \
include/asm/irq_regs_32.h \
include/asm/hw_irq.h \
include/asm/hw_irq_32.h \
include/linux/profile.h \
$(wildcard include/config/profiling.h) \
include/asm/sections.h \
include/asm-generic/sections.h \
include/linux/irq_cpustat.h \
include/net/sock.h \
include/linux/security.h \
$(wildcard include/config/security/network.h) \
$(wildcard include/config/security/network/xfrm.h) \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/namei.h \
include/linux/radix-tree.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 \
$(wildcard include/config/64bit.h) \
include/linux/binfmts.h \
include/linux/shm.h \
include/asm/shmparam.h \
include/asm/shmbuf.h \
include/linux/msg.h \
include/asm/msgbuf.h \
include/linux/key.h \
include/linux/xfrm.h \
include/net/flow.h \
include/linux/filter.h \
include/net/dst.h \
$(wildcard include/config/net/cls/route.h) \
include/linux/rtnetlink.h \
include/linux/netlink.h \
include/linux/if_link.h \
include/linux/if_addr.h \
include/linux/neighbour.h \
include/net/neighbour.h \
include/net/rtnetlink.h \
include/net/netlink.h \
include/net/xfrm.h \
$(wildcard include/config/xfrm/statistics.h) \
$(wildcard include/config/xfrm/sub/policy.h) \
$(wildcard include/config/xfrm/migrate.h) \
include/linux/pfkeyv2.h \
include/linux/ipsec.h \
include/linux/audit.h \
$(wildcard include/config/change.h) \
include/net/ip.h \
$(wildcard include/config/inet.h) \
include/linux/ip.h \
include/linux/in.h \
include/net/inet_sock.h \
include/linux/jhash.h \
include/net/request_sock.h \
include/net/route.h \
include/net/inetpeer.h \
include/linux/in_route.h \
include/linux/route.h \
include/net/snmp.h \
include/linux/snmp.h \
include/linux/ipv6.h \
$(wildcard include/config/ipv6/privacy.h) \
$(wildcard include/config/ipv6/router/pref.h) \
$(wildcard include/config/ipv6/route/info.h) \
$(wildcard include/config/ipv6/optimistic/dad.h) \
$(wildcard include/config/ipv6/mroute.h) \
$(wildcard include/config/ipv6/mip6.h) \
$(wildcard include/config/ipv6/subtrees.h) \
include/linux/icmpv6.h \
include/linux/tcp.h \
$(wildcard include/config/tcp/md5sig.h) \
include/net/inet_connection_sock.h \
include/linux/poll.h \
include/asm/poll.h \
include/asm-generic/poll.h \
include/net/inet_timewait_sock.h \
include/net/tcp_states.h \
include/net/timewait_sock.h \
include/linux/udp.h \
include/net/ipv6.h \
include/net/if_inet6.h \
include/net/ndisc.h \
include/net/ip6_fib.h \
include/linux/ipv6_route.h \
net/core/sysctl_net_core.o: $(deps_net/core/sysctl_net_core.o)
$(deps_net/core/sysctl_net_core.o):
| namgk/kernel-tut | net/core/.sysctl_net_core.o.cmd | bat | gpl-2.0 | 25,093 |
@echo off
echo ================================================================
echo.
echo Batch file showing examples of command-line flash programming
echo.
echo ================================================================
set FLASHCOMMAND=UsbdmFlashProgrammer-debug.exe
set IMAGEFILE=Image_MKxxDX128_5.sx
set DEVICE=FRDM_K20D50M
cls
echo Programming an image without trimming the clock
echo %FLASHCOMMAND% -device=%DEVICE% -vdd=3v3 -erase=mass -program -security=Unsecured %IMAGEFILE%
%FLASHCOMMAND% -device=%DEVICE% -vdd=3v3 -erase=mass -program -security=Unsecured %IMAGEFILE%
echo error level is %ERRORLEVEL%
if not ERRORLEVEL 1 goto phase2
echo Programming image failed
goto report
:phase2
echo Success!
echo Verifying programmed image
echo %FLASHCOMMAND% -device=%DEVICE% -vdd=3v3 -verify -security=Unsecured %IMAGEFILE%
%FLASHCOMMAND% -device=%DEVICE% -vdd=3v3 -verify -security=Unsecured %IMAGEFILE%
echo error level is %ERRORLEVEL%
if not ERRORLEVEL 1 goto phase3
echo Verifying image failed
goto report
:phase3
echo Success!
echo Programming image with custom security value
echo %FLASHCOMMAND% -device=%DEVICE% -vdd=3v3 -erase=mass -program -securityValue=123456789ABCDEF0FFFFFFFFFEFFFFFF %IMAGEFILE%
%FLASHCOMMAND% -device=%DEVICE% -vdd=3v3 -erase=mass -program -securityValue=123456789ABCDEF0FFFFFFFFFEFFFFFF %IMAGEFILE%
echo error level is %ERRORLEVEL%
if not ERRORLEVEL 1 goto phase3b
echo Programming image with custom security failed
goto report
:phase3b
echo Success!
echo Programming image with partition value
echo %FLASHCOMMAND% -device=%DEVICE% -vdd=3v3 -erase=mass -program -security=Unsecured -flexNVM=38,09 %IMAGEFILE%
%FLASHCOMMAND% -device=%DEVICE% -vdd=3v3 -erase=mass -program -security=Unsecured -flexNVM=38,09 %IMAGEFILE%
if not ERRORLEVEL 1 goto phase4
echo Programming image with partition value failed
goto report
:phase4
echo Success!
echo Programming an image and securing
echo %FLASHCOMMAND% -device=%DEVICE% -vdd=3v3 -program -security=Secured %IMAGEFILE%
%FLASHCOMMAND% -device=%DEVICE% -vdd=3v3 -program -security=Secured %IMAGEFILE%
if not ERRORLEVEL 1 goto phase5
echo Programming image failed
goto report
:phase5
echo Success!
echo Verifying programmed image - this should fail as device is secured
echo %FLASHCOMMAND% -device=%DEVICE% -vdd=3v3 -verify %IMAGEFILE%
%FLASHCOMMAND% -device=%DEVICE% -vdd=3v3 -verify %IMAGEFILE%
if not ERRORLEVEL 1 goto phase6
echo Verifying image failed (as it should)
goto end
:phase6
echo Verify succeeded but it should have failed!!!!
goto report
:report
if %ERRORLEVEL%==1 echo Programming parameters incorrect
if %ERRORLEVEL%==2 echo Wrong SDID (incorrect target type)
if %ERRORLEVEL%==3 echo Verification of Flash failed
if %ERRORLEVEL%==4 echo General BDM error
if %ERRORLEVEL%==5 echo Device is not blank
if %ERRORLEVEL%==6 echo No USBDM devices found
if %ERRORLEVEL%==7 echo Failed to open USBDM device
if %ERRORLEVEL%==8 echo Failed to connect to target
if %ERRORLEVEL%==9 echo Failed to set target type
if %ERRORLEVEL%==10 echo Failed to write to target
if %ERRORLEVEL%==11 echo Failed to read from target
if %ERRORLEVEL%==12 echo Failed to reset target
if %ERRORLEVEL%==13 echo Trimming target clock failed
if %ERRORLEVEL%==14 echo Target is secured
if %ERRORLEVEL%==15 echo Flash command failed
if %ERRORLEVEL%==16 echo Failed to find a suitable FCDIV value (clock problem)
echo errLevel=%ERRORLEVEL%
:end | podonoghue/usbdm-eclipse-makefiles-build | PackageFiles/Scripts/TryProgrammingFRDM_K20.cmd | bat | gpl-2.0 | 3,455 |
cmd_fs/ext4/built-in.o := arm-linux-gnueabi-ld -EL -r -o fs/ext4/built-in.o fs/ext4/ext4.o
| jpsminix/minix5 | fs/ext4/.built-in.o.cmd | bat | gpl-2.0 | 96 |
echo OFF
SETLOCAL
echo "===== calling Ownership for sacpp ====="
set EXAMPLE_LANG=sacpp
call %FUNCTIONS% :runOwnership
call %FUNCTIONS% :ownershipCheckResult >> run.log
| SanderMertens/opensplice | build/scripts/overnight/example_automation_scripts/examples/dcps/Ownership/cpp/standalone/RUN.bat | bat | gpl-3.0 | 183 |
REM ***
REM Copyright 2014 ThoughtWorks, Inc.
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM you may not use this file except in compliance with the License.
REM You may obtain a copy of the License at
REM
REM http://www.apache.org/licenses/LICENSE-2.0
REM
REM Unless required by applicable law or agreed to in writing, software
REM distributed under the License is distributed on an "AS IS" BASIS,
REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
REM See the License for the specific language governing permissions and
REM limitations under the License.
REM ****
cd /d "%~dp0"
IF "%DAEMON%"=="N" (
START "go agent - %CD%" /WAIT agent.cmd
) ELSE (
START "go agent - %CD%" /MIN agent.cmd
)
| naveenbhaskar/gocd | installers/go-agent/release/start-agent.bat | bat | apache-2.0 | 753 |
@echo off
setlocal
REM This script provides utilities to manage the KAM store
REM
REM Unless required by applicable law or agreed to in writing, software
REM distributed under the License is distributed on an "AS IS" BASIS,
REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
REM See the License for the specific language governing permissions and
REM limitations under the License.
REM
REM Copyright 2011 Selventa, Inc. All rights reserved.
call "%~dp0\..\setenv.cmd"
java %JAVA_OPTS% -Dderby.system.durability=test -classpath "%BELCOMPILER_CLASSPATH%" org.openbel.framework.tools.kamstore.KamManager "KamManager.cmd" %*
:END
endlocal
| OpenBEL/openbel-framework | org.openbel.framework.tools/tools/KamManager.cmd | bat | apache-2.0 | 684 |
@ECHO OFF
CALL %~p0launcher\jlaunch.bat %~p0examples.conf jlibs.xml.sax.crawl.XMLCrawler %*
| santhosh-tekuri/jlibs | examples/bin/crawl-xml.bat | bat | apache-2.0 | 92 |
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../vendor/doctrine/doctrine-module/bin/doctrine-module
php "%BIN_TARGET%" %*
| barbosaadriano/BaseModuleZf2 | bin/doctrine-module.bat | bat | bsd-3-clause | 145 |
cmake --version
rem cl.exe /?
mkdir build
cd build
cmake %~dp0/../projects/cmake
echo ==== finish cmake generate ====
ls
echo ==== start cmake build ====
cmake --build . -j 8
echo ==== finish cmake build ====
ctest -V --output-on-failure
echo ==== finish ctest ====
| srz-zumix/iutest | .ci/msvc-wine-build.bat | bat | bsd-3-clause | 268 |
@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler.
@set OUT_EXE=example_sdl_vulkan
@set INCLUDES=/I..\.. /I..\..\backends /I%SDL2_DIR%\include /I %VULKAN_SDK%\include
@set SOURCES=main.cpp ..\..\backends\imgui_impl_sdl.cpp ..\..\backends\imgui_impl_vulkan.cpp ..\..\imgui*.cpp
@set LIBS=/LIBPATH:%SDL2_DIR%\lib\x86 /libpath:%VULKAN_SDK%\lib32 SDL2.lib SDL2main.lib shell32.lib vulkan-1.lib
@set OUT_DIR=Debug
mkdir %OUT_DIR%
cl /nologo /Zi /MD %INCLUDES% /D ImTextureID=ImU64 %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% /subsystem:console
| ocornut/imgui | examples/example_sdl_vulkan/build_win32.bat | bat | mit | 628 |
cmd_drivers/net/ethernet/chelsio/built-in.o := rm -f drivers/net/ethernet/chelsio/built-in.o; /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/net/ethernet/chelsio/built-in.o
| friedrich420/Note-3-AEL-Kernel | drivers/net/ethernet/chelsio/.built-in.o.cmd | bat | gpl-2.0 | 205 |
@echo off
if "%1" == "64" (set fpcpl=64) else (set fpcpl=)
pushd ..\plugins
pushd Actman
call make.bat fpc%fpcpl% 16
if errorlevel 1 goto :Error
popd
pushd mRadio
call make.bat fpc%fpcpl% 16
if errorlevel 1 goto :Error
popd
pushd Watrack
call make.bat fpc%fpcpl% 16
if errorlevel 1 goto :Error
cd icons
call makeicons.bat fpc%fpcpl% 16
if errorlevel 1 goto :Error
popd
pushd HistoryPlusPlus
call make.bat %1
if errorlevel 1 goto :Error
popd
popd
goto :eof
:Error
echo ============================= FAIL! =============================
pause
exit
| miranda-ng/miranda-ng | bin17/pascal.bat | bat | gpl-2.0 | 553 |
@echo off
mkdir 32bit
mkdir 32bit\locale
mkdir 32bit\shaders
mkdir 32bit\plugins
mkdir 32bit\plugins\DShowPlugin
mkdir 32bit\plugins\DShowPlugin\locale
mkdir 32bit\plugins\DShowPlugin\shaders
mkdir 32bit\plugins\GraphicsCapture
mkdir 32bit\plugins\PSVPlugin
mkdir 32bit\plugins\PSVPlugin\locale
mkdir 64bit
mkdir 64bit\locale
mkdir 64bit\shaders
mkdir 64bit\plugins
mkdir 64bit\plugins\DShowPlugin
mkdir 64bit\plugins\DShowPlugin\locale
mkdir 64bit\plugins\DShowPlugin\shaders
mkdir 64bit\plugins\GraphicsCapture
mkdir 64bit\plugins\PSVPlugin
mkdir 64bit\plugins\PSVPlugin\locale
mkdir pdbs
mkdir pdbs\32bit
mkdir pdbs\64bit
copy ..\release\obs.exe .\32bit\
copy ..\obsapi\release\obsapi.dll .\32bit\
copy ..\OBSHelp\OBSHelp.chm .\32bit\
copy ..\rundir\services.xconfig .\32bit\
copy ..\rundir\pdb32\stripped\*.pdb .\32bit\
copy ..\rundir\locale\*.txt .\32bit\locale\
copy ..\rundir\shaders\*.?Shader .\32bit\shaders\
copy ..\dshowplugin\release\dshowplugin.dll .\32bit\plugins
copy ..\noisegate\release\noisegate.dll .\32bit\plugins
copy ..\psvplugin\release\psvplugin.dll .\32bit\plugins
copy ..\rundir\plugins\dshowplugin\locale\*.txt .\32bit\plugins\dshowplugin\locale\
copy ..\rundir\plugins\dshowplugin\shaders\*.?Shader .\32bit\plugins\dshowplugin\shaders\
copy ..\rundir\plugins\psvplugin\locale\*.txt .\32bit\plugins\psvplugin\locale\
copy ..\graphicscapture\release\graphicscapture.dll .\32bit\plugins
copy ..\graphicscapture\graphicscapturehook\release\graphicscapturehook.dll .\32bit\plugins\graphicscapture
copy ..\graphicscapture\graphicscapturehook\x64\release\graphicscapturehook64.dll .\32bit\plugins\graphicscapture
copy ..\injectHelper\x64\release\injectHelper64.exe .\32bit\plugins\graphicscapture
copy ..\x264\libs\32bit\libx264-140.dll .\32bit
copy ..\QSVHelper\Release\QSVHelper.exe .\32bit
copy ..\ObsNvenc\Release\ObsNvenc.dll .\32bit
copy "%WindowsSDK80Path%Debuggers\x86\dbghelp.dll" .\32bit
copy ..\x64\release\obs.exe .\64bit\
copy ..\obsapi\x64\release\obsapi.dll .\64bit\
copy ..\OBSHelp\OBSHelp.chm .\64bit\
copy ..\rundir\services.xconfig .\64bit\
copy ..\rundir\pdb64\stripped\*.pdb .\64bit\
copy ..\rundir\locale\*.txt .\64bit\locale\
copy ..\rundir\shaders\*.?Shader .\64bit\shaders\
copy ..\dshowplugin\x64\release\dshowplugin.dll .\64bit\plugins
copy ..\noisegate\x64\release\noisegate.dll .\64bit\plugins
copy ..\psvplugin\x64\release\psvplugin.dll .\64bit\plugins
copy ..\rundir\plugins\dshowplugin\locale\*.txt .\64bit\plugins\dshowplugin\locale\
copy ..\rundir\plugins\dshowplugin\shaders\*.?Shader .\64bit\plugins\dshowplugin\shaders\
copy ..\rundir\plugins\psvplugin\locale\*.txt .\64bit\plugins\psvplugin\locale\
copy ..\graphicscapture\x64\release\graphicscapture.dll .\64bit\plugins
copy ..\graphicscapture\graphicscapturehook\release\graphicscapturehook.dll .\64bit\plugins\graphicscapture
copy ..\graphicscapture\graphicscapturehook\x64\release\graphicscapturehook64.dll .\64bit\plugins\graphicscapture
copy ..\injectHelper\release\injectHelper.exe .\64bit\plugins\graphicscapture
copy ..\x264\libs\64bit\libx264-140.dll .\64bit
copy ..\QSVHelper\Release\QSVHelper.exe .\64bit
copy ..\ObsNvenc\x64\Release\ObsNvenc.dll .\64bit
copy "%WindowsSDK80Path%Debuggers\x64\dbghelp.dll" .\64bit
copy ..\rundir\pdb32\*.pdb .\pdbs\32bit
copy ..\rundir\pdb64\*.pdb .\pdbs\64bit
mkdir upload
mkdir upload\DirectShowPlugin
mkdir upload\DirectShowPlugin\32bit
mkdir upload\DirectShowPlugin\32bit\DShowPlugin\locale
mkdir upload\DirectShowPlugin\32bit\DShowPlugin\shaders
mkdir upload\DirectShowPlugin\64bit
mkdir upload\DirectShowPlugin\64bit\DShowPlugin\locale
mkdir upload\DirectShowPlugin\64bit\DShowPlugin\shaders
mkdir upload\GraphicsCapturePlugin
mkdir upload\GraphicsCapturePlugin\32bit
mkdir upload\GraphicsCapturePlugin\32bit\GraphicsCapture
mkdir upload\GraphicsCapturePlugin\64bit
mkdir upload\GraphicsCapturePlugin\64bit\GraphicsCapture
mkdir upload\NoiseGatePlugin
mkdir upload\NoiseGatePlugin\32bit
mkdir upload\NoiseGatePlugin\64bit
mkdir upload\PSVPlugin
mkdir upload\PSVPlugin\32bit
mkdir upload\PSVPlugin\32bit\PSVPlugin\locale
mkdir upload\PSVPlugin\64bit
mkdir upload\PSVPlugin\64bit\PSVPlugin\locale
mkdir upload\OBS
mkdir upload\OBS\32bit
mkdir upload\OBS\64bit
mkdir upload\OBS\locale
mkdir upload\OBS\services
mkdir upload\OBS\shaders
copy ..\dshowplugin\release\dshowplugin.dll .\upload\DirectShowPlugin\32bit\
copy ..\rundir\plugins\dshowplugin\locale\*.txt .\upload\DirectShowPlugin\32bit\DShowPlugin\locale\
copy ..\rundir\plugins\dshowplugin\shaders\*.?Shader .\upload\DirectShowPlugin\32bit\DShowPlugin\shaders\
copy ..\dshowplugin\x64\release\dshowplugin.dll .\upload\DirectShowPlugin\64bit\
copy ..\rundir\plugins\dshowplugin\locale\*.txt .\upload\DirectShowPlugin\64bit\DShowPlugin\locale\
copy ..\rundir\plugins\dshowplugin\shaders\*.?Shader .\upload\DirectShowPlugin\64bit\DShowPlugin\shaders\
copy ..\graphicscapture\release\graphicscapture.dll .\upload\GraphicsCapturePlugin\32bit\
copy ..\graphicscapture\graphicscapturehook\release\graphicscapturehook.dll .\upload\GraphicsCapturePlugin\32bit\GraphicsCapture\
copy ..\graphicscapture\graphicscapturehook\x64\release\graphicscapturehook64.dll .\upload\GraphicsCapturePlugin\32bit\GraphicsCapture\
copy ..\injectHelper\x64\release\injectHelper64.exe .\upload\GraphicsCapturePlugin\32bit\GraphicsCapture\
copy ..\graphicscapture\x64\release\graphicscapture.dll .\upload\GraphicsCapturePlugin\64bit\
copy ..\graphicscapture\graphicscapturehook\release\graphicscapturehook.dll .\upload\GraphicsCapturePlugin\64bit\GraphicsCapture\
copy ..\graphicscapture\graphicscapturehook\x64\release\graphicscapturehook64.dll .\upload\GraphicsCapturePlugin\64bit\GraphicsCapture\
copy ..\injectHelper\release\injectHelper.exe .\upload\GraphicsCapturePlugin\64bit\GraphicsCapture\
copy ..\NoiseGate\release\noisegate.dll .\upload\NoiseGatePlugin\32bit\
copy ..\NoiseGate\x64\release\noisegate.dll .\upload\NoiseGatePlugin\64bit\
copy ..\psvplugin\release\psvplugin.dll .\upload\PSVPlugin\32bit\
copy ..\rundir\plugins\psvplugin\locale\*.txt .\upload\PSVPlugin\32bit\PSVPlugin\locale\
copy ..\psvplugin\x64\release\psvplugin.dll .\upload\PSVPlugin\64bit\
copy ..\rundir\plugins\psvplugin\locale\*.txt .\upload\PSVPlugin\64bit\PSVPlugin\locale\
copy ..\release\obs.exe .\upload\OBS\32bit\
copy ..\obsapi\release\obsapi.dll .\upload\OBS\32bit\
copy ..\OBSHelp\OBSHelp.chm .\upload\OBS\32bit\
copy ..\rundir\pdb32\stripped\*.pdb .\upload\OBS\32bit\
copy ..\x264\libs\32bit\libx264-140.dll .\upload\OBS\32bit
copy ..\QSVHelper\Release\QSVHelper.exe .\upload\OBS\32bit
copy ..\ObsNvenc\Release\ObsNvenc.dll .\upload\OBS\32bit
copy "%WindowsSDK80Path%Debuggers\x86\dbghelp.dll" .\upload\OBS\32bit
copy ..\x64\release\obs.exe .\upload\OBS\64bit\
copy ..\obsapi\x64\release\obsapi.dll .\upload\OBS\64bit\
copy ..\OBSHelp\OBSHelp.chm .\upload\OBS\64bit\
copy ..\rundir\pdb64\stripped\*.pdb .\upload\OBS\64bit\
copy ..\x264\libs\64bit\libx264-140.dll .\upload\OBS\64bit
copy ..\QSVHelper\Release\QSVHelper.exe .\upload\OBS\64bit
copy ..\ObsNvenc\x64\Release\ObsNvenc.dll .\upload\OBS\64bit
copy "%WindowsSDK80Path%Debuggers\x64\dbghelp.dll" .\upload\OBS\64bit
copy ..\rundir\locale\*.txt .\upload\OBS\locale\
copy ..\rundir\services.xconfig .\upload\OBS\services\
copy ..\rundir\shaders\*.?Shader .\upload\OBS\shaders\
| nminwalla/OBS | installer/generate_binaries.bat | bat | gpl-2.0 | 7,331 |
call build_GCC_x64.cmd 1
"c:\Program Files (x86)\Inno Setup 6\ISCC.exe" xLights_4_64bit_GCC.iss
call build_GCC_x86.cmd 1
"c:\Program Files (x86)\Inno Setup 6\ISCC.exe" xLights_4_32bit_GCC.iss
pause | smeighan/xLights | build_scripts/msw/PackageWindowsRelease_GCC.cmd | bat | gpl-3.0 | 199 |
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" ..\Source\OxyPlot.XamarinAndroid.sln /p:Configuration=Release | BRER-TECH/oxyplot | Build/BuildRelease_XamarinAndroid.cmd | bat | mit | 121 |
@setlocal EnableDelayedExpansion EnableExtensions
@for %%i in (a:\_packer_config*.cmd) do @call "%%~i"
@if defined PACKER_DEBUG (@echo on) else (@echo off)
if not defined HANDLE_URL set HANDLE_URL=http://live.sysinternals.com/handle.exe
for %%i in ("%HANDLE_URL%") do set HANDLE_EXE=%%~nxi
set HANDLE_DIR=%TEMP%\handle
set HANDLE_PATH=%HANDLE_DIR%\%HANDLE_EXE%
echo ==^> Creating "%HANDLE_DIR%"
mkdir "%HANDLE_DIR%"
pushd "%HANDLE_DIR%"
if exist "%SystemRoot%\_download.cmd" (
call "%SystemRoot%\_download.cmd" "%HANDLE_URL%" "%HANDLE_PATH%"
) else (
echo ==^> Downloading "%HANDLE_URL%" to "%HANDLE_PATH%"
powershell -Command "(New-Object System.Net.WebClient).DownloadFile('%HANDLE_URL%', '%HANDLE_PATH%')" <NUL
)
if not exist "%HANDLE_PATH%" goto exit1
reg add HKCU\Software\Sysinternals\Handle /v EulaAccepted /t REG_DWORD /d 1 /f
echo ==^> Copying "%HANDLE_PATH%" to "%SystemRoot%"
copy /y "%HANDLE_PATH%" "%SystemRoot%"
@if errorlevel 1 echo ==^> WARNING: Error %ERRORLEVEL% was returned by: copy /y "%HANDLE_PATH%" "%SystemRoot%"
ver>nul
:exit0
@ping 127.0.0.1
@ver>nul
@goto :exit
:exit1
@ping 127.0.0.1
@verify other 2>nul
:exit
@echo ==^> Script exiting with errorlevel %ERRORLEVEL%
@exit /b %ERRORLEVEL%
| MSumulong/windows | script/01-install-handle.cmd | bat | apache-2.0 | 1,235 |
@if "%_echo%"=="" echo off
setlocal
call %~d0%~p0\..\..\..\config.bat
"%PEVERIFY%" test1.dll
@if ERRORLEVEL 1 goto Error
"%PEVERIFY%" test2a.dll
@if ERRORLEVEL 1 goto Error
"%PEVERIFY%" test2b.dll
@if ERRORLEVEL 1 goto Error
"%PEVERIFY%" test3.exe
@if ERRORLEVEL 1 goto Error
test3.exe
@if ERRORLEVEL 1 goto Error
if exist test.ok (del /f /q test.ok)
%CLIX% "%FSI%" %fsi_flags% test1.fsx test2a.fsx test2b.fsx test3.fsx && (
dir test.ok > NUL 2>&1 ) || (
@echo :FSI load failed
set ERRORMSG=%ERRORMSG% FSI load failed;
)
:Ok
echo Ran fsharp %~f0 ok.
endlocal
exit /b 0
:Error
echo Test Script Failed (perhaps test did not emit test.ok signal file?)
call %SCRIPT_ROOT%\ChompErr.bat %ERRORLEVEL% %~f0
endlocal
exit /b %ERRORLEVEL%
| eloraiby/fsharp | tests/fsharp/typeProviders/diamondAssembly/run.bat | bat | apache-2.0 | 742 |
@ECHO OFF
REM Command file for Sphinx documentation
set SPHINXBUILD=sphinx-build
set ALLSPHINXOPTS=-d _build/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
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. 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. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
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 (_build\*) do rmdir /q /s %%i
del /q /s _build\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% _build/html
echo.
echo.Build finished. The HTML pages are in _build/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% _build/dirhtml
echo.
echo.Build finished. The HTML pages are in _build/dirhtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% _build/pickle
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% _build/json
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% _build/htmlhelp
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in _build/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% _build/qthelp
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in _build/qthelp, like this:
echo.^> qcollectiongenerator _build\qthelp\django-registration.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile _build\qthelp\django-registration.ghc
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% _build/latex
echo.
echo.Build finished; the LaTeX files are in _build/latex.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% _build/changes
echo.
echo.The overview file is in _build/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% _build/linkcheck
echo.
echo.Link check complete; look for any errors in the above output ^
or in _build/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% _build/doctest
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in _build/doctest/output.txt.
goto end
)
:end
| lmorchard/whuru | vendor-local/src/django-registration/docs/make.bat | bat | bsd-3-clause | 2,985 |
@echo off
cd bin/neko
neko Tests.n
pause
| jonasmalacofilho/jonas-haxe | tests/Tests_neko.bat | bat | mit | 45 |
set PROXY_HOST=127.0.0.1
set serializer_PORT=10000
set frontend_PORT=10001
node api/index.js
| nearform/micro-services-tutorial-iot | step3/frontend/run.bat | bat | mit | 93 |
@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\aiohttp_validate.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\aiohttp_validate.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
| dchaplinsky/aiohttp_validate | docs/make.bat | bat | mit | 6,479 |
call nuget pack Shields.GraphViz\Shields.GraphViz.csproj -IncludeReferencedProjects -Prop Configuration=Release -Verbosity detailed | timothy-shields/graphviz | pack.bat | bat | mit | 131 |
@REM Copyright (c) Microsoft. All rights reserved.
@REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
@setlocal EnableExtensions EnableDelayedExpansion
@echo off
set current-path=%~dp0
rem // remove trailing slash
set current-path=%current-path:~0,-1%
set build-root=%current-path%\..\..
rem // resolve to fully qualified path
for %%i in ("%build-root%") do set build-root=%%~fi
rem -----------------------------------------------------------------------------
rem -- check prerequisites
rem -----------------------------------------------------------------------------
rem ensure nuget.exe exists
where /q nuget.exe
if not !errorlevel! == 0 (
@Echo Azure EventHubs SDK needs to download nuget.exe from https://www.nuget.org/nuget.exe
@Echo https://www.nuget.org
choice /C yn /M "Do you want to download and run nuget.exe?"
if not !errorlevel!==1 goto :eof
rem if nuget.exe is not found, then ask user
Powershell.exe wget -outf nuget.exe https://nuget.org/nuget.exe
if not exist .\nuget.exe (
echo nuget does not exist
exit /b 1
)
)
rem -----------------------------------------------------------------------------
rem -- parse script arguments
rem -----------------------------------------------------------------------------
rem // default build options
set build-clean=0
set build-config=Debug
set build-platform=Win32
set CMAKE_run_e2e_tests=OFF
set CMAKE_run_longhaul_tests=OFF
set CMAKE_skip_unittests=OFF
:args-loop
if "%1" equ "" goto args-done
if "%1" equ "-c" goto arg-build-clean
if "%1" equ "--clean" goto arg-build-clean
if "%1" equ "--config" goto arg-build-config
if "%1" equ "--platform" goto arg-build-platform
if "%1" equ "--run-e2e-tests" goto arg-run-e2e-tests
if "%1" equ "--run-longhaul-tests" goto arg-longhaul-tests
if "%1" equ "--skip-unittests" goto arg-skip-unittests
call :usage && exit /b 1
:arg-build-clean
set build-clean=1
goto args-continue
:arg-build-config
shift
if "%1" equ "" call :usage && exit /b 1
set build-config=%1
goto args-continue
:arg-build-platform
shift
if "%1" equ "" call :usage && exit /b 1
set build-platform=%1
goto args-continue
:arg-run-e2e-tests
set CMAKE_run_e2e_tests=ON
goto args-continue
:arg-longhaul-tests
set CMAKE_run_longhaul_tests=ON
goto args-continue
:arg-skip-unittests
set CMAKE_skip_unittests=ON
goto args-continue
:args-continue
shift
goto args-loop
:args-done
rem -----------------------------------------------------------------------------
rem -- restore packages for solutions
rem -----------------------------------------------------------------------------
rem -----------------------------------------------------------------------------
rem -- clean solutions
rem -----------------------------------------------------------------------------
rem -----------------------------------------------------------------------------
rem -- build solutions
rem -----------------------------------------------------------------------------
rem -----------------------------------------------------------------------------
rem -- build with CMAKE and run tests
rem -----------------------------------------------------------------------------
rmdir /s/q %USERPROFILE%\cmake
rem no error checking
mkdir %USERPROFILE%\cmake
rem no error checking
pushd %USERPROFILE%\cmake
cmake -Drun_longhaul_tests:BOOL=%CMAKE_run_longhaul_tests% -Drun_e2e_tests:BOOL=%CMAKE_run_e2e_tests% %build-root% -Dskip_unittests:BOOL=%CMAKE_skip_unittests% %build-root%
if not %errorlevel%==0 exit /b %errorlevel%
msbuild /m eventhub_client.sln
if not %errorlevel%==0 exit /b %errorlevel%
ctest -C "debug" -V
if not %errorlevel%==0 exit /b %errorlevel%
popd
goto :eof
rem -----------------------------------------------------------------------------
rem -- subroutines
rem -----------------------------------------------------------------------------
:clean-a-solution
call :_run-msbuild "Clean" %1 %2 %3
goto :eof
:build-a-solution
call :_run-msbuild "Build" %1 %2 %3
goto :eof
:usage
echo build.cmd [options]
echo options:
echo -c, --clean delete artifacts from previous build before building
echo --config ^<value^> [Debug] build configuration (e.g. Debug, Release)
echo --platform ^<value^> [Win32] build platform (e.g. Win32, x64, ...)
echo --run-e2e-tests run end-to-end tests
echo --run-longhaul-tests run long-haul tests
goto :eof
rem -----------------------------------------------------------------------------
rem -- helper subroutines
rem -----------------------------------------------------------------------------
:_run-msbuild
rem // optionally override configuration|platform
setlocal EnableExtensions
set build-target=
if "%~1" neq "Build" set "build-target=/t:%~1"
if "%~3" neq "" set build-config=%~3
if "%~4" neq "" set build-platform=%~4
msbuild /m %build-target% "/p:Configuration=%build-config%;Platform=%build-platform%" %2
if not %errorlevel%==0 exit /b %errorlevel%
goto :eof | clemensv/azure-event-hubs | c/build_all/windows/build.cmd | bat | mit | 4,971 |
:: Use as "call world1 [Room###] [Extra info]"
:: use as "call world1 000 [Extra info]"
::set roomInfo=%2
:: echo %2
:: echo %roomInfo%
echo(
if "%2"=="die" set charPos=155
if "%2"=="talk" echo *** Please use who, talk is not a command. Type help for more.
if "%2"=="map" goto :map
goto :Room%1
goto :eof
:map
set /a mapXY=%charPos% - 100
set /a mapY=%mapXY%
set /a mapX=%mapXY%
:whileMapY
if %mapY% GTR 10 (
set /a mapY=%mapY% - 10
goto :whileMapY
)
:whileMapX
if %mapX%==10 goto :whileMapXexit
if %mapX%==20 goto :whileMapXexit
if %mapX%==30 goto :whileMapXexit
if %mapX%==40 goto :whileMapXexit
if %mapX%==50 goto :whileMapXexit
if %mapX%==60 goto :whileMapXexit
if %mapX%==70 goto :whileMapXexit
if %mapX%==80 goto :whileMapXexit
if %mapX%==90 goto :whileMapXexit
set /a mapX=%mapX% - 1
goto :whileMapX
:whileMapXexit
set /a mapX=%mapX% / 10
if %mapXY%==11 (set map11=@) else (set map11=#)
if %mapXY%==21 (set map21=@) else (set map21=#)
if %mapXY%==41 (set map41=@) else (set map41=#)
if %mapXY%==51 (set map51=@) else (set map51=#)
if %mapXY%==61 (set map61=@) else (set map61=*)
if %mapXY%==22 (set map22=@) else (set map22=#)
if %mapXY%==32 (set map32=@) else (set map32=#)
if %mapXY%==42 (set map42=@) else (set map42=#)
if %mapXY%==52 (set map52=@) else (set map52=#)
if %mapXY%==62 (set map62=@) else (set map62=#)
if %mapXY%==13 (set map13=@) else (set map13=#)
if %mapXY%==23 (set map23=@) else (set map23=#)
if %mapXY%==33 (set map33=@) else (set map33=#)
if %mapXY%==43 (set map43=@) else (set map43=#)
if %mapXY%==63 (set map63=@) else (set map63=#)
if %mapXY%==73 (set map73=@) else (set map73=#)
if %mapXY%==24 (set map24=@) else (set map24=#)
if %mapXY%==34 (set map34=@) else (set map34=#)
if %mapXY%==44 (set map44=@) else (set map44=#)
if %mapXY%==64 (set map64=@) else (set map64=#)
if %mapXY%==25 (set map25=@) else (set map25=#)
if %mapXY%==35 (set map35=@) else (set map35=#)
if %mapXY%==45 (set map45=@) else (set map45=#)
if %mapXY%==55 (set map55=@) else (set map55=$)
if %mapXY%==65 (set map65=@) else (set map65=#)
if %mapXY%==75 (set map75=@) else (set map75=#)
if %mapXY%==85 (set map85=@) else (set map85=#)
if %mapXY%==95 (set map95=@) else (set map95=*)
if %mapXY%==16 (set map16=@) else (set map16=#)
if %mapXY%==26 (set map26=@) else (set map26=#)
if %mapXY%==36 (set map36=@) else (set map36=#)
if %mapXY%==56 (set map56=@) else (set map56=#)
if %mapXY%==76 (set map76=@) else (set map76=#)
if %mapXY%==17 (set map17=@) else (set map17=#)
if %mapXY%==27 (set map27=@) else (set map27=#)
if %mapXY%==37 (set map37=@) else (set map37=#)
if %mapXY%==57 (set map57=@) else (set map57=#)
if %mapXY%==77 (set map77=@) else (set map77=#)
if %mapXY%==38 (set map38=@) else (set map38=#)
if %mapXY%==48 (set map48=@) else (set map48=#)
if %mapXY%==58 (set map58=@) else (set map58=#)
if %mapXY%==68 (set map68=@) else (set map68=#)
if %mapXY%==78 (set map78=@) else (set map78=#)
if %mapXY%==88 (set map88=@) else (set map88=#)
if %mapXY%==39 (set map39=@) else (set map39=#)
if %mapXY%==49 (set map49=@) else (set map49=#)
if %mapXY%==79 (set map79=@) else (set map79=#)
if %mapXY%==89 (set map89=@) else (set map89=#)
::echo(
:: if %mapXY%==XY (set mapXY=@) else (set mapXY=#)
::echo %mapXY%
echo You are here: @ %mapX%, %mapY%
echo(
echo + 1 2 3 4 5 6 7 8 9 X
echo 1- %map11%-%map21% %map41%-%map51%-%map61%
echo ^| ^| ^|
echo 2- %map22%-%map32%-%map42%-%map52%-%map62%
echo ^| ^| ^| ^|
echo 3- %map13%-%map23%-%map33% %map43% %map63%-%map73%
echo ^| ^| ^|
echo 4- %map24%-%map34%-%map44% %map64%
echo ^| ^| ^|
echo 5- %map25%-%map35%-%map45%-%map55%-%map65%-%map75%-%map85%-%map95%
echo ^| ^| ^|
echo 6- %map16%-%map26%-%map36% %map56% %map76%
echo ^| ^| ^| ^|
echo 7- %map17%-%map27%-%map37% %map57% %map77%
echo ^| ^|
echo 8- %map38%-%map48%-%map58%-%map68%-%map78%-%map88%
echo ^| ^| ^|
echo 9- %map39%-%map49% %map79% %map89%
echo Y
goto :eof
:: ##########################################
1 2 3 4 5 6 7 8 9
echo 1 #-# #-#-*
echo | | |
echo 2 #-#-#-#-#
echo | | | |
echo 3 #-#-# # #-#
echo | | |
echo 4 #-#-# #
echo | | |
echo 5 #-#-#-$-#-#-#-*
echo | | |
echo 6 #-#-# # #
echo | | | |
echo 7 #-#-# # #
echo | |
echo 8 #-#-#-#-#-#
echo | | |
echo 9 #-# # #
::##########################################
::##########################################
:: Rooms - $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
:Room111
set cgn=0
set cge=1
set cgs=0
set cgw=0
::E121
goto :eof
:Room121
set cgn=0
set cge=0
set cgs=1
set cgw=1
::S122
::W121
goto :eof
:Room141
set cgn=0
set cge=1
set cgs=1
set cgw=0
::E151
::S142
goto :eof
:Room151
set cgn=0
set cge=1
set cgs=1
set cgw=1
::E161
::S152
::W141
goto :eof
:Room161 *
set cgn=0
set cge=0
set cgs=0
set cgw=1
::W151
::Take to World 2
goto :eof
::---------------------------------------------
:Room122
set cgn=1
set cge=1
set cgs=1
set cgw=0
::N121
::E132
::S123
goto :eof
:Room132
set cgn=0
set cge=1
set cgs=1
set cgw=1
::E142
::S133
::W122
goto :eof
:Room142
set cgn=1
set cge=1
set cgs=1
set cgw=1
::N141
::E152
::S143
::W132
goto :eof
:Room152
set cgn=1
set cge=1
set cgs=0
set cgw=1
::N151
::E162
::W142
goto :eof
:Room162
set cgn=0
set cge=0
set cgs=1
set cgw=1
::S163
::W152
goto :eof
::---------------------------------------------
:Room113
set cgn=0
set cge=1
set cgs=0
set cgw=0
::E123
goto :eof
:Room123
set cgn=1
set cge=1
set cgs=1
set cgw=1
::N122
::E133
::S124
::W113
goto :eof
:Room133
set cgn=1
set cge=0
set cgs=0
set cgw=1
::N132
::E143
::W123
goto :eof
:Room143
set cgn=1
set cge=0
set cgs=1
set cgw=0
::N142
::S144
goto :eof
:Room163
set cgn=1
set cge=1
set cgs=1
set cgw=0
::N162
::E173
::S164
goto :eof
:Room173
set cgn=0
set cge=0
set cgs=0
set cgw=1
::W163
goto :eof
::---------------------------------------------
:Room124
set cgn=1
set cge=1
set cgs=1
set cgw=0
::N123
::E134
::S125
goto :eof
:Room134
set cgn=0
set cge=1
set cgs=0
set cgw=1
::E144
::W124
goto :eof
:Room144
set cgn=1
set cge=0
set cgs=1
set cgw=1
::N143
::S145
::W134
goto :eof
:Room164
set cgn=1
set cge=0
set cgs=1
set cgw=0
::N163
::S165
goto :eof
::---------------------------------------------
:Room125
set cgn=1
set cge=1
set cgs=1
set cgw=0
::N124
::E135
::S126
goto :eof
:Room135
set cgn=0
set cge=1
set cgs=0
set cgw=1
::E145
::W125
goto :eof
:Room145
set cgn=1
set cge=1
set cgs=0
set cgw=1
::N144
::E155
::W135
goto :eof
:Room155 $
echo ---You are in the center of town. No one seems to be around.
if /I "%2"=="david" echo +++David - I don't want to talk!
if /I "%2"=="anna" echo +++David - How is anna? I'm the only one here. You ok buddy?
if /I "%2"=="who" echo ***David, Anna are here.
if /I "%2"=="shop" goto :shop
set cgn=0
set cge=1
set cgs=1
set cgw=1
::E165
::S156
::W145
goto :eof
:Room165
set cgn=1
set cge=1
set cgs=0
set cgw=1
::N164
::E175
::W155
goto :eof
:Room175
set cgn=0
set cge=1
set cgs=1
set cgw=1
::E185
::S176
::W165
goto :eof
:Room185
set cgn=0
set cge=1
set cgs=0
set cgw=1
::E195
::W175
goto :eof
:Room195 *
set cgn=0
set cge=0
set cgs=0
set cgw=1
::W185
::To world 3
goto :eof
::---------------------------------------------
:Room116
set cgn=0
set cge=1
set cgs=1
set cgw=0
::E126
::S117
goto :eof
:Room126
set cgn=1
set cge=1
set cgs=0
set cgw=1
::N125
::E136
::W116
goto :eof
:Room136
set cgn=0
set cge=0
set cgs=1
set cgw=1
::S137
::W126
goto :eof
:Room156
set cgn=1
set cge=0
set cgs=1
set cgw=0
::N155
::S157
goto :eof
:Room176
set cgn=1
set cge=0
set cgs=1
set cgw=0
::N175
::S177
goto :eof
::---------------------------------------------
:Room117
set cgn=1
set cge=1
set cgs=0
set cgw=0
::N116
::E127
goto :eof
:Room127
set cgn=0
set cge=1
set cgs=0
set cgw=1
::E137
::W117
goto :eof
:Room137
set cgn=1
set cge=0
set cgs=1
set cgw=1
::N137
::S138
::W127
goto :eof
:Room157
set cgn=1
set cge=0
set cgs=1
set cgw=0
::N156
::S158
goto :eof
:Room177
set cgn=1
set cge=0
set cgs=0
set cgw=0
::N176
goto :eof
::---------------------------------------------
:Room138
set cgn=1
set cge=1
set cgs=0
set cgw=0
::N137
::E148
goto :eof
:Room148
set cgn=0
set cge=1
set cgs=1
set cgw=1
::E158
::W138
::S149
goto :eof
:Room158
set cgn=1
set cge=1
set cgs=0
set cgw=1
::N157
::E168
::W148
goto :eof
:Room168
set cgn=0
set cge=1
set cgs=0
set cgw=1
::E178
::W158
goto :eof
:Room178
set cgn=0
set cge=1
set cgs=1
set cgw=1
::E188
::S179
::W168
goto :eof
:Room188
set cgn=0
set cge=0
set cgs=1
set cgw=1
::S189
::W178
goto :eof
::---------------------------------------------
:Room139
set cgn=0
set cge=1
set cgs=0
set cgw=0
::E149
goto :eof
:Room149
set cgn=1
set cge=0
set cgs=0
set cgw=1
::N148
::W139
goto :eof
:Room179
set cgn=1
set cge=0
set cgs=0
set cgw=0
::N178
goto :eof
:Room189
set cgn=1
set cge=0
set cgs=0
set cgw=0
::N188
goto :eof
:shop
set roomInfo=shopX
echo Went to shop
pause
goto :eof
| JoshGud777/old_AppleQuest_Batch | AppleQuest/data/world1.bat | bat | mit | 9,105 |
dotnet mns-sample-producer.dll | aries-zhang/mns-netcore | src/mns-sample-producer/run.cmd | bat | mit | 30 |
rem NOTE: this batch file is to be run in a Visual Studio command prompt
rem Delete old files
del *.obj
del *.ilk
del *.exe
del *.pdb
rem Compile files into .obj files in current directory
cl /I"..\..\testcasesupport" /W3 /MT /GS /RTC1 /bigobj /EHsc /nologo /c main.cpp CWE*.cpp CWE*.c ..\..\testcasesupport\io.c ..\..\testcasesupport\std_thread.c
rem Link all .obj file into a exe
cl /FeCWE176 *.obj /I"..\..\testcasesupport" /W3 /MT /GS /RTC1 /bigobj /EHsc /nologo
| maurer/tiamat | samples/Juliet/testcases/CWE176_Improper_Handling_of_Unicode_Encoding/CWE176.bat | bat | mit | 483 |
@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\django_distributed_task.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\django_distributed_task.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
| mrcrgl/django_distributed_task | docs/make.bat | bat | mit | 6,493 |
@echo off
setlocal
set PATH=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin;%PATH%
set INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include;%INCLUDE%
set LIB=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\lib;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\lib;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib;%LIB%
set MAKETARGET=all
if "%1"=="r" set MAKETARGET=rebuild
echo Building Release configuration...
nmake /nologo %MAKETARGET%
if errorlevel 1 goto end
echo Building Debug configuration...
nmake /nologo %MAKETARGET% "DEBUG=1"
if errorlevel 1 goto end
:end
endlocal
| Major-Revision/WinDjView | libdjvu/make.bat | bat | gpl-2.0 | 898 |
cmd_drivers/net/wireless/bcm4329/built-in.o := rm -f drivers/net/wireless/bcm4329/built-in.o; /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ar rcs drivers/net/wireless/bcm4329/built-in.o
| DrGrip/tiamat-2.6.38-LEO-Dr_Grip | drivers/net/wireless/bcm4329/.built-in.o.cmd | bat | gpl-2.0 | 192 |
rmdir /S /Q ARM
rmdir /S /Q Debug
rmdir /S /Q ipch
rmdir /S /Q Release
cd AlphaLangNative
rmdir /S /Q ARM
rmdir /S /Q Debug
rmdir /S /Q "Generated Files"
cd ../DirectXTK
rmdir /S /Q Bin
rmdir /S /Q Debug
rmdir /S /Q "Generated Files"
cd ../Expression
rmdir /S /Q ARM
rmdir /S /Q Debug
rmdir /S /Q "Generated Files"
cd ../UVEngineNative
rmdir /S /Q ARM
rmdir /S /Q Debug
rmdir /S /Q "Generated Files"
cd ../OggDecode
rmdir /S /Q bin
rmdir /S /Q obj
cd ../GameResource
rmdir /S /Q bin
rmdir /S /Q obj
cd ../ReadHeader
rmdir /S /Q bin
rmdir /S /Q obj
cd ../ExtendedStorage
rmdir /S /Q bin
rmdir /S /Q obj
cd ../MarketPlaceAuth
rmdir /S /Q bin
rmdir /S /Q obj
cd ../UVE_IronRuby
rmdir /S /Q bin
rmdir /S /Q obj
cd ../UVE-Media
rmdir /S /Q bin
rmdir /S /Q obj
cd ../BGM
rmdir /S /Q bin
rmdir /S /Q obj
cd ../Expression
rmdir /S /Q bin
rmdir /S /Q obj
cd ../UVEngine
rmdir /S /Q bin
rmdir /S /Q obj
cd ../UVEngine2_1
rmdir /S /Q bin
rmdir /S /Q obj
cd ../SlXnaApp1Lib
rmdir /S /Q bin
rmdir /S /Q obj
cd ..
del UVEngine.sdf
| lightstudio/uve | 清理项目.bat | bat | gpl-2.0 | 1,017 |
cmd_drivers/usb/serial/ir-usb.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/usb/serial/ir-usb.ko drivers/usb/serial/ir-usb.o drivers/usb/serial/ir-usb.mod.o
| avareldalton85/rpi2-linux-rt | drivers/usb/serial/.ir-usb.ko.cmd | bat | gpl-2.0 | 271 |
@if (true == false) @end /*
@echo off
if defined __ goto :START
set __=.
cmdgfx_input.exe knW13xR | call %0 %* | cmdgfx_RGB "" Sf2:0,0,200,150,100,75
set __=
cmdwiz showcursor 1 & goto :eof
:START
cmdwiz setfont 2 & cls & mode 100,75 & cmdwiz showcursor 0 & title RGB Fire (Space/Enter/f)
set /a W=100, H=75
call centerwindow.bat 0 -10
call prepareScale.bat 2
cscript //nologo //e:javascript "%~dpnx0" %*
::cmdwiz getch & rem Enable this line to see jscript parse errors
mode 80,50
echo "cmdgfx: quit"
title input:Q
exit /b 0 */
function Execute(cmd) {
var exec = Shell.Exec("cmd /c " + cmd)
exec.StdOut.ReadAll()
return exec.exitCode
}
function GetCmdVar(name) {
return Execute("exit %" + name + "%")
}
var Shell = new ActiveXObject("WScript.Shell")
var W=GetCmdVar("W"), H=GetCmdVar("H"), rW=GetCmdVar("rW"), rH=GetCmdVar("rH")
WW=W*2, HH=H*2, HLPY=H-2
var showHelp=0, helpMsg="text e 0 0 SPACE/f/h/ENTER 1," + HLPY, skip=["rem "," "]
WScript.Echo("\"cmdgfx: fbox 0 0 db \"")
MOD=5, MOD2=Math.floor(MOD/2)
COLI=0, MODE=0; setColFade(COLI);
while(true) {
WScript.Echo("\"cmdgfx: \" nf2:0,0,"+WW+","+HH+","+W+","+H)
WScript.Echo("\"cmdgfx: fbox f6f600 0 b1 " + 0 + "," + (H+10) + "," + W + ",5 \" n");
for (i = 0; i < 14; i++) { X=GetRandom(W), J=GetRandom(10)+(H), J2=J+GetRandom(MOD), X2=X+GetRandom(MOD)-MOD2; WScript.Echo("\"cmdgfx: line ffffff 0 b1 " + X + "," + J + "," + X2 + "," + J2 + "\" n") }
for (i = 0; i < 7; i++) { X=GetRandom(W), J=GetRandom(10)+(H), J2=J+GetRandom(MOD), X2=X+GetRandom(MOD)-MOD2; WScript.Echo("\"cmdgfx: line d0d080 0 b1 " + X + "," + J + "," + X2 + "," + J2 + "\" n") }
if (MODE==0) WScript.Echo("\"cmdgfx: block 0 0,0,"+W+","+(H+12)+" 0,0 -1 0 0 - shade(fgcol(x,y+1),-random()*"+RM+",-random()*"+GM+",-random()*"+(BM*2)+") & " + skip[showHelp] + helpMsg + "\" ")
if (MODE==1) WScript.Echo("\"cmdgfx: block 0 0,0,"+W+","+(H+12)+" 0,0 -1 0 0 - store(fgcol(x,y+1),1)+store(and(s1,255),4)+store(and(shr(s1,16),255),3)+store(and(shr(s1,8),255),2)+or(or(shl(s2-random()*"+GM+"*gtr(s2,"+GM+"),8),shl(s3-random()*"+RM+"*gtr(s3,"+RM+"),16)),s4-random()*"+BM+"*gtr(s4,"+BM+"*2)-random()*"+BM+"*gtr(s4,"+BM+")) & " + skip[showHelp] + helpMsg + "\" ")
//WScript.Echo("\"cmdgfx: ellipse 9 0 b1 40,27,17,9 \" ")
var input = WScript.StdIn.ReadLine()
var ti = input.split(/\s+/)
if (ti[3] == "1")
{
var key=ti[5]
if (key == "10") { exec = Shell.Exec('cmdwiz getfullscreen'); exec.StdOut.ReadAll(); if (exec.exitCode==0) Shell.Exec('cmdwiz fullscreen 1'); else Shell.Exec('cmdwiz fullscreen 0') }
if (key == "27") break
if (key == "13") MODE=1-MODE
if (key == "32") { COLI++; if (COLI >= 3) COLI=0; setColFade(COLI); }
if (key == "102") { LXP1=Math.floor((W-62)/2), LYP=H; WScript.Echo("\"cmdgfx: image img\\fire.txt d00000 0 0 20 "+LXP1+","+LYP+" \" n") }
if (key == "104") { WScript.Echo("\"cmdgfx: line ? ? db 1,"+(H-3)+",1000,"+(H-3)); showHelp = 1-showHelp }
if (key == "112") WScript.Echo("\"cmdgfx: \" K")
}
if (ti[23] == "1")
{
W=Math.floor(Number(ti[25])*rW/100+1), H=Math.floor(Number(ti[27])*rH/100+1)
WW=W*2, HH=H*2
Shell.Exec('cmdwiz showcursor 0')
helpMsg="text e 0 0 SPACE/f/h/ENTER 1," + (H-3)
WScript.Echo("\"cmdgfx: fbox 0 0 db \" nf2:0,0,"+WW+","+HH+","+W+","+H)
}
}
function GetRandom(maxN) {
return Math.floor(Math.random() * maxN)
}
function setColFade(index) {
if (index == 0) { RM=5, GM=12, BM=16 }
if (index == 1) { RM=10, GM=6, BM=4 }
if (index == 2) { RM=8, GM=18, BM=3 }
}
| misol1/cmdgfx | RGB-Fire-js.bat | bat | gpl-2.0 | 3,490 |
cmd_sound/isa/ad1848/built-in.o := rm -f sound/isa/ad1848/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/isa/ad1848/built-in.o
| selva-simple/Galaxy-R-Kernel | sound/isa/ad1848/.built-in.o.cmd | bat | gpl-2.0 | 180 |
deps_config := \
kernel/Kconfig.sysprof \
lib/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/integrity/ima/Kconfig \
security/tomoyo/Kconfig \
security/smack/Kconfig \
security/selinux/Kconfig \
security/Kconfig \
lib/Kconfig.kmemcheck \
lib/Kconfig.kgdb \
samples/Kconfig \
kernel/trace/Kconfig \
mm/Kconfig.debug \
lib/Kconfig.debug \
arch/arm/Kconfig.debug \
fs/dlm/Kconfig \
fs/nls/Kconfig \
fs/partitions/Kconfig \
fs/9p/Kconfig \
fs/afs/Kconfig \
fs/coda/Kconfig \
fs/ncpfs/Kconfig \
fs/cifs/Kconfig \
fs/ceph/Kconfig \
fs/smbfs/Kconfig \
net/sunrpc/Kconfig \
fs/nfsd/Kconfig \
fs/nfs/Kconfig \
fs/exofs/Kconfig \
fs/ufs/Kconfig \
fs/sysv/Kconfig \
fs/romfs/Kconfig \
fs/qnx4/Kconfig \
fs/hpfs/Kconfig \
fs/omfs/Kconfig \
fs/minix/Kconfig \
fs/freevxfs/Kconfig \
fs/squashfs/Kconfig \
fs/cramfs/Kconfig \
fs/logfs/Kconfig \
fs/ubifs/Kconfig \
fs/jffs2/Kconfig \
fs/yaffs2/Kconfig \
fs/efs/Kconfig \
fs/bfs/Kconfig \
fs/befs/Kconfig \
fs/hfsplus/Kconfig \
fs/hfs/Kconfig \
fs/ecryptfs/Kconfig \
fs/affs/Kconfig \
fs/adfs/Kconfig \
fs/configfs/Kconfig \
fs/sysfs/Kconfig \
fs/proc/Kconfig \
fs/ntfs/Kconfig \
fs/fat/Kconfig \
fs/udf/Kconfig \
fs/isofs/Kconfig \
fs/cachefiles/Kconfig \
fs/fscache/Kconfig \
fs/fuse/Kconfig \
fs/autofs4/Kconfig \
fs/autofs/Kconfig \
fs/quota/Kconfig \
fs/notify/inotify/Kconfig \
fs/notify/dnotify/Kconfig \
fs/notify/Kconfig \
fs/nilfs2/Kconfig \
fs/btrfs/Kconfig \
fs/ocfs2/Kconfig \
fs/gfs2/Kconfig \
fs/xfs/Kconfig \
fs/jfs/Kconfig \
fs/reiserfs/Kconfig \
fs/jbd2/Kconfig \
fs/jbd/Kconfig \
fs/ext4/Kconfig \
fs/ext3/Kconfig \
fs/ext2/Kconfig \
fs/Kconfig \
drivers/broadcast/Kconfig \
drivers/platform/msm/Kconfig \
drivers/platform/x86/Kconfig \
drivers/platform/Kconfig \
drivers/staging/ath6kl/Kconfig \
drivers/staging/gobi/Kconfig \
drivers/staging/mrst-touchscreen/Kconfig \
drivers/staging/xgifb/Kconfig \
drivers/staging/adis16255/Kconfig \
drivers/staging/ti-st/Kconfig \
drivers/staging/cxt1e1/Kconfig \
drivers/staging/crystalhd/Kconfig \
drivers/staging/dt3155v4l/Kconfig \
drivers/staging/dt3155/Kconfig \
drivers/staging/sm7xx/Kconfig \
drivers/staging/samsung-laptop/Kconfig \
drivers/staging/batman-adv/Kconfig \
drivers/staging/wlags49_h25/Kconfig \
drivers/staging/wlags49_h2/Kconfig \
drivers/staging/ramzswap/Kconfig \
drivers/staging/iio/trigger/Kconfig \
drivers/staging/iio/light/Kconfig \
drivers/staging/iio/imu/Kconfig \
drivers/staging/iio/gyro/Kconfig \
drivers/staging/iio/adc/Kconfig \
drivers/staging/iio/accel/Kconfig \
drivers/staging/iio/Kconfig \
drivers/staging/sep/Kconfig \
drivers/staging/memrar/Kconfig \
drivers/staging/rar_register/Kconfig \
drivers/staging/vme/boards/Kconfig \
drivers/staging/vme/devices/Kconfig \
drivers/staging/vme/bridges/Kconfig \
drivers/staging/vme/Kconfig \
drivers/staging/hv/Kconfig \
drivers/staging/udlfb/Kconfig \
drivers/staging/vt6656/Kconfig \
drivers/staging/vt6655/Kconfig \
drivers/staging/quatech_usb2/Kconfig \
drivers/staging/serqt_usb2/Kconfig \
drivers/staging/octeon/Kconfig \
drivers/gpu/drm/nouveau/Kconfig \
drivers/gpu/drm/vmwgfx/Kconfig \
drivers/staging/line6/Kconfig \
drivers/staging/phison/Kconfig \
drivers/staging/pohmelfs/Kconfig \
drivers/staging/dream/camera/Kconfig \
drivers/staging/dream/Kconfig \
drivers/staging/android/Kconfig \
drivers/staging/frontier/Kconfig \
drivers/staging/rtl8192e/Kconfig \
drivers/staging/rtl8192u/Kconfig \
drivers/staging/rtl8192su/Kconfig \
drivers/staging/rtl8187se/Kconfig \
drivers/staging/panel/Kconfig \
drivers/staging/asus_oled/Kconfig \
drivers/staging/comedi/Kconfig \
drivers/staging/rt2870/Kconfig \
drivers/staging/rt2860/Kconfig \
drivers/staging/otus/Kconfig \
drivers/staging/echo/Kconfig \
drivers/staging/wlan-ng/Kconfig \
drivers/staging/winbond/Kconfig \
drivers/staging/usbip/Kconfig \
drivers/staging/tm6000/Kconfig \
drivers/staging/cx25821/Kconfig \
drivers/staging/go7007/Kconfig \
drivers/staging/slicoss/Kconfig \
drivers/staging/et131x/Kconfig \
drivers/staging/Kconfig \
drivers/xen/Kconfig \
drivers/vlynq/Kconfig \
drivers/uio/Kconfig \
drivers/auxdisplay/Kconfig \
drivers/dca/Kconfig \
drivers/dma/Kconfig \
drivers/rtc/Kconfig \
drivers/edac/Kconfig \
drivers/infiniband/ulp/iser/Kconfig \
drivers/infiniband/ulp/srp/Kconfig \
drivers/infiniband/ulp/ipoib/Kconfig \
drivers/infiniband/hw/nes/Kconfig \
drivers/infiniband/hw/mlx4/Kconfig \
drivers/infiniband/hw/cxgb4/Kconfig \
drivers/infiniband/hw/cxgb3/Kconfig \
drivers/infiniband/hw/amso1100/Kconfig \
drivers/infiniband/hw/ehca/Kconfig \
drivers/infiniband/hw/qib/Kconfig \
drivers/infiniband/hw/ipath/Kconfig \
drivers/infiniband/hw/mthca/Kconfig \
drivers/infiniband/Kconfig \
drivers/accessibility/Kconfig \
drivers/switch/Kconfig \
drivers/leds/Kconfig \
drivers/memstick/host/Kconfig \
drivers/memstick/core/Kconfig \
drivers/memstick/Kconfig \
drivers/mmc/host/Kconfig \
drivers/mmc/card/Kconfig \
drivers/mmc/core/Kconfig \
drivers/mmc/Kconfig \
drivers/uwb/Kconfig \
drivers/usb/function/Kconfig \
drivers/usb/otg/Kconfig \
drivers/usb/gadget/Kconfig \
drivers/usb/atm/Kconfig \
drivers/usb/misc/sisusbvga/Kconfig \
drivers/usb/misc/Kconfig \
drivers/usb/serial/Kconfig \
drivers/usb/image/Kconfig \
drivers/usb/storage/Kconfig \
drivers/usb/class/Kconfig \
drivers/usb/musb/Kconfig \
drivers/usb/host/Kconfig \
drivers/usb/wusbcore/Kconfig \
drivers/usb/mon/Kconfig \
drivers/usb/core/Kconfig \
drivers/usb/Kconfig \
drivers/hid/usbhid/Kconfig \
drivers/hid/Kconfig \
sound/oss/Kconfig \
sound/soc/codecs/Kconfig \
sound/soc/msm/Kconfig \
sound/soc/txx9/Kconfig \
sound/soc/sh/Kconfig \
sound/soc/s6000/Kconfig \
sound/soc/s3c24xx/Kconfig \
sound/soc/pxa/Kconfig \
sound/soc/omap/Kconfig \
sound/soc/imx/Kconfig \
sound/soc/fsl/Kconfig \
sound/soc/davinci/Kconfig \
sound/soc/blackfin/Kconfig \
sound/soc/au1x/Kconfig \
sound/soc/atmel/Kconfig \
sound/soc/Kconfig \
sound/parisc/Kconfig \
sound/sparc/Kconfig \
sound/pcmcia/Kconfig \
sound/usb/Kconfig \
sound/sh/Kconfig \
sound/mips/Kconfig \
sound/spi/Kconfig \
sound/atmel/Kconfig \
sound/arm/Kconfig \
sound/aoa/soundbus/Kconfig \
sound/aoa/codecs/Kconfig \
sound/aoa/fabrics/Kconfig \
sound/aoa/Kconfig \
sound/ppc/Kconfig \
sound/pci/hda/Kconfig \
sound/pci/Kconfig \
sound/isa/Kconfig \
sound/drivers/Kconfig \
sound/core/seq/Kconfig \
sound/core/Kconfig \
sound/oss/dmasound/Kconfig \
sound/Kconfig \
drivers/video/logo/Kconfig \
drivers/video/console/Kconfig \
drivers/video/display/Kconfig \
drivers/video/backlight/Kconfig \
drivers/video/omap2/displays/Kconfig \
drivers/video/omap2/omapfb/Kconfig \
drivers/video/omap2/dss/Kconfig \
drivers/video/omap2/Kconfig \
drivers/video/omap/Kconfig \
drivers/video/msm/vidc/Kconfig \
drivers/video/msm/Kconfig \
drivers/video/geode/Kconfig \
drivers/gpu/msm/Kconfig \
drivers/gpu/drm/radeon/Kconfig \
drivers/gpu/drm/Kconfig \
drivers/gpu/vga/Kconfig \
drivers/char/agp/Kconfig \
drivers/video/Kconfig \
drivers/media/dvb/frontends/Kconfig \
drivers/media/dvb/ngene/Kconfig \
drivers/media/dvb/mantis/Kconfig \
drivers/media/dvb/pt1/Kconfig \
drivers/media/dvb/firewire/Kconfig \
drivers/media/dvb/dm1105/Kconfig \
drivers/media/dvb/pluto2/Kconfig \
drivers/media/dvb/bt8xx/Kconfig \
drivers/media/dvb/b2c2/Kconfig \
drivers/media/dvb/siano/Kconfig \
drivers/media/dvb/ttusb-dec/Kconfig \
drivers/media/dvb/ttusb-budget/Kconfig \
drivers/media/dvb/dvb-usb/Kconfig \
drivers/media/dvb/ttpci/Kconfig \
drivers/media/dvb/Kconfig \
drivers/media/radio/si470x/Kconfig \
drivers/media/radio/Kconfig \
drivers/media/video/msm/Kconfig \
drivers/media/video/pwc/Kconfig \
drivers/media/video/zc0301/Kconfig \
drivers/media/video/sn9c102/Kconfig \
drivers/media/video/et61x251/Kconfig \
drivers/media/video/usbvideo/Kconfig \
drivers/media/video/usbvision/Kconfig \
drivers/media/video/cx231xx/Kconfig \
drivers/media/video/tlg2300/Kconfig \
drivers/media/video/em28xx/Kconfig \
drivers/media/video/hdpvr/Kconfig \
drivers/media/video/pvrusb2/Kconfig \
drivers/media/video/gspca/gl860/Kconfig \
drivers/media/video/gspca/stv06xx/Kconfig \
drivers/media/video/gspca/m5602/Kconfig \
drivers/media/video/gspca/Kconfig \
drivers/media/video/uvc/Kconfig \
drivers/media/video/saa7164/Kconfig \
drivers/media/video/cx18/Kconfig \
drivers/media/video/ivtv/Kconfig \
drivers/media/video/au0828/Kconfig \
drivers/media/video/cx23885/Kconfig \
drivers/media/video/cx88/Kconfig \
drivers/media/video/saa7134/Kconfig \
drivers/media/video/zoran/Kconfig \
drivers/media/video/cpia2/Kconfig \
drivers/media/video/bt8xx/Kconfig \
drivers/media/video/omap/Kconfig \
drivers/media/video/cx25840/Kconfig \
drivers/media/video/Kconfig \
drivers/media/common/tuners/Kconfig \
drivers/media/IR/keymaps/Kconfig \
drivers/media/IR/Kconfig \
drivers/media/common/Kconfig \
drivers/media/Kconfig \
drivers/regulator/Kconfig \
drivers/mfd/Kconfig \
drivers/ssb/Kconfig \
drivers/watchdog/Kconfig \
drivers/thermal/Kconfig \
drivers/hwmon/Kconfig \
drivers/power/Kconfig \
drivers/w1/slaves/Kconfig \
drivers/w1/masters/Kconfig \
drivers/w1/Kconfig \
drivers/gpio/Kconfig \
drivers/pps/clients/Kconfig \
drivers/pps/Kconfig \
drivers/spi/Kconfig \
drivers/i2c/busses/Kconfig \
drivers/i2c/algos/Kconfig \
drivers/i2c/Kconfig \
drivers/s390/char/Kconfig \
drivers/char/tpm/Kconfig \
drivers/char/pcmcia/Kconfig \
drivers/char/hw_random/Kconfig \
drivers/char/ipmi/Kconfig \
drivers/char/diag/Kconfig \
drivers/serial/Kconfig \
drivers/char/Kconfig \
drivers/input/gameport/Kconfig \
drivers/input/serio/Kconfig \
drivers/input/misc/Kconfig \
drivers/input/touchscreen/Kconfig \
drivers/input/tablet/Kconfig \
drivers/input/joystick/iforce/Kconfig \
drivers/input/joystick/Kconfig \
drivers/input/mouse/Kconfig \
drivers/input/keyboard/Kconfig \
drivers/input/Kconfig \
drivers/telephony/Kconfig \
drivers/isdn/hardware/mISDN/Kconfig \
drivers/isdn/mISDN/Kconfig \
drivers/isdn/hysdn/Kconfig \
drivers/isdn/gigaset/Kconfig \
drivers/isdn/hardware/eicon/Kconfig \
drivers/isdn/hardware/avm/Kconfig \
drivers/isdn/hardware/Kconfig \
drivers/isdn/capi/Kconfig \
drivers/isdn/act2000/Kconfig \
drivers/isdn/sc/Kconfig \
drivers/isdn/pcbit/Kconfig \
drivers/isdn/icn/Kconfig \
drivers/isdn/hisax/Kconfig \
drivers/isdn/i4l/Kconfig \
drivers/isdn/Kconfig \
drivers/net/caif/Kconfig \
drivers/s390/net/Kconfig \
drivers/ieee802154/Kconfig \
drivers/atm/Kconfig \
drivers/net/wan/Kconfig \
drivers/net/pcmcia/Kconfig \
drivers/net/usb/Kconfig \
drivers/net/wimax/i2400m/Kconfig \
drivers/net/wimax/Kconfig \
drivers/net/wireless/bcm4330/Kconfig \
drivers/net/wireless/zd1211rw/Kconfig \
drivers/net/wireless/wl12xx/Kconfig \
drivers/net/wireless/rt2x00/Kconfig \
drivers/net/wireless/p54/Kconfig \
drivers/net/wireless/orinoco/Kconfig \
drivers/net/wireless/libertas/Kconfig \
drivers/net/wireless/iwmc3200wifi/Kconfig \
drivers/net/wireless/iwlwifi/Kconfig \
drivers/net/wireless/ipw2x00/Kconfig \
drivers/net/wireless/hostap/Kconfig \
drivers/net/wireless/bcm4329/Kconfig \
drivers/net/wireless/b43legacy/Kconfig \
drivers/net/wireless/b43/Kconfig \
drivers/net/wireless/ath/ar9170/Kconfig \
drivers/net/wireless/ath/ath9k/Kconfig \
drivers/net/wireless/ath/ath5k/Kconfig \
drivers/net/wireless/ath/Kconfig \
drivers/net/wireless/rtl818x/Kconfig \
drivers/net/wireless/Kconfig \
drivers/net/tokenring/Kconfig \
drivers/net/benet/Kconfig \
drivers/net/sfc/Kconfig \
drivers/net/stmmac/Kconfig \
drivers/net/ixp2000/Kconfig \
drivers/net/octeon/Kconfig \
drivers/net/fs_enet/Kconfig \
drivers/net/ibm_newemac/Kconfig \
drivers/net/tulip/Kconfig \
drivers/net/arm/Kconfig \
drivers/net/phy/Kconfig \
drivers/net/arcnet/Kconfig \
drivers/net/Kconfig \
drivers/macintosh/Kconfig \
drivers/message/i2o/Kconfig \
drivers/ieee1394/Kconfig \
drivers/firewire/Kconfig \
drivers/message/fusion/Kconfig \
drivers/md/Kconfig \
drivers/ata/Kconfig \
drivers/scsi/osd/Kconfig \
drivers/scsi/device_handler/Kconfig \
drivers/scsi/pcmcia/Kconfig \
drivers/scsi/arm/Kconfig \
drivers/scsi/qla4xxx/Kconfig \
drivers/scsi/qla2xxx/Kconfig \
drivers/scsi/mpt2sas/Kconfig \
drivers/scsi/megaraid/Kconfig.megaraid \
drivers/scsi/mvsas/Kconfig \
drivers/scsi/aic94xx/Kconfig \
drivers/scsi/aic7xxx/Kconfig.aic79xx \
drivers/scsi/aic7xxx/Kconfig.aic7xxx \
drivers/scsi/be2iscsi/Kconfig \
drivers/scsi/bnx2i/Kconfig \
drivers/scsi/cxgb3i/Kconfig \
drivers/scsi/libsas/Kconfig \
drivers/scsi/Kconfig \
drivers/ide/Kconfig \
drivers/misc/video_core/720p/Kconfig \
drivers/misc/iwmc3200top/Kconfig \
drivers/misc/cb710/Kconfig \
drivers/misc/eeprom/Kconfig \
drivers/misc/c2port/Kconfig \
drivers/misc/Kconfig \
drivers/s390/block/Kconfig \
drivers/block/drbd/Kconfig \
drivers/block/paride/Kconfig \
drivers/block/Kconfig \
drivers/pnp/pnpacpi/Kconfig \
drivers/pnp/pnpbios/Kconfig \
drivers/pnp/isapnp/Kconfig \
drivers/pnp/Kconfig \
drivers/parport/Kconfig \
drivers/of/Kconfig \
drivers/mtd/ubi/Kconfig.debug \
drivers/mtd/ubi/Kconfig \
drivers/mtd/lpddr/Kconfig \
drivers/mtd/onenand/Kconfig \
drivers/mtd/nand/Kconfig \
drivers/mtd/devices/Kconfig \
drivers/mtd/maps/Kconfig \
drivers/mtd/chips/Kconfig \
drivers/mtd/Kconfig \
drivers/connector/Kconfig \
drivers/base/Kconfig \
drivers/Kconfig \
net/caif/Kconfig \
net/9p/Kconfig \
net/rfkill/Kconfig \
net/wimax/Kconfig \
net/mac80211/Kconfig \
net/wireless/Kconfig \
net/rxrpc/Kconfig \
drivers/bluetooth/Kconfig \
net/bluetooth/hidp/Kconfig \
net/bluetooth/cmtp/Kconfig \
net/bluetooth/bnep/Kconfig \
net/bluetooth/rfcomm/Kconfig \
net/bluetooth/Kconfig \
drivers/net/irda/Kconfig \
net/irda/ircomm/Kconfig \
net/irda/irnet/Kconfig \
net/irda/irlan/Kconfig \
net/irda/Kconfig \
drivers/net/can/usb/Kconfig \
drivers/net/can/sja1000/Kconfig \
drivers/net/can/mscan/Kconfig \
drivers/net/can/Kconfig \
net/can/Kconfig \
drivers/net/hamradio/Kconfig \
net/ax25/Kconfig \
net/dcb/Kconfig \
net/sched/Kconfig \
net/ieee802154/Kconfig \
net/phonet/Kconfig \
net/wanrouter/Kconfig \
net/econet/Kconfig \
net/lapb/Kconfig \
net/x25/Kconfig \
drivers/net/appletalk/Kconfig \
net/ipx/Kconfig \
net/llc/Kconfig \
net/decnet/Kconfig \
net/8021q/Kconfig \
net/dsa/Kconfig \
net/bridge/Kconfig \
net/802/Kconfig \
net/l2tp/Kconfig \
net/atm/Kconfig \
net/tipc/Kconfig \
net/rds/Kconfig \
net/sctp/Kconfig \
net/dccp/ccids/Kconfig \
net/dccp/Kconfig \
net/bridge/netfilter/Kconfig \
net/decnet/netfilter/Kconfig \
net/ipv6/netfilter/Kconfig \
net/ipv4/netfilter/Kconfig \
net/netfilter/ipvs/Kconfig \
net/netfilter/Kconfig \
net/netlabel/Kconfig \
net/ipv6/Kconfig \
net/ipv4/Kconfig \
net/iucv/Kconfig \
net/xfrm/Kconfig \
net/unix/Kconfig \
net/packet/Kconfig \
net/Kconfig \
kernel/power/Kconfig \
fs/Kconfig.binfmt \
drivers/cpuidle/Kconfig \
drivers/cpufreq/Kconfig \
mm/Kconfig \
kernel/Kconfig.preempt \
kernel/time/Kconfig \
drivers/pcmcia/Kconfig \
drivers/pci/Kconfig \
arch/arm/common/Kconfig \
arch/arm/Kconfig-nommu \
arch/arm/mm/Kconfig \
arch/arm/mach-w90x900/Kconfig \
arch/arm/mach-vexpress/Kconfig \
arch/arm/mach-versatile/Kconfig \
arch/arm/mach-ux500/Kconfig \
arch/arm/mach-u300/Kconfig \
arch/arm/plat-stmp3xxx/Kconfig \
arch/arm/mach-shmobile/Kconfig \
arch/arm/mach-s5pv210/Kconfig \
arch/arm/mach-s5pc100/Kconfig \
arch/arm/mach-s5p6442/Kconfig \
arch/arm/mach-s5p6440/Kconfig \
arch/arm/mach-s3c64xx/Kconfig \
arch/arm/mach-s3c2443/Kconfig \
arch/arm/mach-s3c2440/Kconfig \
arch/arm/mach-s3c2416/Kconfig \
arch/arm/mach-s3c2412/Kconfig \
arch/arm/mach-s3c2410/Kconfig \
arch/arm/mach-s3c2400/Kconfig \
arch/arm/mach-spear6xx/Kconfig600 \
arch/arm/mach-spear6xx/Kconfig \
arch/arm/mach-spear3xx/Kconfig320 \
arch/arm/mach-spear3xx/Kconfig310 \
arch/arm/mach-spear3xx/Kconfig300 \
arch/arm/mach-spear3xx/Kconfig \
arch/arm/plat-spear/Kconfig \
arch/arm/plat-s5p/Kconfig \
arch/arm/plat-s3c24xx/Kconfig \
arch/arm/plat-samsung/Kconfig \
arch/arm/mach-sa1100/Kconfig \
arch/arm/mach-realview/Kconfig \
arch/arm/mach-mmp/Kconfig \
arch/arm/plat-pxa/Kconfig \
arch/arm/mach-pxa/Kconfig \
arch/arm/mach-orion5x/Kconfig \
arch/arm/mach-omap2/Kconfig \
arch/arm/mach-omap1/Kconfig \
arch/arm/plat-omap/Kconfig \
arch/arm/mach-nuc93x/Kconfig \
arch/arm/mach-ns9xxx/Kconfig \
arch/arm/plat-nomadik/Kconfig \
arch/arm/mach-nomadik/Kconfig \
arch/arm/mach-netx/Kconfig \
arch/arm/mach-mx5/Kconfig \
arch/arm/mach-mxc91231/Kconfig \
arch/arm/mach-mx25/Kconfig \
arch/arm/mach-mx3/Kconfig \
arch/arm/mach-mx2/Kconfig \
arch/arm/mach-mx1/Kconfig \
arch/arm/plat-mxc/Kconfig \
arch/arm/mach-mv78xx0/Kconfig \
arch/arm/mach-msm/Kconfig \
arch/arm/mach-loki/Kconfig \
arch/arm/mach-lh7a40x/Kconfig \
arch/arm/mach-ks8695/Kconfig \
arch/arm/mach-kirkwood/Kconfig \
arch/arm/mach-ixp23xx/Kconfig \
arch/arm/mach-ixp2000/Kconfig \
arch/arm/mach-ixp4xx/Kconfig \
arch/arm/mach-iop13xx/Kconfig \
arch/arm/mach-iop33x/Kconfig \
arch/arm/mach-iop32x/Kconfig \
arch/arm/mach-integrator/Kconfig \
arch/arm/mach-h720x/Kconfig \
arch/arm/mach-gemini/Kconfig \
arch/arm/mach-footbridge/Kconfig \
arch/arm/mach-ep93xx/Kconfig \
arch/arm/mach-dove/Kconfig \
arch/arm/mach-davinci/Kconfig \
arch/arm/mach-cns3xxx/Kconfig \
arch/arm/mach-clps711x/Kconfig \
arch/arm/mach-bcmring/Kconfig \
arch/arm/mach-at91/Kconfig \
arch/arm/mach-aaec2000/Kconfig \
kernel/Kconfig.freezer \
kernel/Kconfig.locks \
block/Kconfig.iosched \
block/Kconfig \
kernel/gcov/Kconfig \
arch/Kconfig \
usr/Kconfig \
init/Kconfig \
lge/factory/Kconfig \
lge/eta/Kconfig \
lge/debug/Kconfig \
lge/com_device/mhl_v1/Kconfig \
lge/com_device/felica/Kconfig \
lge/com_device/power/Kconfig \
lge/com_device/misc/Kconfig \
lge/com_device/input/Kconfig \
lge/com_device/display/Kconfig \
lge/com_device/camera/Kconfig \
lge/com_device/broadcast/Kconfig \
lge/com_device/audio/Kconfig \
lge/com_device/Kconfig \
lge/lge_board/Kconfig \
lge/Kconfig \
arch/arm/Kconfig
include/config/auto.conf: \
$(deps_config)
ifneq "$(KERNELVERSION)" "2.6.35.11"
include/config/auto.conf: FORCE
endif
ifneq "$(ARCH)" "arm"
include/config/auto.conf: FORCE
endif
$(deps_config): ;
| HONO/lge-kernel-p930-Gingerbread-mod | include/config/auto.conf.cmd | bat | gpl-2.0 | 18,538 |
cmd_net/802/built-in.o := /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld.bfd -EL -r -o net/802/built-in.o net/802/p8022.o net/802/psnap.o net/802/stp.o
| aloksinha2001/picuntu-3.0.8-alok | net/802/.built-in.o.cmd | bat | gpl-2.0 | 187 |
cmd_drivers/media/common/built-in.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/media/common/built-in.o drivers/media/common/tuners/built-in.o
| dagnarf/sgh-i717-dagkernel | drivers/media/common/.built-in.o.cmd | bat | gpl-2.0 | 188 |
cmd_scripts/kconfig/lxdialog/yesno.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.yesno.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/yesno.o scripts/kconfig/lxdialog/yesno.c
deps_scripts/kconfig/lxdialog/yesno.o := \
scripts/kconfig/lxdialog/yesno.c \
scripts/kconfig/lxdialog/dialog.h \
/usr/include/i386-linux-gnu/sys/types.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/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/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/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/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/string.h \
/usr/include/i386-linux-gnu/bits/string2.h \
/usr/include/i386-linux-gnu/bits/string3.h \
/usr/include/ncurses.h \
/usr/include/ncurses_dll.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/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/lib/gcc/i686-linux-gnu/4.6/include/stdbool.h \
/usr/include/unctrl.h \
/usr/include/curses.h \
scripts/kconfig/lxdialog/yesno.o: $(deps_scripts/kconfig/lxdialog/yesno.o)
$(deps_scripts/kconfig/lxdialog/yesno.o):
| valentinthirion/android-tracebox-busybox | scripts/kconfig/lxdialog/.yesno.o.cmd | bat | gpl-2.0 | 2,746 |
@ECHO OFF
"C:\Program Files (x86)\Atmel\AVR Tools\AvrAssembler2\avrasm2.exe" -S "Z:\home\ventura\Documents\Talleres\Talleres11\labels.tmp" -fI -W+ie -C V2E -o "Z:\home\ventura\Documents\Talleres\Talleres11\Talleres11.hex" -d "Z:\home\ventura\Documents\Talleres\Talleres11\Talleres11.obj" -e "Z:\home\ventura\Documents\Talleres\Talleres11\Talleres11.eep" -m "Z:\home\ventura\Documents\Talleres\Talleres11\Talleres11.map" "Z:\home\ventura\Documents\Talleres\Talleres11\Talleres11.asm"
| Ripagood/Microcontroladores | Talleres11/AvrBuild.bat | bat | gpl-2.0 | 485 |
cmd_sound/core/snd-timer.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o sound/core/snd-timer.o sound/core/timer.o ; scripts/mod/modpost sound/core/snd-timer.o
| lindsaytheflint/stone | sound/core/.snd-timer.o.cmd | bat | gpl-2.0 | 233 |
cmd_sound/core/snd.o := arm-none-linux-gnueabi-ld -EL -r -o sound/core/snd.o sound/core/sound.o sound/core/init.o sound/core/memory.o sound/core/info.o sound/core/control.o sound/core/misc.o sound/core/device.o sound/core/jack.o
| srinugnt2000/linux-2.6.37 | sound/core/.snd.o.cmd | bat | gpl-2.0 | 233 |
@Echo off
SetLocal EnableDelayedExpansion
REM Loading Function v.1.0 By Kvc - Because, we Don't want to code alot for a Simple GUI output.
REM This function is created by Kvc - at 15.9.2017 - 12:19 PM
REM Get More Extensions Like this @ www.thebateam.org - The BatchProgramming Blog
REM Setting-up version of the program
Set ver=1.0
REM Checking for various inputs to the function...
IF /i "%~1" == "/h" (Goto :Help)
IF /i "%~1" == "/?" (Goto :Help)
IF /i "%~1" == "-h" (Goto :Help)
IF /i "%~1" == "Help" (Goto :Help)
IF /i "%~1" == "ver" (Echo.%ver% && Goto :EOF)
IF /i "%~1" == "" (Goto :Help)
IF /i "%~2" == "" (Goto :Help)
IF /i "%~3" == "" (Goto :Help)
IF /i "%~4" == "" (Goto :Help)
IF /i "%~5" == "" (Goto :Help)
IF /i "%~6" == "" (Goto :Help)
IF /i "%~7" == "" (Goto :Help)
IF /i "%~8" == "" (Goto :Help)
:Main
REM Starting the Main Function here...
REM Giving Names to variables...
Set _X=%~1
Set _Y=%~2
Set _Len=%~3
Set _Color=%~4
Set _Char=%~5
Set _Border=%~6
Set _Type=%~7
Set _Value=%~8
REM Adjusting for Given value... Special Case...
Set /A "_Value=%_Value%/1"
Set "_Value=%_Value:-=%"
IF %_Value% GTR 100 (Set /A "_Value=%_Value%%%100")
REM Calculating relative length of the progress-bar, w.r.t. the Given length of progress-bar.
REM Finding 'Scaling Factor' for progress-bar...
REM Handiling 'divide by 0' error...
IF /I "%_Len%" == "0" (Set _Len=1)
Set /A _Factor= 100 / %_Len%
IF /I "%_Factor%" == "0" (Set _Factor=1)
Set /A _Actual_len= %_Value% / %_Factor%
REM Resetting 'Len' variable as per the required size...
Set /A _Len= 100 / %_Factor%
REM Getting Current CMD Situation / size...
Call GetDim _Rows _Columns
REM Dealing with some logical errors... those can ruin the function's output...
Set /A _Net_Length=%_X%+%_Len%
If %_Net_Length% GEQ %_Columns% (Echo. Progress Bar is Longer than the console itself... & Pause & Goto :End)
If %_Y% GEQ %_Rows% (Echo. Progress Bar is out of the Console's View ^(reduce 'Y'^)... & Pause & Goto :End)
IF /I "%_Type%" NEQ "Fill" (IF "%_Type%" NEQ "NoFill" (Set _Type=Fill))
REM Setting-up 'text' location...
Set /A "_Text_X=%_X% + (%_Len% / 2)"
Set /A _Text_Y=%_Y% + 1
REM Synchronizing the text and progress-bar coloring...
Set /A _Collision_pt_Text=%_Text_X%
Set /A _Collision_pt_bar=%_Actual_len% + 4
IF %_Collision_pt_bar% LEQ %_Collision_pt_Text% (Set _Text_color=0%_Color:~1,1%) ELSE (Set _Text_color=%_Color:~1,1%0)
REM Displaying GUI on Console...
REM Setting-up Layout of the Loading Bar in Console screen...
Set /A _Box_Len=%_Len% + 3
Set "_Value=%_Value%%%"
REM Calculating progress-bar type
Set /A _Progress_bar_X=%_X%+1
Set /A _Progress_bar_Y=%_Y%+1
IF /I "%_Type%" == "NoFill" (
Set /A _Progress_bar_X=%_X% + %_Actual_len% + 1
Set /A _Progress_bar_Y= %_Y% + 1
Set _Progress_bar=%_Char%
Set _Value=
) ELSE (
Set _Progress_bar=
For /L %%A in (1,1,%_Actual_len%) Do (Set "_Progress_bar=!_Progress_bar!!_Char!")
)
Call Box %_X% %_Y% 3 %_Box_Len% - - 0%_Color:~1,1% %_Border% _Var_Box
Batbox %_Var_Box% /g %_Progress_bar_X% %_Progress_bar_Y% /c 0x%_Color% /d "%_Progress_bar%" /g %_Text_X% %_Text_Y% /c 0x%_Text_color% /d "%_Value%" /g 0 0 /c 0x07
Goto :End
:Help
Echo.
Echo. This function helps in Adding a little GUI effect into your batch program...
echo. It Prints simple Loading-bar on cmd console at specified Co-ordinates :]
Echo. You need to provide a numerical value - which the Loading fucntion will display
Echo. Of printing table on CMD console. [See Example @ Bottom]
Echo.
echo.
echo. Syntax: call Loading [X] [Y] [Len] [Color] [Char] [Border] [Type] [value]
echo. Syntax: call Loading [help ^| /^? ^| -h ^| -help]
echo. Syntax: call Loading ver
echo.
echo. Where:-
Echo. X = X Co-ordinate of Top-Left corner of the Loading-bar
Echo. Y = Y Ordinate of Top-Left corner of the Loading-bar
Echo. Len = Length of the Loading-bar on Cmd Console [in Chars]
Echo. Color = Color of the Bar's Character [Hex Code: 0F,08,07 etc.]
Echo. Char = Character to show as a loading increment element.
Echo. Border = The Border type to select for the Loading's display. [0 to 4]
Echo. Type = Which type of Loading-bar you need? ['Fill' or 'NoFill']
Echo. Value = The value in numbers - which Loading-bar will display in GUI
echo. ver = Version of Loading function
Echo.
Echo.
Echo. Example:-
Echo. Call Loading 3 23 50 aa x 1 Fill 95
Echo.
echo. This version %_Ver% of Loading function contains much more GUI Capabilities.
echo. As it uses batbox.exe and calls it only once at the end of calculation...
Echo. For the most efficient output.
Echo.
echo. Created By "Karanveer Chouhan" aka 'Kvc'
echo. Visit www.thebateam.org for more...
echo. #TheBATeam
Goto :End
:End
Goto :EOF | TheBATeam/Loading-Function-v.1.0---By-Kvc | Files/Loading.bat | bat | gpl-3.0 | 4,692 |
@echo off
title SQL Account Manager
color 17
java -version:1.8 -Djava.util.logging.config.file=console.cfg -cp ./../libs/*;LoginServer.jar com.l2jmobius.tools.accountmanager.SQLAccountManager
if %errorlevel% == 0 (
echo.
echo Execution successful
echo.
) else (
echo.
echo An error has occurred while running the L2J Account Manager!
echo.
echo Possible reasons for this to happen:
echo.
echo - Missing .jar files or ../libs directory.
echo - MySQL server not running or incorrect MySQL settings:
echo check ./config/loginserver.properties
echo - Wrong data types or values out of range were provided:
echo specify correct values for each required field
echo.
)
pause | karolusw/l2j | login/startSQLAccountManager.bat | bat | gpl-3.0 | 673 |
gcc Raytracer_handofdos_r2.c -O3 -march=native -m64 -msse4.2 -ffast-math -o Raytracer_handofdos2.exe
gcc Raytracer_handofdos_r2.c -O3 -march=native -m64 -msse4.2 -ffast-math -DAVX_VERSION -o Raytracer_handofdosavx2.exe
::gcc Raytracer_handofdos.c -O0 -march=native -m64 -msse4.2 -ffast-math -DAVX_VERSION -o Raytracer_handofdosAVX.exe -pg
gcc Raytracer_handofdos_r3experimental.c -O3 -march=native -m64 -msse4.2 -ffast-math -DAVX_VERSION -o Raytracer_handofdosAVX3.exe
gcc Raytracer_handofdos_r3experimental.c -O3 -march=native -m64 -msse4.2 -ffast-math -DAVX_VERSION -fopenmp -o Raytracer_handofdosAVX3mp.exe
| Mark-Kovalyov/CardRaytracerBenchmark | c/make.cmd | bat | gpl-3.0 | 618 |
@echo off
color 17
title YoU HaVE BEeN haCked by An0NYmOuS!!
echo
echo `/ohmMMNmdhhyyyhdmNMMmho/`
echo `+dMNho:.` `.:oyNMd+
echo `hMd. -dMh`
echo sMd . . dMo
echo NM//My oMo/Mm
echo MM:sMh sMh-MM`
echo dM+:MN` `mM+:MN
echo +Mm`hMy oMd hMs
echo hMy/Mm :/+osyy+ /yysso/:` hMosMm`
echo `dMNMd.NMMMMMMMM/ :MMMMMMMMN-yMNMd`
echo yMMMd: -MM. +MMMMMMy` `yMMMMMMo NM/ /mMNMy
echo :MN`:NM/ :MN -ymmh: `ssos` :hmmy: mM+ +MN-`NM-
echo :dMd -dMms/.mM+ `mMysMm` /MN-/smMd. hMd:
echo yMd/ .+yNMNMMmy+:` +MMysMM+ :+ymMMMMNy+. :mMy
echo hMNddmNmho- .+ymMMMMMy- :MN::mM/ .yNMMMMmy/. -+hmNmddNMy
echo `://:-:odNMdo:` -NMMhMN- ` . `NMmMMM- `:ohNMds:-://:`
echo -ohNMdsdMmNoNyo+/////++oyNsNdMmsdMNho:`
echo -+yNMshomh+d/h+sh/d+hmshsMNy+-
echo ./yNMs/mdyymymyhdymyydm/sMNy+-
echo ..` -+ymMmysMN``/yymymyhdyNyy+``mMssdMNho:` `..
echo `hMMMMNMMds/. `/NMm- ``...` -mMN/` `:ohNMMMNMNh.
echo .MMo``.. :odMNhomMh+-` `-+dMmoyNMds:` ..``+NM/
echo .yMN/ -hNMho- :sdNMNNmmNNMNds: -+hNMh- :NMy-
echo oMd /NN+` `.----.` /NM+ yMy
echo -NMdMd- -dMdNM:
pause >nul | exploi8/AA | DANGER/Duplicate text&Skull5/skullll.bat | bat | gpl-3.0 | 1,828 |
@echo off
set PS3SDK=/s/PSDK3v2
set WIN_PS3SDK=S:/PSDK3v2
set PATH=%WIN_PS3SDK%/mingw/msys/1.0/bin;%WIN_PS3SDK%/mingw/bin;%WIN_PS3SDK%/ps3dev/bin;%WIN_PS3SDK%/ps3dev/ppu/bin;%WIN_PS3SDK%/ps3dev/spu/bin;%WIN_PS3SDK%/mingw/Python27;%PATH%;
set PSL1GHT=%PS3SDK%/psl1ght
set PS3DEV=%PS3SDK%/ps3dev
make pkg2
pause | stephencapes/ps3ita | Make_PKG_animated.bat | bat | gpl-3.0 | 311 |
REM @ECHO OFF
REM *************************************************************************
REM Copyright (c) 2002 The University of Chicago, as Operator of Argonne
REM National Laboratory.
REM Copyright (c) 2002 The Regents of the University of California, as
REM Operator of Los Alamos National Laboratory.
REM EPICS BASE Versions 3.13.7
REM and higher are distributed subject to a Software License Agreement found
REM in file LICENSE that is included with this distribution.
REM *************************************************************************
REM Revision-Id: jba@aps.anl.gov-20110419162804-n948b5t79d7ctygo
REM
REM Site-specific EPICS environment settings
REM
REM sites should modify these definitions
REM
REM =====================================================
REM ====== win32 Visual Studio 2017 settings =======
REM ====== Adam Stephen adam.stephen@ukaea.uk ======
REM =====================================================
REM ======================================================
REM ====== REQUIRED ENVIRONMENT VARIABLES FOLLOW ======
REM ======================================================
REM ======================================================
REM ---------------- WINDOWS ---------------------------
REM ======================================================
REM ----- WINXP, Vista, Windows 7 -----
set PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\SYSTEM32\Wbem
REM ======================================================
REM ---------------- make and perl ---------------------
REM ======================================================
REM --------------- ActiveState perl -------------------
set PATH=C:\Perl64\bin;%PATH%
REM --------------- mingw make ------------------------
REM set PATH=C:\mingw-make\bin;%PATH%
REM set PATH=C:\mingw-make82-3\bin;%PATH%
if %PROCESSOR_ARCHITECTURE%==AMD64 goto 64BIT
set PROGRAM_FILES=C:\Program Files
goto continue
:64BIT
set PROGRAM_FILES=C:\Program Files (x86)
:continue
REM --------------- gnuwin32 make ----------------------
set PATH=%PROGRAM_FILES%\gnuwin32\bin;%PATH%
REM ======================================================
REM ---------------- cygwin tools ------------------------
REM ======================================================
REM (make & perl if above perl and make are REMs)
REM Dont use cygwin GNU make and Perl!
REM cygwin contains tk/tcl, vim, perl, and many unix tools
REM need grep from here NOT from cvs directory
REM set PATH=%PATH%;.;..
REM set PATH=%PATH%;c:\cygwin\bin
REM ======================================================
REM --------------- Visual c++ -------------------------
REM ======================================================
REM ------ Microsoft Visual Studio 2005 ------
REM call "C:\Program files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64
REM set PATH=%PATH%;C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin
REM set INCLUDE=%INCLUDE%;C:\Program Files\Microsoft SDKs\Windows\v6.0A\include
REM REM set LIBPATH=%LIBPATH%;C:\Program Files\Microsoft SDKs\Windows\v6.0A\lib
REM set LIB=%LIB%;C:\Program Files\Microsoft SDKs\Windows\v6.0A\lib
REM ------ Microsoft Visual Studio 2008 ------
REM call "C:\Program files\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat"
REM call "C:\Program files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86_amd64
REM set PATH=C:\Program Files\Microsoft SDKs\Windows\v7.0\bin;%PATH%
REM set INCLUDE=C:\Program Files\Microsoft SDKs\Windows\v7.0\include;%INCLUDE%
REM set LIBPATH=C:\Program Files\Microsoft SDKs\Windows\v7.0\lib;%LIBPATH%
REM set LIB=C:\Program Files\Microsoft SDKs\Windows\v7.0\lib;%LIB%
REM ----- Visual Studio 2010 -----
REM -- windows-x64 ---
if "%1"=="" goto X86
if "%1"=="x86" goto X86
if "%1"=="x86-debug" goto X86
if "%1"=="x86-DLL" goto X86
if "%1"=="x86-debug-DLL" goto X86
if "%1"=="x64" goto X64
if "%1"=="x64-debug" goto X64
if "%1"=="x64-DLL" goto X64
if "%1"=="x64-debug-DLL" goto X64
echo Invalid configuration
goto ERREXIT
:X64
call "%PROGRAM_FILES%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
if "%1"=="x64-DLL" goto X64DLL
if "%1"=="x64-debug" goto X64DEBUG
if "%1"=="x64-debug-DLL" goto X64DEBUGDLL
set EPICS_HOST_ARCH=windows-x64-static
goto CONTINUE
:X64DEBUG
set EPICS_HOST_ARCH=windows-x64-static-debug
goto CONTINUE
:X64DLL
set EPICS_HOST_ARCH=windows-x64
goto CONTINUE
:X64DEBUGDLL
set EPICS_HOST_ARCH=windows-x64-debug
goto CONTINUE
REM -- win32-x86 ---
:X86
REM call "%PROGRAM_FILES%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
call "%PROGRAM_FILES%\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
if "%1"=="x86-DLL" goto X86DLL
if "%1"=="x86-debug" goto X86DEBUG
if "%1"=="x86-debug-DLL" goto X86DEBUGDLL
set EPICS_HOST_ARCH=win32-x86-static
goto CONTINUE
:X86DEBUG
set EPICS_HOST_ARCH=win32-x86-debug-static
goto CONTINUE
:X86DLL
set EPICS_HOST_ARCH=win32-x86
goto CONTINUE
:X86DEBUGDLL
set EPICS_HOST_ARCH=win32-x86-debug
goto CONTINUE
:CONTINUE
REM ======================================================
REM --------------- EPICS --------------------------------
REM ======================================================
echo setting EPICS paths.
set PATH=%PATH%;%~dp0..\bin\%EPICS_HOST_ARCH%
REM ======================================================
REM ------- OPTIONAL ENVIRONMENT VARIABLES FOLLOW --------
REM ======================================================
REM ======================================================
REM ----------------- remote CVS -------------------------
REM ======================================================
REM set CVS_RSH=c:/cygwin/bin/ssh.exe
REM set CVSROOT=:ext:jba@aps.anl.gov:/usr/local/epicsmgr/cvsroot
REM set HOME=c:/users/%USERNAME%
REM set HOME=c:/users/jba
REM ======================================================
REM ------------------- Bazaar ---------------------------
REM ======================================================
REM set PATH=%PATH%;C:\Program files\Bazaar
REM ======================================================
REM ----------------- GNU make flags ---------------------
REM ======================================================
set MAKEFLAGS=-w
REM ======================================================
REM -------------- vim (use cygwin vim ) -----------------
REM ======================================================
REM HOME needed by vim to write .viminfo file.
REM VIM needed by vim to find _vimrc file.
REM set VIM=c:\cygwin
REM ======================================================
REM --------------- Epics Channel Access -----------------
REM Modify and uncomment the following lines
REM to override the base/configure/CONFIG_ENV defaults
REM ======================================================
REM set EPICS_CA_ADDR_LIST=n.n.n.n n.n.n.n
REM set EPICS_CA_AUTO_ADDR_LIST=YES
REM set EPICS_CA_CONN_TMO=30.0
REM set EPICS_CA_BEACON_PERIOD=15.0
REM set EPICS_CA_REPEATER_PORT=5065
REM set EPICS_CA_SERVER_PORT=5064
REM set EPICS_TS_MIN_WEST=420
REM ======================================================
REM --------------- JAVA ---------------------------------
REM ======================================================
REM Needed for java extensions
REM set CLASSPATH=G:\epics\extensions\javalib
REM set PATH=%PATH%;C:\j2sdk1.4.1_01\bin
REM set CLASSPATH=%CLASSPATH%;C:\j2sdk1.4.1_01\lib\tools.jar
REM ======================================================
REM --------------- Exceed -------------------------------
REM Needed for X11 extensions
REM ======================================================
REM set EX_VER=7.10
REM set EX_VER=12.00
REM set EX_VER=14.00
REM set PATH=%PATH%;C:\Exceed%EX_VER%\XDK\
REM set PATH=%PATH%;C:\Program Files\Hummingbird\Connectivity\%EX_VER%\Exceed\
:ERREXIT
| AdamVStephen/getstuffdone | EPICS/base_startup_win32-vs2017.bat | bat | gpl-3.0 | 7,999 |
@echo off
:- $Id: default.bat 1482 2009-07-11 16:59:43Z perditionc $
:- with option clearset, clears all config.bat-made environment variables
:- without options, MAKE / LINK / ... are set to defaults based on COMPILER ...
if "%1" == "clearset" goto clearset
:-----------------------------------------------------------------------
if not "%COMPILER%" == "" goto skip_cc
set COMPILER=WATCOM
echo No compiler specified, defaulting to Open Watcom
:skip_cc
:-----------------------------------------------------------------------
if not "%MAKE%" == "" goto skip_make
if "%COMPILER%" == "TC2" set MAKE=%TC2_BASE%\make
if "%COMPILER%" == "TURBOCPP" set MAKE=%TP1_BASE%\bin\make
if "%COMPILER%" == "TC3" set MAKE=%TC3_BASE%\bin\make
if "%COMPILER%" == "BC5" set MAKE=%BC5_BASE%\bin\make
if "%COMPILER%" == "WATCOM" set MAKE=wmake /ms /h
if "%COMPILER%" == "MSCL8" set MAKE=%MS_BASE%\bin\nmake /nologo
echo Make is %MAKE%.
:skip_make
:-----------------------------------------------------------------------
if not "%XLINK%" == "" goto skip_xlink
if "%COMPILER%" == "TC2" set XLINK=%TC2_BASE%\tlink /m/c
if "%COMPILER%" == "TURBOCPP" set XLINK=%TP1_BASE%\bin\tlink /m/c
if "%COMPILER%" == "TC3" set XLINK=%TC3_BASE%\bin\tlink /m/c
if "%COMPILER%" == "BC5" set XLINK=%BC5_BASE%\bin\tlink /m/c
if "%COMPILER%" == "WATCOM" set XLINK=..\utils\wlinker /ma/nologo
if "%COMPILER%" == "MSCL8" set XLINK=%MS_BASE%\bin\link /ONERROR:NOEXE /ma /nologo
echo Linker is %XLINK%.
:skip_xlink
:-----------------------------------------------------------------------
if not "%XUPX%" == "" set UPXOPT=-U
if "%XUPX%" == "" set UPXOPT=
goto end
:-----------------------------------------------------------------------
:clearset
if not "%OLDPATH%" == "" set PATH=%OLDPATH%
if not "%OLDPATH%" == "" set OLDPATH=
set MAKE=
set COMPILER=
set ALLCFLAGS=
set CFLAGS=
set XCPU=
set XCPU_EX=
set XFAT=
set XLINK=
set TC2_BASE=
set TP1_BASE=
set TC3_BASE=
set BC5_BASE=
set MS_BASE=
set XNASM=
set NASMFLAGS=
set XUPX=
set UPXOPT=
set LOADSEG=
:end
| joyent/sdcboot | freedos/source/kernel/default.bat | bat | mpl-2.0 | 2,163 |
"%JAVA_HOME%\bin\java.exe" -DCTSMS_PROPERTIES="%CTSMS_PROPERTIES%" -DCTSMS_JAVA="%CTSMS_JAVA%" -Dfile.encoding=Cp1252 -Djava.awt.headless=true -classpath %CATALINA_HOME%\webapps\ctsms-web\WEB-INF\lib\ctsms-core-.7.0.jar;%CATALINA_HOME%\webapps\ctsms-web\WEB-INF\lib\* org.phoenixctms.ctsms.executable.DBTool %* | phoenixctms/ctsms | core/db/dbtool.bat | bat | lgpl-2.1 | 310 |
@echo off
::
:: The Batchography book by Elias Bachaalany
::
set /P phrase=Enter string:
set /P match=Find what:
set /P replace=Replace with what:
echo The phrase is: %phrase%
call set phrase=%%phrase:%match%=%replace%%%
echo After substitution, the phrase is: %phrase% | PassingTheKnowledge/Batchography | str-substitute-var.bat | bat | apache-2.0 | 286 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem ##
@rem Gradle startup script for Windows ##
@rem ##
@rem ##########################################################################
@rem
@rem $Revision: 10602 $ $Date: 2008-01-25 02:49:54 +0100 (ven., 25 janv. 2008) $
@rem
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
@rem Uncomment those lines to set JVM options. GRADLE_OPTS and JAVA_OPTS can be used together.
@rem set GRADLE_OPTS=%GRADLE_OPTS% -Xmx512
@rem set JAVA_OPTS=%JAVA_OPTS% -Xmx512
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.\
@rem Determine the command interpreter to execute the "CD" later
set COMMAND_COM="cmd.exe"
if exist "%SystemRoot%\system32\cmd.exe" set COMMAND_COM="%SystemRoot%\system32\cmd.exe"
if exist "%SystemRoot%\command.com" set COMMAND_COM="%SystemRoot%\command.com"
@rem Use explicit find.exe to prevent cygwin and others find.exe from being used
set FIND_EXE="find.exe"
if exist "%SystemRoot%\system32\find.exe" set FIND_EXE="%SystemRoot%\system32\find.exe"
if exist "%SystemRoot%\command\find.exe" set FIND_EXE="%SystemRoot%\command\find.exe"
:check_JAVA_HOME
@rem Make sure we have a valid JAVA_HOME
if not "%JAVA_HOME%" == "" goto have_JAVA_HOME
echo.
echo ERROR: Environment variable JAVA_HOME has not been set.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo.
goto end
:have_JAVA_HOME
@rem Validate JAVA_HOME
%COMMAND_COM% /C DIR "%JAVA_HOME%" 2>&1 | %FIND_EXE% /I /C "%JAVA_HOME%" >nul
if not errorlevel 1 goto init
echo.
echo ERROR: JAVA_HOME might be 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 if there are problems.
echo.
:init
@rem get name of script to launch with full path
@rem Get command-line arguments, handling Windowz variants
SET _marker=%JAVA_HOME: =%
@rem IF NOT "%_marker%" == "%JAVA_HOME%" ECHO JAVA_HOME "%JAVA_HOME%" contains spaces. Please change to a location without spaces if this causes problems.
if not "%OS%" == "Windows_NT" goto win9xME_args
if "%eval[2+2]" == "4" goto 4NT_args
IF "%_marker%" == "%JAVA_HOME%" goto :win9xME_args
set _FIXPATH=
call :fixpath "%JAVA_HOME%"
set JAVA_HOME=%_FIXPATH:~1%
goto win9xME_args
:fixpath
if not %1.==. (
for /f "tokens=1* delims=;" %%a in (%1) do (
call :shortfilename "%%a" & call :fixpath "%%b"
)
)
goto :EOF
:shortfilename
for %%i in (%1) do set _FIXPATH=%_FIXPATH%;%%~fsi
goto :EOF
: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=%*
goto execute
:4NT_args
@rem Get arguments from the 4NT Shell from JP Software
set CMD_LINE_ARGS=%$
:execute
@rem Setup the command line
set STARTER_MAIN_CLASS=org.gradle.wrapper.GradleWrapperMain
set CLASSPATH=%DIRNAME%\wrapper\gradle-wrapper.jar
set WRAPPER_PROPERTIES=%DIRNAME%\wrapper\gradle-wrapper.properties
set JAVA_EXE=%JAVA_HOME%\bin\java.exe
set GRADLE_OPTS=%JAVA_OPTS% %GRADLE_OPTS% -Dorg.gradle.wrapper.properties="%WRAPPER_PROPERTIES%"
"%JAVA_EXE%" %GRADLE_OPTS% -classpath "%CLASSPATH%" %STARTER_MAIN_CLASS% %CMD_LINE_ARGS%
:end
@rem End local scope for the variables with windows NT shell
if "%ERRORLEVEL%"=="0" goto mainEnd
if not "%OS%"=="Windows_NT" echo 1 > nul | choice /n /c:1
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 "%ERRORLEVEL%"
exit /b "%ERRORLEVEL%"
:mainEnd
if "%OS%"=="Windows_NT" endlocal
:omega | Qi4j/qi4j-libraries | gradlew.bat | bat | apache-2.0 | 3,921 |
@echo off
if "%1"=="msvc6" (
echo MSVC6
call "C:\Program Files\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT"
) else (
if "%1"=="msvc7" (
echo MSVC7
call "%VS71COMNTOOLS%\vsvars32.bat"
) else (
if "%1"=="msvc8" (
echo MSVC8
call "%VS80COMNTOOLS%\..\..\VC\vcvarsall.bat"
) else (
if "%1"=="msvc9" (
echo MSVC9
call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat"
) else (
if "%1"=="msvc10" (
echo MSVC10
call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat
) else (
echo ERROR Unknown compiler "%1"
goto END
)))))
bash generate-compiler.sh %1 %2
if not %ERRORLEVEL% == 0 (
EXIT 1
)
:END
| berndhahnebach/IfcPlusPlus | external/SoWin/build/general/generate.bat | bat | mit | 579 |
cd ..
call npm run production_line_test
pause
cd batch_scripts
| chrisJohn404/ljswitchboard-ljm_device_curator | batch_scripts/verify_t7_pro_upgrades.bat | bat | mit | 63 |
@ECHO off
SETLOCAL
CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
"%_prog%" "%dp0%\..\node-gyp-build\build-test.js" %*
ENDLOCAL
EXIT /b %errorlevel%
:find_dp0
SET dp0=%~dp0
EXIT /b
| Hanul/UPPERCASE | node_modules/.bin/node-gyp-build-test.cmd | bat | mit | 271 |
@erase lang.inc
@echo lang fix en >lang.inc
@fasm netsends.asm netsends
@erase lang.inc
@pause | devlato/kolibrios-llvm | programs/network_old/netsends/trunk/build_en.bat | bat | mit | 94 |
java -classpath .;..\lib\perst.jar TestTtree
| kjk/volante-obsolete | java/tst/TestTtree.bat | bat | mit | 46 |
-- Truck::move(target:Point)
!set self.trips:=self.trips->including(self.point)
!set self.debt:=self.debt+1
!delete (self,self.point) from Current
!insert (self,target) into Current
| vnu-dse/rtl | examples/Documentation/tollcoll/Truck_move.cmd | bat | gpl-2.0 | 182 |
@setlocal EnableExtensions EnableDelayedExpansion
@echo off
set current-path=%~dp0
rem // remove trailing slash
set current-path=%current-path:~0,-1%
set build-root=%current-path%\..\..
rem // resolve to fully qualified path
for %%i in ("%build-root%") do set build-root=%%~fi
rem -----------------------------------------------------------------------------
rem -- build iothub client samples
rem -----------------------------------------------------------------------------
call :compile iothub_client_sample_amqp %build-root%\samples\iothub_client_sample_amqp\mbed
if not %errorlevel%==0 exit /b %errorlevel%
call :compile iothub_client_sample_http %build-root%\samples\iothub_client_sample_http\mbed
if not %errorlevel%==0 exit /b %errorlevel%
rem -----------------------------------------------------------------------------
rem -- build iothub longhaul tests
rem -----------------------------------------------------------------------------
call :compile longhaul_tests %build-root%\tests\longhaul_tests\mbed
if not %errorlevel%==0 exit /b %errorlevel%
goto:eof
rem -----------------------------------------------------------------------------
rem -- helper subroutines
rem -----------------------------------------------------------------------------
:compile
setlocal EnableExtensions
set "project_name=%~1"
set "project_path=%~2"
set "cmake_project_bin_path=%project_name%_cmake_build"
mkdir %cmake_project_bin_path%
cd %cmake_project_bin_path%
cmake %project_path%
set CMAKE_ERROR_CODE=%ERRORLEVEL%
cd ..
exit /b %CMAKE_ERROR_CODE%
goto:eof
| avranju/azure-iot-sdks | c/iothub_client/build/mbed/build.cmd | bat | mit | 1,563 |
@echo off
setlocal EnableDelayedExpansion
:: ================= GLOBAL VARIABLES ===================
set "ZU-app=batch\utilities\7za.exe"
set "title=coco-dev-win-setup"
cd batch\\scripts\\
call get_config version
cd ..\\..\\
%ZU-app% a "%title%-%version%.zip" .\batch\*
:: =================== EOF =============================
endlocal | ft3426419/ft3426419.github.io | scripts/windows/coco-dev-setup/dev-setup-packer.bat | bat | mit | 339 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.