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
|
---|---|---|---|---|---|
start /WAIT %1 /SKIP_DIALOGS
IF ERRORLEVEL 1 ECHO %3 > %2
DEL %1
| Belxjander/Kirito | SnowStorm/indra/viewer_components/updater/scripts/windows/update_install.bat | bat | gpl-3.0 | 68 |
ruby -Ku -I"..\..\..\..\..\Ragnarok\Ragnarok\Update" build.rb copy
pause
| ebifrier/godwhale | utility/Bonako/Bonako/dist/copy_dist.bat | bat | gpl-3.0 | 75 |
@start cmd /k ChromeDev_init.cmd | atiq-cs/Scripts-And-Utilities | cmd/ChromeDev.cmd | bat | gpl-3.0 | 32 |
@REM
@REM gen-win-makefiles.cmd
@REM
@REM Update the four variables below according to your environment
@REM Sébastien Millet, 2010-2013
@REM
@set DIR_INCLUDE_OPENSSL="C:\openssl\include"
@set DIR_LIB_OPENSSL="C:\openssl\lib"
@set DIR_INCLUDE_PTHREADS="C:\pthreads"
@set DIR_LIB_PTHREADS="C:\pthreads"
@echo openssl lib directory: %DIR_LIB_OPENSSL%
@echo openssl include directory: %DIR_INCLUDE_OPENSSL%
@REM @echo pthreads lib directory: %DIR_LIB_PTHREADS%
@REM @echo pthreads include directory: %DIR_INCLUDE_PTHREADS%
@echo .
@echo Please make sure the above corresponds to where you compiled static
@echo libs and put include files, if not, update this file (gen-win-makefile.cmd)
@echo accordingly.
@pause
bakefile -f mingw netmon.bkl -DINCOPENSSL=%DIR_INCLUDE_OPENSSL% -DLIBOPENSSL=%DIR_LIB_OPENSSL%
| sebmillet/netmon | gen-win-makefile.cmd | bat | gpl-3.0 | 844 |
@ECHO OFF
DATE /T & TIME /T
CD .\src
ECHO %cd%
ECHO install of bower
CALL bower cache clean
CALL bower install
ECHO GULP me
CD ..\
ECHO %cd%
ECHO install of npm
CALL npm install
@ECHO Building the site
CALL gulp build | skielo/CityTimer | CityTimer.UI/localBuild.bat | bat | mpl-2.0 | 220 |
@echo on
set PATH_BAK=%PATH%
set WORKING_DIR=%CD%
rem rmdir build-Qt4.MinGW /s /q
rem rmdir build-Qt4.MSVC2008 /s /q
rmdir build-Qt5.MinGW /s /q
rmdir build-Qt5.MSVC2010 /s /q
rem rmdir AvalonMiner.Qt4MinGW /s /q
rmdir AvalonMiner.Qt5MinGW /s /q
rem rmdir AvalonMiner.Qt4MSVC /s /q
rmdir AvalonMiner.Qt5MSVC /s /q
rem mkdir build-Qt4.MinGW
rem mkdir build-Qt4.MSVC2008
mkdir build-Qt5.MinGW
mkdir build-Qt5.MSVC2010
rem :Qt4MinGW
rem rem
rem rem Qt4 MinGW
rem rem From C:\Qt\4.8.6_MinGW\bin\qtvars.bat
rem rem
rem set QTDIR=C:\Qt\4.8.6_MinGW
rem set PATH=C:\Qt\4.8.6_MinGW\bin
rem set PATH=%PATH%;C:\Qt\mingw32\bin
rem set PATH=%PATH%;%SystemRoot%\System32
rem set QMAKESPEC=win32-g++-4.6
rem rem Build
rem cd %WORKING_DIR%\build-Qt4.MinGW
rem qmake %WORKING_DIR%\repo\src\AvalonMiner.pro
rem mingw32-make
rem set AvalonDir=%WORKING_DIR%\AvalonMiner.Qt4MinGW
rem mkdir %AvalonDir%
rem move release\AvalonMiner.exe %AvalonDir%\AvalonMiner.exe
rem copy %QTDIR%\bin\QtCore4.dll %AvalonDir%
rem copy %QTDIR%\bin\QtGui4.dll %AvalonDir%
rem copy %QTDIR%\bin\QtNetwork4.dll %AvalonDir%
rem copy %QTDIR%\bin\QtSvg4.dll %AvalonDir%
rem copy %WORKING_DIR%\MinGW.runtime\* %AvalonDir%
rem mkdir %AvalonDir%\bfgminer
rem xcopy /E /H /K %WORKING_DIR%\bfgminer %AvalonDir%\bfgminer
rem copy %WORKING_DIR%\repo\avalon-example.ini %AvalonDir%\avalon.ini
rem cd %WORKING_DIR%
rem rem goto END
:Qt5MinGW
rem
rem Qt5 MinGW
rem From C:\Qt\Qt5.3.1_MinGW\5.3\mingw482_32\bin\qtenv2.bat
rem
set PATH=C:\Qt\Qt5.3.1_MinGW\5.3\mingw482_32\bin;C:\Qt\Qt5.3.1_MinGW\Tools\mingw482_32\bin;%SystemRoot%\System32;%SystemRoot%
set QTDIR=
set QMAKESPEC=
rem Build
cd %WORKING_DIR%\build-Qt5.MinGW
qmake %WORKING_DIR%\repo\src\AvalonMiner.pro
mingw32-make
set AvalonDir=%WORKING_DIR%\AvalonMiner.Qt5MinGW
mkdir %AvalonDir%
copy release\AvalonMiner.exe %AvalonDir%\AvalonMiner.exe
cd %AvalonDir%
windeployqt AvalonMiner.exe
xcopy /E /H /K /Q %WORKING_DIR%\bfgminer %AvalonDir%\bfgminer\
copy %WORKING_DIR%\repo\avalon-example.ini %AvalonDir%\avalon.ini
cd %WORKING_DIR%
rem :Qt4MSVC
rem rem
rem rem Qt4 MSVC2008
rem From C:\Qt\4.8.6_MSVC2008\bin\qtvars.bat vsvars
rem rem
rem set QTDIR=C:\Qt\4.8.6_MSVC2008
rem set PATH=C:\Qt\4.8.6_MSVC2008\bin;%SystemRoot%\System32;%SystemRoot%
rem set QMAKESPEC=win32-msvc2008
rem call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
rem rem Build
rem cd %WORKING_DIR%\build-Qt4.MSVC2008
rem qmake %WORKING_DIR%\repo\src\AvalonMiner.pro
rem nmake
rem set AvalonDir=%WORKING_DIR%\AvalonMiner.Qt4MSVC
rem mkdir %AvalonDir%
rem move release\AvalonMiner.exe %AvalonDir%\AvalonMiner.exe
rem copy %QTDIR%\bin\QtCore4.dll %AvalonDir%
rem copy %QTDIR%\bin\QtGui4.dll %AvalonDir%
rem copy %QTDIR%\bin\QtNetwork4.dll %AvalonDir%
rem copy %QTDIR%\bin\QtSvg4.dll %AvalonDir%
rem copy %WORKING_DIR%\MSVC2008\* %AvalonDir%
rem mkdir %AvalonDir%\bfgminer
rem xcopy /E /H /K %WORKING_DIR%\bfgminer %AvalonDir%\bfgminer
rem copy %WORKING_DIR%\repo\avalon-example.ini %AvalonDir%\avalon.ini
rem cd %WORKING_DIR%
:Qt5MSVC
rem Qt5 MSVC2010
set QTDIR=
set PATH=C:\Qt\Qt5.3.1_MSVC2010\5.3\msvc2010_opengl\bin;%SystemRoot%\System32;%SystemRoot%
set QMAKESPEC=
call "C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
rem Build
cd %WORKING_DIR%\build-Qt5.MSVC2010
qmake %WORKING_DIR%\repo\src\AvalonMiner.pro
nmake
set AvalonDir=%WORKING_DIR%\AvalonMiner.Qt5MSVC
mkdir %AvalonDir%
copy release\AvalonMiner.exe %AvalonDir%\AvalonMiner.exe
copy %WORKING_DIR%\MSVC2010\* %AvalonDir%
cd %AvalonDir%
windeployqt AvalonMiner.exe
xcopy /E /H /K /Q %WORKING_DIR%\bfgminer %AvalonDir%\bfgminer\
copy %WORKING_DIR%\repo\avalon-example.ini %AvalonDir%\avalon.ini
cd %WORKING_DIR%
:END
set PATH=%PATH_BAK%
| wenbinchen/AvalonMiner | build.bat | bat | unlicense | 3,833 |
@start "" "C:\Program Files (x86)\Notepad++\notepad++.exe" %* | guerreroderrick/batch-utils | text.bat | bat | unlicense | 61 |
@echo off
:#*****************************************************************************
:# *
:# Filename: MakeZip.bat *
:# *
:# Description: Create a new Tools.zip for exporting all JFL tools *
:# *
:# Notes: Requires 7-Zip. *
:# *
:# History: *
:# 2014-05-12 JFL Created this script. *
:# 2014-12-05 JFL Added the ability to specify the input file name. *
:# *
:# © Copyright 2016 Hewlett Packard Enterprise Development LP *
:# Licensed under the Apache 2.0 license www.apache.org/licenses/LICENSE-2.0 *
:#*****************************************************************************
setlocal enableextensions enabledelayedexpansion
set "VERSION=2014-12-05"
set "SCRIPT=%~nx0"
set "SPATH=%~dp0" & set "SPATH=!SPATH:~0,-1!"
set "ARG0=%~f0"
set ARGS=%*
set RETURN=goto :eof
set LOG=call :log
set "POPARG=call :PopArg"
goto Main
:#-----------------------------------------------------------------------------
:PopArg
set "ARG="
for /f "tokens=1,*" %%a in ('echo.%ARGS%') do (
set ARG=%%a
if not defined ARG (
set "ARGS="
) else (
set "ARG=%%~a"
set ARGS=%%b
)
)
goto :eof
:#-----------------------------------------------------------------------------
:help
echo %SCRIPT% - Create a new zip file for exporting a set of tools
echo.
echo Usage: %SCRIPT% [options] [LIST_FILE]
echo.
echo Options:
echo -?^|-h This help
echo -V Display %SCRIPT% version
echo -X Display the 7-zip command generated, but don't run it
echo.
echo List File:
echo PATHNAME[.lst] Create PATHNAME.zip with files listed in PATHNAME.lst
echo Default: Tools.lst
%RETURN%
:#-----------------------------------------------------------------------------
:main
set "INPUT_FILE=Tools.lst"
set "EXEC="
:next_arg
%POPARG%
if .!ARG!.==.. goto go
if .!ARG!.==.-?. goto help
if .!ARG!.==./?. goto help
if .!ARG!.==.-h. goto help
if .!ARG!.==.-V. (echo %VERSION%) & goto :eof
if .!ARG!.==.-X. set "EXEC=echo" & goto :next_arg
if "!ARG:~0,1!"=="-" (
>&2 %ECHO% Warning: Unexpected option ignored: !ARG!
goto :next_arg
)
set "INPUT_FILE=!ARG!"
goto next_arg
:go
if not exist "%INPUT_FILE%" (
if "%INPUT_FILE:.lst=%"=="%INPUT_FILE%" (
:# If the input file is missing, and if it does not already ends with .lst, append .lst.
set "INPUT_FILE=%INPUT_FILE%.lst"
)
)
set "ZIP_FILE=%INPUT_FILE:.lst=%.zip"
if not exist "%INPUT_FILE%" (
>&2 echo Error: This must be run in a directory containing a %INPUT_FILE% file,
>&2 echo with the list of files to copy into %ZIP_FILE%.
exit /b 1
)
echo Building %ZIP_FILE%
if exist "%ZIP_FILE%" del "%ZIP_FILE%"
set PATH=$(PATH);C:\Program Files\7-zip
%EXEC% 7z.exe a -r0 "%ZIP_FILE%" @"%INPUT_FILE%"
| JFLarvoire/SysToolsLib | Batch/MakeZip.bat | bat | apache-2.0 | 3,265 |
del web.config
rename VAPPCTComm.exe.config web.config
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -pef "appSettings" "C:\source_code\trunk\VAPPCTComm\VAPPCTComm\bin\Debug" -prov "DataProtectionConfigurationProvider"
rename web.config VAPPCTComm.exe.config
pause | VHAINNOVATIONS/Pre-Procedural-Checklist-Tool | VAPPCTComm/VAPPCTComm/ReleaseBuild/enc_appconfig.bat | bat | apache-2.0 | 289 |
@setlocal enableextensions
@cd /d "%~dp0"
copy "AutoLangDetect\bin\Debug\AutoLangDetect.dll" "%programfiles%\Notepad++\plugins\AutoLangDetect.dll"
copy "AutoLangDetect\bin\Debug\AutoLangDetect.dll" "%programfiles(x86)%\Notepad++\plugins\AutoLangDetect.dll"
| KvanTTT/AutoLangDetect | CopyDebugToNppPlugins.cmd | bat | apache-2.0 | 258 |
rem #------------------------------------------------------------------------------
rem # Copyright 2014 Esri
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 #==============================================================================
rem # Name: InstallWebAdaptorPrerequisites.bat
rem #
rem # Purpose: Install Web Adpator Prerequisites:
rem # - IIS Roles and IIS features
rem # - .Net framework 3.5
rem # Also sets the IIS default document and adds additional MIME
rem # types needed for Ops Server applications to IIS.
rem #
rem #==============================================================================
REM ---------------------------------------------------------------------
REM Install IIS Role and .Net Framework Feature
REM ---------------------------------------------------------------------
Call %~dp0SupportFiles\InstallRolesAndFeatures.bat
REM ---------------------------------------------------------------------
REM Set the IIS default document
REM ---------------------------------------------------------------------
Call %~dp0SupportFiles\SetIISDefaultDocument.bat
REM ---------------------------------------------------------------------
REM Modify IIS as needed for Ops Server
REM ---------------------------------------------------------------------
REM Add additional MIME types
Call %~dp0SupportFiles\AddIISMimeTypes.bat
PING 127.0.0.1 -n 3 > nul | Esri/ops-server-config | Install/WebAdaptorIIS/InstallWebAdaptorPrerequisites.bat | bat | apache-2.0 | 2,004 |
SET _BUILDBOT_WORKSPACE=
python %~dp0buildbot.py
pause
| wildfishyu/BuildBot | BuildBot/buildbot.bat | bat | apache-2.0 | 55 |
@echo off
cd /d %~dp0
set PATH=%PATH%;D:/cygwin/bin
set HOME=%cd%
cmd
pause
| SayCV/root-commands | build_shell.bat | bat | apache-2.0 | 90 |
start cmd /k java -jar target/eureka-server-1.0-SNAPSHOT.jar --spring.profiles.active=8081
start cmd /k java -jar target/eureka-server-1.0-SNAPSHOT.jar --spring.profiles.active=8082
start cmd /k java -jar target/eureka-server-1.0-SNAPSHOT.jar --spring.profiles.active=8083
| chencye/demo | springcloud-demo/eureka-server/start.bat | bat | apache-2.0 | 276 |
REM brand Python with conda-forge startup message
python %RECIPE_DIR%\brand_python.py
if errorlevel 1 exit 1
REM Compile python, extensions and external libraries
if "%ARCH%"=="64" (
set PLATFORM=x64
set VC_PATH=x64
set BUILD_PATH=amd64
) else (
set PLATFORM=Win32
set VC_PATH=x86
set BUILD_PATH=win32
)
cd PCbuild
call build.bat -e -p %PLATFORM%
if errorlevel 1 exit 1
cd ..
REM Populate the root package directory
for %%x in (python36.dll python.exe pythonw.exe) do (
copy /Y %SRC_DIR%\PCbuild\%BUILD_PATH%\%%x %PREFIX%
if errorlevel 1 exit 1
)
for %%x in (python.pdb python36.pdb pythonw.pdb) do (
copy /Y %SRC_DIR%\PCbuild\%BUILD_PATH%\%%x %PREFIX%
if errorlevel 1 exit 1
)
copy %SRC_DIR%\LICENSE %PREFIX%\LICENSE_PYTHON.txt
if errorlevel 1 exit 1
REM Populate the DLLs directory
mkdir %PREFIX%\DLLs
xcopy /s /y %SRC_DIR%\PCBuild\%BUILD_PATH%\*.pyd %PREFIX%\DLLs\
if errorlevel 1 exit 1
copy /Y %SRC_DIR%\PCbuild\%BUILD_PATH%\sqlite3.dll %PREFIX%\DLLs\
if errorlevel 1 exit 1
copy /Y %SRC_DIR%\PCbuild\%BUILD_PATH%\tcl86t.dll %PREFIX%\DLLs\
if errorlevel 1 exit 1
copy /Y %SRC_DIR%\PCbuild\%BUILD_PATH%\tk86t.dll %PREFIX%\DLLs\
if errorlevel 1 exit 1
copy /Y %SRC_DIR%\PC\icons\py.ico %PREFIX%\DLLs\
if errorlevel 1 exit 1
copy /Y %SRC_DIR%\PC\icons\pyc.ico %PREFIX%\DLLs\
if errorlevel 1 exit 1
REM Populate the Tools directory
mkdir %PREFIX%\Tools
xcopy /s /y /i %SRC_DIR%\Tools\demo %PREFIX%\Tools\demo
if errorlevel 1 exit 1
xcopy /s /y /i %SRC_DIR%\Tools\i18n %PREFIX%\Tools\i18n
if errorlevel 1 exit 1
xcopy /s /y /i %SRC_DIR%\Tools\parser %PREFIX%\Tools\parser
if errorlevel 1 exit 1
xcopy /s /y /i %SRC_DIR%\Tools\pynche %PREFIX%\Tools\pynche
if errorlevel 1 exit 1
xcopy /s /y /i %SRC_DIR%\Tools\scripts %PREFIX%\Tools\scripts
if errorlevel 1 exit 1
del %PREFIX%\Tools\demo\README
if errorlevel 1 exit 1
del %PREFIX%\Tools\pynche\README
if errorlevel 1 exit 1
del %PREFIX%\Tools\pynche\pynche
if errorlevel 1 exit 1
del %PREFIX%\Tools\scripts\README
if errorlevel 1 exit 1
del %PREFIX%\Tools\scripts\dutree.doc
if errorlevel 1 exit 1
del %PREFIX%\Tools\scripts\idle3
if errorlevel 1 exit 1
move /y %PREFIX%\Tools\scripts\2to3 %PREFIX%\Tools\scripts\2to3.py
if errorlevel 1 exit 1
move /y %PREFIX%\Tools\scripts\pydoc3 %PREFIX%\Tools\scripts\pydoc3.py
if errorlevel 1 exit 1
move /y %PREFIX%\Tools\scripts\pyvenv %PREFIX%\Tools\scripts\pyvenv.py
if errorlevel 1 exit 1
REM Populate the tcl directory
if "%ARCH%"=="64" (
xcopy /s /y /i %SRC_DIR%\externals\tcltk64\lib %PREFIX%\tcl
if errorlevel 1 exit 1
) else (
xcopy /s /y /i %SRC_DIR%\externals\tcltk\lib %PREFIX%\tcl
if errorlevel 1 exit 1
)
REM Populate the include directory
xcopy /s /y %SRC_DIR%\Include %PREFIX%\include\
if errorlevel 1 exit 1
copy /Y %SRC_DIR%\PC\pyconfig.h %PREFIX%\include\
if errorlevel 1 exit 1
REM Populate the Scripts directory
IF NOT exist %SCRIPTS% (mkdir %SCRIPTS%)
if errorlevel 1 exit 1
for %%x in (idle pydoc) do (
copy /Y %SRC_DIR%\Tools\scripts\%%x3 %SCRIPTS%\%%x
if errorlevel 1 exit 1
)
copy /Y %SRC_DIR%\Tools\scripts\2to3 %SCRIPTS%
if errorlevel 1 exit 1
REM Populate the libs directory
mkdir %PREFIX%\libs
copy /Y %SRC_DIR%\PCbuild\%BUILD_PATH%\python36.lib %PREFIX%\libs\
if errorlevel 1 exit 1
copy /Y %SRC_DIR%\PCbuild\%BUILD_PATH%\python3.lib %PREFIX%\libs\
if errorlevel 1 exit 1
copy /Y %SRC_DIR%\PCbuild\%BUILD_PATH%\_tkinter.lib %PREFIX%\libs\
if errorlevel 1 exit 1
REM Populate the Lib directory
del %PREFIX%\libs\libpython*.a
xcopy /s /y %SRC_DIR%\Lib %PREFIX%\Lib\
if errorlevel 1 exit 1
:: Remove test data to save space.
:: Though keep `support` as some things use that.
mkdir %PREFIX%\Lib\test_keep
if errorlevel 1 exit 1
move %PREFIX%\Lib\test\__init__.py %PREFIX%\Lib\test_keep\
if errorlevel 1 exit 1
move %PREFIX%\Lib\test\support %PREFIX%\Lib\test_keep\
if errorlevel 1 exit 1
rd /s /q %PREFIX%\Lib\test
if errorlevel 1 exit 1
move %PREFIX%\Lib\test_keep %PREFIX%\Lib\test
if errorlevel 1 exit 1
:: Remove ensurepip stubs.
rd /s /q %PREFIX%\Lib\ensurepip
if errorlevel 1 exit 1
REM bytecode compile the standard library
rd /s /q %STDLIB_DIR%\lib2to3\tests\
if errorlevel 1 exit 1
%PYTHON% -Wi %STDLIB_DIR%\compileall.py -f -q -x "bad_coding|badsyntax|py2_" %STDLIB_DIR%
if errorlevel 1 exit 1
REM Pickle lib2to3 Grammar
%PYTHON% -m lib2to3 --help
| jjhelmus/python-feedstock | recipe/bld.bat | bat | bsd-3-clause | 4,362 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OUTSPS.S02_OperateListItems.MSOUTSPS_S02_TC20_RecurrenceAppointmentItem_RecurrenceRulerepeatInstances /testcontainer:..\..\MS-OUTSPS\TestSuite\bin\Debug\MS-OUTSPS_TestSuite.dll /runconfig:..\..\MS-OUTSPS\MS-OUTSPS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-OUTSPS/RunMSOUTSPS_S02_TC20_RecurrenceAppointmentItem_RecurrenceRulerepeatInstances.cmd | bat | mit | 334 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S04_SyncFastTransferServerClientServer_TestSuite.MSOXCFXICS_S04_SyncFastTransferServerClientServer_TestSuite21 /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:..\..\MS-OXCFXICS\MS-OXCFXICS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S04_SyncFastTransferServerClientServer_TestSuite21.cmd | bat | mit | 360 |
cmd_drivers/media/video/videodev.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/media/video/videodev.o drivers/media/video/v4l2-dev.o drivers/media/video/v4l2-ioctl.o drivers/media/video/v4l2-device.o drivers/media/video/v4l2-fh.o drivers/media/video/v4l2-event.o drivers/media/video/v4l2-ctrls.o drivers/media/video/v4l2-subdev.o
| friedrich420/Note-3-AEL-Kernel | drivers/media/video/.videodev.o.cmd | bat | gpl-2.0 | 376 |
::程式介面設定
@echo off
@SETLOCAL ENABLEEXTENSIONS
@COLOR 17
TITLE Reset Minecraft Server World: Original Edition
cls
:Start
::啟動程式所顯示的畫面
echo If you still can see this file after the program closed, the reason is the program wrongly shut down. > ProgramRunning.txt
Echo ==============================================================================
Echo.
Echo ■■■■ ■ ■ ■■■■ ■ ■
Echo ■ ■ ■■ ■■ ■ ■ ■ ■
Echo ■■■■ ■ ■ ■ ■■■■ ■ ■ ■
Echo ■ ■ ■ ■ ■ ■ ■ ■ ■
Echo ■ ■■ ■ ■ ■■■■ ■ ■ Original Edition
Echo.
Echo ==============================================================================
Echo.
Echo Reset Minecraft Server World
Echo Copyright (c) Jason Kwok 2018
Echo.
Echo ------------------------------------------------------------------------------
@ping 127.0.0.1 -n 5 -w 1000 > nul
for /f "tokens=1 delims=" %%x in (.Reset.txt) do set Reset=%%~x
if [%Reset%] == [] goto Exit
cls
Goto Menu
:Menu
::詢問用家是否要重設世界
set Confirmation=
Echo ------------------------------------------------------------------------------
Echo.
Echo Reset Minecraft Server World
Echo.
Echo ------------------------------------------------------------------------------
Echo.
Echo The program will be reset the original world to "%Reset%".
Echo If you determine please enter "Y", to cancel please enter "N".
Echo.
Echo ------------------------------------------------------------------------------
Echo.
Echo Reset Confirmation:
Echo [Y]es
Echo [N]o
Echo *Please enter the first letter of the item you want to select.
Echo.
Echo ------------------------------------------------------------------------------
Echo.
set /P Confirmation= Please select an item: %=%
Echo.
Echo ------------------------------------------------------------------------------
cls
If %Confirmation% == Y goto Reset
If %Confirmation% == N goto Exit
If %Confirmation% == y goto Reset
If %Confirmation% == n goto Exit
goto Menu
:Reset
:Reset_Remove
::移除舊檔案
Echo ==============================================================================
Echo.
Echo ■■■■ ■ ■ ■■■■ ■ ■
Echo ■ ■ ■■ ■■ ■ ■ ■ ■
Echo ■■■■ ■ ■ ■ ■■■■ ■ ■ ■
Echo ■ ■ ■ ■ ■ ■ ■ ■ ■
Echo ■ ■■ ■ ■ ■■■■ ■ ■ Original Edition
Echo.
Echo ==============================================================================
Echo.
Echo Reset Minecraft Server World
Echo.
Echo ------------------------------------------------------------------------------
Echo.
Echo ┌────────────── 0%%──────────────┐
Echo └ ┘
Echo Status: Remove old files
Echo.
Echo ------------------------------------------------------------------------------
@rmdir /s /q Game
@ping 127.0.0.1 -n 2 -w 1000 > nul
cls
goto Reset_Creat
:Reset_Creat
::創建資料夾
Echo ==============================================================================
Echo.
Echo ■■■■ ■ ■ ■■■■ ■ ■
Echo ■ ■ ■■ ■■ ■ ■ ■ ■
Echo ■■■■ ■ ■ ■ ■■■■ ■ ■ ■
Echo ■ ■ ■ ■ ■ ■ ■ ■ ■
Echo ■ ■■ ■ ■ ■■■■ ■ ■ Original Edition
Echo.
Echo ==============================================================================
Echo.
Echo Reset Minecraft Server World
Echo.
Echo ------------------------------------------------------------------------------
Echo.
Echo ┌────────────── 33%%──────────────┐
Echo └■■■■■■■■■■ ┘
Echo Status: Create folder
Echo.
Echo ------------------------------------------------------------------------------
@mkdir Game
@ping 127.0.0.1 -n 2 -w 1000 > nul
cls
goto Reset_Copy
:Reset_Copy
::複製檔案
Echo ==============================================================================
Echo.
Echo ■■■■ ■ ■ ■■■■ ■ ■
Echo ■ ■ ■■ ■■ ■ ■ ■ ■
Echo ■■■■ ■ ■ ■ ■■■■ ■ ■ ■
Echo ■ ■ ■ ■ ■ ■ ■ ■ ■
Echo ■ ■■ ■ ■ ■■■■ ■ ■ Original Edition
Echo.
Echo ==============================================================================
Echo.
Echo Reset Minecraft Server World
Echo.
Echo ------------------------------------------------------------------------------
Echo.
Echo ┌────────────── 67%%──────────────┐
Echo └■■■■■■■■■■■■■■■■■■■■ ┘
Echo Status: Copying file
Echo.
Echo ------------------------------------------------------------------------------
@xcopy ".World\%Reset%" Game /S /Q > nul
@ping 127.0.0.1 -n 2 -w 1000 > nul
cls
goto Reset_Finished
:Reset_Finished
::完成重設世界
Echo ==============================================================================
Echo.
Echo ■■■■ ■ ■ ■■■■ ■ ■
Echo ■ ■ ■■ ■■ ■ ■ ■ ■
Echo ■■■■ ■ ■ ■ ■■■■ ■ ■ ■
Echo ■ ■ ■ ■ ■ ■ ■ ■ ■
Echo ■ ■■ ■ ■ ■■■■ ■ ■ Original Edition
Echo.
Echo ==============================================================================
Echo.
Echo Reset Minecraft Server World
Echo.
Echo ------------------------------------------------------------------------------
Echo.
Echo ┌──────────────100%%──────────────┐
Echo └■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■┘
Echo Status: Finished
Echo.
Echo ------------------------------------------------------------------------------
@ping 127.0.0.1 -n 2 -w 1000 > nul
cls
goto Reset_Exit
:Reset_Exit
::退出重設世界
Echo ==============================================================================
Echo.
Echo ■■■■ ■ ■ ■■■■ ■ ■
Echo ■ ■ ■■ ■■ ■ ■ ■ ■
Echo ■■■■ ■ ■ ■ ■■■■ ■ ■ ■
Echo ■ ■ ■ ■ ■ ■ ■ ■ ■
Echo ■ ■■ ■ ■ ■■■■ ■ ■ Original Edition
Echo.
Echo ==============================================================================
Echo.
Echo Reset Minecraft Server World
Echo.
Echo ------------------------------------------------------------------------------
Echo.
Echo Finished reset the world, About to exit the program.
Echo.
Echo ------------------------------------------------------------------------------
Echo.
PAUSE
Echo.
Echo ------------------------------------------------------------------------------
cls
goto Exit
:Exit
::關閉程式
Echo ==============================================================================
Echo.
Echo ■■■■ ■ ■ ■■■■ ■ ■
Echo ■ ■ ■■ ■■ ■ ■ ■ ■
Echo ■■■■ ■ ■ ■ ■■■■ ■ ■ ■
Echo ■ ■ ■ ■ ■ ■ ■ ■ ■
Echo ■ ■■ ■ ■ ■■■■ ■ ■ Original Edition
Echo.
Echo ==============================================================================
Echo.
Echo Reset Minecraft Server World
Echo.
Echo ------------------------------------------------------------------------------
Echo.
Echo Thank you for using our application, goodbye!
Echo The program has been closed.
Echo.
Echo ------------------------------------------------------------------------------
@ping 127.0.0.1 -n 5 -w 1000 > nul
cls
del ProgramRunning.txt
Exit /B | JasonHK/Reset-Minecraft-Server-World | Original Edition/Reset Server World.bat | bat | gpl-3.0 | 8,953 |
touch target/classes/.reboot
| skrymets/camunda-demo | reboot.bat | bat | apache-2.0 | 29 |
google-drive-proxy\.nuget\NuGet.exe restore google-drive-proxy\DriveProxy.sln
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe google-drive-proxy\DriveProxy.sln /p:Configuration=Debug
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe DriveFusion.sln /p:Configuration=Debug /p:Platform=x86
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe DriveFusion.sln /p:Configuration=Debug /p:Platform=x64
"C:\Program Files (x86)\NSIS\makensis.exe" /V2 /DOUTPUT_PATH=bin\DriveFusion.exe /D32BIT_MSI_FILE_PATH=.\bin\Debug\x86\Installer\DriveFusion.msi /D64BIT_MSI_FILE_PATH=.\bin\Debug\x64\Installer\DriveFusion.msi /DDRIVE_PROXY_MSI_PATH=google-drive-proxy\obj\Debug\DriveProxy.Installer\DriveProxy.msi /DVersion=1.0.0.0 /DPRODUCT_NAME="Google Drive Shell Extension" wrapper.nsi
| Rejjell/google-drive-shell-extension | ReleaseDebug.bat | bat | apache-2.0 | 793 |
@REM activator launcher script
@REM
@REM Envioronment:
@REM JAVA_HOME - location of a JDK home dir (optional if java on path)
@REM CFG_OPTS - JVM options (optional)
@REM Configuration:
@REM activatorconfig.txt found in the ACTIVATOR_HOME.
@setlocal enabledelayedexpansion
@echo off
if "%ACTIVATOR_HOME%"=="" set "ACTIVATOR_HOME=%~dp0"
set ERROR_CODE=0
set APP_VERSION=1.0.0
set ACTIVATOR_LAUNCH_JAR=activator-launch-%APP_VERSION%.jar
rem Detect if we were double clicked, although theoretically A user could
rem manually run cmd /c
for %%x in (%cmdcmdline%) do if %%~x==/c set DOUBLECLICKED=1
rem FIRST we load the config file of extra options.
set "CFG_FILE=%UserProfile%\.activator\activatorconfig.txt"
set CFG_OPTS=
if exist %CFG_FILE% (
FOR /F "tokens=* eol=# usebackq delims=" %%i IN ("%CFG_FILE%") DO (
set DO_NOT_REUSE_ME=%%i
rem ZOMG (Part #2) WE use !! here to delay the expansion of
rem CFG_OPTS, otherwise it remains "" for this loop.
set CFG_OPTS=!CFG_OPTS! !DO_NOT_REUSE_ME!
)
)
rem We use the value of the JAVACMD environment variable if defined
set _JAVACMD=%JAVACMD%
if "%_JAVACMD%"=="" (
if not "%JAVA_HOME%"=="" (
if exist "%JAVA_HOME%\bin\java.exe" set "_JAVACMD=%JAVA_HOME%\bin\java.exe"
)
)
if "%_JAVACMD%"=="" set _JAVACMD=java
rem Detect if this java is ok to use.
for /F %%j in ('"%_JAVACMD%" -version 2^>^&1') do (
if %%~j==Java set JAVAINSTALLED=1
)
rem Detect the same thing about javac
if "%_JAVACCMD%"=="" (
if not "%JAVA_HOME%"=="" (
if exist "%JAVA_HOME%\bin\javac.exe" set "_JAVACCMD=%JAVA_HOME%\bin\javac.exe"
)
)
if "%_JAVACCMD%"=="" set _JAVACCMD=javac
for /F %%j in ('"%_JAVACCMD%" -version 2^>^&1') do (
if %%~j==javac set JAVACINSTALLED=1
)
rem BAT has no logiclal or, so we do it OLD SCHOOL! Oppan Redmond Style
set JAVAOK=true
if not defined JAVAINSTALLED set JAVAOK=false
if not defined JAVACINSTALLED set JAVAOK=false
if "%JAVAOK%"=="false" (
echo.
echo A Java JDK is not installed or can't be found.
if not "%JAVA_HOME%"=="" (
echo JAVA_HOME = "%JAVA_HOME%"
)
echo.
echo Please go to
echo http://www.oracle.com/technetwork/java/javase/downloads/index.html
echo and download a valid Java JDK and install before running Activator.
echo.
echo If you think this message is in error, please check
echo your environment variables to see if "java.exe" and "javac.exe" are
echo available via JAVA_HOME or PATH.
echo.
if defined DOUBLECLICKED pause
exit /B 1
)
rem We use the value of the JAVA_OPTS environment variable if defined, rather than the config.
set _JAVA_OPTS=%JAVA_OPTS%
if "%_JAVA_OPTS%"=="" set _JAVA_OPTS=%CFG_OPTS%
:run
if "%*"=="" (
if defined DOUBLECLICKED (
set CMDS="ui"
) else set CMD=%*
) else set CMDS=%*
rem We add a / in front, so we get file:///C: instead of file://C:
rem Java considers the later a UNC path.
rem We also attempt a solid effort at making it URI friendly.
rem We don't even bother with UNC paths.
set JAVA_FRIENDLY_HOME_1=/!ACTIVATOR_HOME:\=/!
set JAVA_FRIENDLY_HOME=/!JAVA_FRIENDLY_HOME_1: =%%20!
"%_JAVACMD%" %_JAVA_OPTS% -XX:PermSize=64M -XX:MaxPermSize=256M %ACTIVATOR_OPTS% "-Dactivator.home=%JAVA_FRIENDLY_HOME%" -jar "%ACTIVATOR_HOME%\%ACTIVATOR_LAUNCH_JAR%" %CMDS%
if ERRORLEVEL 1 goto error
goto end
:error
set ERROR_CODE=1
:end
@endlocal
exit /B %ERROR_CODE%
| maciejjaskowski/play2-on-heroku | activator.bat | bat | gpl-2.0 | 3,351 |
echo on
SetLocal EnableDelayedExpansion
if [%Configuration%] NEQ [Release] exit 0
if [%Platform%] NEQ [x64] goto Win32
C:\msys64\usr\bin\bash -e -l -c "./bootstrap.sh" || exit /B
C:\msys64\usr\bin\bash -e -l -c "mkdir build-x64" || exit /B
C:\msys64\usr\bin\bash -e -l -c "cd build-x64 && ../configure --prefix=/mingw64 --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32" || exit /B
C:\msys64\usr\bin\bash -e -l -c "cd build-x64 && make -j4" || exit /B
C:\msys64\usr\bin\bash -e -l -c "cd build-x64 && make install" || exit /B
:Win32
if [%Platform%] NEQ [Win32] exit 0
C:\msys64\usr\bin\bash -e -l -c "./bootstrap.sh" || exit /B
C:\msys64\usr\bin\bash -e -l -c "mkdir build-Win32" || exit /B
C:\msys64\usr\bin\bash -e -l -c "cd build-Win32 && ../configure --prefix=/mingw32 --build=i686-w64-mingw32 --host=i686-w64-mingw32" || exit /B
C:\msys64\usr\bin\bash -e -l -c "cd build-Win32 && make -j4" || exit /B
C:\msys64\usr\bin\bash -e -l -c "cd build-Win32 && make install" || exit /B
| loganmc10/mupen64plus-ae | mupen64plus-input-raphnet/libusb/appveyor_minGW.bat | bat | gpl-3.0 | 988 |
:: run bit2pdf with the correct arguments
:: this script is used as proxy in order not to clobber the registry
:: with complex commands for file association
:: @ECHO OFF
SET debitpath=%~dp0%
CD %debitpath%
bin\bit2pdf.exe -d "%debitpath%data" -i %1 -o "%~pn1%.pdf"
| aeppert/debit | windows/scripts/bit2pdf.bat | bat | gpl-3.0 | 268 |
:: Licensed to the Apache Software Foundation (ASF) under one
:: or more contributor license agreements. See the NOTICE file
:: distributed with this work for additional information
:: regarding copyright ownership. The ASF licenses this file
:: to you under the Apache License, Version 2.0 (the
:: "License"); you may not use this file except in compliance
:: with the License. You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing,
:: software distributed under the License is distributed on an
:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
:: KIND, either express or implied. See the License for the
:: specific language governing permissions and limitations
:: under the License.
@ECHO OFF
SET full_path=%~dp0
IF EXIST %full_path%cordova.js (
cscript "%full_path%cordova.js" list-devices //nologo
) ELSE (
ECHO.
ECHO ERROR: Could not find 'cordova.js' in cordova/lib, aborting...>&2
EXIT /B 1
)
| Pacobo/pruebaG | platforms/android/cordova/lib/list-devices.bat | bat | mit | 1,033 |
echo off
for /f "tokens=2 delims==" %%a in ('wmic OS Get localdatetime /value') do set "dt=%%a"
set "YY=%dt:~2,2%" & set "YYYY=%dt:~0,4%" & set "MM=%dt:~4,2%" & set "DD=%dt:~6,2%"
set "HH=%dt:~8,2%" & set "Min=%dt:~10,2%" & set "Sec=%dt:~12,2%"
set "fullstamp=%YYYY%-%MM%-%DD%-%HH%%Min%%Sec%"
echo %time%
java.exe -cp "%~dp0\lib" -jar "%~dp0dist\JDBC2CSV.jar" "%~dp0\sqlserver-example_%fullstamp%.csv" "%~dp0\sqlserver-example.sql" "jdbc:sqlserver://localhost" user password 100
echo %time% | tlbdk/JDBC2CSV | sqlserver-example.bat | bat | mit | 491 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=shine
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
| ducandu/aiopening | docs/make.bat | bat | mit | 773 |
mkdir scales
xcopy ..\app scales /s /e | rjricken/scales-app | deploy-tools/make-prod-package.bat | bat | mit | 39 |
@echo off
REM make16.bat
REM Updated 2/24/2013, for Visual Studio 2012
REM By: Kip R. Irvine
REM Assembles and links the current 16-bit ASM program.
REM Assumes you have installed Microsoft Visual Studio 2012,
REM or Visual Studio 2012 Express.
REM
REM Command-line options (unless otherwise noted, they are case-sensitive):
REM
REM -Cp Enforce case-sensitivity for all identifiers
REM -Zi Include source code line information for debugging
REM -Fl Generate a listing file (see page 88)
REM /CODEVIEW Generate CodeView debugging information (linker)
REM %1.asm The name of the source file, passed on the command line
REM ************* The following lines can be customized:
SET MASM="C:\Program Files\Microsoft Visual Studio 11.0\VC\bin\"
SET INCLUDE=C:\Irvine
SET LIB=C:\Irvine
REM **************************** End of customized lines
REM Invoke ML.EXE (the assembler):
%MASM%ML /nologo -c -omf -Fl -Zi %1.asm
if errorlevel 1 goto terminate
REM Run the 16-bit linker, modified for Visual Studio.Net:
c:\Irvine\LINK16 %1,,NUL,Irvine16 /CODEVIEW;
if errorlevel 1 goto terminate
REM Display all files related to this program:
DIR %1.*
:terminate
pause
| ifostiropoul/cryptomax | Library/make16.bat | bat | mit | 1,173 |
@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\python-boilerplate.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\python-boilerplate.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
| jlant/playground | python/hello-cookiecutter/python-boilerplate/docs/make.bat | bat | mit | 6,483 |
:: build <type>
@echo off
if [%1]==[] goto usage
if not %1==Release if not %1==Debug (
echo Error: unavailable ^<type^> %1
goto usage
)
mkdir %~dp0bin\%PDK_PLATFORM_NAME%\%1
pushd %~dp0bin\%PDK_PLATFORM_NAME%\%1
echo %PDK_BOOST_INCLUDEDIR%
call cmake ^
-DCMAKE_BUILD_TYPE=%1 ^
-DBOOST_INCLUDEDIR=%PDK_BOOST_INCLUDEDIR% ^
-DLIBBOOST_SYSTEM_DEBUG=%PDK_BOOST_LIBRARYDIR_DEBUG%\libboost_system-mt-sd.lib ^
-DLIBBOOST_SYSTEM_RELEASE=%PDK_BOOST_LIBRARYDIR_RELEASE%\libboost_system-mt-s.lib ^
-DLIBBOOST_RANDOM_DEBUG=%PDK_BOOST_LIBRARYDIR_DEBUG%\libboost_random-mt-sd.lib ^
-DLIBBOOST_RANDOM_RELEASE=%PDK_BOOST_LIBRARYDIR_RELEASE%\libboost_random-mt-s.lib ^
-DLIBBOOST_CHRONO_DEBUG=%PDK_BOOST_LIBRARYDIR_DEBUG%\libboost_chrono-mt-sd.lib ^
-DLIBBOOST_CHRONO_RELEASE=%PDK_BOOST_LIBRARYDIR_RELEASE%\libboost_chrono-mt-s.lib ^
-DLIBTORRENT_DEBUG=%PDK_LIBTORRENT_LIBRARYDIR_DEBUG%\torrent-rasterbar.lib ^
-DLIBTORRENT_RELEASE=%PDK_LIBTORRENT_LIBRARYDIR_RELEASE%\torrent-rasterbar.lib ^
-DLIBTORRENT_INCLUDEDIR=%PDK_LIBTORRENT_INCLUDEDIR_RELEASE% ^
-DJSON_INCLUDEDIR=%PDK_JSON_INCLUDEDIR% ^
-DCMAKE_INSTALL_PREFIX=%~dp0bin\%PDK_PLATFORM_NAME%\output ^
-DUSE_JSON=on ^
-G "NMake Makefiles" ^
%~dp0
call nmake
popd
:usage
echo.
echo Usage:
echo %0 ^<type^>
echo Available types:
echo * Release
echo * Debug | patchkit-net/torrent-client | build.bat | bat | mit | 1,390 |
wget http://www.ieinspector.com/download.php?p=HttpAnalyzerFull_V7.zip -O "..\apps\HttpAnalyzerFull_V7.zip"
wget http://www.ieinspector.com/download.php?p=HttpAnalyzerStd_V7.6.4.zip -O "..\apps\HttpAnalyzerStd_V7.6.4.zip"
call "..\tools\7z.exe" e "..\apps\HttpAnalyzerFull_V7.zip" -o"..\apps\HttpAnalyzerFull_V7" -pieinspector -y
call "..\tools\7z.exe" e "..\apps\HttpAnalyzerStd_V7.6.4.zip" -o"..\apps\HttpAnalyzerStd_V7.6.4" -pieinspector -y
del "..\apps\HttpAnalyzerFull_V7.zip"
del "..\apps\HttpAnalyzerStd_V7.6.4.zip" | Ianonn21/vm-utils | scripts/download-https-analyzer.cmd | bat | mit | 525 |
@echo off
SET PATH=%PATH%;
SET linux_host=192.168.0.25
SET linux_user=dippi
SET identity_file=C:\Users\root\.ssh\id_rsa
SET linux_destination=~/sani3/
SET file_list=(premake4.lua src include tests thirdparty run_tests.sh)
for %%i in %file_list% do scp -i %identity_file% -r %%i %linux_user%@%linux_host%:%linux_destination% | Babelz/SaNi | push_to_linux.bat | bat | mit | 324 |
: %1 = path to the GPUPerfAPI directory ($(CommonDir)\GPUPerfAPI\2_3)
: %2 = GDTBuildSuffix
: %3 = GDTPlatform
: %4 = GDTPlatformSuffix
: %5 = Destination directory for build
: %6 = Optional Destination directory for build
: %7 = Optional Destination directory for build
IF EXIST %1\Bin%2\%3\GPUPerfAPICL%4%2.dll ECHO Copying "GPUPerfAPICL%4%2.dll" into build directory
IF EXIST %1\Bin%2\%3\GPUPerfAPICL%4%2.dll COPY %1\Bin%2\%3\GPUPerfAPICL%4%2.dll %5
IF [%6] == [] GOTO COUNTERS
IF EXIST %1\Bin%2\%3\GPUPerfAPICL%4%2.dll COPY %1\Bin%2\%3\GPUPerfAPICL%4%2.dll %6
IF [%7] == [] GOTO COUNTERS
IF EXIST %1\Bin%2\%3\GPUPerfAPICL%4%2.dll COPY %1\Bin%2\%3\GPUPerfAPICL%4%2.dll %7
:COUNTERS
IF EXIST %1\Bin%2\%3\GPUPerfAPICounters%4%2.dll ECHO Copying "GPUPerfAPICounters%4%2.dll" into build directory
IF EXIST %1\Bin%2\%3\GPUPerfAPICounters%4%2.dll COPY %1\Bin%2\%3\GPUPerfAPICounters%4%2.dll %5
IF [%6] == [] GOTO END
IF EXIST %1\Bin%2\%3\GPUPerfAPICounters%4%2.dll COPY %1\Bin%2\%3\GPUPerfAPICounters%4%2.dll %6
IF [%7] == [] GOTO END
IF EXIST %1\Bin%2\%3\GPUPerfAPICounters%4%2.dll COPY %1\Bin%2\%3\GPUPerfAPICounters%4%2.dll %7
:END
exit 0
| ilangal-amd/CodeXL | CodeXL/Components/GpuProfiling/Backend/CLProfileAgent/CLExternalFileCopy.bat | bat | mit | 1,144 |
@echo off
setup.py register
setup.py bdist_wheel upload
setup.py sdist upload
| wtayyeb/ics2caldav | setup.bat | bat | mit | 79 |
cmd_fs/autofs/autofs.o := ld -m elf_x86_64 -r -o fs/autofs/autofs.o fs/autofs/dirhash.o fs/autofs/init.o fs/autofs/inode.o fs/autofs/root.o fs/autofs/symlink.o fs/autofs/waitq.o
| dnh34/proj1 | fs/autofs/.autofs.o.cmd | bat | gpl-2.0 | 179 |
cmd_net/ipv4/netfilter/iptable_nat.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o net/ipv4/netfilter/iptable_nat.o net/ipv4/netfilter/nf_nat_rule.o net/ipv4/netfilter/nf_nat_standalone.o
| RittikBhowmik/Project-Crater-Kernel-GT-i9152 | net/ipv4/netfilter/.iptable_nat.o.cmd | bat | gpl-2.0 | 236 |
cmd_net/bluetooth_mgmt/hidp/hidp.o := /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/bluetooth_mgmt/hidp/hidp.o net/bluetooth_mgmt/hidp/core.o net/bluetooth_mgmt/hidp/sock.o
| miamo/miamOv | net/bluetooth_mgmt/hidp/.hidp.o.cmd | bat | gpl-2.0 | 191 |
cmd_arch/x86/boot/compressed/vmlinux.bin.gz := (cat arch/x86/boot/compressed/vmlinux.bin | gzip -f -9 > arch/x86/boot/compressed/vmlinux.bin.gz) || (rm -f arch/x86/boot/compressed/vmlinux.bin.gz ; false)
| Existed/kernel-2.6.35.14 | arch/x86/boot/compressed/.vmlinux.bin.gz.cmd | bat | gpl-2.0 | 204 |
cmd_drivers/media/radio/built-in.o := rm -f drivers/media/radio/built-in.o; /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/media/radio/built-in.o
| sleshepic/epic_touch_kernel | drivers/media/radio/.built-in.o.cmd | bat | gpl-2.0 | 179 |
cmd_drivers/mfd/built-in.o := rm -f drivers/mfd/built-in.o; GNUTARGET=elf32-powerpc ppc_4xx-ar rcs drivers/mfd/built-in.o
| mattkelly/linux-2.6-xlnx | drivers/mfd/.built-in.o.cmd | bat | gpl-2.0 | 123 |
cmd_sound/soc/samsung/built-in.o := rm -f sound/soc/samsung/built-in.o; /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD sound/soc/samsung/built-in.o
| aloksinha2001/picuntu-3.0.8-alok | sound/soc/samsung/.built-in.o.cmd | bat | gpl-2.0 | 184 |
cmd_init/built-in.o := /media/florian/android_compile/rk/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld.bfd -EL -r -o init/built-in.o init/main.o init/version.o init/mounts.o init/initramfs.o init/calibrate.o
| kurainooni/rk30-kernel | init/.built-in.o.cmd | bat | gpl-2.0 | 216 |
cmd_arch/arm/mm/proc-v7.o := /home/friedrich420/kernel/s4/S4GEKernel/scripts/gcc-wrapper.py /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mm/.proc-v7.o.d -nostdinc -isystem /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/../lib/gcc/arm-eabi/4.7/include -I/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include -Iarch/arm/include/generated -Iinclude -include /home/friedrich420/kernel/s4/S4GEKernel/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -Wa,-march=armv7-a -c -o arch/arm/mm/proc-v7.o arch/arm/mm/proc-v7.S
source_arch/arm/mm/proc-v7.o := arch/arm/mm/proc-v7.S
deps_arch/arm/mm/proc-v7.o := \
$(wildcard include/config/arm/lpae.h) \
$(wildcard include/config/arm/cpu/suspend.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/arm/errata/430973.h) \
$(wildcard include/config/arm/errata/458693.h) \
$(wildcard include/config/arm/errata/460075.h) \
$(wildcard include/config/arm/errata/742230.h) \
$(wildcard include/config/arm/errata/742231.h) \
$(wildcard include/config/arm/errata/743622.h) \
$(wildcard include/config/arm/errata/751472.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/arch/msm/scorpion.h) \
$(wildcard include/config/msm/smp.h) \
$(wildcard include/config/cpu/cache/err/report.h) \
$(wildcard include/config/arch/msm/scorpionmp.h) \
$(wildcard include/config/arch/msm/krait.h) \
$(wildcard include/config/arm/thumbee.h) \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/swp/emulate.h) \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/arch/dma/addr/t/64bit.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
arch/arm/include/generated/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/linkage.h \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/linkage.h \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/cpu/use/domains.h) \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/arm/thumb.h) \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/hwcap.h \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/emulate/domain/manager/v7.h) \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/asm-offsets.h \
include/generated/asm-offsets.h \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/pgtable-hwdef.h \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/pgtable-2level-hwdef.h \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/arm/dma/mem/bufferable.h) \
$(wildcard include/config/highpte.h) \
include/linux/const.h \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/proc-fns.h \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/glue-proc.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm710.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/fa526.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/sa110.h) \
$(wildcard include/config/cpu/sa1100.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/xscale.h) \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v6k.h) \
$(wildcard include/config/cpu/v7.h) \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/glue.h \
/home/friedrich420/kernel/s4/S4GEKernel/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/copy/v6.h) \
$(wildcard include/config/have/arch/pfn/valid.h) \
$(wildcard include/config/memory/hotplug/sparse.h) \
include/asm-generic/getorder.h \
include/asm-generic/pgtable-nopud.h \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/memory.h \
$(wildcard include/config/need/mach/memory/h.h) \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
$(wildcard include/config/have/tcm.h) \
$(wildcard include/config/arm/patch/phys/virt.h) \
$(wildcard include/config/phys/offset.h) \
arch/arm/include/generated/asm/sizes.h \
include/asm-generic/sizes.h \
arch/arm/mach-msm/include/mach/memory.h \
$(wildcard include/config/arch/msm7x30.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/vmsplit/3g.h) \
$(wildcard include/config/arch/msm/arm11.h) \
$(wildcard include/config/arch/msm/cortex/a5.h) \
$(wildcard include/config/cache/l2x0.h) \
$(wildcard include/config/arch/msm8x60.h) \
$(wildcard include/config/arch/msm8960.h) \
$(wildcard include/config/lge/crash/handler.h) \
$(wildcard include/config/dont/map/hole/after/membank0.h) \
$(wildcard include/config/arch/msm7x27.h) \
include/asm-generic/memory_model.h \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/pgtable-2level.h \
arch/arm/mm/proc-macros.S \
$(wildcard include/config/cpu/dcache/writethrough.h) \
$(wildcard include/config/pm/sleep.h) \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/thread_info.h \
/home/friedrich420/kernel/s4/S4GEKernel/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
arch/arm/mm/proc-v7-2level.S \
$(wildcard include/config/arm/errata/754322.h) \
$(wildcard include/config/pid/in/contextidr.h) \
arch/arm/mm/proc-v7.o: $(deps_arch/arm/mm/proc-v7.o)
$(deps_arch/arm/mm/proc-v7.o):
| friedrich420/S4-GPE-AEL-Kernel-4.4.3 | arch/arm/mm/.proc-v7.o.cmd | bat | gpl-2.0 | 7,990 |
@echo off
webmerge --webserver %* | mgreter/webmerge | res/skeleton/fe-webserver.bat | bat | gpl-3.0 | 34 |
md mus
cd mus
bcut ..\GAMECL1A.DSK MAJ.BIN 0x08000 0x8000
bcut ..\GAMECL1A.DSK KND.BIN 0x010000 0x4000
bcut ..\GAMECL1A.DSK YIEA.BIN 0x014000 0x4000
bcut ..\GAMECL1A.DSK YIEG.BIN 0x018000 0x8000
bcut ..\GAMECL1A.DSK MAJSCC.BIN 0x28000 0x4000
bcut ..\GAMECL1A.DSK KNDSCC.BIN 0x30000 0x4000
bcut ..\GAMECL1A.DSK YIEGSCC.BIN 0x34000 0x4000
bcut ..\GAMECL1A.DSK YIEASCC.BIN 0x38000 0x4000
bcut ..\GAMECL1B.DSK KVALLEY.BIN 0x14C07 0x4000
rem bcut ..\GAMECL1A.DSK 001.BIN 0x3C000 0x4000
rem bcut ..\GAMECL1A.DSK 002.BIN 0x44000 0x4000
cd ..
| rururutan/hoot-patches | msx/konami/game_collection_vol1/cut/cut.bat | bat | gpl-3.0 | 538 |
@ECHO OFF
ssh ec2-user@[address] ./YaneuraOu-by-gcc
| nodchip/tanuki- | ec2.solo.bat | bat | gpl-3.0 | 52 |
python2 C:\Python27\Scripts\epydoc --verbose --html --output=module-documentation --name="Digital Organisms Simulation Environment (DOSE)" --url=https://github.com/mauriceling/dose --exclude=dose_e* --exclude=dose_parameters.py --show-imports --show-private --show-sourcecode --show-frames --navlink=https://github.com/mauriceling/dose dose | mauriceling/dose | generate_epydoc_documentations.bat | bat | gpl-3.0 | 341 |
docker run -d --name notebook --user root -p 5901:8888 -e GRANT_SUDO=yes -v C:\Users\yoich\Documents\Projects\gcp-python-dsclient:/home/jovyan/work jupyter/datascience-notebook
| orfeon/gcp-python-dsclient | startup_docker.bat | bat | apache-2.0 | 177 |
@echo off
set nantfile=Ninject.build
set nantexe=tools\nant\nant.exe
%nantexe% -buildfile:%nantfile% clean %1 %2 %3 %4 %5 %6 %7 %8
IF ERRORLEVEL 1 GOTO Failed
%nantexe% -buildfile:%nantfile% "-D:package=true" package-source %1 %2 %3 %4 %5 %6 %7 %8
IF ERRORLEVEL 1 GOTO Failed
%nantexe% -buildfile:%nantfile% "-D:build.config=release" "-D:package=true" %1 %2 %3 %4 %5 %6 %7 %8
IF ERRORLEVEL 1 GOTO Failed
%nantexe% -buildfile:%nantfile% -q -nologo revert
IF ERRORLEVEL 1 GOTO Failed
echo "Release build completed."
GOTO End
:Failed
%nantexe% -buildfile:%nantfile% -q -nologo revert
echo "============================================================"
echo "BUILD FAILED"
echo "============================================================"
:End
pause | ninject/ninject1 | build.cmd | bat | apache-2.0 | 752 |
del /y /q xobb.zip
"c:\Program Files\7-Zip\7z.exe" u -xr!*.bat -xr!*.zip -xr!.git* xobb.zip *
set JAVA_HOME="c:\program files (x86)\Research In Motion\BlackBerry WebWorks SDK for TabletOS 2.2.0.5\jre"
"c:\program files (x86)\Research In Motion\BlackBerry WebWorks SDK for TabletOS 2.2.0.5\bbwp\bbwp" c:\users\eric\ripplesites\xo\xobb.zip -o c:\temp\xobb -gcsk endgame -gp12 endgame
"c:\program files (x86)\Research In Motion\BlackBerry WebWorks SDK for TabletOS 2.2.0.5\bbwp\blackberry-tablet-sdk\bin\blackberry-deploy" -installApp -password blackberry -device 192.168.109.128 -package c:\temp\xobb\xobb.bar | ericblade/xo | sign.bat | bat | bsd-3-clause | 607 |
@echo off
SET scriptdir=%~dp0
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.NumberExtensions.ps1 -bump major
if %errorlevel% neq 0 exit /b %errorlevel% | anjdreas/UnitsNet | Build/bump-version-UnitsNet.NumberExtensions-major.bat | bat | mit | 165 |
@echo off
for /F "tokens=*" %%A in (copydirs.txt) do (
cd %%A
for %%a in (*.tif*) do (
if %%~a NEQ %0 (
md "%%~na" 2>nul
move "%%a" "%%~na\OBJ.tif"
)
)
for %%a in (*.xml*) do (
move "%%a" "%%~na\MODS.xml"
)
cd ..\
) | amandarl/islandoraScripts | bat/NP_dir.bat | bat | gpl-2.0 | 280 |
@REM
@REM Copyright (C) 2003-2012 David E. Berry, Michael A. Bellomo
@REM
@REM This library is free software; you can redistribute it and/or
@REM modify it under the terms of the GNU Lesser General Public
@REM License as published by the Free Software Foundation; either
@REM version 2.1 of the License, or (at your option) any later version.
@REM
@REM This library is distributed in the hope that it will be useful,
@REM but WITHOUT ANY WARRANTY; without even the implied warranty of
@REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@REM Lesser General Public License for more details.
@REM
@REM You should have received a copy of the GNU Lesser General Public
@REM License along with this library; if not, write to the Free Software
@REM Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
@REM
@REM A copy of the GNU Lesser General Public License may also be found at
@REM http://www.gnu.org/licenses/lgpl.txt
@REM
mvn exec:java -Dexec.mainClass="org.synchronoss.cpo.util.CpoUtil" -e | synchronoss/cpo-util | run.bat | bat | lgpl-2.1 | 1,036 |
@echo off
REM get themes from feathers github page and convert them to gown
IF EXIST "feathers\NUL" (
cd feathers; git pull; cd ..
) else (
git clone https://github.com/BowlerHatLLC/feathers.git
)
python get_themes.py feathers ../../docs/themes/assets ../data
pause
| brean/pixi_ui | themes/from_feathers/get_themes.bat | bat | apache-2.0 | 276 |
@echo off
echo ELMAH - Error Logging Modules and Handlers for ASP.NET
echo Copyright (c) 2004-9 Atif Aziz. All rights reserved.
setlocal
pushd "%~dp0"
set NETFX_BASE_PATH=%SystemRoot%\Microsoft.NET\Framework
if "%1"=="" call :help
if "%1"=="all" call :all
if "%1"=="1.0" call :net-1-0
if "%1"=="1.1" call :net-1-1
if "%1"=="2.0" call :net-2-0
if "%1"=="3.5" call :net-3-5
if "%1"=="solutions" call :solutions
popd
goto :EOF
:all
call :lic
call :net-1-0
call :net-1-1
call :net-2-0
call :net-3-5
goto :EOF
:net-1-0
call :compile v1.0.3705 net-1.0 /d:NET_1_0
goto :EOF
:net-1-1
call :compile v1.1.4322 net-1.1 /d:NET_1_1 /r:System.Data.OracleClient.dll
goto :EOF
:net-2-0
call :compile v2.0.50727 net-2.0 /d:NET_2_0 /r:lib\System.Data.SQLite.dll /r:lib\VistaDB.NET20.dll /nowarn:618
echo.
echo Copying dependencies to output directories...
for %%i in (Debug Release) do if exist bin\net-2.0\%%i copy lib\System.Data.SQLite.dll bin\net-2.0\%%i
for %%i in (Debug Release) do if exist bin\net-2.0\%%i copy lib\VistaDB.NET20.dll bin\net-2.0\%%i
goto :EOF
:net-3-5
call :compile v3.5 net-3.5 /d:NET_3_5 /r:lib\System.Data.SQLite.dll /r:lib\VistaDB.NET20.dll /nowarn:618
echo.
echo Copying dependencies to output directories...
for %%i in (Debug Release) do if exist bin\net-3.5\%%i copy lib\System.Data.SQLite.dll bin\net-3.5\%%i
for %%i in (Debug Release) do if exist bin\net-3.5\%%i copy lib\VistaDB.NET20.dll bin\net-3.5\%%i
goto :EOF
:solutions
call src\Solutions\build
goto :EOF
:compile
echo.
echo Compiling for Microsoft .NET Framework %1
set CSC_PATH=%NETFX_BASE_PATH%\%1\csc.exe
if not exist "%CSC_PATH%" (
echo.
echo WARNING!
echo Microsoft .NET Framework %1 does not appear installed on
echo this machine. Skipping target!
goto :EOF
)
set BIN_OUT_DIR=bin\%2
for %%i in (Debug Release) do if not exist %BIN_OUT_DIR%\%%i md %BIN_OUT_DIR%\%%i
echo Compiling DEBUG configuration
echo.
set CSC_FILES=/recurse:src\Elmah\*.cs /res:src\Elmah\ErrorLog.css,Elmah.ErrorLog.css /res:src\Elmah\RemoteAccessError.htm,Elmah.RemoteAccessError.htm /res:src\Elmah\mkmdb.vbs,Elmah.mkmdb.vbs
set CSC_COMMON=/unsafe- /checked- /warnaserror+ /nowarn:1591,618 /warn:4 /d:TRACE /debug+ /baseaddress:285212672 /r:Microsoft.JScript.dll /r:Microsoft.Vsa.dll
"%CSC_PATH%" /t:library /out:%BIN_OUT_DIR%\Debug\Elmah.dll %CSC_COMMON% /doc:%BIN_OUT_DIR%\Debug\Elmah.xml /debug:full %CSC_FILES% /d:DEBUG %3 %4 %5 %6 %7 %8 %9
echo Compiling RELEASE configuration
echo.
"%CSC_PATH%" /t:library /out:%BIN_OUT_DIR%\Release\Elmah.dll %CSC_COMMON% /doc:%BIN_OUT_DIR%\Release\Elmah.xml /debug:pdbonly /optimize+ %CSC_FILES% %3 %4 %5 %6 %7 %8 %9
goto :EOF
:help
echo.
echo Usage: %~n0 TARGET
echo.
echo TARGET
echo is the target to build (all, 1.0, 1.1, 2.0 or 3.5)
echo.
echo This is a batch script that can used to build ELMAH binaries for
echo Microsoft .NET Framework 1.x and 2.0. The binaries are created for
echo only those versions that are found to be installed in the expected
echo locations on the local machine.
echo.
echo The following versions appear to be installed on this system:
echo.
for %%i in (v1.0.3705 v1.1.4322 v2.0.50727 v3.5) do if exist "%NETFX_BASE_PATH%\%%i\csc.exe" echo - %%i
call :lic
goto :EOF
:lic
echo.
echo Licensed under the Apache License, Version 2.0 (the "License");
echo you may not use this file except in compliance with the License.
echo You may obtain a copy of the License at
echo.
echo http://www.apache.org/licenses/LICENSE-2.0
echo.
echo Unless required by applicable law or agreed to in writing, software
echo distributed under the License is distributed on an "AS IS" BASIS,
echo WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
echo See the License for the specific language governing permissions and
echo limitations under the License.
goto :EOF
| larrynung/ELMAH | build.cmd | bat | apache-2.0 | 3,970 |
@echo OFF
SETLOCAL
set EXAMPLE_LANG=isocpp
set NAME=QueryCondition
set SUB_PARAMS=GE
set PUB_PARAMS=
call %FUNCTIONS% :runZero
call %FUNCTIONS% :checkResultZero
| osrf/opensplice | build/scripts/overnight/example_automation_scripts/examples/dcps/QueryCondition/isocpp2/RUN.bat | bat | apache-2.0 | 175 |
cov-build --dir cov-int C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe WowPacketParser.sln /t:Rebuild
tar czvf wpp.tgz cov-int
REM upload wpp.tgz to https://scan.coverity.com/projects/2618/builds/new?tab=upload
| TrinityCore/WowPacketParser | scripts/coverity.bat | bat | gpl-3.0 | 222 |
SET PATH=%PATH%;%~dp0pdfalto_dlls
%~dp0pdfalto.exe %* | kermitt2/grobid | grobid-home/pdfalto/win-64/pdfalto/pdfalto.bat | bat | apache-2.0 | 53 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
"%~dp0perl.exe" -x -S %0 %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul
goto endofperl
@rem ';
#!/usr/bin/env perl
#line 15
#!d:\perl\bin\perl.exe
#
# Filename: stubmaker.pl
# Authors: Byrne Reese <byrne at majordojo dot com>
# Paul Kulchenko
#
# Copyright (C) 2005 Byrne Reese
#
# Usage:
# stubmaker.pl -[vd] <WSDL URL>
###################################################
use SOAP::Lite;
use Getopt::Long;
my $VERBOSE = 0;
my $DIRECTORY = ".";
GetOptions(
'd=s' => \$DIRECTORY,
'v' => \$VERBOSE,
help => sub { HELP_MESSAGE(); },
version => sub { VERSION_MESSAGE(); exit(0); },
) or HELP_MESSAGE();
HELP_MESSAGE() unless $ARGV[0];
my $WSDL_URL = shift;
print "Writing stub files...\n" if $VERBOSE;
my %services = %{SOAP::Schema->schema_url($WSDL_URL)
->cache_ttl(1)
->cache_dir($DIRECTORY)
->parse()
->load
->services};
Carp::croak "More than one service in service description. Service and port names have to be specified\n"
if keys %services > 1;
sub VERSION_MESSAGE {
print "$0 $SOAP::Lite::VERSION (C) 2005 Byrne Reese.\n";
}
sub HELP_MESSAGE {
VERSION_MESSAGE();
print <<EOT;
usage: $0 -[options] <WSDL URL>
options:
-v Verbose Outputbe quiet
-d <dirname> Output directory
EOT
exit 0;
}
__END__
=pod
=head1 NAME
stubmaker.pl - Generates client stubs from a WSDL file.
=head1 OPTIONS
=over
=item -d <dirname>
Specifies the directory you wish to output the files to. The directory must already exist.
=item -v
Turns on "verbose" output during the code stub generation process. To be honest, there is not much the program outputs, but if you must see something output to the console, then this fits the bill.
=item --help
Outputs a short help message.
=item --version
Outputs the current version of stubmaker.pl.
=back
=cut
=head1 STUB FILES
=head2 STUB SUBROUTINES
The "class" or "package" created by stubmaker.pl is actually a sub-class of
the core SOAP::Lite object. As a result, all methods one can call upon
L<SOAP::Lite> one can also call upon generated stubs.
For example, suppose you wanted to obtain readable output from the generated
stub, then simply call C<readable(1)> on the stub's instance. See the example
below.
The following subroutines are unique to generated stub classes, and help the
user control and configure the stub class.
=over
=item want_som(boolean)
When set to 1, SOAP::Lite will return SOAP::SOM objects to the user upon
invoking a method on a remote service. This is very helpful when you need
to check to see if the return value is a SOAP::Fault or not. When set to 0,
SOAP::Lite will return the return value of the method.
=back
=cut
=head1 EXAMPLES
=head2 Invoking stubmaker.pl from the command line
> perl stubmaker.pl http://www.xmethods.net/sd/StockQuoteService.wsdl
Or:
> perl "-MStockQuoteService qw(:all)" -le "print getQuote('MSFT')"
=head2 Working with stub classes
Command line:
> perl stubmaker.pl http://ws1.api.re2.yahoo.com/ws/soap-demo/full.wsdl
File: echo.pl
> use full;
> use SOAP::Lite +trace => qw( debug );
> my $f = new full;
> $f->use_prefix(0);
> $f->readable(1);
> $f->want_som(1);
> $som = $f->echoViaBase64("foo");
=head1 COPYRIGHT
Copyright (C) 2000-2005 Paul Kulchenko. All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
__END__
:endofperl
| leighpauls/k2cro4 | third_party/perl/perl/bin/stubmaker.bat | bat | bsd-3-clause | 4,001 |
ant binary-distribution | utamaro/javacc_6.1.2_mod | build.cmd | bat | bsd-3-clause | 23 |
@ECHO OFF
SETLOCAL
SET EL=0
ECHO =========== %~f0 ===========
ECHO NUMBER_OF_PROCESSORS^: %NUMBER_OF_PROCESSORS%
powershell Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
powershell .\scripts\appveyor-system-info.ps1
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
::only build on AppVeyor, if explicitly stated
ECHO APPVEYOR_REPO_COMMIT_MESSAGE^: "%APPVEYOR_REPO_COMMIT_MESSAGE%"
::SET BUILD_ON_APPVEYOR=0
::for /F "tokens=1 usebackq" %%i in (`powershell .\scripts\parse-commit-message.ps1 '[build appveyor]'`) DO SET BUILD_ON_APPVEYOR=%%i
::IF %BUILD_ON_APPVEYOR% EQU 0 ECHO not building, commit with [build appveyor] && GOTO DONE
ECHO configuration^: %configuration%
ECHO platform^: %platform%
ECHO msvs_toolset^: %msvs_toolset%
SET BUILD_TYPE=%configuration%
SET BUILDPLATFORM=%platform%
SET TOOLS_VERSION=%msvs_toolset%.0
ECHO ICU_VERSION^: %ICU_VERSION%
IF DEFINED APPVEYOR (ECHO on AppVeyor) ELSE (ECHO NOT on AppVeyor)
ECHO ========
SET PATH=C:\Python27;%PATH%
SET PATH=C:\Program Files\7-Zip;%PATH%
::update submodules (variant + test data)
git submodule update --init
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
::python bindings, including test data
IF NOT EXIST bindings\python git clone --recursive https://github.com/mapnik/python-mapnik.git bindings/python
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
CD bindings\python & IF %ERRORLEVEL% NEQ 0 GOTO ERROR
git fetch & IF %ERRORLEVEL% NEQ 0 GOTO ERROR
git pull & IF %ERRORLEVEL% NEQ 0 GOTO ERROR
CD ..\.. & IF %ERRORLEVEL% NEQ 0 GOTO ERROR
::cloning mapnik-gyp
if EXIST mapnik-gyp ECHO mapnik-gyp already cloned && GOTO MAPNIK_GYP_ALREADY_HERE
CALL git clone https://github.com/mapnik/mapnik-gyp.git
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
:MAPNIK_GYP_ALREADY_HERE
CD mapnik-gyp
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
git pull
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
SET DEPS_URL=https://mapbox.s3.amazonaws.com/windows-builds/windows-build-deps/mapnik-win-sdk-binary-deps-%msvs_toolset%.0-%platform%.7z
ECHO fetching binary deps^: %DEPS_URL%
IF EXIST deps.7z (ECHO already downloaded) ELSE (powershell Invoke-WebRequest "${env:DEPS_URL}" -OutFile deps.7z)
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
ECHO extracting binary deps
IF EXIST mapnik-sdk (ECHO already extracted) ELSE (7z -y x deps.7z | %windir%\system32\FIND "ing archive")
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
ECHO looking for boost and icu versions in SDK ...
FOR /F "tokens=1,2 usebackq" %%i in (`powershell %APPVEYOR_BUILD_FOLDER%\scripts\get-boost-icu-version-from-sdk.ps1`) DO SET %%i=%%j
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
ECHO BOOST_VERSION found in SDK^: %BOOST_VERSION%
ECHO ICU_VERSION found in SDK^: %ICU_VERSION%
ECHO ICU_VERSION2 found in SDK^: %ICU_VERSION2%
CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
SET AV_MAPNIK_GYP_STARTTIME=%TIME%
ECHO calling build.bat of mapnik-gyp && CALL build.bat
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
ECHO %AV_MAPNIK_GYP_STARTTIME% started mapnik-gyp build.bat
ECHO %TIME% finished mapnik-gyp build.bat
GOTO DONE
:ERROR
ECHO =========== ERROR %~f0 ===========
ECHO ERRORLEVEL^: %ERRORLEVEL%
SET EL=%ERRORLEVEL%
:DONE
ECHO =========== DONE %~f0 ===========
EXIT /b %EL%
| mapycz/mapnik | scripts/build-appveyor.bat | bat | lgpl-2.1 | 3,215 |
%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "%CONFIGURATIONBUILDDIR%\buildfailed" grep XX%PROJECTNAME%XX "%CONFIGURATIONBUILDDIR%\buildfailed"
if errorlevel 1 exit 1
echo XX%PROJECTNAME%XX > "%CONFIGURATIONBUILDDIR%\buildfailed"
set AngleHeadersDirectory=%CONFIGURATIONBUILDDIR%\include\private
mkdir "%AngleHeadersDirectory%" 2>NUL
xcopy /y /d /s "%ProjectDir%..\..\ThirdParty\ANGLE\include" "%AngleHeadersDirectory%"
xcopy /y /d "%AngleHeadersDirectory%\KHR\khrplatform.h" "%AngleHeadersDirectory%"
xcopy /y /d /s "%ProjectDir%..\platform\graphics\win\GL" "%AngleHeadersDirectory%"
exit /b
| CodeDJ/qt5-hidpi | qt/qtwebkit/Source/WebCore/WebCore.vcxproj/WebCorePreBuild.cmd | bat | lgpl-2.1 | 661 |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
:: Contact: http://www.qt-project.org/legal
::
:: This file is part of the Qt Solutions component.
::
:: $QT_BEGIN_LICENSE:BSD$
:: You may use this file under the terms of the BSD license as follows:
::
:: "Redistribution and use in source and binary forms, with or without
:: modification, are permitted provided that the following conditions are
:: met:
:: * Redistributions of source code must retain the above copyright
:: notice, this list of conditions and the following disclaimer.
:: * Redistributions in binary form must reproduce the above copyright
:: notice, this list of conditions and the following disclaimer in
:: the documentation and/or other materials provided with the
:: distribution.
:: * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
:: of its contributors may be used to endorse or promote products derived
:: from this software without specific prior written permission.
::
::
:: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
:: "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
:: LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
:: A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
:: OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
:: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
:: LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
:: DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
:: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
:: (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
:: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
::
:: $QT_END_LICENSE$
::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
@echo off
rem
rem "Main"
rem
if not "%1"=="" (
if not "%1"=="-library" (
call :PrintUsage
goto EOF
)
)
if exist config.pri. del config.pri
if "%1"=="-library" (
echo Configuring to build this component as a dynamic library.
echo SOLUTIONS_LIBRARY = yes > config.pri
)
echo .
echo This component is now configured.
echo .
echo To build the component library (if requested) and example(s),
echo run qmake and your make or nmake command.
echo .
echo To remove or reconfigure, run make (nmake) distclean.
echo .
:PrintUsage
echo Usage: configure.bat [-library]
echo .
echo -library: Build the component as a dynamic library (DLL). Default is to
echo include the component source directly in the application.
echo A DLL may be preferable for technical or licensing (LGPL) reasons.
echo .
goto EOF
:EOF
| PurlingNayuki/goldendict | qtsingleapplication/configure.bat | bat | gpl-3.0 | 2,926 |
@echo off
title Moduler.js Webserver
cd src
node server | simplyio/moduler.js | start-dev-server.bat | bat | mit | 56 |
javac -g -source 1.5 -target 1.5 -g -deprecation -d build -classpath .;lib\TableLayout.jar;lib\jfreechart-1.0.0-rc1.jar;lib\jcommon-1.0.0-rc1.jar src\codeblocks\*.java src\codeblocks\rendering\*.java src\codeblockutil\*.java src\controller\*.java src\workspace\*.java src\workspace\typeblocking\*.java src\renderable\*.java
@echo off
rem type javac-codeblocks-output.txt
@echo on
| boubre/BayouBot | Workspace/javac-codeblocks.bat | bat | mit | 381 |
sed -i "s/, /,/g" train-remapped.csv > train-sklearn.csv | artem-erofeev/kaggle-lshtc | delspace.bat | bat | mit | 56 |
"./sendcoinsentry"
pause
del "%0"
pause
| NaN-git/bicreditsnew | src/qt/geany_run_script.bat | bat | mit | 42 |
set steps=%1
set iters=%2
.\PSharpTester.exe /test:D:\PSharpLab\Samples\Experimental\LivenessBenchmarks\BuggyBenchmarks\Chord\bin\Debug\Chord.dll /max-steps:%steps% /i:%iters%
.\PSharpTester.exe /test:D:\PSharpLab\Samples\Experimental\LivenessBenchmarks\BuggyBenchmarks\ReplicatingStorage\bin\Debug\ReplicatingStorage.dll /max-steps:%steps% /i:%iters%
.\PSharpTester.exe /test:D:\PSharpLab\Samples\Experimental\LivenessBenchmarks\BuggyBenchmarks\Raft\bin\Debug\Raft.dll /max-steps:steps% /i:%iters%
.\PSharpTester.exe /test:D:\PSharp\Samples\FailureDetector\Binaries\Debug\FailureDetector.PSharpLibrary.dll /max-steps:%steps% /i:%iters%
.\PSharpTester.exe /test:D:\vnext\PyraStor\NameNode.PSharp\bin\Debug\NameNode.PSharp.dll /max-steps:%steps% /i:%iters%
::.\PSharpTester.exe /max-steps:%steps% /test:D:\BatchService\src\xstore\watask\PoolManager\PoolServer\IntegrationTests\bin::\Debug\PSIntegrationTest.dll /i:%iters% /method:DeletePool
.\PSharpTester.exe /test:D:\PSharpLab\Samples\Experimental\LivenessBenchmarks\SpinBenchmarks\SpinBenchmarks\bin\Debug\ProcessScheduler.dll /max-steps:%steps% /i:%iters%
.\PSharpTester.exe /test:D:\PSharpLab\Samples\Experimental\LivenessBenchmarks\SpinBenchmarks\LeaderElection\bin\Debug\LeaderElection.dll /max-steps:%steps% /i:%iters%
.\PSharpTester.exe /test:D:\PSharpLab\Samples\Experimental\LivenessBenchmarks\SpinBenchmarks\SlidingWindowProtocol\bin\Debug\SlidingWindowProtocol.dll /max-steps:%steps% /i:%iters% | p-org/PSharpLab | Samples/Experimental/Scripts/testTemperature.bat | bat | mit | 1,457 |
@ECHO off
call npm run code
call npm run style
call cat build/*.js > public/app.js
call cat build/*.css > public/app.css
echo [ok]
| AAorris/momentum-register | build.bat | bat | mit | 131 |
@echo off
mkdir Build-Files\Notifications
mkdir Build-Files\SchickMirDeinFoto
xcopy /s/b/v/y SchatziSchickMirDeinFoto\bin\Release\netcoreapp2.0 Build-Files\SchickMirDeinFoto
xcopy /s/b/v/y SelectionPopup\bin\Release Build-Files\Notifications
DEL /Q Build-Files\SchickMirDeinFoto\*.pdb
DEL /Q Build-Files\Notifications\*.pdb | mschmidt98/the-ring-bot | WindowsDesktop/CopyBuildFiles.bat | bat | mit | 326 |
@ECHO off
SETLOCAL EnableDelayedExpansion
ECHO.
ECHO # Building .NET platform
SET "Vs2017SubDir=\Microsoft Visual Studio\2017\Enterprise"
SET MsBuildSubDir=\MSBuild\15.0\bin
SET VsCommonSubDir=\Common7\IDE\CommonExtensions\Microsoft\TestWindow
SET "ProgFilesDir=%programfiles(x86)%"
ECHO # Finding MSBuild
SET "MsBuildDir=!ProgFilesDir!%Vs2017SubDir%%MsBuildSubDir%"
REM SET MsBuildDir=%programfiles(x86)%\MSBuild\14.0\Bin
IF NOT EXIST "!MsBuildDir!\msbuild.exe" (
SET "ProgFilesDir=F:\Program Files (x86)"
SET "MsBuildDir=!ProgFilesDir!%Vs2017SubDir%%MsBuildSubDir%"
IF NOT EXIST "!MsBuildDir!\msbuild.exe" (
ECHO "msbuild.exe" could not be found at "!MsBuildDir!"
EXIT /B
)
)
ECHO # Finding VsTest
SET "VsTestDir=!ProgFilesDir!%Vs2017SubDir%%VsCommonSubDir%"
IF NOT EXIST "%VsTestDir%\vstest.console.exe" (
ECHO "vstest.console.exe" could not be found at "%VsTestDir%"
EXIT /B
)
ECHO.
ECHO # Restoring NuGet dependencies
CALL "buildtools\nuget" restore
ECHO.
ECHO # Building .NET solution (release)
CALL "!MsBuildDir!\msbuild" Microsoft.Recognizers.Text.sln /t:Clean,Build /p:Configuration=Release
ECHO.
ECHO # Running .NET Tests
SET testcontainer=
FOR /R %%f IN (*Tests.dll) DO (
(ECHO "%%f" | FIND /V "\bin\Release" 1>NUL) || (
SET testcontainer=!testcontainer! "%%f"
)
)
ECHO "!VsTestDir!\vstest.console"
CALL "!VsTestDir!\vstest.console" /Parallel %testcontainer%
ECHO.
ECHO # Running CreateAllPackages.cmd
CALL CreateAllPackages.cmd
IF %ERRORLEVEL% NEQ 0 (
ECHO # Failed to create packages.
EXIT /b -1
) | matthewshim-ms/Recognizers-Text | .NET/Build.cmd | bat | mit | 1,541 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
perl -x -S %0 %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul
goto endofperl
@rem ';
#!perl
#line 15
eval 'exec perl -x -S "$0" ${1+"$@"}'
if 0; # In case running under some shell
require 5;
use Getopt::Std;
use Config;
$0 =~ s|.*[/\\]||;
my $usage = <<EOT;
Usage: $0 [-h]
or: $0 [-w] [-u] [-a argstring] [-s stripsuffix] [files]
or: $0 [-w] [-u] [-n ntargs] [-o otherargs] [-s stripsuffix] [files]
-n ntargs arguments to invoke perl with in generated file
when run from Windows NT. Defaults to
'-x -S %0 %*'.
-o otherargs arguments to invoke perl with in generated file
other than when run from Windows NT. Defaults
to '-x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9'.
-a argstring arguments to invoke perl with in generated file
ignoring operating system (for compatibility
with previous pl2bat versions).
-u update files that may have already been processed
by (some version of) pl2bat.
-w include "-w" on the /^#!.*perl/ line (unless
a /^#!.*perl/ line was already present).
-s stripsuffix strip this suffix from file before appending ".bat"
Not case-sensitive
Can be a regex if it begins with '/'
Defaults to "/\.plx?/"
-h show this help
EOT
my %OPT = ();
warn($usage), exit(0) if !getopts('whun:o:a:s:',\%OPT) or $OPT{'h'};
# NOTE: %0 is already enclosed in doublequotes by cmd.exe, as appropriate
$OPT{'n'} = '-x -S %0 %*' unless exists $OPT{'n'};
$OPT{'o'} = '-x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9' unless exists $OPT{'o'};
$OPT{'s'} = '/\\.plx?/' unless exists $OPT{'s'};
$OPT{'s'} = ($OPT{'s'} =~ m#^/([^/]*[^/\$]|)\$?/?$# ? $1 : "\Q$OPT{'s'}\E");
my $head;
if( defined( $OPT{'a'} ) ) {
$head = <<EOT;
\@rem = '--*-Perl-*--
\@echo off
perl $OPT{'a'}
goto endofperl
\@rem ';
EOT
} else {
$head = <<EOT;
\@rem = '--*-Perl-*--
\@echo off
if "%OS%" == "Windows_NT" goto WinNT
perl $OPT{'o'}
goto endofperl
:WinNT
perl $OPT{'n'}
if NOT "%COMSPEC%" == "%SystemRoot%\\system32\\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul
goto endofperl
\@rem ';
EOT
}
$head =~ s/^\t//gm;
my $headlines = 2 + ($head =~ tr/\n/\n/);
my $tail = "\n__END__\n:endofperl\n";
@ARGV = ('-') unless @ARGV;
foreach ( @ARGV ) {
process($_);
}
sub process {
my( $file )= @_;
my $myhead = $head;
my $linedone = 0;
my $taildone = 0;
my $linenum = 0;
my $skiplines = 0;
my $line;
my $start= $Config{startperl};
$start= "#!perl" unless $start =~ /^#!.*perl/;
open( FILE, $file ) or die "$0: Can't open $file: $!";
@file = <FILE>;
foreach $line ( @file ) {
$linenum++;
if ( $line =~ /^:endofperl\b/ ) {
if( ! exists $OPT{'u'} ) {
warn "$0: $file has already been converted to a batch file!\n";
return;
}
$taildone++;
}
if ( not $linedone and $line =~ /^#!.*perl/ ) {
if( exists $OPT{'u'} ) {
$skiplines = $linenum - 1;
$line .= "#line ".(1+$headlines)."\n";
} else {
$line .= "#line ".($linenum+$headlines)."\n";
}
$linedone++;
}
if ( $line =~ /^#\s*line\b/ and $linenum == 2 + $skiplines ) {
$line = "";
}
}
close( FILE );
$file =~ s/$OPT{'s'}$//oi;
$file .= '.bat' unless $file =~ /\.bat$/i or $file =~ /^-$/;
open( FILE, ">$file" ) or die "Can't open $file: $!";
print FILE $myhead;
print FILE $start, ( $OPT{'w'} ? " -w" : "" ),
"\n#line ", ($headlines+1), "\n" unless $linedone;
print FILE @file[$skiplines..$#file];
print FILE $tail unless $taildone;
close( FILE );
}
__END__
=head1 NAME
pl2bat - wrap perl code into a batch file
=head1 SYNOPSIS
B<pl2bat> B<-h>
B<pl2bat> [B<-w>] S<[B<-a> I<argstring>]> S<[B<-s> I<stripsuffix>]> [files]
B<pl2bat> [B<-w>] S<[B<-n> I<ntargs>]> S<[B<-o> I<otherargs>]> S<[B<-s> I<stripsuffix>]> [files]
=head1 DESCRIPTION
This utility converts a perl script into a batch file that can be
executed on DOS-like operating systems. This is intended to allow
you to use a Perl script like regular programs and batch files where
you just enter the name of the script [probably minus the extension]
plus any command-line arguments and the script is found in your B<PATH>
and run.
=head2 ADVANTAGES
There are several alternatives to this method of running a Perl script.
They each have disadvantages that help you understand the motivation
for using B<pl2bat>.
=over
=item 1
C:> perl x:/path/to/script.pl [args]
=item 2
C:> perl -S script.pl [args]
=item 3
C:> perl -S script [args]
=item 4
C:> ftype Perl=perl.exe "%1" %*
C:> assoc .pl=Perl
then
C:> script.pl [args]
=item 5
C:> ftype Perl=perl.exe "%1" %*
C:> assoc .pl=Perl
C:> set PathExt=%PathExt%;.PL
then
C:> script [args]
=back
B<1> and B<2> are the most basic invocation methods that should work on
any system [DOS-like or not]. They require extra typing and require
that the script user know that the script is written in Perl. This
is a pain when you have lots of scripts, some written in Perl and some
not. It can be quite difficult to keep track of which scripts need to
be run through Perl and which do not. Even worse, scripts often get
rewritten from simple batch files into more powerful Perl scripts in
which case these methods would require all existing users of the scripts
be updated.
B<3> works on modern Win32 versions of Perl. It allows the user to
omit the ".pl" or ".bat" file extension, which is a minor improvement.
B<4> and B<5> work on some Win32 operating systems with some command
shells. One major disadvantage with both is that you can't use them
in pipelines nor with file redirection. For example, none of the
following will work properly if you used method B<4> or B<5>:
C:> script.pl <infile
C:> script.pl >outfile
C:> echo y | script.pl
C:> script.pl | more
This is due to a Win32 bug which Perl has no control over. This bug
is the major motivation for B<pl2bat> [which was originally written
for DOS] being used on Win32 systems.
Note also that B<5> works on a smaller range of combinations of Win32
systems and command shells while B<4> requires that the user know
that the script is a Perl script [because the ".pl" extension must
be entered]. This makes it hard to standardize on either of these
methods.
=head2 DISADVANTAGES
There are several potential traps you should be aware of when you
use B<pl2bat>.
The generated batch file is initially processed as a batch file each
time it is run. This means that, to use it from within another batch
file you should precede it with C<call> or else the calling batch
file will not run any commands after the script:
call script [args]
Except under Windows NT, if you specify more than 9 arguments to
the generated batch file then the 10th and subsequent arguments
are silently ignored.
Except when using F<CMD.EXE> under Windows NT, if F<perl.exe> is not
in your B<PATH>, then trying to run the script will give you a generic
"Command not found"-type of error message that will probably make you
think that the script itself is not in your B<PATH>. When using
F<CMD.EXE> under Windows NT, the generic error message is followed by
"You do not have Perl in your PATH", to make this clearer.
On most DOS-like operating systems, the only way to exit a batch file
is to "fall off the end" of the file. B<pl2bat> implements this by
doing C<goto :endofperl> and adding C<__END__> and C<:endofperl> as
the last two lines of the generated batch file. This means:
=over
=item No line of your script should start with a colon.
In particular, for this version of B<pl2bat>, C<:endofperl>,
C<:WinNT>, and C<:script_failed_so_exit_with_non_zero_val> should not
be used.
=item Care must be taken when using C<__END__> and the C<DATA> file handle.
One approach is:
. #!perl
. while( <DATA> ) {
. last if /^__END__$/;
. [...]
. }
. __END__
. lines of data
. to be processed
. __END__
. :endofperl
The dots in the first column are only there to prevent F<cmd.exe> to interpret
the C<:endofperl> line in this documentation. Otherwise F<pl2bat.bat> itself
wouldn't work. See the previous item. :-)
=item The batch file always "succeeds"
The following commands illustrate the problem:
C:> echo exit(99); >fail.pl
C:> pl2bat fail.pl
C:> perl -e "print system('perl fail.pl')"
99
C:> perl -e "print system('fail.bat')"
0
So F<fail.bat> always reports that it completed successfully. Actually,
under Windows NT, we have:
C:> perl -e "print system('fail.bat')"
1
So, for Windows NT, F<fail.bat> fails when the Perl script fails, but
the return code is always C<1>, not the return code from the Perl script.
=back
=head2 FUNCTION
By default, the ".pl" suffix will be stripped before adding a ".bat" suffix
to the supplied file names. This can be controlled with the C<-s> option.
The default behavior is to have the batch file compare the C<OS>
environment variable against C<"Windows_NT">. If they match, it
uses the C<%*> construct to refer to all the command line arguments
that were given to it, so you'll need to make sure that works on your
variant of the command shell. It is known to work in the F<CMD.EXE> shell
under Windows NT. 4DOS/NT users will want to put a C<ParameterChar = *>
line in their initialization file, or execute C<setdos /p*> in
the shell startup file.
On Windows95 and other platforms a nine-argument limit is imposed
on command-line arguments given to the generated batch file, since
they may not support C<%*> in batch files.
These can be overridden using the C<-n> and C<-o> options or the
deprecated C<-a> option.
=head1 OPTIONS
=over 8
=item B<-n> I<ntargs>
Arguments to invoke perl with in generated batch file when run from
Windows NT (or Windows 98, probably). Defaults to S<'-x -S %0 %*'>.
=item B<-o> I<otherargs>
Arguments to invoke perl with in generated batch file except when
run from Windows NT (ie. when run from DOS, Windows 3.1, or Windows 95).
Defaults to S<'-x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9'>.
=item B<-a> I<argstring>
Arguments to invoke perl with in generated batch file. Specifying
B<-a> prevents the batch file from checking the C<OS> environment
variable to determine which operating system it is being run from.
=item B<-s> I<stripsuffix>
Strip a suffix string from file name before appending a ".bat"
suffix. The suffix is not case-sensitive. It can be a regex if
it begins with '/' (the trailing '/' is optional and a trailing
C<$> is always assumed). Defaults to C</.plx?/>.
=item B<-w>
If no line matching C</^#!.*perl/> is found in the script, then such
a line is inserted just after the new preamble. The exact line
depends on C<$Config{startperl}> [see L<Config>]. With the B<-w>
option, C<" -w"> is added after the value of C<$Config{startperl}>.
If a line matching C</^#!.*perl/> already exists in the script,
then it is not changed and the B<-w> option is ignored.
=item B<-u>
If the script appears to have already been processed by B<pl2bat>,
then the script is skipped and not processed unless B<-u> was
specified. If B<-u> is specified, the existing preamble is replaced.
=item B<-h>
Show command line usage.
=back
=head1 EXAMPLES
C:\> pl2bat foo.pl bar.PM
[..creates foo.bat, bar.PM.bat..]
C:\> pl2bat -s "/\.pl|\.pm/" foo.pl bar.PM
[..creates foo.bat, bar.bat..]
C:\> pl2bat < somefile > another.bat
C:\> pl2bat > another.bat
print scalar reverse "rekcah lrep rehtona tsuj\n";
^Z
[..another.bat is now a certified japh application..]
C:\> ren *.bat *.pl
C:\> pl2bat -u *.pl
[..updates the wrapping of some previously wrapped scripts..]
C:\> pl2bat -u -s .bat *.bat
[..same as previous example except more dangerous..]
=head1 BUGS
C<$0> will contain the full name, including the ".bat" suffix
when the generated batch file runs. If you don't like this,
see runperl.bat for an alternative way to invoke perl scripts.
Default behavior is to invoke Perl with the B<-S> flag, so Perl will
search the B<PATH> to find the script. This may have undesirable
effects.
On really old versions of Win32 Perl, you can't run the script
via
C:> script.bat [args]
and must use
C:> script [args]
A loop should be used to build up the argument list when not on
Windows NT so more than 9 arguments can be processed.
See also L</DISADVANTAGES>.
=head1 SEE ALSO
perl, perlwin32, runperl.bat
=cut
__END__
:endofperl
| amidoimidazol/bio_info | Beginning Perl for Bioinformatics/bin/pl2bat.bat | bat | mit | 13,204 |
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
:::-- Checks the size of network space JSON array
:::
:::-- Prerequisites, Dependencies:
::: - parameter (config file)
::: - getDateMinusArg.vbs (to get the CORRECT date)
:::
:::-- Accepts the following parameters
::: -%1 = path of config file
:::
:::-- format for values in config file
::: ----------------------------------------------------
::: - cscript,C:\Windows\System32\cscript
::: - net,C:\Windows\System32\net.exe
::: - getdate,..\scripts\getDateMinusArg.vbs (get date vbscript)
::: - checkdisksizepaths,PATHOFSHAREDFOLDER:USERNAME:PASSWORD:TEMPDRIVE#DISPLAYNAME eg\\10.10.10.10\temp:10.10.10.10\administrator:pass:o#10.10.10.10
::: - notation,^<notation^> (after this notation is the JSON array)
:::
:::-- How to call
::: ----------------------------------------------------
::: - checkNetworkDiskSpace.bat configfile.config
:::
:::-- Output
::: ----------------------------------------------------
::: - JSON file with array of [{"name":"DISPLAYNAME", "value":"SIZEinBytes"},...] after the notation ^<notation^>
::: change directory ***************************CHANGE
::: cd C:\code\win-checks-bats
::: get config values
call getConfigValues.bat %1
:::Get date
FOR /F %%i IN ('%_cscript% "%_getdate%" 0 //nologo') do set MYDATE=%%i
::: json file
set _outJSON=s[
FOR %%A IN (%_checkdisksizepaths%) DO (
::: Initialize vars
set _checkDiskSizeIndicator=0
set _checkDiskSizeValue=0
set _pname=''
set _ppath=''
::: get values
call:checkDiscSpace %%A %_checkdisksizelimit%
::: json file
set _outJSON=!_outJSON! {"name":"!_pname! at %MYDATE% %TIME:~0,5%","value":!_checkDiskSizeValue!},
)
::: json file
SET _outJSON=%_outJSON:~1,-1%
set _outJSON=%_outJSON%]
@echo !_notation!
@echo %_outJSON%
goto:eof
:checkDiscSpace
:::--------------------------------------------------------
:::-- Function get the free disk space in bytes
:::
:::-- Prerequisite: parameter
:::
:::-- Accepts the following parameters
::: -%1 = path
:::
:::-- returns variable _checkDiskSizeValue the value size
:::--
:::--------------------------------------------------------
set _p=%~1
set _puser=0
set _ppass=0
set _pletter=0
set /a _plimit=%~2
FOR /F "tokens=1,2 delims=#" %%G IN ("!_p!") DO (
SET _pname=%%H
SET _ppath=%%G
for /F "tokens=1-4 delims=:" %%K IN ("!_ppath!") DO (
set _ppath=%%K
set _puser=%%L
set _ppass=%%M
set _pletter=%%N
)
)
IF !_puser! NEQ 0 (
%_net% use "!_ppath!" /user:!_puser! !_ppass!
)
for /f "tokens=3" %%x in ('dir %_ppath%') do (
:::get size
set size=%%x
::: clear comma
set size=!size:.=!
::: clear period
set size=!size:,=!
set _checkDiskSizeValue=!size!
)
goto:eof
ENDLOCAL
:::exit
| gieglas/win-checks-bats | checkNetworkDiskSpace.bat | bat | mit | 2,686 |
@echo off
rem Microsoft .NET 4.0 for 64-bit system
set CSC=%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\csc.exe
rem Microsoft .NET 2.0 for 32-bit system
rem set CSC=%WINDIR%\Microsoft.NET\Framework\v2.0.50727\csc.exe
if not exist %CSC% goto error-csc
if "%1"=="" goto usage
if "%1"=="all" goto all
if "%1"=="list" goto list
if "%1"=="wpm" goto build-wpm
if "%1"=="whois" goto build-whois
if "%1"=="geticon" goto build-geticon
if "%1"=="html2png" goto build-html2png
goto build
:build
rem "~n1" - "1" to get first argument from command line, "~n" to get file name without extension
%CSC% /target:exe /out:bin\%~n1.exe src\%~n1.cs
goto end
:build-whois
%CSC% /reference:System.Core.dll /reference:System.Xml.Linq.dll /reference:System.Data.DataSetExtensions.dll /reference:System.Data.dll /reference:System.Xml.dll /target:exe /out:bin\whois.exe src\whois.cs
goto end
:build-geticon
%CSC% /reference:System.Drawing.dll /target:exe /out:bin\geticon.exe src\geticon.cs
goto end
:build-html2png
%CSC% /target:exe /out:bin\html2png.exe /reference:System.Drawing.dll /reference:System.Windows.Forms.dll /define:PNG src\html2png.cs
%CSC% /target:exe /out:bin\html2jpg.exe /reference:System.Drawing.dll /reference:System.Windows.Forms.dll /define:JPEG src\html2png.cs
goto end
:all
rem for /F %%i in ('dir /s /b *.cs') do (
for /F "tokens=* delims=;" %%i in ('dir /s /b *.cs') do (
echo Building %%i
rem Example for next line: "build.bat c:\toolkit\src\md5.cs"
call %0 %%i
)
goto end
:list
rem List src file names without extension
for /F "tokens=* delims=;" %%i in ('dir /s /b *.cs') do echo %%~ni
goto end
:usage
echo Usage:
echo make all
echo make list
echo make [name]
echo.
echo Example:
echo make all
echo make md5
echo make whois
goto end
:test
rem todo: unit test
goto end
:error-csc
echo "csc.exe" cannot be found. Edit "build.bat" and change CSC path.
echo Path: %CSC%
goto end
:end | papnkukn/toolkit | make.bat | bat | mit | 1,915 |
:: Loops through a comparison of %RANDOM% and any time %RANDOM% is less than 3, adds a point to the "tick counter"
:: At STOPTIME the script terminates and displays how many tick hits there were (how many times %RANDOM% was less than 3)
:: VARIABLES
set LOG=%userprofile%\desktop\lottery.log
set STOPTIME=14:55
:: PREP
cls
@echo off
set LAUNCH_TIME=%TIME%
echo %LAUNCH_TIME% Contest start (%username%)
setlocal EnableDelayedExpansion
:: TICK LOOP
:loop
if %time:~0,5% equ %STOPTIME% goto :done
set /a "ITERATIONS=%ITERATIONS%+1"
if %RANDOM% LSS 3 (
color 0a
set /a "HITS=%HITS%+1"
echo %TIME% TICK HIT ^(!HITS! hits, %ITERATIONS% iterations^)
)
goto :loop
:: COMPLETION
:done
echo %TIME% ^! Time limit reached
echo TOTAL ITERATIONS: %ITERATIONS%
echo TOTAL HITS: %HITS%
echo USER: %USERNAME% LAUNCH: %LAUNCH_TIME% FINISH: %TIME% ITERATIONS: %ITERATIONS% HITS: %HITS%>>%LOG%
pause
| bmrf/standalone_scripts | lottery.bat | bat | mit | 938 |
cmd_drivers/media/usb/siano/built-in.o := rm -f drivers/media/usb/siano/built-in.o; /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar rcsD drivers/media/usb/siano/built-in.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | drivers/media/usb/siano/.built-in.o.cmd | bat | gpl-2.0 | 257 |
@mode %2:1200
@ping -n 1 -w 3000 1.1.1.1
@%~dp0\bossac\bossac.exe %*
| natfaulk/arduino-due-makefile | tools/progdue.bat | bat | gpl-2.0 | 69 |
cmd_arch/arm/kernel/sleep.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.sleep.o.d -nostdinc -isystem /home/aashir/android/toolchain/linaro/bin/../lib/gcc/arm-eabi/4.6.2/include -I/home/aashir/android/2012/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-ux500/include -Iarch/arm/plat-nomadik/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -c -o arch/arm/kernel/sleep.o arch/arm/kernel/sleep.S
source_arch/arm/kernel/sleep.o := arch/arm/kernel/sleep.S
deps_arch/arm/kernel/sleep.o := \
$(wildcard include/config/smp.h) \
$(wildcard include/config/nr/cpus.h) \
/home/aashir/android/2012/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/home/aashir/android/2012/arch/arm/include/asm/linkage.h \
include/linux/threads.h \
$(wildcard include/config/base/small.h) \
/home/aashir/android/2012/arch/arm/include/asm/asm-offsets.h \
include/generated/asm-offsets.h \
/home/aashir/android/2012/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
/home/aashir/android/2012/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/aashir/android/2012/arch/arm/include/asm/hwcap.h \
/home/aashir/android/2012/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
/home/aashir/android/2012/arch/arm/include/asm/glue-cache.h \
$(wildcard include/config/cpu/cache/v3.h) \
$(wildcard include/config/cpu/cache/v4.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/cache/v4wb.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v6k.h) \
$(wildcard include/config/cpu/v7.h) \
/home/aashir/android/2012/arch/arm/include/asm/glue.h \
/home/aashir/android/2012/arch/arm/include/asm/glue-proc.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
/home/aashir/android/2012/arch/arm/include/asm/system.h \
$(wildcard include/config/function/graph/tracer.h) \
$(wildcard include/config/cpu/32v6k.h) \
$(wildcard include/config/arch/has/barriers.h) \
$(wildcard include/config/arm/dma/mem/bufferable.h) \
arch/arm/kernel/sleep.o: $(deps_arch/arm/kernel/sleep.o)
$(deps_arch/arm/kernel/sleep.o):
| emwno/android_kernel_U8500 | arch/arm/kernel/.sleep.o.cmd | bat | gpl-2.0 | 3,922 |
IF NOT "%LANG%"=="DEU" GOTO :EOF
IF NOT "%GDIPLUS_UPDATE_ID%"=="KB2834886" GOTO :EOF
SET SHA1_GDIPLUS_MSFT_X64_MAN=14,15,e6,a7,16,e2,6b,61,0d,76,f7,0c,17,ac,82,41,94,97,d6,b3
SET SHA1_GDIPLUS_MSFT_X64_FILE=df,cf,c9,4d,97,fc,b2,03,17,ec,7e,4f,0e,08,7a,5d,93,d1,01,6c
SET SHA1_GDIPLUS_POLICY_X64=d2,68,e7,a5,f6,86,5e,40,7f,5c,f4,e1,dc,a6,e7,ad,1e,0f,c9,b2
SET SHA1_GDIPLUS_MSFT_X86_MAN=73,a5,7d,46,7e,4e,01,4e,b5,12,52,7b,07,7b,e6,96,e7,7c,49,03
SET SHA1_GDIPLUS_MSFT_X86_FILE=2c,3e,db,43,82,47,89,80,4f,c5,ab,04,da,12,d5,b0,f6,1a,f5,f5
SET SHA1_GDIPLUS_POLICY_X86=80,eb,0f,1e,aa,3f,00,6b,93,d5,d8,09,11,56,71,39,3c,46,23,5d
| Explorer09/nlite-asms01cab | global_vars/not_supported/DEU/KB2834886_DEU.cmd | bat | gpl-2.0 | 625 |
cmd_drivers/usb/storage/ums-usbat.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o drivers/usb/storage/ums-usbat.o drivers/usb/storage/shuttle_usbat.o
| avareldalton85/rpi2-linux-rt | drivers/usb/storage/.ums-usbat.o.cmd | bat | gpl-2.0 | 213 |
cmd_kernel/printk.o := arm-linux-gnueabi-gcc -Wp,-MD,kernel/.printk.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -I/root/linux-jps/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk30/include -Iarch/arm/plat-rk/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 -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(printk)" -D"KBUILD_MODNAME=KBUILD_STR(printk)" -c -o kernel/printk.o kernel/printk.c
source_kernel/printk.o := kernel/printk.c
deps_kernel/printk.o := \
$(wildcard include/config/log/buf/shift.h) \
$(wildcard include/config/debug/ll.h) \
$(wildcard include/config/default/message/loglevel.h) \
$(wildcard include/config/a11y/braille/console.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/kexec.h) \
$(wildcard include/config/boot/printk/delay.h) \
$(wildcard include/config/security/dmesg/restrict.h) \
$(wildcard include/config/kgdb/kdb.h) \
$(wildcard include/config/printk/time.h) \
$(wildcard include/config/rk29/last/log.h) \
include/linux/kernel.h \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/prove/locking.h) \
$(wildcard include/config/ring/buffer.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/compaction.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
/usr/lib/gcc/arm-linux-gnueabi/4.6/include/stdarg.h \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
/root/linux-jps/arch/arm/include/asm/linkage.h \
include/linux/stddef.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/arch/dma/addr/t/64bit.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/root/linux-jps/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/root/linux-jps/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
/root/linux-jps/arch/arm/include/asm/posix_types.h \
include/linux/bitops.h \
/root/linux-jps/arch/arm/include/asm/bitops.h \
$(wildcard include/config/smp.h) \
/root/linux-jps/arch/arm/include/asm/system.h \
$(wildcard include/config/function/graph/tracer.h) \
$(wildcard include/config/cpu/32v6k.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/v6.h) \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/preempt/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
include/linux/typecheck.h \
/root/linux-jps/arch/arm/include/asm/irqflags.h \
/root/linux-jps/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/root/linux-jps/arch/arm/include/asm/hwcap.h \
/root/linux-jps/arch/arm/include/asm/outercache.h \
$(wildcard include/config/outer/cache/sync.h) \
$(wildcard include/config/outer/cache.h) \
include/asm-generic/cmpxchg-local.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/arch_hweight.h \
include/asm-generic/bitops/const_hweight.h \
include/asm-generic/bitops/lock.h \
include/asm-generic/bitops/le.h \
/root/linux-jps/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/root/linux-jps/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/printk.h \
$(wildcard include/config/dynamic/debug.h) \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
include/linux/dynamic_debug.h \
/root/linux-jps/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/root/linux-jps/arch/arm/include/asm/div64.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/ia64.h) \
$(wildcard include/config/transparent/hugepage.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/ksm.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/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
$(wildcard include/config/hugetlbfs.h) \
include/linux/errno.h \
/root/linux-jps/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/gfp.h \
$(wildcard include/config/kmemcheck.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/memory/hotplug.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/flatmem.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/have/arch/pfn/valid.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/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
/root/linux-jps/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/root/linux-jps/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/root/linux-jps/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
$(wildcard include/config/illegal/pointer/value.h) \
include/linux/const.h \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
/root/linux-jps/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/prove/rcu.h) \
include/linux/rwlock_types.h \
/root/linux-jps/arch/arm/include/asm/spinlock.h \
$(wildcard include/config/thumb2/kernel.h) \
/root/linux-jps/arch/arm/include/asm/processor.h \
$(wildcard include/config/have/hw/breakpoint.h) \
$(wildcard include/config/arm/errata/754327.h) \
/root/linux-jps/arch/arm/include/asm/hw_breakpoint.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) \
/root/linux-jps/arch/arm/include/asm/atomic.h \
$(wildcard include/config/generic/atomic64.h) \
include/asm-generic/atomic-long.h \
include/linux/wait.h \
/root/linux-jps/arch/arm/include/asm/current.h \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
/root/linux-jps/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.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/seqlock.h \
include/linux/nodemask.h \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/root/linux-jps/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 \
/root/linux-jps/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) \
/root/linux-jps/arch/arm/include/asm/glue.h \
/root/linux-jps/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
$(wildcard include/config/have/tcm.h) \
$(wildcard include/config/arm/patch/phys/virt.h) \
$(wildcard include/config/arm/patch/phys/virt/16bit.h) \
arch/arm/mach-rk30/include/mach/memory.h \
include/linux/version.h \
arch/arm/mach-rk30/include/mach/io.h \
$(wildcard include/config/rk/debug/uart.h) \
/root/linux-jps/arch/arm/include/asm/sizes.h \
include/asm-generic/sizes.h \
include/asm-generic/memory_model.h \
include/asm-generic/getorder.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/memory/hotremove.h) \
$(wildcard include/config/have/arch/nodedata/extension.h) \
include/linux/notifier.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
$(wildcard include/config/have/arch/mutex/cpu/relax.h) \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/linux/rwsem-spinlock.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
$(wildcard include/config/sched/book.h) \
$(wildcard include/config/use/percpu/numa/node/id.h) \
include/linux/cpumask.h \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
/root/linux-jps/arch/arm/include/asm/smp.h \
include/linux/percpu.h \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/pfn.h \
/root/linux-jps/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
/root/linux-jps/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/debug/virtual.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/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 \
/root/linux-jps/arch/arm/include/asm/auxvec.h \
include/linux/completion.h \
include/linux/page-debug-flags.h \
$(wildcard include/config/page/poisoning.h) \
$(wildcard include/config/page/debug/something/else.h) \
/root/linux-jps/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
include/linux/range.h \
include/linux/bit_spinlock.h \
/root/linux-jps/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/root/linux-jps/arch/arm/include/asm/proc-fns.h \
/root/linux-jps/arch/arm/include/asm/glue-proc.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm710.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/v6k.h) \
$(wildcard include/config/cpu/v7.h) \
arch/arm/mach-rk30/include/mach/vmalloc.h \
/root/linux-jps/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/memory/failure.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/s390.h) \
include/linux/huge_mm.h \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/vm_event_item.h \
include/linux/tty.h \
$(wildcard include/config/audit.h) \
include/linux/fs.h \
$(wildcard include/config/sysfs.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/ima.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/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 \
/root/linux-jps/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/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/preempt/rcu.h) \
$(wildcard include/config/no/hz.h) \
$(wildcard include/config/tiny/rcu.h) \
$(wildcard include/config/tiny/preempt/rcu.h) \
$(wildcard include/config/debug/objects/rcu/head.h) \
$(wildcard include/config/preempt/rt.h) \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/debug/objects/free.h) \
include/linux/rcutree.h \
include/linux/rculist_bl.h \
include/linux/list_bl.h \
include/linux/path.h \
include/linux/stat.h \
/root/linux-jps/arch/arm/include/asm/stat.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/math64.h \
include/linux/radix-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 \
/root/linux-jps/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/major.h \
include/linux/termios.h \
/root/linux-jps/arch/arm/include/asm/termios.h \
/root/linux-jps/arch/arm/include/asm/termbits.h \
/root/linux-jps/arch/arm/include/asm/ioctls.h \
include/asm-generic/ioctls.h \
include/linux/workqueue.h \
$(wildcard include/config/debug/objects/work.h) \
$(wildcard include/config/freezer.h) \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/timex.h \
include/linux/param.h \
/root/linux-jps/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
/root/linux-jps/arch/arm/include/asm/timex.h \
arch/arm/mach-rk30/include/mach/timex.h \
include/linux/tty_driver.h \
$(wildcard include/config/console/poll.h) \
include/linux/cdev.h \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kobject_ns.h \
include/linux/kref.h \
include/linux/tty_ldisc.h \
include/linux/pps_kernel.h \
$(wildcard include/config/ntp/pps.h) \
include/linux/pps.h \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
$(wildcard include/config/devtmpfs.h) \
$(wildcard include/config/sysfs/deprecated.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/module.h \
$(wildcard include/config/symbol/prefix.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/constructors.h) \
$(wildcard include/config/debug/set/module/ronx.h) \
include/linux/kmod.h \
include/linux/sysctl.h \
include/linux/elf.h \
include/linux/elf-em.h \
/root/linux-jps/arch/arm/include/asm/elf.h \
/root/linux-jps/arch/arm/include/asm/user.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
include/linux/jump_label.h \
$(wildcard include/config/jump/label.h) \
/root/linux-jps/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
include/linux/pm.h \
$(wildcard include/config/pm.h) \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/pm/runtime.h) \
/root/linux-jps/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
include/linux/console.h \
$(wildcard include/config/hw/console.h) \
$(wildcard include/config/vga/console.h) \
include/linux/nmi.h \
$(wildcard include/config/hardlockup/detector.h) \
$(wildcard include/config/lockup/detector.h) \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/detect/hung/task.h) \
$(wildcard include/config/core/dump/default/elf/headers.h) \
$(wildcard include/config/sched/autogroup.h) \
$(wildcard include/config/virt/cpu/accounting.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/cgroups.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/fanotify.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/rcu/boost.h) \
$(wildcard include/config/compat/brk.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/futex.h) \
$(wildcard include/config/fault/injection.h) \
$(wildcard include/config/latencytop.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/irq/time/accounting.h) \
$(wildcard include/config/debug/stack/usage.h) \
$(wildcard include/config/cgroup/sched.h) \
/root/linux-jps/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/root/linux-jps/arch/arm/include/asm/ipcbuf.h \
/root/linux-jps/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/root/linux-jps/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/root/linux-jps/arch/arm/include/asm/sigcontext.h \
/root/linux-jps/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 \
/root/linux-jps/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
$(wildcard include/config/timerfd.h) \
include/linux/timerqueue.h \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/cred.h \
$(wildcard include/config/debug/credentials.h) \
$(wildcard include/config/user/ns.h) \
include/linux/key.h \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/aio_abi.h \
include/linux/uio.h \
/root/linux-jps/arch/arm/include/asm/irq.h \
arch/arm/mach-rk30/include/mach/irqs.h \
include/linux/interrupt.h \
$(wildcard include/config/irq/forced/threading.h) \
$(wildcard include/config/generic/irq/probe.h) \
include/linux/irqreturn.h \
include/linux/irqnr.h \
include/linux/hardirq.h \
include/linux/ftrace_irq.h \
$(wildcard include/config/ftrace/nmi/enter.h) \
/root/linux-jps/arch/arm/include/asm/hardirq.h \
$(wildcard include/config/local/timers.h) \
include/linux/irq_cpustat.h \
include/trace/events/irq.h \
include/linux/delay.h \
/root/linux-jps/arch/arm/include/asm/delay.h \
include/linux/security.h \
$(wildcard include/config/security/path.h) \
$(wildcard include/config/security/network.h) \
$(wildcard include/config/security/network/xfrm.h) \
$(wildcard include/config/securityfs.h) \
include/linux/fsnotify.h \
include/linux/fsnotify_backend.h \
$(wildcard include/config/fanotify/access/permissions.h) \
include/linux/idr.h \
include/linux/audit.h \
$(wildcard include/config/change.h) \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/failslab.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
$(wildcard include/config/slab.h) \
include/linux/slub_def.h \
$(wildcard include/config/slub/stats.h) \
$(wildcard include/config/slub/debug.h) \
include/linux/kmemleak.h \
$(wildcard include/config/debug/kmemleak.h) \
include/linux/binfmts.h \
include/linux/shm.h \
/root/linux-jps/arch/arm/include/asm/shmparam.h \
/root/linux-jps/arch/arm/include/asm/shmbuf.h \
include/linux/msg.h \
/root/linux-jps/arch/arm/include/asm/msgbuf.h \
include/linux/xfrm.h \
include/net/flow.h \
include/linux/in6.h \
include/linux/bootmem.h \
$(wildcard include/config/have/arch/bootmem/node.h) \
$(wildcard include/config/have/arch/alloc/remap.h) \
/root/linux-jps/arch/arm/include/asm/dma.h \
$(wildcard include/config/isa/dma/api.h) \
$(wildcard include/config/pci.h) \
include/linux/memblock.h \
$(wildcard include/config/have/memblock.h) \
/root/linux-jps/arch/arm/include/asm/memblock.h \
include/linux/syscalls.h \
$(wildcard include/config/ftrace/syscalls.h) \
$(wildcard include/config/mips.h) \
$(wildcard include/config/have/syscall/wrappers.h) \
include/linux/unistd.h \
/root/linux-jps/arch/arm/include/asm/unistd.h \
$(wildcard include/config/oabi/compat.h) \
include/trace/syscall.h \
include/linux/ftrace_event.h \
include/linux/ring_buffer.h \
$(wildcard include/config/ring/buffer/allow/swap.h) \
include/linux/kmemcheck.h \
include/linux/seq_file.h \
include/linux/trace_seq.h \
include/linux/perf_event.h \
$(wildcard include/config/perf/use/vmalloc.h) \
$(wildcard include/config/cgroup/perf.h) \
include/linux/cgroup.h \
include/linux/cgroupstats.h \
include/linux/taskstats.h \
include/linux/prio_heap.h \
include/linux/cgroup_subsys.h \
$(wildcard include/config/cgroup/debug.h) \
$(wildcard include/config/cgroup/cpuacct.h) \
$(wildcard include/config/cgroup/device.h) \
$(wildcard include/config/cgroup/freezer.h) \
$(wildcard include/config/net/cls/cgroup.h) \
$(wildcard include/config/blk/cgroup.h) \
/root/linux-jps/arch/arm/include/asm/perf_event.h \
/root/linux-jps/arch/arm/include/asm/local64.h \
include/asm-generic/local64.h \
include/linux/pid_namespace.h \
$(wildcard include/config/pid/ns.h) \
include/linux/nsproxy.h \
include/linux/ftrace.h \
$(wildcard include/config/function/tracer.h) \
$(wildcard include/config/dynamic/ftrace.h) \
$(wildcard include/config/stack/tracer.h) \
$(wildcard include/config/frame/pointer.h) \
include/linux/trace_clock.h \
include/linux/kallsyms.h \
/root/linux-jps/arch/arm/include/asm/ftrace.h \
$(wildcard include/config/old/mcount.h) \
include/linux/cpu.h \
$(wildcard include/config/arch/cpu/probe/release.h) \
$(wildcard include/config/pm/sleep/smp.h) \
include/linux/sysdev.h \
include/linux/node.h \
$(wildcard include/config/memory/hotplug/sparse.h) \
include/linux/irq_work.h \
/root/linux-jps/arch/arm/include/asm/local.h \
include/asm-generic/local.h \
include/linux/kexec.h \
$(wildcard include/config/.h) \
$(wildcard include/config/kexec/jump.h) \
include/linux/kdb.h \
include/linux/ratelimit.h \
include/linux/kmsg_dump.h \
include/linux/syslog.h \
/root/linux-jps/arch/arm/include/asm/uaccess.h \
/root/linux-jps/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
kernel/printk.o: $(deps_kernel/printk.o)
$(deps_kernel/printk.o):
| jpsminix/minix5 | kernel/.printk.o.cmd | bat | gpl-2.0 | 30,714 |
cmd_sound/soc/txx9/built-in.o := rm -f sound/soc/txx9/built-in.o; /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ar rcs sound/soc/txx9/built-in.o
| damageless/linux-kernel-ican-tab | sound/soc/txx9/.built-in.o.cmd | bat | gpl-2.0 | 193 |
cmd_sound/isa/gus/built-in.o := rm -f sound/isa/gus/built-in.o; /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/isa/gus/built-in.o
| yncconsulting/HTC_Express_Kernel | sound/isa/gus/.built-in.o.cmd | bat | gpl-2.0 | 165 |
cmd_drivers/media/video/exynos/fimc-is/built-in.o := /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/media/video/exynos/fimc-is/built-in.o drivers/media/video/exynos/fimc-is/fimc-is-core.o drivers/media/video/exynos/fimc-is/fimc-is-v4l2.o drivers/media/video/exynos/fimc-is/fimc-is-helper.o drivers/media/video/exynos/fimc-is/fimc-is-err.o drivers/media/video/exynos/fimc-is/fimc-is-mem.o
| miamo/miamOv | drivers/media/video/exynos/fimc-is/.built-in.o.cmd | bat | gpl-2.0 | 410 |
cmd_net/netfilter/nft_meta.ko := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -r -m elf_i386 -T /home/ashishtanwer/goldfish3.10/scripts/module-common.lds --build-id -o net/netfilter/nft_meta.ko net/netfilter/nft_meta.o net/netfilter/nft_meta.mod.o
| ashishtanwer/NFTable-porting-on-Android-Goldfish | net/netfilter/.nft_meta.ko.cmd | bat | gpl-2.0 | 292 |
cmd_kernel/bounds.s := ppc_4xx-gcc -m32 -Wp,-MD,kernel/.bounds.s.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -msoft-float -pipe -Iarch/powerpc -ffixed-r2 -mmultiple -mno-altivec -mno-spe -mspe=no -funit-at-a-time -mno-string -Wa,-m405 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(bounds)" -D"KBUILD_MODNAME=KBUILD_STR(bounds)" -fverbose-asm -S -o kernel/bounds.s kernel/bounds.c
deps_kernel/bounds.s := \
kernel/bounds.c \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/arch/uses/pg/uncached.h) \
$(wildcard include/config/memory/failure.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/s390.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) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/types.h \
$(wildcard include/config/phys/64bit.h) \
include/asm-generic/int-ll64.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/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 \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/posix_types.h \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/sparsemem.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/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/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/kbuild.h \
kernel/bounds.s: $(deps_kernel/bounds.s)
$(deps_kernel/bounds.s):
| mattkelly/linux-2.6-xlnx | kernel/.bounds.s.cmd | bat | gpl-2.0 | 3,446 |
cmd_kernel/lockdep.o := gcc -Wp,-MD,kernel/.lockdep.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mno-red-zone -mcmodel=kernel -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -maccumulate-outgoing-args -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(lockdep)" -D"KBUILD_MODNAME=KBUILD_STR(lockdep)" -c -o kernel/lockdep.o kernel/lockdep.c
deps_kernel/lockdep.o := \
kernel/lockdep.c \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/debug/lockdep.h) \
$(wildcard include/config/smp.h) \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/stddef.h \
include/linux/compiler.h \
$(wildcard include/config/enable/must/check.h) \
include/linux/compiler-gcc4.h \
$(wildcard include/config/forced/inlining.h) \
include/linux/compiler-gcc.h \
include/linux/poison.h \
include/linux/prefetch.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/asm/posix_types.h \
include/asm/types.h \
include/asm/processor.h \
$(wildcard include/config/x86/vsmp.h) \
include/asm/segment.h \
include/asm/cache.h \
$(wildcard include/config/x86/l1/cache/shift.h) \
include/asm/page.h \
$(wildcard include/config/physical/start.h) \
$(wildcard include/config/flatmem.h) \
include/linux/const.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/asm-generic/memory_model.h \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/out/of/line/pfn/to/page.h) \
include/asm-generic/page.h \
include/asm/sigcontext.h \
include/asm/cpufeature.h \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/asm/msr.h \
include/asm/msr-index.h \
include/asm-i386/msr-index.h \
include/linux/errno.h \
include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/asm/current.h \
include/asm/pda.h \
$(wildcard include/config/cc/stackprotector.h) \
include/linux/cache.h \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/numa.h) \
/usr/lib/gcc/x86_64-linux-gnu/4.6/include/stdarg.h \
include/linux/linkage.h \
include/asm/linkage.h \
include/linux/bitops.h \
include/asm/bitops.h \
include/asm/alternative.h \
$(wildcard include/config/paravirt.h) \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/ext2-non-atomic.h \
include/asm-generic/bitops/le.h \
include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/byteorder/swab.h \
include/linux/byteorder/generic.h \
include/asm-generic/bitops/minix.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/asm/system.h \
$(wildcard include/config/unordered/io.h) \
include/asm/cmpxchg.h \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/asm/irqflags.h \
include/asm/processor-flags.h \
include/asm-i386/processor-flags.h \
include/asm/mmsegment.h \
include/asm/percpu.h \
include/linux/personality.h \
include/linux/cpumask.h \
$(wildcard include/config/hotplug/cpu.h) \
include/linux/bitmap.h \
include/linux/string.h \
include/asm/string.h \
include/linux/spinlock_types.h \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/spinlock.h) \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/locking.h) \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/stacktrace.h \
$(wildcard include/config/stacktrace.h) \
include/linux/spinlock_types_up.h \
include/asm/atomic.h \
include/asm-generic/atomic.h \
include/linux/mutex-debug.h \
include/linux/sched.h \
$(wildcard include/config/no/hz.h) \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/compat.h) \
$(wildcard include/config/fault/injection.h) \
include/linux/auxvec.h \
include/asm/auxvec.h \
include/asm/param.h \
$(wildcard include/config/hz.h) \
include/linux/capability.h \
include/linux/spinlock.h \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
include/linux/thread_info.h \
include/asm/thread_info.h \
$(wildcard include/config/debug/stack/usage.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_up.h \
include/linux/spinlock_api_smp.h \
include/linux/timex.h \
$(wildcard include/config/time/interpolation.h) \
include/linux/time.h \
include/linux/seqlock.h \
include/asm/timex.h \
include/asm/8253pit.h \
include/asm/vsyscall.h \
$(wildcard include/config/generic/time.h) \
include/asm/hpet.h \
$(wildcard include/config/hpet/emulate/rtc.h) \
include/asm/tsc.h \
include/asm-i386/tsc.h \
$(wildcard include/config/x86/tsc.h) \
$(wildcard include/config/x86/generic.h) \
include/linux/jiffies.h \
include/linux/calc64.h \
include/asm/div64.h \
include/asm-generic/div64.h \
include/linux/rbtree.h \
include/linux/nodemask.h \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/asm/semaphore.h \
include/asm/rwlock.h \
include/linux/wait.h \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/linux/rwsem-spinlock.h \
include/asm/ptrace.h \
include/asm/ptrace-abi.h \
include/asm/mmu.h \
include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/smp.h \
include/linux/sem.h \
include/linux/ipc.h \
$(wildcard include/config/ipc/ns.h) \
include/asm/ipcbuf.h \
include/linux/kref.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/securebits.h \
include/linux/fs_struct.h \
include/linux/completion.h \
include/linux/pid.h \
include/linux/rcupdate.h \
include/linux/percpu.h \
$(wildcard include/config/modules.h) \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/slab.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/gfp.h \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/highmem.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/arch/populates/node/map.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/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
include/linux/init.h \
$(wildcard include/config/hotplug.h) \
$(wildcard include/config/acpi/hotplug/memory.h) \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
include/linux/notifier.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
include/asm/topology.h \
$(wildcard include/config/acpi/numa.h) \
include/asm-generic/topology.h \
include/linux/slub_def.h \
include/linux/workqueue.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/kobject.h \
include/linux/sysfs.h \
$(wildcard include/config/sysfs.h) \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/futex.h \
$(wildcard include/config/futex.h) \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/param.h \
include/linux/resource.h \
include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/aio.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/delay.h \
include/asm/delay.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) \
include/linux/stat.h \
include/asm/stat.h \
include/linux/kmod.h \
$(wildcard include/config/kmod.h) \
include/linux/elf.h \
include/linux/elf-em.h \
include/asm/elf.h \
include/asm/user.h \
include/linux/moduleparam.h \
include/asm/local.h \
include/asm/module.h \
include/linux/proc_fs.h \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/proc/devicetree.h) \
$(wildcard include/config/proc/kcore.h) \
$(wildcard include/config/mmu.h) \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
$(wildcard include/config/profiling.h) \
include/linux/namei.h \
include/linux/radix-tree.h \
include/linux/prio_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/err.h \
include/linux/magic.h \
include/linux/seq_file.h \
include/linux/kallsyms.h \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
include/linux/irqreturn.h \
include/linux/hardirq.h \
$(wildcard include/config/preempt/bkl.h) \
$(wildcard include/config/virt/cpu/accounting.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/asm/hardirq.h \
include/linux/irq.h \
$(wildcard include/config/s390.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_regs.h \
include/asm-generic/irq_regs.h \
include/asm/hw_irq.h \
include/linux/profile.h \
include/asm/apic.h \
$(wildcard include/config/x86/good/apic.h) \
include/linux/pm.h \
$(wildcard include/config/pm.h) \
include/asm/fixmap.h \
include/asm/apicdef.h \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/asm/device.h \
$(wildcard include/config/acpi.h) \
include/linux/utsname.h \
$(wildcard include/config/uts/ns.h) \
include/linux/nsproxy.h \
include/asm/sections.h \
include/asm-generic/sections.h \
kernel/lockdep_internals.h \
kernel/lockdep.o: $(deps_kernel/lockdep.o)
$(deps_kernel/lockdep.o):
| dnh34/proj1 | kernel/.lockdep.o.cmd | bat | gpl-2.0 | 13,839 |
:: alias timecmd=time
gcc -o OpenMPTest1.exe main_testomp2.c
chmod +x OpenMPTest1.exe
call timecmd OpenMPTest1.exe
gcc -o OpenMPTest2.exe main_testomp2.c -fopenmp
call timecmd OpenMPTest2.exe
:: #-lgomp -lpthreadgce2
:: #gcc -o OpenMPTest2 main_testomp.c -libpthreadgc
:: #gcc -static -static-libgcc -static-libstdc++ -o OpenMPTest2.exe main_testomp2.c -fopenmp
| Erotemic/local | misc/tests/test_openmp.bat | bat | gpl-3.0 | 365 |
REM This is to run OpenCover and ReportGenerator to get test coverage data.
REM OpenCover and ReportGenerator where added to the solution via NuGet.
REM Need to make this a real batch file or execute from NANT.
REM See reference, https://github.com/sawilde/opencover/wiki/Usage, http://blog.alner.net/archive/2013/08/15/code-coverage-via-opencover-and-reportgenerator.aspx
REM Bring dev tools into the PATH.
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat"
mkdir .\Reports
REM Restore packages
msbuild .\.nuget\NuGet.targets /target:RestorePackages
REM Ensure build is up to date
msbuild "SunGard.PNE.Test.sln" /target:Rebuild /property:Configuration=Release;OutDir=.\Releases\Latest\NET40\
REM Run unit tests
.\packages\OpenCover.4.5.2316\OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\mstest.exe" -targetargs:"/testcontainer:.\source\tests\SunGard.PNE.Test.Specs\bin\Debug\SunGard.PNE.Test.Specs.dll" -filter:"+[SunGard.PNE.Test]* -[SunGard.PNE.Test.*]*" -mergebyhash -output:.\Reports\projectCoverageReport.xml
REM Generate the report
.\packages\ReportGenerator.1.9.1.0\ReportGenerator.exe -reports:".\Reports\projectCoverageReport.xml" -targetdir:".\Reports\CodeCoverage" -reporttypes:Html,HtmlSummary^ -filters:-SunGard.PNE.Test.Specs*
REM Open the report
start .\Reports\CodeCoverage\index.htm
pause | DecoupledLogic/TestPipe | CodeCoverage.bat | bat | gpl-3.0 | 1,413 |
@echo off
REM Written 2016 by Jens Diemer
REM Open Source licenced under GPL v3+
REM more info:
REM http://forums.autodesk.com/t5/3ds-max-3ds-max-design-general/max-2016-backburner-renders-slower-update/m-p/6206899#M111981
title %~0
cd /d c:\
whoami /groups | find "S-1-16-12288" > nul
if errorlevel 1 (
echo.
echo WARNING:
echo You should start this batch with admin rights!!!
echo.
)
set python=%ProgramW6432%\Autodesk\3ds Max 2016\python\python.exe
set py_file=%~dp0SSS_patch.py
call:test_exist "%python%" "python.exe not found here:"
echo on
"%python%" --version
@echo off
call:test_exist "%py_file%" "Patch script not found here:"
title %py_file%
echo on
"%python%" "%py_file%"
@echo off
pause
exit
:test_exist
if NOT exist "%~1" (
echo.
echo ERROR: %~2
echo.
echo "%~1"
echo.
pause
exit 1
)
goto:eof | jedie/3dsmax_patches | SSS_patch.cmd | bat | gpl-3.0 | 893 |
start "title" "c:\Program Files (x86)\PuTTY\putty.exe" "-load" BuildVM55mwr
rem cmd /E:ON /Q /C "c:\Program Files\PuTTY\putty.exe" -X [email protected] -pw hpinvent
| mikersgit/nixScripts | bat/couplet_bvm55mwr.bat | bat | gpl-3.0 | 168 |
tasm test.asm
tlink test.obj, test.com
del test.obj
mtd test.com
del test.com
| reenigne/reenigne | 8088/memtimer/go.bat | bat | unlicense | 78 |
### application.bat - 1.2.0-b - deboté ###
2.0.0 | MarjoDebote/TP-git | test/test_app.bat | bat | apache-2.0 | 48 |
@if "%_echo%"=="" echo off
setlocal
if EXIST build.ok DEL /f /q build.ok
REM Configure the sample, i.e. where to find the F# compiler and C# compiler.
call %~d0%~p0..\..\..\config.bat
@if ERRORLEVEL 1 goto Error
if NOT "%FSC:NOTAVAIL=X%" == "%FSC%" (
REM Skipping test for FSI.EXE
goto Skip
)
"%FSC%" %fsc_flags% -a -o:lib.dll -g lib.ml
@if ERRORLEVEL 1 goto Error
"%PEVERIFY%" lib.dll
@if ERRORLEVEL 1 goto Error
%CSC% /nologo /target:library /r:"%FSCOREDLLPATH%" /r:lib.dll /out:lib2.dll lib2.cs
@if ERRORLEVEL 1 goto Error
"%FSC%" %fsc_flags% -r:lib.dll -r:lib2.dll -o:test.exe -g test.fsx
@if ERRORLEVEL 1 goto Error
"%PEVERIFY%" test.exe
@if ERRORLEVEL 1 goto Error
:Ok
echo Built fsharp %~f0 ok.
echo. > build.ok
endlocal
exit /b 0
:Skip
echo Skipped %~f0
endlocal
exit /b 0
:Error
endlocal
exit /b %ERRORLEVEL%
| chkn/fsharp | tests/fsharp/core/fsfromfsviacs/build.bat | bat | apache-2.0 | 839 |
@echo off
.\packages\NUnit.Runners.2.6.2\tools\nunit-console.exe .\src\dannyboy.tests\bin\Debug\dannyboy.tests.dll
del /Q TestResult.xml
pause | swxben/danny-boy | tests.bat | bat | apache-2.0 | 145 |
NuGet.exe push *.nupkg -Source http://dev-maps.cbre.com/nugdev/ | sam-meacham/restcake | scripts/push-nuget-DEV.bat | bat | apache-2.0 | 63 |
@echo off
ECHO Checking connection, please wait...
PING -n 1 www.github.com|find "Reply from " >NUL
IF NOT ERRORLEVEL 1 goto :SUCCESS
IF ERRORLEVEL 1 goto :FAILURE
:SUCCESS
ECHO Updating to latest version
git pull
gulp build-and-server
goto END
:FAILURE
ECHO Using last know version
gulp server-build
goto END
:END | manatarms/HIDE-Ski-boot | Run.bat | bat | apache-2.0 | 322 |
set S7Z=%~dp0.\bin\7za.exe
del .\package-*.7z
pushd qtbase
"%S7Z%" a -m0=Copy -r ..\package-0.7z bin\*.exe bin\*.dll bin\*.bat
"%S7Z%" a -m0=Copy -r ..\package-1.7z lib\*.lib
"%S7Z%" a -m0=Copy -r ..\package-2.7z phrasebooks\*
"%S7Z%" a -m0=Copy -r -xr!"ExtraSourceIncludes.cmake" ..\package-3.7z lib\cmake\*
"%S7Z%" a -m0=Copy -r -x!"*\private\*" ..\package-4.7z include\*
"%S7Z%" a -m0=Copy -r -ir!"plugins\*.dll" ..\package-5.7z
"%S7Z%" a -m0=Copy -r -ir!"plugins\*.pdb" -ir!"bin\*.pdb" ..\package-pdb.7z
popd
@REM add source mkspecs as those don't contain any absolute paths
pushd ..\Source\qtbase
"%S7Z%" a -m0=Copy -r ..\..\Build\package-6.7z mkspecs\*
popd
| MrHacky/qt-package-builder | zipbuild.bat | bat | apache-2.0 | 697 |
@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\retools.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\retools.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
| jeroyang/retools | docs/make.bat | bat | bsd-3-clause | 6,461 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.