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
|
---|---|---|---|---|---|
@ECHO OFF
SETLOCAL
IF NOT "%VCINSTALLDIR%" == "" GOTO do_process
IF "%VS90COMNTOOLS%" == "" GOTO show_err
ECHO Setting up a Visual Studio x86 Command Prompt environment...
CALL "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86
IF "%VS90COMNTOOLS%" == "" GOTO err_cantsetupvs
:do_process
ECHO Compiling assembler code...
ML.EXE /c /nologo /Fo"DllGetClassObject_x86.obj" "DllGetClassObject_x86.asm"
IF NOT %ERRORLEVEL% == 0 goto bad_compile
ML.EXE /c /nologo /Fo"IClassFactory_CreateInstance_x86.obj" "IClassFactory_CreateInstance_x86.asm"
IF NOT %ERRORLEVEL% == 0 goto bad_compile
ML.EXE /c /nologo /Fo"IClassFactory2_CreateInstanceLic_x86.obj" "IClassFactory2_CreateInstanceLic_x86.asm"
IF NOT %ERRORLEVEL% == 0 goto bad_compile
ML.EXE /c /nologo /Fo"IUnknown_QueryInterface_x86.obj" "IUnknown_QueryInterface_x86.asm"
IF NOT %ERRORLEVEL% == 0 goto bad_compile
ML.EXE /c /nologo /Fo"IUnknown_AddRef_x86.obj" "IUnknown_AddRef_x86.asm"
IF NOT %ERRORLEVEL% == 0 goto bad_compile
ML.EXE /c /nologo /Fo"IUnknown_Release_x86.obj" "IUnknown_Release_x86.asm"
IF NOT %ERRORLEVEL% == 0 goto bad_compile
ML.EXE /c /nologo /Fo"IUnknown_Generic_x86.obj" "IUnknown_Generic_x86.asm"
IF NOT %ERRORLEVEL% == 0 goto bad_compile
ML.EXE /c /nologo /Fo"SHWeakReleaseInterface_x86.obj" "SHWeakReleaseInterface_x86.asm"
IF NOT %ERRORLEVEL% == 0 goto bad_compile
ML.EXE /c /nologo /Fo"CoUninitialize_x86.obj" "CoUninitialize_x86.asm"
IF NOT %ERRORLEVEL% == 0 goto bad_compile
ML.EXE /c /nologo /Fo"CoInitializeSecurity_x86.obj" "CoInitializeSecurity_x86.asm"
IF NOT %ERRORLEVEL% == 0 goto bad_compile
ECHO Coverting to INL...
..\..\..\MiscUtils\File2Inc\File2Inc.exe DllGetClassObject_x86.obj DllGetClassObject_x86.inl /var:aDllGetClassObjectX86 /type:obj
..\..\..\MiscUtils\File2Inc\File2Inc.exe IClassFactory_CreateInstance_x86.obj IClassFactory_CreateInstance_x86.inl /var:aIClassFactoryCreateInstanceX86 /type:obj
..\..\..\MiscUtils\File2Inc\File2Inc.exe IClassFactory2_CreateInstanceLic_x86.obj IClassFactory2_CreateInstanceLic_x86.inl /var:aIClassFactory2CreateInstanceLicX86 /type:obj
..\..\..\MiscUtils\File2Inc\File2Inc.exe IUnknown_QueryInterface_x86.obj IUnknown_QueryInterface_x86.inl /var:aIUnknownQueryInterfaceX86 /type:obj
..\..\..\MiscUtils\File2Inc\File2Inc.exe IUnknown_AddRef_x86.obj IUnknown_AddRef_x86.inl /var:aIUnknownAddRefX86 /type:obj
..\..\..\MiscUtils\File2Inc\File2Inc.exe IUnknown_Release_x86.obj IUnknown_Release_x86.inl /var:aIUnknownReleaseX86 /type:obj
..\..\..\MiscUtils\File2Inc\File2Inc.exe IUnknown_Generic_x86.obj IUnknown_Generic_x86.inl /var:aIUnknownGenericX86 /type:obj
..\..\..\MiscUtils\File2Inc\File2Inc.exe SHWeakReleaseInterface_x86.obj SHWeakReleaseInterface_x86.inl /var:aSHWeakReleaseInterfaceX86 /type:obj
..\..\..\MiscUtils\File2Inc\File2Inc.exe CoUninitialize_x86.obj CoUninitialize_x86.inl /var:aCoUninitializeX86 /type:obj
..\..\..\MiscUtils\File2Inc\File2Inc.exe CoInitializeSecurity_x86.obj CoInitializeSecurity_x86.inl /var:aCoInitializeSecurityX86 /type:obj
GOTO end
:show_err
ECHO Please execute this batch file inside a Visual Studio x86 Command Prompt
GOTO end
:err_cantsetupvs
ECHO Cannot initialize Visual Studio x86 Command Prompt environment
GOTO end
:bad_compile
ECHO Errors detected while compiling headers file
GOTO end
:end
ENDLOCAL
| nektra/RemoteBridge | Source/HelperDll/Com/Asm/build32.bat | bat | gpl-3.0 | 3,630 |
pushd "%1\service_packs\%3"
SET SQLCMD_ERROR_LEVEL=0;
sqlcmd -S %2 -d KRR-PA-ISA95_PRODUCTION -v FileName="%4" -i "%1\jenkins_scripts\apply_service_packs.prc" -o "%1\jenkins_scripts\%3_%4.log" || (echo Failed script: %3\%4 >> "%1\jenkins_scripts\failed_%3s.log" & SET SQLCMD_ERROR_LEVEL=1)
popd
type "%1\jenkins_scripts\%3_%4.log" >> "%1\jenkins_scripts\output_%3.log"
del "%1\jenkins_scripts\%3_%4.log"
IF %SQLCMD_ERROR_LEVEL% EQU 1 exit /b 1
| arcelormittalkriviyrih/isa95_database | jenkins_scripts/apply_service_packs_all.bat | bat | gpl-3.0 | 444 |
java -jar SourceCheck.jar %1
| Katharsas/PSE | RSSCrawler/sources/unused/check.bat | bat | gpl-3.0 | 29 |
#!/bin/sh
rem (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
rem
rem This file contains confidential and proprietary information
rem of Xilinx, Inc. and is protected under U.S. and
rem international copyright and other intellectual property
rem laws.
rem
rem DISCLAIMER
rem This disclaimer is not a license and does not grant any
rem rights to the materials distributed herewith. Except as
rem otherwise provided in a valid license issued to you by
rem Xilinx, and to the maximum extent permitted by applicable
rem law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
rem WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
rem AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
rem BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
rem INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
rem (2) Xilinx shall not be liable (whether in contract or tort,
rem including negligence, or under any other theory of
rem liability) for any loss or damage of any kind or nature
rem related to, arising under or in connection with these
rem materials, including for any direct, or any indirect,
rem special, incidental, or consequential loss or damage
rem (including loss of data, profits, goodwill, or any type of
rem loss or damage suffered as a result of any action brought
rem by a third party) even if such damage or loss was
rem reasonably foreseeable or Xilinx had been advised of the
rem possibility of the same.
rem
rem CRITICAL APPLICATIONS
rem Xilinx products are not designed or intended to be fail-
rem safe, or for use in any application requiring fail-safe
rem performance, such as life-support or safety devices or
rem systems, Class III medical devices, nuclear facilities,
rem applications related to the deployment of airbags, or any
rem other applications that could lead to death, personal
rem injury, or severe property or environmental damage
rem (individually and collectively, "Critical
rem Applications"). Customer assumes the sole risk and
rem liability of any use of Xilinx products in Critical
rem Applications, subject only to applicable laws and
rem regulations governing limitations on product liability.
rem
rem THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
rem PART OF THIS FILE AT ALL TIMES.
rem -----------------------------------------------------------------------------
rem Script to synthesize and implement the Coregen FIFO Generator
rem -----------------------------------------------------------------------------
rmdir /S /Q results
mkdir results
cd results
copy ..\..\..\Mem_B.ngc .
planAhead -mode batch -source ..\planAhead_ise.tcl
| pollow/Multi_Cycle_CPU | ipcore_dir/Mem_B/implement/planAhead_ise.bat | bat | gpl-3.0 | 2,682 |
mkdir ../../../libraries
mkdir ../../../libraries/atlsvr
mkdir ../../../libraries/atlsvr/atlsvr_9_0_70425
mkdir ../../../libraries/boost
libraries/7-Zip/7za x libraries/atlsvr/ATL_Server_Source_and_Headers_9_0_70425_Alpha.zip -o../../../libraries/atlsvr/atlsvr_9_0_70425
libraries/7-Zip/7za x libraries/boost/boost_1_43_0.zip -o../../../libraries/boost
| sawilde/partcover.net4 | PrepareBuildEnvironment.bat | bat | gpl-3.0 | 353 |
@start dbgview.exe
| fwmechanic/k_edit | dv.bat | bat | gpl-3.0 | 20 |
@echo off
call %~dp0%..\..\configure_environment.bat
python %~dp0%google_search.py
| magenta-aps/aalborg-monitor | testsuites/google_search/run_selenium.bat | bat | mpl-2.0 | 86 |
:: Copyright 2020 - Rene Ferdinand Rivera Morell
:: Copyright 2017 - Refael Ackermann
:: Copyright 2019 - Thomas Kent
:: Distributed under MIT style license
:: See accompanying file LICENSE at https://github.com/node4good/windows-autoconf
:: Forked from version: 1.15.4
@if not defined DEBUG_HELPER @ECHO OFF
setlocal
set "InstallerPath=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer"
if not exist "%InstallerPath%" set "InstallerPath=%ProgramFiles%\Microsoft Visual Studio\Installer"
if not exist "%InstallerPath%" goto :no-vswhere
:: Manipulate %Path% for easier " handeling
set Path=%Path%;%InstallerPath%
where vswhere 2> nul > nul
if errorlevel 1 goto :no-vswhere
set VSWHERE_REQ=-requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64
set VSWHERE_PRP=-property installationPath
REM Visual Studio Unknown Version, Beyond 2022
set VSWHERE_LMT=-version "[18.0,19.0)"
set VSWHERE_PRERELEASE=-prerelease
SET VSWHERE_ARGS=-latest -products * %VSWHERE_REQ% %VSWHERE_PRP% %VSWHERE_LMT% %VSWHERE_PRERELEASE%
for /f "usebackq tokens=*" %%i in (`vswhere %VSWHERE_ARGS%`) do (
endlocal
echo Found with vswhere %%i
@rem comment out setting VCINSTALLDIR for Boost.build
@rem set "VCINSTALLDIR=%%i\VC\"
set "VSUNKCOMNTOOLS=%%i\Common7\Tools\"
exit /B 0
)
REM Visual Studio 2022
set VSWHERE_LMT=-version "[17.0,18.0)"
set VSWHERE_PRERELEASE=-prerelease
SET VSWHERE_ARGS=-latest -products * %VSWHERE_REQ% %VSWHERE_PRP% %VSWHERE_LMT% %VSWHERE_PRERELEASE%
for /f "usebackq tokens=*" %%i in (`vswhere %VSWHERE_ARGS%`) do (
endlocal
echo Found with vswhere %%i
@rem comment out setting VCINSTALLDIR for Boost.build
@rem set "VCINSTALLDIR=%%i\VC\"
set "VS170COMNTOOLS=%%i\Common7\Tools\"
exit /B 0
)
REM Visual Studio 2019 (16.X, toolset 14.2)
set VSWHERE_LMT=-version "[16.0,17.0)"
SET VSWHERE_ARGS=-latest -products * %VSWHERE_REQ% %VSWHERE_PRP% %VSWHERE_LMT% %VSWHERE_PRERELEASE%
for /f "usebackq tokens=*" %%i in (`vswhere %VSWHERE_ARGS%`) do (
endlocal
echo Found with vswhere %%i
@rem comment out setting VCINSTALLDIR for Boost.build
@rem set "VCINSTALLDIR=%%i\VC\"
set "VS160COMNTOOLS=%%i\Common7\Tools\"
exit /B 0
)
REM Visual Studio 2017 (15.X, toolset 14.1)
set VSWHERE_LMT=-version "[15.0,16.0)"
SET VSWHERE_ARGS=-latest -products * %VSWHERE_REQ% %VSWHERE_PRP% %VSWHERE_LMT%
for /f "usebackq tokens=*" %%i in (`vswhere %VSWHERE_ARGS%`) do (
endlocal
echo Found with vswhere %%i
@rem comment out setting VCINSTALLDIR for Boost.build
@rem set "VCINSTALLDIR=%%i\VC\"
set "VS150COMNTOOLS=%%i\Common7\Tools\"
exit /B 0
)
:no-vswhere
endlocal
echo could not find "vswhere"
exit /B 1
| qianqians/abelkhan | cpp_component/3rdparty/boost/tools/build/src/engine/vswhere_usability_wrapper.cmd | bat | lgpl-2.1 | 2,673 |
ucsgflzma.exe ../gamefiles/csv ../patch/gamefiles/csv *.*
rem ucsgflzma.exe ../gamefiles/sc ../patch/gamefiles/sc *.*
ucsgflzma.exe ../gamefiles/logic ../patch/gamefiles/logic *.*
ucsbuildsha.exe ../patch/gamefiles ../patch ../gamefiles *.* | smartclash/statuspage | ucs/Tools/patch_generator.bat | bat | lgpl-3.0 | 240 |
%SystemRoot%\System32\regsvr32.exe ladfilter.dll
%SystemRoot%\System32\regsvr32.exe lresizer.dll
| openlecturnity/os45 | lecturnity/editor/register.bat | bat | lgpl-3.0 | 97 |
@echo off
FOR /F "tokens=1,2 delims==" %%G IN (environment.properties) DO (set %%G=%%H)
TITLE Zeebe Simple Monitor
sc start MongoDB
java -Dserver.port=8096 -jar %simplemonitor% | flowing/flowing-retail | runner/windows-cmd/zeebe-2-simple-monitor-start.bat | bat | apache-2.0 | 178 |
ml /c /coff code.asm
link code.obj syscall.obj kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /machine:I386 | mingyuan-xia/TigerCC | x86asm/build.bat | bat | apache-2.0 | 247 |
msbuild ..\src\SolutionCop.sln /p:Configuration=Release
nuget pack SolutionCop.nuspec -Version %1
nuget pack SolutionCop.MSBuild.nuspec -Version %1 | Litee/SolutionCop | deployment/build-and-pack.cmd | bat | apache-2.0 | 148 |
@ECHO OFF
cd /d "%~dp0"
SQLitezer.py -i %1 -o %1_report -a -u -c
PAUSE | NotionalLabs/SQLiteZer | DRAG_DROP_QUICKLAUNCH.bat | bat | apache-2.0 | 70 |
mvn install:install-file -DlocalRepositoryPath=mdht-vocab-repo -DcreateChecksum=true -Dpackaging=jar -Dfile=C:\NIST\12_13_2016\runtime\mdht\org.eclipse.mdht.uml.hl7.vocab-3.0.0.201612130602.jar -DgroupId=org.mdht.dependencies -DartifactId=org.eclipse.mdht.uml.hl7.vocab -Dversion=3.0.0.201612130602
| siteadmin/referenceccdavalidator | scripts/mdht-vocab.bat | bat | bsd-2-clause | 299 |
::#!
:: Copyright (c) 2016, Robby, Kansas State University
:: All rights reserved.
::
:: Redistribution and use in source and binary forms, with or without
:: modification, are permitted provided that the following conditions are met:
::
:: 1. Redistributions of source code must retain the above copyright notice, this
:: list of conditions and the following disclaimer.
:: 2. 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.
::
:: 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.
@echo off
setlocal
set SIREUM_HOME=%~dp0
set JAVA_HOME=%SIREUM_HOME%platform\java
set JAVA=%JAVA_HOME%\bin\java
set SIREUM_JAR=%SIREUM_HOME%bin\sireum.jar
if not defined JAVA_OPTIONS (
set JAVA_OPTIONS=-Xmx1G -XX:+UseG1GC -Xss2m
)
%JAVA% %JAVA_OPTIONS% %JAVA_PROPERTIES% -Dfile.encoding=UTF-8 -jar %SIREUM_JAR% %* | sireum/v3 | resources/distro/sireum.bat | bat | bsd-2-clause | 1,699 |
@echo off
:: This configure script is designed for the default Windows world, which means
:: you have OSGeo4W installed, including Oracle and GDAL and LASzip.
:: This configure script expects to be run from the PDAL root directory.
:: Pick your CMake GENERATOR. (NMake will pick up architecture (x32, x64) from your environment)
rem set GENERATOR="NMake Makefiles"
set GENERATOR="Visual Studio 10 Win64"
set GENERATOR="Visual Studio 10"
:: Pick your build type
set BUILD_TYPE=Release
set BUILD_TYPE=Debug
:: Where is your PDAL build tree?
set PDAL_DIR=.
:: Where is your OSGeo4W installed (recommended basic way to satisfy dependent libs)
set OSGEO4W_DIR=C:\OSGeo4W
:: Where is boost installed?
rem set PDAL_EMBED_BOOST=OFF
rem set BOOST_DIR=c:\utils\boost_1_49_0
set BOOST_DIR=%PDAL_DIR%\boost
:: CARIS
set CARIS_ENABLED=ON
set CARIS_INCLUDE_DIR=%CARIS_DIR%\include
set CARIS_LIBRARY=%CARIS_DIR%\caris.lib
:: GDAL
set GDAL_ENABLED=ON
set GDAL_INCLUDE_DIR=%OSGEO4W_DIR%\apps\gdal-dev\include
set GDAL_LIBRARY=%OSGEO4W_DIR%\apps\gdal-dev\lib\gdal_i.lib
:: LIBTIFF
set TIFF_ENABLED=ON
set TIFF_INCLUDE_DIR=%OSGEO4W_DIR%\include
set TIFF_LIBRARY=%OSGEO4W_DIR%\lib\libtiff_i.lib
:: GeoTIFF
set GEOTIFF_ENABLED=ON
set GEOTIFF_INCLUDE_DIR=%OSGEO4W_DIR%\include
set GEOTIFF_LIBRARY=%OSGEO4W_DIR%\lib\geotiff_i.lib
:: LASZIP
set LASZIP_ENABLED=ON
set LASZIP_INCLUDE_DIR=%OSGEO4W_DIR%\include
set LASZIP_LIBRARY=%OSGEO4W_DIR%\lib\laszip.lib
:: Oracle
set ORACLE_ENABLED=ON
set ORACLE_HOME=%OSGEO4W_DIR%
set ORACLE_INCLUDE_DIR=%ORACLE_HOME%\include
set ORACLE_OCI_LIBRARY=%ORACLE_HOME%\lib\oci.lib
:: LibXML2
set LIBXML2_ENABLED=ON
set LIBXML2_INCLUDE_DIR=%OSGEO4W_DIR%\include
set LIBXML2_LIBRARIES=%OSGEO4W_DIR%\lib\libxml2.lib
:: IConv
set ICONV_ENABLED=ON
set ICONV_INCLUDE_DIR=%OSGEO4W_DIR%\include
set ICONV_LIBRARY=%OSGEO4W_DIR%\lib\iconv.lib
:: Python
set PYTHON_ENABLED=ON
set PYTHON_INCLUDE_DIR=c:\Utils\Python27\include
set PYTHON_LIBRARY=c:\Utils\Python27\libs\python27.lib
:: Set this if you are building SWIG bindings for C#. Visual Studio
:: needs to use this env var to find where boost lives.
set PDAL_SWIG_ENABLED=ON
set PDAL_SWIG_BOOST_HOME=%BOOST_DIR%
:: OpenGL support, for pcview
set FREEGLUT_ENABLED=OFF
:: special config for mpg
if %USERDOMAIN% == T5500 set FREEGLUT_LIBRARY=d:\dev\freeglut-2.6.0-3.mp\lib\freeglut.lib
if %USERDOMAIN% == T5500 set FREEGLUT_INCLUDE_DIR=d:\dev\freeglut-2.6.0-3.mp\include
if %USERDOMAIN% == T5500 set FREEGLUT_ENABLED=ON
if %USERDOMAIN% == PDC set FREEGLUT_LIBRARY=c:\dev\freeglut-2.6.0-3.mp\lib\freeglut.lib
if %USERDOMAIN% == PDC set FREEGLUT_INCLUDE_DIR=c:\dev\freeglut-2.6.0-3.mp\include
if %USERDOMAIN% == PDC set FREEGLUT_ENABLED=ON
rem if EXIST CMakeCache.txt del CMakeCache.txt
cmake -G %GENERATOR% ^
-DWITH_CARIS=%CARIS_ENABLED% ^
-DWITH_GDAL=%GDAL_ENABLED% ^
-DWITH_GEOTIFF=%GEOTIFF_ENABLED% ^
-DWITH_ORACLE=%ORACLE_ENABLED% ^
-DWITH_LASZIP=%LASZIP_ENABLED% ^
-DWITH_LIBXML2=%LIBXML2_ENABLED% ^
-DWITH_SWIG_CSHARP=%PDAL_SWIG_ENABLED% ^
-DWITH_ICONV=%ICONV_ENABLED% ^
-DWITH_PYTHON=%PYTHON_ENABLED% ^
-DWITH_FREEGLUT=%FREEGLUT_ENABLED% ^
-DFREEGLUT_LIBRARY=%FREEGLUT_LIBRARY% ^
-DFREEGLUT_INCLUDE_DIR=%FREEGLUT_INCLUDE_DIR% ^
-DCMAKE_BUILD_TYPE=%BUILD_TYPE% ^
-DCMAKE_VERBOSE_MAKEFILE=OFF ^
%PDAL_DIR%
rem -DBOOST_INCLUDEDIR=%BOOST_DIR% ^
| verma/PDAL | mpg-config.bat | bat | bsd-3-clause | 3,375 |
node index.js "http://api.imgur.com/3/gallery/hot/viral/0.json"
| aquibm/learn-you-node-solutions | 8-http-collect/test.cmd | bat | mit | 64 |
convert MSS_amiibo_Baseball_DiddyKong.png -set filename:original %t -background none -gravity center -extent 256x256 %[filename:original].png
convert * -set filename:original %t -resize 256x256 %[filename:original].png
convert MSS_amiibo_Baseball_DiddyKong.png -resize 256x256 test.png | Falco20019/libamiibo | libamiibo.images/Images/new/__resize_cards.bat | bat | mit | 287 |
@echo off
setlocal
rem ---------------------------------------------------------------------------
call "%~dp0_jrubyvars" %*
if %JRUBY_BAT_ERROR%==0 "%_STARTJAVA%" %_VM_OPTS% -Xbootclasspath/a:"%CP%" -cp "%CLASSPATH%" -Djruby.home="%JRUBY_HOME%" -Djruby.lib="%JRUBY_HOME%\lib" -Djruby.shell="cmd.exe" -Djruby.script=jruby.bat org.jruby.Main %JRUBY_OPTS% "%JRUBY_HOME%\bin\ri" %_RUBY_OPTS%
set E=%ERRORLEVEL%
call "%~dp0_jrubycleanup"
endlocal
| Dreyerized/bananascrum | juggernaut-jar/vendor/jruby-1.1.2/bin/ri.bat | bat | gpl-2.0 | 457 |
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF licenses this file
@REM to you under the Apache License, Version 2.0 (the
@REM "License"); you may not use this file except in compliance
@REM with the License. You may obtain a copy of the License at
@REM
@REM https://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing,
@REM software distributed under the License is distributed on an
@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@REM KIND, either express or implied. See the License for the
@REM specific language governing permissions and limitations
@REM under the License.
@REM ----------------------------------------------------------------------------
@REM ----------------------------------------------------------------------------
@REM Maven2 Start Up Batch script
@REM
@REM Required ENV vars:
@REM JAVA_HOME - location of a JDK home dir
@REM
@REM Optional ENV vars
@REM M2_HOME - location of maven2's installed home dir
@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
@REM e.g. to debug Maven itself, use
@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files
@REM ----------------------------------------------------------------------------
@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on'
@echo off
@REM enable echoing my setting MAVEN_BATCH_ECHO to 'on'
@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO%
@REM set %HOME% to equivalent of $HOME
if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
@REM Execute a user defined script before this one
if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre
@REM check for pre script, once with legacy .bat ending and once with .cmd ending
if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat"
if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd"
:skipRcPre
@setlocal
set ERROR_CODE=0
@REM To isolate internal variables from possible post scripts, we use another setlocal
@setlocal
@REM ==== START VALIDATION ====
if not "%JAVA_HOME%" == "" goto OkJHome
echo.
echo Error: JAVA_HOME not found in your environment. >&2
echo Please set the JAVA_HOME variable in your environment to match the >&2
echo location of your Java installation. >&2
echo.
goto error
:OkJHome
if exist "%JAVA_HOME%\bin\java.exe" goto init
echo.
echo Error: JAVA_HOME is set to an invalid directory. >&2
echo JAVA_HOME = "%JAVA_HOME%" >&2
echo Please set the JAVA_HOME variable in your environment to match the >&2
echo location of your Java installation. >&2
echo.
goto error
@REM ==== END VALIDATION ====
:init
set MAVEN_CMD_LINE_ARGS=%MAVEN_CONFIG% %*
@REM Find the project base dir, i.e. the directory that contains the folder ".mvn".
@REM Fallback to current working directory if not found.
set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR%
IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir
set EXEC_DIR=%CD%
set WDIR=%EXEC_DIR%
:findBaseDir
IF EXIST "%WDIR%"\.mvn goto baseDirFound
cd ..
IF "%WDIR%"=="%CD%" goto baseDirNotFound
set WDIR=%CD%
goto findBaseDir
:baseDirFound
set MAVEN_PROJECTBASEDIR=%WDIR%
cd "%EXEC_DIR%"
goto endDetectBaseDir
:baseDirNotFound
set MAVEN_PROJECTBASEDIR=%EXEC_DIR%
cd "%EXEC_DIR%"
:endDetectBaseDir
IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig
@setlocal EnableExtensions EnableDelayedExpansion
for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a
@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS%
:endReadAdditionalConfig
SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
set WRAPPER_JAR=""%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar""
set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
# avoid using MAVEN_CMD_LINE_ARGS below since that would loose parameter escaping in %*
%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %*
if ERRORLEVEL 1 goto error
goto end
:error
set ERROR_CODE=1
:end
@endlocal & set ERROR_CODE=%ERROR_CODE%
if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost
@REM check for post script, once with legacy .bat ending and once with .cmd ending
if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat"
if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd"
:skipRcPost
@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on'
if "%MAVEN_BATCH_PAUSE%" == "on" pause
if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE%
exit /B %ERROR_CODE%
| BoykoAlex/spring-cloud-dataflow-ui | mvnw.cmd | bat | apache-2.0 | 5,272 |
@echo off
net session >nul 2>&1
if NOT %errorLevel% == 0 (
echo Failure: Current permissions inadequate. Please run as administrator.
pause
exit /b 1
)
echo Stopping UrBackup Server...
net stop UrBackupWinServer
"%~dp0\urbackup_srv.exe" --cmdline --no-server --plugin urbackupserver.dll --app remove_unknown --loglevel debug --logfile app.log
echo Starting UrBackup Server...
net start UrBackupWinServer
exit /b 0 | uroni/urbackup_backend | urbackupserver_installer_win/data_common/remove_unknown.bat | bat | agpl-3.0 | 421 |
call dist.bat test | yht-fand/cardone-platform-cms | dist-test.bat | bat | mit | 18 |
call python casc_extract.py -m batch --cdn --ptr -o wow
cd wow
dir /b /a:D /O:-D>hi.txt
set /p wowdir=<hi.txt
set /p oldname=<hi.txt
set wowdir=%wowdir:~4,-14%
ren %oldname% %wowdir%
del hi.txt
cd ..
cd ..
set curr=%cd%
cd dbc_extract
call generate.bat ptr %wowdir% %curr%\casc_extract\wow
pause | eyeplum/simc | casc_extract/WinGenerateSpellDataPTR.bat | bat | gpl-3.0 | 295 |
@echo off
echo Starting a chat frontend server
cd chat-frontend
mvn exec:java | horzelski/orbit | samples/chat/start-frontend.bat | bat | bsd-3-clause | 79 |
universe = vanilla
executable = ../ftjob/x_job_filexfer_testjob.pl
log = job_filexfer_base_van.log
output = job_filexfer_base_van.out
error = job_filexfer_base_van.err
Notification = NEVER
arguments = --noinput
queue
| djw8605/condor | src/condor_tests/job_filexfer_base_van.cmd | bat | apache-2.0 | 221 |
protoc -I=. -I=%GOPATH%\src --gogoslick_out=. protos.proto
| Nyarum/noterius | vendor/github.com/AsynkronIT/protoactor-go/actor/build.bat | bat | mit | 60 |
textreplace -std -t bin\@package@-grass@[email protected]
if "%OSGEO4W_DESKTOP%"=="" set OSGEO4W_DESKTOP=~$folder.common_desktop$
copy bin\@[email protected] bin\@package@-bin-g@[email protected]
copy bin\@[email protected] bin\@package@-bin-g@[email protected]
call "%OSGEO4W_ROOT%\bin\@package@-grass@[email protected]" --postinstall
if not %OSGEO4W_MENU_LINKS%==0 mkdir "%OSGEO4W_STARTMENU%"
if not %OSGEO4W_DESKTOP_LINKS%==0 mkdir "%OSGEO4W_DESKTOP%"
if not %OSGEO4W_MENU_LINKS%==0 nircmd shortcut "%OSGEO4W_ROOT%\bin\@package@-bin-g@[email protected]" "%OSGEO4W_STARTMENU%" "QGIS Desktop @version@ with GRASS @grassversion@" "" "" "" "" "~$folder.mydocuments$"
if not %OSGEO4W_DESKTOP_LINKS%==0 nircmd shortcut "%OSGEO4W_ROOT%\bin\@package@-bin-g@[email protected]" "%OSGEO4W_DESKTOP%" "QGIS Desktop @version@ with GRASS @grassversion@" "" "" "" "" "~$folder.mydocuments$"
| SrNetoChan/QGIS | ms-windows/osgeo4w/postinstall-grass.bat | bat | gpl-2.0 | 883 |
@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" == "htmlhelpja" (
%SPHINXBUILD% -b htmlhelp -D language=ja %ALLSPHINXOPTS% %BUILDDIR%/htmlhelpja
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" == "htmlhelpen" (
%SPHINXBUILD% -b htmlhelp -D language=en %ALLSPHINXOPTS% %BUILDDIR%/htmlhelpen
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\MessageIDToolsAddin.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\MessageIDToolsAddin.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
| banban525/OutlookMessageIdToolsAddin | Source/Help/make.bat | bat | mit | 7,011 |
@ECHO OFF
PUSHD "%~dp0"
set _arch=x86
IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set _arch=x86_64)
IF DEFINED PROCESSOR_ARCHITEW6432 (set _arch=x86_64)
echo This script should be run with administrator privileges.
echo Right click - run as administrator.
echo Press any key if you're running it as administrator.
pause
sc stop "GoodbyeDPI"
sc delete "GoodbyeDPI"
sc create "GoodbyeDPI" binPath= "\"%CD%\%_arch%\goodbyedpi.exe\" -1 --dns-addr 77.88.8.8 --dns-port 1253 --dnsv6-addr 2a02:6b8::feed:0ff --dnsv6-port 1253 --blacklist \"%CD%\blacklist.txt\"" start= "auto"
sc description "GoodbyeDPI" "Passive Deep Packet Inspection blocker and Active DPI circumvention utility"
sc start "GoodbyeDPI"
POPD
| apkcube/blockhostid | dev/scripts/goodbyedpi/service_install_dnsredir.cmd | bat | mit | 717 |
@echo off
:: %License%
SetLocal DisableDelayedExpansion
set Result=1
set Arg1=%1
set "Arg1NoQuotes=%Arg1:"=%"
set Arg2=%2
set RestartExplorer=%~dp0RestartExplorer.bat
set Restart=0
set UI=0
SetLocal EnableDelayedExpansion
if .!Arg1! == . EndLocal & (set UI=1) & goto DoWork
if not .!Arg2! == . EndLocal & call :Usage & goto Exit
if /i !Arg1NoQuotes! == /n EndLocal & goto DoWork
if /i !Arg1NoQuotes! == /y EndLocal & (set Restart=1) & goto DoWork
EndLocal
call :Usage & goto Exit
:DoWork
call :UpdateRegistry
set Result=%ErrorLevel%
call :UpdateRegistryResult
if %Result% equ 0 (
call :RestartExplorer
if %ErrorLevel% neq 0 set Result=1
)
goto Exit
:UpdateRegistry
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "link" /t REG_BINARY /d 1e000000 /f >nul
exit /b %ErrorLevel%
:RestartExplorer
if %UI% equ 1 (
echo.
call "%RestartExplorer%"
exit /b %ErrorLevel%
)
if %Restart% equ 0 exit /b %ErrorLevel%
call "%RestartExplorer%" /q
exit /b %ErrorLevel%
:Usage
echo Enables the setting to append " - Shortcut" on new shortcuts.
echo Requires explorer.exe to be restarted.
echo.
echo.%~n0 [/Y ^| /N]
echo.
echo. /Y Restart explorer.exe.
echo. /N Do not restart explorer.exe.
echo.
echo.Examples:
echo.
echo. C:\^>%~n0
echo. Enables the setting to append " - Shortcut" on new shortcuts,
echo. and prompts to restart explorer.exe.
echo.
echo. C:\^>%~n0 /y
echo. Enables the setting to append " - Shortcut" on new shortcuts,
echo. and restarts explorer.exe without prompting.
echo.
echo. C:\^>%~n0 /n
echo. Enables the setting to append " - Shortcut" on new shortcuts,
echo. and does not restart explorer.exe.
exit /b
:UpdateRegistryResult
if %Result% equ 0 (
echo Shortcut suffix enabled.
) else (
(echo %~n0: Failed to enable shortcut suffix.)1>&2
)
exit /b
:Exit
call "%~dp0PauseGui.bat" "%~f0"
@%ComSpec% /c exit %Result% >nul
| code-glue/WinScripts | ShortcutSuffixEnable.bat | bat | mit | 1,920 |
npm install yadb yase refinery pali tibetan | yapcheahshen/ksanapc | installmodule.cmd | bat | mit | 47 |
geth --datadir "c:\\ethpool2" --networkid 10806 --etherbase 0x59f48026b7cc29c8c10cdf36284ddff8a2dbbbac --rpc --port 30302 console | btccom/btcpool | test/eth-private/run2.bat | bat | mit | 129 |
@echo off
rem Author: Andrey Dibrov (andry at inbox dot ru)
rem Description:
rem Script do SVN update to a file directory.
rem Examples:
rem 1. call svn_up.bat branch/current https://blabla/repo/branch/current my_branch
rem Drop last error level
type nul>nul
setlocal
echo.%~nx0 %*
echo.
call "%%~dp0__init__.bat" || exit /b
set "?~nx0=%~nx0"
rem svn flags
set "SVN_CMD_FLAG_ARGS="
:FLAGS_LOOP
rem flags always at first
set "FLAG=%~1"
if defined FLAG ^
if not "%FLAG:~0,1%" == "-" set "FLAG="
if defined FLAG (
if "%FLAG%" == "-r" (
set SVN_CMD_FLAG_ARGS=%SVN_CMD_FLAG_ARGS%%1 %2
shift
) else (
set SVN_CMD_FLAG_ARGS=%SVN_CMD_FLAG_ARGS%%1
)
shift
rem read until no flags
goto FLAGS_LOOP
)
set "SVN_BASE_PATH=%~f1"
set "SVN_URL_PATH=%~2"
set "SVN_REF_PATH=%~3"
if defined SVN_BASE_PATH set "SVN_BASE_PATH=%SVN_BASE_PATH:\=/%"
if defined SVN_URL_PATH set "SVN_URL_PATH=%SVN_URL_PATH:\=/%"
if defined SVN_REF_PATH set "SVN_REF_PATH=%SVN_REF_PATH:\=/%"
if defined SVN_URL_PATH ^
if "%SVN_URL_PATH:~-1%" == "/" set "SVN_URL_PATH=%SVN_URL_PATH:~0,-1%"
rem parse 3 arguments into 2: local path + svn url
set "SVN_UP_DIR=%SVN_BASE_PATH%"
if defined SVN_REF_PATH goto SVN_REF_PATH_NOT_EMPTY
goto SVN_REF_PATH_EMPTY
:SVN_REF_PATH_NOT_EMPTY
set "SVN_UP_DIR=%SVN_UP_DIR%/%SVN_REF_PATH%"
goto SVN_REF_PATH_END
:SVN_REF_PATH_EMPTY
if defined SVN_URL_PATH call :GET_URL_FILE_NAME "%%SVN_URL_PATH%%"
if defined SVN_URL_PATH set "SVN_UP_DIR=%SVN_UP_DIR%/%URL_FILE_NAME%"
:SVN_REF_PATH_END
echo."%SVN_UP_DIR%" ^<- "%SVN_URL_PATH%" ^("%SVN_REF_PATH%"^)
if not exist "%SVN_UP_DIR%\" (
echo.%~nx0: error: could not SVN update, because directory does not exist: "%SVN_UP_DIR%"
exit /b 254
) >&2
pushd "%SVN_UP_DIR%" || (
echo.%~nx0: error: could not SVN update, because could not make directory current: "%SVN_UP_DIR%"
exit /b 253
) >&2
svn up %SVN_CMD_FLAG_ARGS%
popd
exit /b
:GET_URL_FILE_NAME
set "SVN_URL_PATH_PREFIX=%~1"
call "%%SVNCMD_TOOLS_ROOT%%/make_url_canonical.bat" "%%SVN_URL_PATH_PREFIX%%"
set "SVN_URL_PATH_PREFIX=%RETURN_VALUE%"
rem strip until empty
:GET_URL_FILE_NAME_STRIP_LOOP
if defined SVN_URL_PATH_PREFIX set "SVN_URL_PATH_SUFFIX=%SVN_URL_PATH_PREFIX:*/=%"
if defined SVN_URL_PATH_SUFFIX ^
if not "%SVN_URL_PATH_PREFIX%" == "%SVN_URL_PATH_SUFFIX%" (
set "SVN_URL_PATH_PREFIX=%SVN_URL_PATH_SUFFIX%"
goto GET_URL_FILE_NAME_STRIP_LOOP
)
set "URL_FILE_NAME=%SVN_URL_PATH_PREFIX%"
exit /b 0
| andry81/svncmd | Scripts/svn_up.bat | bat | mit | 2,574 |
cmd_drivers/net/built-in.o := /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/net/built-in.o drivers/net/Space.o drivers/net/loopback.o drivers/net/ppp_generic.o drivers/net/ppp_async.o drivers/net/ppp_deflate.o drivers/net/bsd_comp.o drivers/net/ppp_mppe.o drivers/net/pppox.o drivers/net/pppolac.o drivers/net/pppopns.o drivers/net/slhc.o drivers/net/tun.o drivers/net/arm/built-in.o drivers/net/wireless/built-in.o drivers/net/wimax_cmc/built-in.o
| garwynn/D710SPR_GB27_Kernel | drivers/net/.built-in.o.cmd | bat | gpl-2.0 | 489 |
cmd_fs/cramfs/cramfs.o := /home/madrocker/Desktop/JetDroid1/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/cramfs/cramfs.o fs/cramfs/inode.o fs/cramfs/uncompress.o
| MadRocker/experimental-2.6.29-MadRocker | fs/cramfs/.cramfs.o.cmd | bat | gpl-2.0 | 175 |
cmd_drivers/gpu/vga/built-in.o := rm -f drivers/gpu/vga/built-in.o; /root/adam/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/gpu/vga/built-in.o
| DJSteve/StreakKernel | drivers/gpu/vga/.built-in.o.cmd | bat | gpl-2.0 | 171 |
crossArea_WIN32.exe -a 50 -g 1.4 -i hexagon3_fixed.pdb -r sc_radii3.lib -l hexagon3_fixed.txt
wordpad crossAreaOutput.txt
| tumbling-cross-section/tumbling_cross_section | src/runWin32.bat | bat | gpl-2.0 | 130 |
cmd_net/ipv4/arp.o := arm-none-linux-gnueabi-gcc -Wp,-MD,net/ipv4/.arp.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-davinci/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(arp)" -D"KBUILD_MODNAME=KBUILD_STR(arp)" -c -o net/ipv4/.tmp_arp.o net/ipv4/arp.c
deps_net/ipv4/arp.o := \
net/ipv4/arp.c \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/atm/clip.h) \
$(wildcard include/config/ax25.h) \
$(wildcard include/config/netrom.h) \
$(wildcard include/config/arpd.h) \
$(wildcard include/config/fddi.h) \
$(wildcard include/config/tr.h) \
$(wildcard include/config/proc/fs.h) \
include/linux/module.h \
$(wildcard include/config/symbol/prefix.h) \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/constructors.h) \
$(wildcard include/config/sysfs.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/stddef.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
include/linux/poison.h \
$(wildcard include/config/illegal/pointer/value.h) \
include/linux/prefetch.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/posix_types.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/processor.h \
$(wildcard include/config/mmu.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/hwcap.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/32v6k.h) \
include/linux/linkage.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/linkage.h \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/preempt/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
include/linux/typecheck.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/irqflags.h \
include/asm-generic/cmpxchg-local.h \
include/asm-generic/cmpxchg.h \
include/linux/stat.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/stat.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/prove/locking.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/dynamic/debug.h) \
$(wildcard include/config/ring/buffer.h) \
$(wildcard include/config/numa.h) \
/opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include/stdarg.h \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/last/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/bitops.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/lock.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/dynamic_debug.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/div64.h \
include/linux/seqlock.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/spinlock_types_up.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
include/linux/rwlock_types.h \
include/linux/spinlock_up.h \
include/linux/rwlock.h \
include/linux/spinlock_api_up.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/atomic.h \
include/asm-generic/atomic-long.h \
include/linux/math64.h \
include/linux/kmod.h \
include/linux/gfp.h \
$(wildcard include/config/kmemcheck.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/debug/vm.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/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/wait.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/current.h \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/init.h \
$(wildcard include/config/hotplug.h) \
include/linux/nodemask.h \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/string.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/generated/bounds.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
include/linux/const.h \
arch/arm/mach-davinci/include/mach/memory.h \
$(wildcard include/config/arch/davinci/da8xx.h) \
$(wildcard include/config/arch/davinci/dmx.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/sparsemem/vmemmap.h) \
include/asm-generic/getorder.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
$(wildcard include/config/memory/hotremove.h) \
include/linux/notifier.h \
include/linux/errno.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/linux/rwsem-spinlock.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
include/linux/cpumask.h \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/elf.h \
include/linux/elf-em.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/elf.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/user.h \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
include/linux/rcupdate.h \
$(wildcard include/config/tree/rcu.h) \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/tiny/rcu.h) \
include/linux/completion.h \
include/linux/rcutree.h \
$(wildcard include/config/no/hz.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/local.h \
include/asm-generic/local.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/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/slub_def.h \
$(wildcard include/config/slub/stats.h) \
$(wildcard include/config/slub/debug.h) \
include/linux/workqueue.h \
$(wildcard include/config/debug/objects/work.h) \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/timex.h \
include/linux/param.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/timex.h \
arch/arm/mach-davinci/include/mach/timex.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
include/linux/kmemtrace.h \
$(wildcard include/config/kmemtrace.h) \
include/trace/events/kmem.h \
include/trace/define_trace.h \
include/linux/kmemleak.h \
$(wildcard include/config/debug/kmemleak.h) \
include/linux/pfn.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/linux/capability.h \
include/linux/socket.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/socket.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/sockios.h \
include/linux/sockios.h \
include/linux/uio.h \
include/linux/in.h \
include/linux/mm.h \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/ksm.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.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 \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/auxvec.h \
include/linux/page-debug-flags.h \
$(wildcard include/config/page/poisoning.h) \
$(wildcard include/config/page/debug/something/else.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/proc-fns.h \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/cpu-single.h \
arch/arm/mach-davinci/include/mach/vmalloc.h \
arch/arm/mach-davinci/include/mach/hardware.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/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/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/inet.h \
include/linux/inetdevice.h \
include/linux/if.h \
include/linux/hdlc/ioctl.h \
include/linux/netdevice.h \
$(wildcard include/config/dcb.h) \
$(wildcard include/config/wlan/80211.h) \
$(wildcard include/config/mac80211/mesh.h) \
$(wildcard include/config/net/ipip.h) \
$(wildcard include/config/net/ipgre.h) \
$(wildcard include/config/ipv6/sit.h) \
$(wildcard include/config/ipv6/tunnel.h) \
$(wildcard include/config/netpoll.h) \
$(wildcard include/config/net/poll/controller.h) \
$(wildcard include/config/fcoe.h) \
$(wildcard include/config/wireless/ext.h) \
$(wildcard include/config/net/dsa.h) \
$(wildcard include/config/net/ns.h) \
$(wildcard include/config/net/dsa/tag/dsa.h) \
$(wildcard include/config/net/dsa/tag/trailer.h) \
$(wildcard include/config/netpoll/trap.h) \
include/linux/if_ether.h \
include/linux/skbuff.h \
$(wildcard include/config/nf/conntrack.h) \
$(wildcard include/config/bridge/netfilter.h) \
$(wildcard include/config/has/dma.h) \
$(wildcard include/config/xfrm.h) \
$(wildcard include/config/net/sched.h) \
$(wildcard include/config/net/cls/act.h) \
$(wildcard include/config/ipv6/ndisc/nodetype.h) \
$(wildcard include/config/net/dma.h) \
$(wildcard include/config/network/secmark.h) \
include/linux/kmemcheck.h \
include/linux/net.h \
include/linux/random.h \
include/linux/ioctl.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/irqnr.h \
include/linux/fcntl.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/sysctl.h \
include/linux/ratelimit.h \
include/linux/textsearch.h \
include/linux/err.h \
include/net/checksum.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/uaccess.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/checksum.h \
include/linux/in6.h \
include/linux/dmaengine.h \
$(wildcard include/config/dma/engine.h) \
$(wildcard include/config/async/tx/dma.h) \
$(wildcard include/config/async/tx/disable/channel/switch.h) \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
$(wildcard include/config/devtmpfs.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/pm/runtime.h) \
include/linux/semaphore.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
$(wildcard include/config/pm.h) \
include/linux/dma-mapping.h \
$(wildcard include/config/have/dma/attrs.h) \
include/linux/dma-attrs.h \
include/linux/bug.h \
include/linux/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/scatterlist.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/io.h \
arch/arm/mach-davinci/include/mach/io.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/dma-mapping.h \
include/asm-generic/dma-coherent.h \
$(wildcard include/config/have/generic/dma/coherent.h) \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/if_packet.h \
include/linux/delay.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/delay.h \
include/linux/rculist.h \
include/linux/ethtool.h \
include/net/net_namespace.h \
$(wildcard include/config/ipv6.h) \
$(wildcard include/config/ip/dccp.h) \
$(wildcard include/config/netfilter.h) \
$(wildcard include/config/wext/core.h) \
$(wildcard include/config/net.h) \
include/net/netns/core.h \
include/net/netns/mib.h \
$(wildcard include/config/xfrm/statistics.h) \
include/net/snmp.h \
include/linux/snmp.h \
include/net/netns/unix.h \
include/net/netns/packet.h \
include/net/netns/ipv4.h \
$(wildcard include/config/ip/multiple/tables.h) \
$(wildcard include/config/ip/mroute.h) \
$(wildcard include/config/ip/pimsm/v1.h) \
$(wildcard include/config/ip/pimsm/v2.h) \
include/net/inet_frag.h \
include/net/netns/ipv6.h \
$(wildcard include/config/ipv6/multiple/tables.h) \
$(wildcard include/config/ipv6/mroute.h) \
$(wildcard include/config/ipv6/pimsm/v2.h) \
include/net/dst_ops.h \
include/net/netns/dccp.h \
include/net/netns/x_tables.h \
$(wildcard include/config/bridge/nf/ebtables.h) \
include/linux/netfilter.h \
$(wildcard include/config/netfilter/debug.h) \
$(wildcard include/config/nf/nat/needed.h) \
include/net/flow.h \
include/linux/proc_fs.h \
$(wildcard include/config/proc/devicetree.h) \
$(wildcard include/config/proc/kcore.h) \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/path.h \
include/linux/radix-tree.h \
include/linux/pid.h \
include/linux/fiemap.h \
include/linux/quota.h \
$(wildcard include/config/quota/netlink/interface.h) \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/magic.h \
include/net/netns/xfrm.h \
include/linux/xfrm.h \
include/linux/seq_file_net.h \
include/linux/seq_file.h \
include/net/dsa.h \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
include/linux/irqreturn.h \
include/linux/hardirq.h \
$(wildcard include/config/virt/cpu/accounting.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/detect/hung/task.h) \
$(wildcard include/config/core/dump/default/elf/headers.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/user/sched.h) \
$(wildcard include/config/perf/events.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/cgroups.h) \
$(wildcard include/config/futex.h) \
$(wildcard include/config/fault/injection.h) \
$(wildcard include/config/latencytop.h) \
$(wildcard include/config/function/graph/tracer.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/debug/stack/usage.h) \
$(wildcard include/config/group/sched.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/ipcbuf.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/sigcontext.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/proportions.h \
include/linux/percpu_counter.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/resource.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/cred.h \
$(wildcard include/config/debug/credentials.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/ftrace_irq.h \
$(wildcard include/config/ftrace/nmi/enter.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/hardirq.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/irq.h \
arch/arm/mach-davinci/include/mach/irqs.h \
include/linux/irq_cpustat.h \
include/linux/etherdevice.h \
$(wildcard include/config/have/efficient/unaligned/access.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/unaligned.h \
include/linux/unaligned/le_byteshift.h \
include/linux/unaligned/be_byteshift.h \
include/linux/unaligned/generic.h \
include/linux/fddidevice.h \
include/linux/if_fddi.h \
include/linux/if_arp.h \
include/linux/trdevice.h \
include/linux/if_tr.h \
include/linux/jhash.h \
include/net/ip.h \
$(wildcard include/config/inet.h) \
include/linux/ip.h \
include/net/inet_sock.h \
include/net/sock.h \
include/linux/list_nulls.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/binfmts.h \
include/linux/shm.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/shmparam.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/shmbuf.h \
include/linux/msg.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/msgbuf.h \
include/linux/filter.h \
include/linux/rculist_nulls.h \
include/linux/poll.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/poll.h \
include/asm-generic/poll.h \
include/net/dst.h \
$(wildcard include/config/net/cls/route.h) \
include/linux/rtnetlink.h \
include/linux/netlink.h \
include/linux/if_link.h \
include/linux/if_addr.h \
include/linux/neighbour.h \
include/net/neighbour.h \
include/net/rtnetlink.h \
include/net/netlink.h \
include/net/request_sock.h \
include/net/netns/hash.h \
include/net/icmp.h \
include/linux/icmp.h \
include/net/route.h \
include/net/inetpeer.h \
include/linux/in_route.h \
include/linux/route.h \
include/net/protocol.h \
include/net/tcp.h \
$(wildcard include/config/tcp/md5sig.h) \
include/linux/tcp.h \
include/net/inet_connection_sock.h \
include/net/inet_timewait_sock.h \
include/net/tcp_states.h \
include/net/timewait_sock.h \
include/linux/crypto.h \
include/linux/uaccess.h \
include/linux/cryptohash.h \
include/net/inet_hashtables.h \
include/linux/ipv6.h \
$(wildcard include/config/ipv6/privacy.h) \
$(wildcard include/config/ipv6/router/pref.h) \
$(wildcard include/config/ipv6/route/info.h) \
$(wildcard include/config/ipv6/optimistic/dad.h) \
$(wildcard include/config/ipv6/mip6.h) \
$(wildcard include/config/ipv6/subtrees.h) \
include/linux/icmpv6.h \
include/linux/udp.h \
include/linux/vmalloc.h \
include/net/inet_ecn.h \
include/net/dsfield.h \
include/net/arp.h \
include/net/ax25.h \
$(wildcard include/config/ax25/dama/slave.h) \
$(wildcard include/config/ax25/dama/master.h) \
include/linux/ax25.h \
include/net/netrom.h \
include/linux/netrom.h \
include/linux/netfilter_arp.h \
net/ipv4/arp.o: $(deps_net/ipv4/arp.o)
$(deps_net/ipv4/arp.o):
| EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/net/ipv4/.arp.o.cmd | bat | gpl-2.0 | 33,198 |
cmd_drivers/hid/built-in.o := arm-linux-gnueabi-ld -EL -r -o drivers/hid/built-in.o drivers/hid/hid.o drivers/hid/uhid.o drivers/hid/hid-a4tech.o drivers/hid/hid-apple.o drivers/hid/hid-belkin.o drivers/hid/hid-cherry.o drivers/hid/hid-chicony.o drivers/hid/hid-cypress.o drivers/hid/hid-ezkey.o drivers/hid/hid-kensington.o drivers/hid/hid-kye.o drivers/hid/hid-logitech.o drivers/hid/hid-microsoft.o drivers/hid/hid-monterey.o drivers/hid/usbhid/built-in.o
| qubir/PhoenixA20_linux_sourcecode | drivers/hid/.built-in.o.cmd | bat | gpl-2.0 | 464 |
cmd_arch/arm/lib/io-writesw-armv4.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-writesw-armv4.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/io-writesw-armv4.o arch/arm/lib/io-writesw-armv4.S
deps_arch/arm/lib/io-writesw-armv4.o := \
arch/arm/lib/io-writesw-armv4.S \
/data/repos/kernels/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/data/repos/kernels/arch/arm/include/asm/linkage.h \
/data/repos/kernels/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/data/repos/kernels/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/data/repos/kernels/arch/arm/include/asm/hwcap.h \
arch/arm/lib/io-writesw-armv4.o: $(deps_arch/arm/lib/io-writesw-armv4.o)
$(deps_arch/arm/lib/io-writesw-armv4.o):
| bigbiff/i717-GB-Kernel | arch/arm/lib/.io-writesw-armv4.o.cmd | bat | gpl-2.0 | 1,672 |
set SQL_FILES=system.sql system2.sql odbccat.sql useraggr.sql vt_text.sql phrasematch.sql hosting.sql
set SQL_FILES_1=oledb.sql information_schema.sql
set SQL_FILES_WS=../../binsrc/vsp/vsp_auth.sql soap.sql wsrp_ultim.xsl wsrp_resp.xsl wsrp_interm.xsl wsrp_error.xsl soap_sch.xsl soap_import_sch.xsl wsdl_expand.xsl wsdl_parts.xsl wsdl_import.xsl wsdl2rdf.xsl xmlrpc_soap.xsl soap_xmlrpc.xsl soap12_router.xsl ../../binsrc/ws/wsrm/wsrm_ddl.sql ../../binsrc/ws/wsrm/wsrm_xsd.sql ../../binsrc/ws/wsrm/wsrmcli.sql ../../binsrc/ws/wsrm/wsrmsrv.sql ../../binsrc/ws/wstr/wstr_ddl.sql ../../binsrc/ws/wstr/wstrcli.sql ../../binsrc/ws/wstr/wstrsrv.sql ../../binsrc/ws/wsrm/wsrmcall.xsl rdf_net.sql simile.sql http_auth.sql xmla.sql openxml.sql ../../binsrc/vspx/vspx.sql ../../binsrc/vspx/vspx_add_locations.xsl ../../binsrc/vspx/vspx_expand.xsl ../../binsrc/vspx/vspx_pre_xsd.xsl ../../binsrc/vspx/vspx_pre_sql.xsl ../../binsrc/vspx/vspx_log_format.xsl ../../binsrc/vspx/vspx.xsd ../../binsrc/vspx/vspx.xsl
set SQL_FILES_REPL=snapshot_repl.sql repl.sql
set SQL_FILES_DAV=../../binsrc/dav/dav.sql ../../binsrc/dav/dav_api.sql ../../binsrc/dav/dav_meta.sql ../../binsrc/dav/dav_acct.sql ../../binsrc/dav/dav_rdf_quad.sql ../../binsrc/vsp/admin/admin_dav/vfs.sql ../../binsrc/dav/davxml2rdfxml.xsl ../../binsrc/dav/davxml2n3xml.xsl ../../binsrc/dav/rdfxml2n3xml.xsl ../../binsrc/dav/n3xml2uriqahtml.xsl ../../binsrc/dav/uriqa.sql ../../binsrc/dav/DET_CatFilter.sql ../../binsrc/dav/DET_HostFs.sql ../../binsrc/dav/DET_ResFilter.sql ../../binsrc/dav/DET_PropFilter.sql ../../binsrc/dav/DET_RDFData.sql ../../binsrc/dav/Versioning/DET_Versioning.sql xml_view.sql ../../binsrc/dav/DET_S3.sql
set SQL_FILES_DDK=replddk.sql ../../binsrc/dav/davddk.sql mail_cli.sql ../../binsrc/vsp/admin/admin_ddl.sql ../../binsrc/vsp/admin/admin_dav/vfsddk.sql virtual_dir.sql url_rewrite.sql
set SQL_FILES_SYS=users.sql qlog.sql
set SQL_FILES_UDDI=uddi.sql
set SQL_FILES_IMSG=pop3_svr.sql ftp.sql nn_svr.sql ../../binsrc/vsp/admin/admin_news/admin_news.sql
set SQL_FILES_AUTO=autoexec.sql
set SQL_FILES_ADM=../../binsrc/vsp/admin/admin.sql ../../binsrc/vspx/browser/admin_dav_browser.sql
set SQL_FILES_2PC=2pc.sql
@rem set SQL_FILES_BLOG=../../binsrc/weblog2/widgets/rss2rdf.xsl
set SQL_FILES_VDB=vdb.sql
set SQL_FILES_PLDBG=cov_report.xsl cov_time.xsl
set SQL_FILES_VAD=../../binsrc/vad/vad_root.sql ../../binsrc/vad/vad_misc.sql ../../binsrc/vad/oper_pars.sql ../../binsrc/vad/pars_init.sql ../../binsrc/vad/vad_make.sql
set SQL_FILES_DBP=../../binsrc/vsp/admin/dbpump/dbpump_root.sql ../../binsrc/vsp/admin/dbpump/oper_pars.sql ../../binsrc/vsp/admin/dbpump/components.sql ../../binsrc/vsp/admin/dbpump/comp_html.sql ../../binsrc/vsp/admin/dbpump/comp_misc.sql ../../binsrc/vsp/admin/dbpump/comp_rpath.sql ../../binsrc/vsp/admin/dbpump/comp_tables.sql ../../binsrc/vsp/admin/dbpump/pars_init.sql
set SQL_FILES_SPARQL=sparql.sql sparql_io.sql rdf_sponge.sql rdf_schema_objects.sql rdf_void.sql rdflddir2.sql ttlpv.sql
set SQL_FILES_SPARQL_INIT=sparql_init.sql
rm -f sql_code.c sql_code_1.c sql_code_ws.c sql_code_repl.c sql_code_dav.c sql_code_ddk.c sql_code_sys.c sql_code_uddi.c
rm -f sql_code_imsg.c sql_code_auto.c sql_code_adm.c sql_code_2pc.c sql_code_vdb.c sql_code_pldbg.c
rm -f sql_code_vad.c sql_code_dbp.c sql_code_sparql.c
gawk -f sql_to_c.awk -v pl_stats=PLDBG %SQL_FILES% > sql_code.c
gawk -f sql_to_c.awk -v init_name=_1 -v pl_stats=PLDBG %SQL_FILES_1% > sql_code_1.c
gawk -f sql_to_c.awk -v init_name=_ws -v pl_stats=PLDBG %SQL_FILES_WS% > sql_code_ws.c
gawk -f sql_to_c.awk -v init_name=_repl -v pl_stats=PLDBG %SQL_FILES_REPL% > sql_code_repl.c
gawk -f sql_to_c.awk -v init_name=_dav -v pl_stats=PLDBG %SQL_FILES_DAV% > sql_code_dav.c
gawk -f sql_to_c.awk -v init_name=_ddk -v pl_stats=PLDBG %SQL_FILES_DDK% > sql_code_ddk.c
gawk -f sql_to_c.awk -v init_name=_sys -v pl_stats=PLDBG %SQL_FILES_SYS% > sql_code_sys.c
gawk -f sql_to_c.awk -v init_name=_uddi -v pl_stats=PLDBG %SQL_FILES_UDDI% > sql_code_uddi.c
gawk -f sql_to_c.awk -v init_name=_imsg -v pl_stats=PLDBG %SQL_FILES_IMSG% > sql_code_imsg.c
gawk -f sql_to_c.awk -v init_name=_auto -v pl_stats=PLDBG %SQL_FILES_AUTO% > sql_code_auto.c
gawk -f sql_to_c.awk -v init_name=_adm -v pl_stats=PLDBG %SQL_FILES_ADM% > sql_code_adm.c
gawk -f sql_to_c.awk -v init_name=_2pc -v pl_stats=PLDBG %SQL_FILES_2PC% > sql_code_2pc.c
@rem gawk -f sql_to_c.awk -v init_name=_blog -v pl_stats=PLDBG %SQL_FILES_BLOG% > sql_code_blog.c
gawk -f sql_to_c.awk -v init_name=_vdb -v pl_stats=PLDBG %SQL_FILES_VDB% > sql_code_vdb.c
gawk -f sql_to_c.awk -v init_name=_pldbg -v pl_stats=PLDBG %SQL_FILES_PLDBG% > sql_code_pldbg.c
gawk -f sql_to_c.awk -v init_name=_vad -v pl_stats=PLDBG %SQL_FILES_VAD% > sql_code_vad.c
gawk -f sql_to_c.awk -v init_name=_dbp -v pl_stats=PLDBG %SQL_FILES_DBP% > sql_code_dbp.c
gawk -f sql_to_c.awk -v init_name=_sparql -v pl_stats=PLDBG %SQL_FILES_SPARQL% > sql_code_sparql.c
gawk -f sql_to_c.awk -v init_name=_sparql_init -v pl_stats=PLDBG %SQL_FILES_SPARQL_INIT% > sql_code_sparql_init.c
gawk -f "jso_reformat.awk" -v "output_mode=h" -v "h_wrapper=__RDF_MAPPING_JSO_H" -v "init_name=rdf_mapping" rdf_mapping.jso > rdf_mapping_jso.h
gawk -f "jso_reformat.awk" -v "output_mode=c" -v "init_name=rdf_mapping" rdf_mapping.jso > rdf_mapping_jso.c
gawk -f "jso_reformat.awk" -v "output_mode=ttl" -v "init_name=rdf_mapping" rdf_mapping.jso > rdf_mapping_jso.ttl
gawk -f "jso_reformat.awk" -v "output_mode=ttl-sample" -v "init_name=rdf_mapping" rdf_mapping.jso > rdf_mapping_jso.ttl-sample
cd ../../binsrc/cached_resources
bash cache_gen.sh > cached_resources.c
cd ../../libsrc/Wi
@echo #include "sql_code_cache_impl.c" > sql_code_cache.c
@echo #include "../../binsrc/cached_resources/cached_resources.c" >> sql_code_cache.c
bash list_lex_props.sh sparql_p.y sparql_lex_props.c
bash list_lex_props.sh turtle_p.y turtle_lex_props.c
| v7fasttrack/virtuoso-opensource | windows/sqlcode.bat | bat | gpl-2.0 | 5,934 |
cmd_drivers/net/ethernet/msm/built-in.o := arm-linux-androideabi-ld -EL -r -o drivers/net/ethernet/msm/built-in.o drivers/net/ethernet/msm/msm_rmnet_bam.o drivers/net/ethernet/msm/msm_rmnet_smux.o
| hch-im/nexus4_kernel | drivers/net/ethernet/msm/.built-in.o.cmd | bat | gpl-2.0 | 202 |
cmd_drivers/mtd/tests/built-in.o := rm -f drivers/mtd/tests/built-in.o; /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ar rcsD drivers/mtd/tests/built-in.o
| domintech/PandaBoard-LinuxKernel | drivers/mtd/tests/.built-in.o.cmd | bat | gpl-2.0 | 231 |
@echo off
@title Build IFME and Release!
cd "%~dp0"
set CompileMode=Debug
set BUILDDIR=build
set MSBuildVer=14.0
cls
echo.
echo.
echo.
echo This script allowing publish IFME after compile. Using %CompileMode% build.
echo Be sure ifme.exe in %CompileMode% is working perfectly including addons.
echo.
echo.
echo Don't forget to close any running Visual Studio before compile
echo Press any key to start making (existing folder will be removed!)...
echo.
echo.
echo Make sure you have 7zip installed on your computer.
pause >nul
echo.
echo.
echo.
echo DELETEING %BUILDDIR%!
rmdir /s /q %BUILDDIR%
mkdir "%BUILDDIR%"
timeout /t 1 >nul
echo.
echo COMPILING IFME (VISUAL STUDIO 2015)
start "" /B /D . /WAIT "%ProgramFiles(x86)%\MSBuild\%MSBuildVer%\Bin\amd64\MSBuild.exe" /nologo /verbosity:normal ifme.sln /t:Build /p:Configuration=%CompileMode%
timeout /t 3 >nul
echo.
echo COPY IFME MAIN FILE
mkdir %BUILDDIR%\benchmark
robocopy ifme\bin\%CompileMode%\extension %BUILDDIR%\extension /E
robocopy ifme\bin\%CompileMode%\lang %BUILDDIR%\lang /E
robocopy ifme\bin\%CompileMode%\plugins\avisynth %BUILDDIR%\plugins\avisynth /E
robocopy ifme\bin\%CompileMode%\plugins\faac %BUILDDIR%\plugins\faac /E
robocopy ifme\bin\%CompileMode%\plugins\mp4fpsmod %BUILDDIR%\plugins\mp4fpsmod /E
robocopy ifme\bin\%CompileMode%\plugins\opus %BUILDDIR%\plugins\opus /E
robocopy ifme\bin\%CompileMode%\profile %BUILDDIR%\profile /E
robocopy ifme\bin\%CompileMode%\sounds %BUILDDIR%\sounds /E
copy ifme\bin\%CompileMode%\7za.exe %BUILDDIR%
copy ifme\bin\%CompileMode%\addons_linux32.repo %BUILDDIR%
copy ifme\bin\%CompileMode%\addons_linux64.repo %BUILDDIR%
copy ifme\bin\%CompileMode%\addons_windows32.repo %BUILDDIR%
copy ifme\bin\%CompileMode%\addons_windows64.repo %BUILDDIR%
copy ifme\bin\%CompileMode%\avisynthsource.code %BUILDDIR%
copy ifme\bin\%CompileMode%\format.ini %BUILDDIR%
copy ifme\bin\%CompileMode%\ifme.exe %BUILDDIR%
copy ifme\bin\%CompileMode%\INIFileParser.dll %BUILDDIR%
copy ifme\bin\%CompileMode%\iso.code %BUILDDIR%
copy ifme\bin\%CompileMode%\MediaInfo.dll %BUILDDIR%
copy ifme\bin\%CompileMode%\MediaInfoDotNet.dll %BUILDDIR%
echo.
echo CLEAN UP
del /f /q %BUILDDIR%\ifme.pdb
del /f /q %BUILDDIR%\ifme.exe.config
del /f /q %BUILDDIR%\ifme.vshost.exe
del /f /q %BUILDDIR%\ifme.vshost.exe.config
del /f /q %BUILDDIR%\ifme.vshost.exe.manifest
del /f /q %BUILDDIR%\ifme.imouto.pdb
del /f /q %BUILDDIR%\metauser.if
timeout /t 3 >nul
echo.
echo COPY DOCUMENTS
copy changelog.txt %BUILDDIR%
copy license.txt %BUILDDIR%
copy patents.txt %BUILDDIR%
echo.
echo CLEAN UP
del /f /s /q %BUILDDIR%\*.ifz
echo Next... Making packaging (.7z). Get ready first
pause
echo PACKAGING
ren %BUILDDIR% ifme5
"%PROGRAMFILES%\7-Zip\7z.exe" a -r -t7z -mx=9 -ms=on ifme5.7z ifme5
ren ifme5 %BUILDDIR%
echo.
echo.
echo.
echo If got error, please check what you missed.
echo All ok? Now can be release via Installer or Archive :)
timeout /t 10 | kyborek/IFME | compile.cmd | bat | gpl-2.0 | 2,931 |
cmd_firmware/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o firmware/built-in.o firmware/PRU_SUART_Emulation.bin.gen.o
| EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/firmware/.built-in.o.cmd | bat | gpl-2.0 | 127 |
cmd_arch/arm/lib/io-readsl.o := arm-linux-gcc -Wp,-MD,arch/arm/lib/.io-readsl.o.d -nostdinc -isystem /opt/FriendlyARM/toolschain/4.4.3/lib/gcc/arm-none-linux-gnueabi/4.4.3/include -Iinclude -I/opt/Kernel_Study/linux-2.6.32.2/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-s3c2410/include -Iarch/arm/mach-s3c2400/include -Iarch/arm/mach-s3c2412/include -Iarch/arm/mach-s3c2440/include -Iarch/arm/mach-s3c2442/include -Iarch/arm/mach-s3c2443/include -Iarch/arm/plat-s3c24xx/include -Iarch/arm/plat-s3c/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=4 -march=armv4t -mtune=arm9tdmi -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/io-readsl.o arch/arm/lib/io-readsl.S
deps_arch/arm/lib/io-readsl.o := \
arch/arm/lib/io-readsl.S \
/opt/Kernel_Study/linux-2.6.32.2/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/opt/Kernel_Study/linux-2.6.32.2/arch/arm/include/asm/linkage.h \
/opt/Kernel_Study/linux-2.6.32.2/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/opt/Kernel_Study/linux-2.6.32.2/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/opt/Kernel_Study/linux-2.6.32.2/arch/arm/include/asm/hwcap.h \
arch/arm/lib/io-readsl.o: $(deps_arch/arm/lib/io-readsl.o)
$(deps_arch/arm/lib/io-readsl.o):
| kaylorchen/Linux_for_mini2440 | arch/arm/lib/.io-readsl.o.cmd | bat | gpl-2.0 | 1,904 |
@echo off
if not exist %1 (
echo. > %1
) else (
echo. >> %1
)
| rodyo/dos_prompt | touch.bat | bat | gpl-2.0 | 78 |
del /S /Q html
doxygen
copy .\*.png .\html\PicGIM_05
copy .\*.jpg .\html\PicGIM_05
copy .\*.gif .\html\PicGIM_05
copy .\*.css .\html\PicGIM_05
echo done!!!
| gKript/PicGIM | PicGIM_Documentation/Make_documentation.bat | bat | gpl-3.0 | 165 |
@REM Copyright 2012 Andrew Gottemoller.
@REM
@REM This software is a copyrighted work licensed under the terms of the
@REM Secure Rsync license. Please consult the file "SR_LICENSE" for
@REM details.
@make --directory=secure_rsync -r -R SHELL=cmd.exe verify
| agottem/secure_rsync | verify.bat | bat | gpl-3.0 | 261 |
rem -----------------------------------
rem Setup MongoDB Server for development
rem -----------------------------------
@echo off
set MONGOPATH="C:\Program Files\MongoDB\Server\3.0\bin\"
set PATH=%MONGOPATH%;%PATH%
start mongod.exe -f ./mongodb.conf | dukvolen/cstat | env/launch_mongo_server.bat | bat | gpl-3.0 | 262 |
@echo on
echo. windows命令行启动redis服务器
echo. 功能:通过批处理文件管理Redis服务器的启动、关闭、重启。
echo. author:gwang([email protected])
echo. version:
echo. 2.0 添加多版本支持,可以选择2.6,2.8,3.0或者3.2-preview版, 2016年6月29日 -gwang
echo. 1.0 创建, 可以通过配置文件方便的新增redis实例 2016年3月26日 -gwang
rem 如果是x64服务器则自动运行64位服务端程序
if %PROCESSOR_ARCHITECTURE:~-1%==4 (set x86_64=x64) else (set x86_64=x32)
rem 设置版本 空则启动2.6
set ver=-2.8
REM set ver=-3.0
REM set ver=-3.2-preview
REM set ver=
rem 设定变量
set hider=plugin\RunHiddenConsole.exe
set pro=%~dp1redis\bin\redis-x64%ver%\redis-server.exe
set cmd=%hider% %pro%
set dir_conf=%~dp1redis\conf.d\
rem 2.8版本的需要专门指定 maxheap
if "%ver%"=="-2.8" (
set args=--maxheap 2536000
)
REM echo 正在启动redis-server 神宠2手游(端口:6666)服务器......
REM %cmd% %dir_conf%port6666.conf %args%
REM echo 正在启动redis-server 打飞机修仙(端口:6000)服务器......
REM %cmd% %dir_conf%port6000.conf %args%
echo 正在启动redis-server 新项目(端口:6001)服务器......
%cmd% %dir_conf%port6001.conf %args%
rem 新增redis 实例需要在conf.d中增加conf文件,并在这里添加启动代码.
echo .
echo .
echo .
REM pause
| wanggangzero/wnmp_batch | redis_start.bat | bat | gpl-3.0 | 1,381 |
@echo off
rem JBoss, Home of Professional Open Source.
rem Copyright 2012, Red Hat, Inc.
rem
rem Licensed under the Apache License, Version 2.0 (the "License");
rem you may not use this file except in compliance with the License.
rem You may obtain a copy of the License at
rem
rem http://www.apache.org/licenses/LICENSE-2.0
rem
rem Unless required by applicable law or agreed to in writing, software
rem distributed under the License is distributed on an "AS IS" BASIS,
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rem See the License for the specific language governing permissions and
rem limitations under the License.
rem
rem @author Mladen Turk
rem
setlocal
set OPT_JAVA_HOME=unknown
set OPT_ARCH=unknown
set DIST=unknown
set OUTDIR=
set SRCDIR=
set TARGET=unknown
set PLATFORM=windows
:ParseOption
set "OPTION=%~1"
if "x%OPTION%" == "x" goto OptionsDone
shift
if "%OPTION%" == "--" goto OptionsDone
set "OPTVAL=%~1"
shift
if "x%OPTVAL%" == "x" (
echo Option --%OPTION% requires value
exit /B 1
)
if "%OPTION%" == "--java-home" (
set "OPT_JAVA_HOME=%OPTVAL%"
goto ParseOption
)
if "%OPTION%" == "--arch" (
set "OPT_ARCH=%OPTVAL%"
goto ParseOption
)
if "%OPTION%" == "--dist" (
set "DIST=%OPTVAL%"
goto ParseOption
)
if "%OPTION%" == "--outdir" (
set "OUTDIR=%OPTVAL%"
goto ParseOption
)
if "%OPTION%" == "--srcdir" (
set "SRCDIR=%OPTVAL%"
goto ParseOption
)
if "%OPTION%" == "--version" (
set "VERSION=%OPTVAL%"
goto ParseOption
)
if "%OPTION%" == "--target" (
set "TARGET=%OPTVAL%"
goto ParseOption
)
echo Unknown option --%OPTION%
exit /B 1
:OptionsDone
set "BASEDIR=%CD%"
if /i "%OPT_ARCH%" == "x86" goto TargetX86
if /i "%OPT_ARCH%" == "i386" goto TargetX86
if /i "%OPT_ARCH%" == "i686" goto TargetX86
if /i "%OPT_ARCH%" == "x64" goto TargetX64
if /i "%OPT_ARCH%" == "x86_64" goto TargetX64
if /i "%OPT_ARCH%" == "amd64" goto TargetX64
if /i "%OPT_ARCH%" == "i64" goto TargetI64
if /i "%OPT_ARCH%" == "ia64" goto TargetI64
echo Unknown Target '%OPT_ARCH%'
exit /B 1
:TargetX86
set ARCH=x86
set MACH=X86
set CCPU=i686
goto TargetSelected
:TargetX64
set ARCH=x64
set MACH=X64
set CCPU=x86_64
goto TargetSelected
:TargetI64
set ARCH=ia64
set MACH=IA64
set CCPU=ia64
goto TargetSelected
:TargetSelected
rem Use provided --java-home
set "JAVA_HOME=%OPT_JAVA_HOME%"
if exist "%OPT_JAVA_HOME%\include\jni.h" goto FoundJavaHome
pushd "%OPT_JAVA_HOME%\.."
set "JAVA_HOME=%CD%"
popd
if exist "%JAVA_HOME%\include\jni.h" goto FoundJavaHome
echo Cannot find JAVA_HOME at '%JAVA_HOME%'
exit /B 1
:FoundJavaHome
if exist "etc\nmake\windows.inc" (
set MAKEINC=etc\nmake
) else (
set MAKEINC=..\ashiaro-common-native\etc\nmake
)
rem Unset unused variables
set OPT_JAVA_HOME=
set OPT_BOOT_LIBPATH=
set OPT_ARCH=
set OPTION=
set OPTVAL=
rem
rem echo JAVA_HOME : '%JAVA_HOME%'
rem echo BASEDIR : '%BASEDIR%'
rem echo OUTDIR : '%OUTDIR%'
rem echo SRCDIR : '%SRCDIR%'
rem echo PLATFORM : %PLATFORM%
rem echo ARCHITECTURE : %ARCH%
rem echo MACH : %MACH%
rem echo ARGUMENTS : %1 %2 %3 %4 %5 %6 %7 %8 %9
rem
set "JARDIR=target\native\org\jboss\ashiaro\native\os\windows\%CCPU%"
set "TEMP=%CD%\target\native\tmp"
set "TMP=%TEMP%"
set "TMPDIR=%TEMP%"
md "%TEMP%" 2>NUL
rem Make sure buildmark is always compiled
del /F /S /Q "%OUTDIR%\buildmark.*" 2>NUL
set "ProgramFiles32=%ProgramFiles(x86)%"
set "ProgramFiles64=%SystemDrive%\Program Files"
if not exist "%ProgramFiles32%\Windows NT" set "ProgramFiles32=%ProgramFiles%"
rem Cleanup variables before invoking Visual Studio
set CL=
set INCLUDE=
set LIBPATH=
set LINK=
set LIB=
rem Set clean PATH
set "PATH=%JAVA_HOME%\bin;%SystemRoot%\System32;%SystemRoot%"
rem Use Custom compiler environment.
if exist "%CMSC%\setenv.bat" (
call "%CMSC%\setenv.bat" /%ARCH%
goto FoundVStudio
)
rem Presume we have at least Visual Studio 10 installed at default location.
rem XXX: Should setup our own paths instead calling vcvarsall?
rem
if exist "%ProgramFiles32%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" (
call "%ProgramFiles32%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" %ARCH%
goto FoundVStudio
)
if exist "%ProgramFiles32%\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" (
call "%ProgramFiles32%\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" %ARCH%
goto FoundVStudio
)
echo Cannot find Visual Studio installation.
exit /B 1
:FoundVStudio
rem Call windows makefile
nmake -nologo -f "%SRCDIR%\Makefile.msc" %1 %2 %3 %4 %5 %6 %7 %8 %9
| ashiaro/ashiaro | modules/ashiaro-common-native/etc/build.bat | bat | lgpl-2.1 | 4,552 |
@echo off
set TOPDIR=%~dp0/..
set VERSION=4.0
set PMDJAR=%TOPDIR%/lib/pmd-%VERSION%.jar
set JARPATH=%TOPDIR%/lib/asm-3.0.jar;%TOPDIR%/lib/jaxen-1.1.jar
set OPTS=
set MAIN_CLASS=net.sourceforge.pmd.PMD
java %OPTS% -cp %PMDJAR%;%JARPATH%;%CLASSPATH% %MAIN_CLASS% %*
| cacheonix/cacheonix-core | 3rdparty/pmd-4.0/bin/pmd.bat | bat | lgpl-2.1 | 266 |
@setlocal
@echo off
if NOT DEFINED JAVA_HOME (
if NOT DEFINED JAVAHOME (
echo JAVA_HOME not defined. Must be defined to build java apps.
goto ERROR
) else (
set JAVA_HOME=%JAVAHOME%
)
)
set PATH="%JAVA_HOME%"\bin;%PATH%
if "x%1" == "x/?" (
echo build.bat command line options
echo no parameters - full compilation
echo -s generate and compile only the client stubs
echo -w compile the client application without re-generating the client stubs
)
if "x%1" == "x" (
echo Building vim25 stubs and samples...
call build_vim25.bat || goto ERROR
call build_samples.bat || goto ERROR
)
if "x%1" == "x-s" (
echo Only building vim25 Stubs...
call build_vim25.bat || goto ERROR
)
if "x%1" == "x-w" (
echo Only building samples...
call build_samples.bat || goto ERROR
)
@echo on
goto EOF
:ERROR
@echo FAILED
@endlocal
@exit /b 1
:EOF
@endlocal | jdgwartney/vsphere-ws | java/JAXWS/build.bat | bat | apache-2.0 | 914 |
@ECHO OFF
cls
@echo .
@echo ..
@echo ...
@echo Generating documention...
..\..\tools\nant\nant.exe %1 -f:docbook.build
| spring-projects/spring-gemfire-net | doc/reference/build.cmd | bat | apache-2.0 | 126 |
rdk i | rrpgfirecast/firecast | Plugins/Sheets/Konoha Heroes/rdk i SEM PAUSE.bat | bat | apache-2.0 | 5 |
@echo off
call "%~dp0..\..\common\vc.build.sdk.check.bat"
if errorlevel 1 goto :EOF
if exist makefile_vc set MAKEFILE=makefile_vc
call "%~dp0..\..\common\vc.build.set.x32.bat" %*
if errorlevel 1 goto :EOF
rem Thanks to lua's double
set NEEDDEFLIB=1
set WIDE=
set IA64=
set AMD64=
rem Âêëþ÷èì îòëàäî÷íóþ èíôîðìàöèþ
rem set DEBUG=1
set DEBUG=
rem ANSI
rem set WIDE=1
rem nmake /A /B /F %MAKEFILE%
rem rem nmake /F %MAKEFILE%
rem if errorlevel 1 goto end
rem Old Far3
rem set WIDE=3
rem nmake /A /B /F %MAKEFILE%
rem rem nmake /F %MAKEFILE%
rem if errorlevel 1 goto end
rem Far3 Lua
set WIDE=3L
nmake /A /B /F %MAKEFILE%
rem nmake /F %MAKEFILE%
if errorlevel 1 goto end
call "%~dp0..\..\common\vc.build.set.x64.bat" %*
if errorlevel 1 goto :EOF
set WIDE=
set AMD64=1
rem nmake /A /B /F %MAKEFILE%
rem nmake /F %MAKEFILE%
rem FAR2
rem set WIDE=1
rem nmake /A /B /F %MAKEFILE%
rem rem nmake /F %MAKEFILE%
rem Old Far3
rem set WIDE=3
rem nmake /A /B /F %MAKEFILE%
rem rem nmake /F %MAKEFILE%
rem Far3 Lua
set WIDE=3L
nmake /A /B /F %MAKEFILE%
rem nmake /F %MAKEFILE%
:end
| Maximus5/FarPlugins | EditWrap/src/vc.build.release.bat | bat | bsd-3-clause | 1,081 |
@echo off
:: Runs the application. You need to have at least JRE 6 installed on the path.
"%~dp0sbt.bat" "project Api" update container:start ~compile container:stop
| element-doo/ekade | code/scala/run.bat | bat | bsd-3-clause | 167 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Apythonlibrary.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Apythonlibrary.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
| zrong/python | make.bat | bat | mit | 6,726 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S02_Coauth.TestCase_S02_TC02_JoinCoauthoringSession_CoauthoringDisabled /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S02_TC02.cmd | bat | mit | 309 |
@ECHO OFF
REM Makefile-like batch file for the Python project.
REM It supports creating distribution files, and deploying them to Pypi and Pypitest or installing them locally
REM
REM A Python interpreter is required, and it should be accessible from the command line.
REM This file should be run from the project's root folder.
REM
REM To deploy or register to Pypi or Pypitest a valid .pypirc file should be accessible on the default location.
REM Sets the variables
REM Sets the Python executable.
REM It will be the executable for the interpreter set up for the command line.
if "%PYTHON%" == "" (
set PYTHON=python
)
REM Sets the distribution folder.
REM It will be the 'dist' folder.
if "%DISTDIR%" == "" (
set DISTDIR=dist
)
REM Sets the .egg file path.
REM The file will be located at the project's root.
if "%EGGDIR%" == "" (
set EGGDIR=CWR_API.egg-info
)
REM If no parameters are received, the help is shown
if "%1" == "" goto help
REM Help option
REM Shows the allowed commands to be received as parameters
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. dist_source to make the source distribution
echo. dist_binary to make the binary distribution
echo. install to install the project
echo. pypi_reg to register on pypi
echo. pypitest_reg to register on pypi-test
echo. pypi to upload to pypi
echo. pypitest to upload to pypi-test
goto end
)
REM Clean option
REM Removes the distribution folder and the .egg file
if "%1" == "clean" (
if exist %DISTDIR% (
rd /S /Q %DISTDIR%
)
if exist %EGGDIR% (
rd /S /Q %EGGDIR%
)
goto end
)
REM Checks if the interpreter is available.
%PYTHON% -V> nul
if errorlevel 9009 goto missing_interpreter
goto interpreter_ok
REM Missing interpreter.
REM The process will end and a warning will be shown.
:missing_interpreter
echo.
echo.The '%PYTHON%' command was not found. Make sure you have a
echo.version of the python interpreter installed, then add the
echo.directory where it was installed to the PATH.
echo.
exit /b 1
:interpreter_ok
REM Source distribution.
if "%1" == "dist_source" (
%PYTHON% setup.py sdist
if errorlevel 1 exit /b 1
echo.
echo.Generated source distribution. It can be found in the
echo.%DISTDIR% folder.
goto end
)
REM Binary distribution.
if "%1" == "dist_binary" (
%PYTHON% setup.py bdist
if errorlevel 1 exit /b 1
echo.
echo.Generated binary distribution. It can be found in the
echo.%DISTDIR% folder.
goto end
)
REM Install in local libraries repository.
if "%1" == "install" (
%PYTHON% setup.py install
if errorlevel 1 exit /b 1
echo.
echo.Installed the project into the local repository.
goto end
)
REM Pypi registration.
if "%1" == "pypi_reg" (
%PYTHON% setup.py register -r pypi
if errorlevel 1 exit /b 1
echo.
echo.Registered project on pypi.
goto end
)
REM Pypitest registration.
if "%1" == "pypitest_reg" (
%PYTHON% setup.py register -r pypitest
if errorlevel 1 exit /b 1
echo.
echo.Registered project on pypitest.
goto end
)
REM Pypi deployment.
if "%1" == "pypi" (
%PYTHON% setup.py sdist upload -r pypi
if errorlevel 1 exit /b 1
echo.
echo.Uploaded project to pypi.
goto end
)
REM Pypitest deployment.
if "%1" == "pypitest" (
%PYTHON% setup.py sdist upload -r pypitest
if errorlevel 1 exit /b 1
echo.
echo.Uploaded project to pypitest.
goto end
)
:end
| weso/CWR-WebClient | make.bat | bat | mit | 3,400 |
apack -x fdisk.exe fdiska.exe
del fdisk.exe
ren fdiska.exe fdisk.exe
| joyent/sdcboot | freedos/source/fdisk/pack.bat | bat | mpl-2.0 | 72 |
@ECHO OFF
:: script for Windows to supply fork() to rakudo
:: based on IO-Socket-INET.sh
SET TEST=%1
SET PORT=%2
:: clear the status message flag but don't whinge about the file not being there
DEL t\spec\S32-io\server-ready-flag 2> NUL
:: Use START to fork the server and set the window title so we can kill it later
START "P6IOSOCKETtest" /MIN %PERL6_BINARY% t\spec\S32-io\IO-Socket-INET.pl %TEST% %PORT% server
CALL %PERL6_BINARY% t\spec\S32-io\IO-Socket-INET.pl %TEST% %PORT% client
:: Clean up any stray processes
TASKKILL /F /T /FI "WINDOWTITLE eq P6IOSOCKETtest*" > NUL
| laben/roast | S32-io/IO-Socket-INET.bat | bat | artistic-2.0 | 597 |
REM file: simulate_mti.bat
REM
REM (c) Copyright 2008 - 2011 Xilinx, Inc. All rights reserved.
REM
REM This file contains confidential and proprietary information
REM of Xilinx, Inc. and is protected under U.S. and
REM international copyright and other intellectual property
REM laws.
REM
REM DISCLAIMER
REM This disclaimer is not a license and does not grant any
REM rights to the materials distributed herewith. Except as
REM otherwise provided in a valid license issued to you by
REM Xilinx, and to the maximum extent permitted by applicable
REM law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
REM WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
REM AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
REM BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
REM INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
REM (2) Xilinx shall not be liable (whether in contract or tort,
REM including negligence, or under any other theory of
REM liability) for any loss or damage of any kind or nature
REM related to, arising under or in connection with these
REM materials, including for any direct, or any indirect,
REM special, incidental, or consequential loss or damage
REM (including loss of data, profits, goodwill, or any type of
REM loss or damage suffered as a result of any action brought
REM by a third party) even if such damage or loss was
REM reasonably foreseeable or Xilinx had been advised of the
REM possibility of the same.
REM
REM CRITICAL APPLICATIONS
REM Xilinx products are not designed or intended to be fail-
REM safe, or for use in any application requiring fail-safe
REM performance, such as life-support or safety devices or
REM systems, Class III medical devices, nuclear facilities,
REM applications related to the deployment of airbags, or any
REM other applications that could lead to death, personal
REM injury, or severe property or environmental damage
REM (individually and collectively, "Critical
REM Applications"). Customer assumes the sole risk and
REM liability of any use of Xilinx products in Critical
REM Applications, subject only to applicable laws and
REM regulations governing limitations on product liability.
REM
REM THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
REM PART OF THIS FILE AT ALL TIMES.
REM
# set up the working directory
set work work
vlib work
REM compile all of the files
vcom -work work ..\..\implement\results\routed.vhd
vcom -work work clkGen_tb.vhd
REM run the simulation
vsim -c -t ps +transport_int_delays -voptargs="+acc" -L secureip -L simprim -sdfmax clkGen_tb\dut=..\..\implement\results\routed.sdf +no_notifier work.clkGen_tb
| timvideos/HDMI2USB-jahanzeb-firmware | ipcore_dir/clkGen/simulation/timing/simulate_mti.bat | bat | bsd-2-clause | 2,699 |
setlocal enabledelayedexpansion
textreplace -std -t bin\@[email protected]
textreplace -std -t bin\python-@[email protected]
if "%OSGEO4W_DESKTOP%"=="" set OSGEO4W_DESKTOP=~$folder.common_desktop$
if not %OSGEO4W_MENU_LINKS%==0 mkdir "%OSGEO4W_STARTMENU%"
if not %OSGEO4W_DESKTOP_LINKS%==0 mkdir "%OSGEO4W_DESKTOP%"
for %%g in (@grassversions@) do (
for /F "delims=." %%i in ("%%g") do set v=%%i
copy "%OSGEO4W_ROOT%\bin\@[email protected]" "%OSGEO4W_ROOT%\bin\@package@-bin-g!v!.exe"
copy "%OSGEO4W_ROOT%\bin\@[email protected]" "%OSGEO4W_ROOT%\bin\@package@-bin-g!v!.vars"
textreplace -std -map @grassmajor@ !v! -t bin\@package@-g!v!.bat
call "%OSGEO4W_ROOT%\bin\@package@-g!v!.bat" --postinstall
if not %OSGEO4W_MENU_LINKS%==0 nircmd shortcut "%OSGEO4W_ROOT%\bin\@package@-bin-g!v!.exe" "%OSGEO4W_STARTMENU%" "QGIS Desktop @version@ with GRASS %%g (Nightly)"
if not %OSGEO4W_DESKTOP_LINKS%==0 nircmd shortcut "%OSGEO4W_ROOT%\bin\@package@-bin-g!v!.exe" "%OSGEO4W_DESKTOP%" "QGIS Desktop @version@ with GRASS %%g (Nightly)"
)
if not %OSGEO4W_MENU_LINKS%==0 nircmd shortcut "%OSGEO4W_ROOT%\bin\nircmd.exe" "%OSGEO4W_STARTMENU%" "Qt Designer with QGIS @version@ custom widgets (Nightly)" "exec hide """%OSGEO4W_ROOT%\bin\@[email protected]"" "%OSGEO4W_ROOT%\apps\@package@\icons\QGIS.ico"
if not %OSGEO4W_DESKTOP_LINKS%==0 nircmd shortcut "%OSGEO4W_ROOT%\bin\nircmd.exe" "%OSGEO4W_DESKTOP%" "Qt Designer with QGIS @version@ custom widgets (Nightly)" "exec hide """%OSGEO4W_ROOT%\bin\@[email protected]"" "%OSGEO4W_ROOT%\apps\@package@\icons\QGIS.ico"
set O4W_ROOT=%OSGEO4W_ROOT%
set OSGEO4W_ROOT=%OSGEO4W_ROOT:\=\\%
textreplace -std -t "%O4W_ROOT%\apps\@package@\bin\qgis.reg"
set OSGEO4W_ROOT=%O4W_ROOT%
REM Do not register extensions if release is installed
if not exist "%O4W_ROOT%\apps\qgis\bin\qgis.reg" nircmd elevate "%WINDIR%\regedit" /s "%O4W_ROOT%\apps\@package@\bin\qgis.reg"
call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
call qt5_env.bat
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
"%OSGEO4W_ROOT%\apps\@package@\crssync"
del /s /q "%OSGEO4W_ROOT%\apps\@package@\*.pyc"
exit /b 0
endlocal
| dwadler/QGIS | ms-windows/osgeo4w/postinstall-dev.bat | bat | gpl-2.0 | 2,218 |
"..\tool\Jssor.Compress.exe" -HTML:Js -HTML:Css -HTML:Comment -HTML:Blank -JSSORONLY -AWRAP -OVERWRITE -ENCOUT:UTF-8 "slider-with-navigator.source.html" -OUT "slider-with-navigator.html"
| Rmalnoult/slider-wp | wp-content/plugins/slider-wp/jssor/examples-no-jquery/slider-with-navigator.compress.bat | bat | gpl-2.0 | 187 |
@echo off
if exist "%~dp0Urho3DPlayer.exe" (set "DEBUG=") else (set "DEBUG=_d")
if [%1] == [] (set "OPT1=-w -s") else (set "OPT1=")
start "" "%~dp0Urho3DPlayer%DEBUG%" Scripts/Editor.as %OPT1% %*
| xiliu98/Urho3D | bin/Editor.bat | bat | mit | 196 |
rem
rem
echo off
echo "aermet.exe stage1.inp :"
aermet.exe stage1.inp
echo "Hotovo, SALEM.IQA,SALEM.OQA, UPPER.IQA, UPPER.OQA subory su hotove !"
| miroi/open-collection | air-polution-modeling/AERMOD/sample_run/aermet_test/salem/run_aermet_salem_stage1.bat | bat | mit | 150 |
cls
echo off
SET DIR=%~dp0%
IF NOT EXIST "%DIR%log" MKDIR "%DIR%log"
"%PROGRAMFILES(X86)%\MSBuild\14.0\Bin\MsBuild.exe" /m /v:n "%DIR%ProjectionSystem.proj" /target:IntegrationTest /logger:FileLogger,Microsoft.Build.Engine;LogFile=%DIR%log/integrationtest.log
pause | DavidLievrouw/ProjectionSystem | build/integrationtest.cmd | bat | mit | 265 |
haxelib run hx-gameplay process-build-files android-arm7
@ IF errorlevel 1 call :error "failed to process build files" & exit /B 1
cd platforms\.obj\android-arm7
@ IF errorlevel 1 call :error "failed to change current directory" & exit /B 1
del /q libgame*.so
@ IF errorlevel 1 call :error-cd "failed to clean previous build files" & exit /B 1
haxelib run hxcpp Build.xml -Dandroid -DNDKV7 -DHXCPP_ARMV7 -Dandroid-9 %1 %2 %3 %4 %5 %6 %7 %8 %9
@ IF errorlevel 1 call :error-cd "failed to compile application source" & exit /B 1
echo FF | (xcopy /y libgame-7.so ..\..\android-arm7\bin\out\libgame.so || xcopy /y libgame-debug-7.so ..\..\android-arm7\bin\out\libgame-debug.so)
@ IF errorlevel 1 call :error-cd "failed to copy application shared object" & exit /B 1
@ GOTO success
:error-cd
cd ..\..\..
:error
@ echo Buiild error: %~1. 1>&2
@ GOTO :eof
:success
cd ..\..\..
| Amadren/hx-gameplay | haxelib/templates/platforms/android-arm7/build.bat | bat | mit | 877 |
SETLOCAL EnableExtensions EnableDelayedExpansion
SET FILENAME=thesis
rem MIKTEX_BIN=C:\miktex\texmfs\install\miktex\bin\
rem set PATH=%MIKTEX_BIN%;%PATH%
set ROOT_DIR=%~dp0
cd %ROOT_DIR%
DEL /Q "%FILENAME%.aux" >nul 2>&1
DEL /Q "%FILENAME%.bbl" >nul 2>&1
DEL /Q "%FILENAME%.blg" >nul 2>&1
DEL /Q "%FILENAME%.d" >nul 2>&1
DEL /Q "%FILENAME%.fls" >nul 2>&1
DEL /Q "%FILENAME%.ild" >nul 2>&1
DEL /Q "%FILENAME%.ind" >nul 2>&1
DEL /Q "%FILENAME%.toc" >nul 2>&1
DEL /Q "%FILENAME%.lot" >nul 2>&1
DEL /Q "%FILENAME%.lof" >nul 2>&1
DEL /Q "%FILENAME%.idx" >nul 2>&1
DEL /Q "%FILENAME%.out" >nul 2>&1
DEL /Q "%FILENAME%.nlo" >nul 2>&1
DEL /Q "%FILENAME%.nls" >nul 2>&1
DEL /Q "%FILENAME%.pdf" >nul 2>&1
DEL /Q "%FILENAME%.ps" >nul 2>&1
DEL /Q "%FILENAME%.dvi" >nul 2>&1
DEL /Q "%FILENAME%.bcf" >nul 2>&1
DEL /Q "%FILENAME%.aux.bbl" >nul 2>&1
DEL /Q "%FILENAME%.aux.blg" >nul 2>&1
DEL /Q "%FILENAME%.aux" >nul 2>&1
DEL /Q "%FILENAME%.acn" >nul 2>&1
DEL /Q "%FILENAME%.acr" >nul 2>&1
DEL /Q "%FILENAME%.alg" >nul 2>&1
DEL /Q "%FILENAME%.auxlock" >nul 2>&1
DEL /Q "%FILENAME%.bbl" >nul 2>&1
DEL /Q "%FILENAME%.blg" >nul 2>&1
DEL /Q "%FILENAME%.d" >nul 2>&1
DEL /Q "%FILENAME%.fls" >nul 2>&1
DEL /Q "%FILENAME%.ild" >nul 2>&1
DEL /Q "%FILENAME%.ilg" >nul 2>&1
DEL /Q "%FILENAME%.ind" >nul 2>&1
DEL /Q "%FILENAME%.ist" >nul 2>&1
DEL /Q "%FILENAME%.toc" >nul 2>&1
DEL /Q "%FILENAME%.lot" >nul 2>&1
DEL /Q "%FILENAME%.lof" >nul 2>&1
DEL /Q "%FILENAME%.idx" >nul 2>&1
DEL /Q "%FILENAME%.out" >nul 2>&1
DEL /Q "%FILENAME%.pre" >nul 2>&1
DEL /Q "%FILENAME%.nlo" >nul 2>&1
DEL /Q "%FILENAME%.nls" >nul 2>&1
DEL /Q "%FILENAME%.slg" >nul 2>&1
DEL /Q "%FILENAME%.syg" >nul 2>&1
DEL /Q "%FILENAME%.syi" >nul 2>&1
DEL /Q "%FILENAME%.bcf" >nul 2>&1
DEL /Q "%FILENAME%.aux.bbl" >nul 2>&1
DEL /Q "%FILENAME%.aux.blg" >nul 2>&1
cd %ROOT_DIR%
xelatex -shell-escape -synctex=1 -interaction=nonstopmode -extra-mem-top=50000000 -extra-mem-bot=10000000 -main-memory=90000000 "%FILENAME%.tex"
makeglossaries "%FILENAME%"
biber "%FILENAME%"
rem bibtex "%FILENAME%"
xelatex -shell-escape -synctex=1 -interaction=nonstopmode -extra-mem-top=50000000 -extra-mem-bot=10000000 -main-memory=90000000 "%FILENAME%.tex"
makeglossaries "%FILENAME%"
xelatex -shell-escape -synctex=1 -interaction=nonstopmode -extra-mem-top=50000000 -extra-mem-bot=10000000 -main-memory=90000000 "%FILENAME%.tex"
countErrWrnBBx.bat "%FILENAME%.log"
| holgern/TUB_PhDThesisTemplate | compile-xelatex-biblatex.bat | bat | mit | 2,410 |
@echo off
REM Downloads Cygwin
REM Cy Rossignol <[email protected]>
REM Exit codes:
SET CYGWIN_DOWNLOADED=0
SET CYGWIN_NOT_DOWNLOADED=1
set CYGWIN_URL=https://cygwin.com/setup-x86_64.exe
REM Make sure the download folder exists
IF NOT EXIST %CYGDIR%\NUL MKDIR %CYGDIR%
REM Make sure the download folder exists
IF EXIST %CYGWIN_SETUP% EXIT /B %CYGWIN_DOWNLOADED%
REM Attempt to download Cygwin using Windows PowerShell
POWERSHELL -Command "(New-Object Net.WebClient).DownloadFile('%CYGWIN_URL%', '%CYGDIR%\setup-x86_64.exe')"
REM Attempt to download Cygwin using bitsadmin.exe (DEPRECATED in Windows 7+)
REM BITSADMIN /TRANSFER "cygwin" %CYGWIN_URL% %CYGDIR%
IF %ERRORLEVEL% EQU 0 EXIT /B %CYGWIN_DOWNLOADED%
ECHO Could not download Cygwin. >&2
EXIT /B %CYGWIN_NOT_DOWNLOADED%
| cyrossignol/kickboxer | host/scripts/download_cygwin.bat | bat | mit | 784 |
mkdir lib
mkdir maps
xcopy s2client-api\build\bin\*.lib lib\ /s /e /y
xcopy s2client-api\maps\* maps\ /s /e /y
REM xcopy include\sc2api\* project\include\sc2api\ /s /e
REM xcopy include\sc2lib\* project\include\sc2lib\ /s /e
REM xcopy include\sc2renderer\* project\include\sc2renderer\ /s /e
REM xcopy include\sc2utils\* project\include\sc2utils\ /s /e
REM xcopy build\generated\* project\include\ /s /e
REM xcopy contrib\protobuf\src\google\* project\include\google\ /s /e
exit | baliame/s2bot | libs.bat | bat | mit | 480 |
:: Configure this (use absolute path)
:: php cli path
set PHP=C:\xampp\php\php.exe
:: daemon.php path
set DAEMON=C:\xampp\htdocs\rolesystem-sms\processor.php
:: Execute
%PHP% %DAEMON% | gtrdp/rolesystem-sms | daemon.bat | bat | mit | 186 |
cmd_sound/pci/ca0106/built-in.o := rm -f sound/pci/ca0106/built-in.o; /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/pci/ca0106/built-in.o
| utkanos/android_htc_mecha_kernel_5slot | sound/pci/ca0106/.built-in.o.cmd | bat | gpl-2.0 | 192 |
@echo off
cd u3
copy \cvsbin\cvsagent.exe host
wzzip -rp ../cvsagent-%1.u3p *
cd ..
| surfnzdotcom/cvsnt-fork | installer/makeu3.bat | bat | gpl-2.0 | 84 |
cmd_/home/shizhai/new_zhongwang/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/compat-wireless-2013-06-27/drivers/net/wireless/ath/ath9k/ath9k_hw.ko := mips-openwrt-linux-uclibc-ld -r -m elf32btsmip -T /home/shizhai/new_zhongwang/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/scripts/module-common.lds -s --build-id -o /home/shizhai/new_zhongwang/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/compat-wireless-2013-06-27/drivers/net/wireless/ath/ath9k/ath9k_hw.ko /home/shizhai/new_zhongwang/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/compat-wireless-2013-06-27/drivers/net/wireless/ath/ath9k/ath9k_hw.o /home/shizhai/new_zhongwang/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/compat-wireless-2013-06-27/drivers/net/wireless/ath/ath9k/ath9k_hw.mod.o
| shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/compat-wireless-2013-06-27/drivers/net/wireless/ath/ath9k/.ath9k_hw.ko.cmd | bat | gpl-2.0 | 877 |
cmd_fs/configfs/built-in.o := arm-linux-ld -EL -r -o fs/configfs/built-in.o fs/configfs/configfs.o
| heyoufei/mini2440_kernel | fs/configfs/.built-in.o.cmd | bat | gpl-2.0 | 104 |
cmd_src/arm/am335x-bone-ttyO2.dtb = cpp -Wp,-MD,src/arm/.am335x-bone-ttyO2.dtb.d.pre.tmp -nostdinc -Iinclude -Isrc/arm -Itestcase-data -undef -D__DTS__ -x assembler-with-cpp -o src/arm/.am335x-bone-ttyO2.dtb.dts.tmp src/arm/am335x-bone-ttyO2.dts ; dtc -O dtb -o src/arm/am335x-bone-ttyO2.dtb -b 0 -i src/arm -d src/arm/.am335x-bone-ttyO2.dtb.d.dtc.tmp src/arm/.am335x-bone-ttyO2.dtb.dts.tmp ; cat src/arm/.am335x-bone-ttyO2.dtb.d.pre.tmp src/arm/.am335x-bone-ttyO2.dtb.d.dtc.tmp > src/arm/.am335x-bone-ttyO2.dtb.d
am335x-bone-ttyO2.o: src/arm/am335x-bone-ttyO2.dts src/arm/am33xx.dtsi \
include/dt-bindings/gpio/gpio.h include/dt-bindings/pinctrl/am33xx.h \
include/dt-bindings/pinctrl/omap.h src/arm/skeleton.dtsi \
src/arm/am335x-bone-common.dtsi src/arm/am335x-peripheral-ttyO2.dtsi \
src/arm/am335x-bone-pinmux-ttyO2.dtsi \
include/dt-bindings/board/am335x-bbw-bbb-base.h
src/arm/am335x-bone-ttyO2.dtb: src/arm/.am335x-bone-ttyO2.dtb.dts.tmp src/arm/am33xx-clocks.dtsi src/arm/tps65217.dtsi
| marklendering/dtb-rebuilder-modified | src/arm/.am335x-bone-ttyO2.dtb.cmd | bat | gpl-2.0 | 1,000 |
cmd_arch/arm/kernel/entry-common.o := /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.entry-common.o.d -nostdinc -isystem /usr/local/arm/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/miamo/android/kernel/miamOv/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-exynos/include -Iarch/arm/plat-s5p/include -Iarch/arm/plat-samsung/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/kernel/entry-common.o arch/arm/kernel/entry-common.S
source_arch/arm/kernel/entry-common.o := arch/arm/kernel/entry-common.S
deps_arch/arm/kernel/entry-common.o := \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/function/tracer.h) \
$(wildcard include/config/old/mcount.h) \
$(wildcard include/config/frame/pointer.h) \
$(wildcard include/config/function/graph/tracer.h) \
$(wildcard include/config/dynamic/ftrace.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/oabi/compat.h) \
$(wildcard include/config/arm/thumb.h) \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/aeabi.h) \
$(wildcard include/config/alignment/trap.h) \
$(wildcard include/config/seccomp.h) \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/unistd.h \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/ftrace.h \
$(wildcard include/config/arm/unwind.h) \
arch/arm/mach-exynos/include/mach/entry-macro.S \
$(wildcard include/config/arch/exynos4.h) \
$(wildcard include/config/arm/trustzone.h) \
arch/arm/mach-exynos/include/mach/hardware.h \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/hardware/gic.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) \
arch/arm/mach-exynos/include/mach/map.h \
$(wildcard include/config/arch/exynos5.h) \
arch/arm/plat-samsung/include/plat/map-base.h \
$(wildcard include/config/s3c/base/addr.h) \
$(wildcard include/config/s3c/addr/base.h) \
arch/arm/plat-s5p/include/plat/map-s5p.h \
arch/arm/mach-exynos/include/mach/map-exynos4.h \
$(wildcard include/config/cpu/exynos4210.h) \
$(wildcard include/config/cpu/exynos4412.h) \
$(wildcard include/config/mach/u1/na/spr.h) \
$(wildcard include/config/mach/u1/na/uscc.h) \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/unwind.h \
arch/arm/kernel/entry-header.S \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/32v6k.h) \
$(wildcard include/config/have/hw/breakpoint.h) \
$(wildcard include/config/preempt.h) \
include/linux/init.h \
$(wildcard include/config/fast/resume.h) \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
include/linux/linkage.h \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/linkage.h \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/ptrace.h \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/hwcap.h \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/asm-offsets.h \
include/generated/asm-offsets.h \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/miamo/android/kernel/miamOv/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
arch/arm/kernel/calls.S \
arch/arm/kernel/entry-common.o: $(deps_arch/arm/kernel/entry-common.o)
$(deps_arch/arm/kernel/entry-common.o):
| miamo/miamOv | arch/arm/kernel/.entry-common.o.cmd | bat | gpl-2.0 | 4,593 |
cmd_libbb/read_key.o := arm-linux-musleabihf-gcc -Wp,-MD,libbb/.read_key.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wno-format-security -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -fno-unwind-tables -fno-asynchronous-unwind-tables -g -O0 -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(read_key)" -D"KBUILD_MODNAME=KBUILD_STR(read_key)" -c -o libbb/read_key.o libbb/read_key.c
deps_libbb/read_key.o := \
libbb/read_key.c \
$(wildcard include/config/feature/editing/ask/terminal.h) \
$(wildcard include/config/feature/vi/ask/terminal.h) \
$(wildcard include/config/feature/less/ask/terminal.h) \
include/libbb.h \
$(wildcard include/config/feature/shadowpasswds.h) \
$(wildcard include/config/use/bb/shadow.h) \
$(wildcard include/config/selinux.h) \
$(wildcard include/config/feature/utmp.h) \
$(wildcard include/config/locale/support.h) \
$(wildcard include/config/use/bb/pwd/grp.h) \
$(wildcard include/config/lfs.h) \
$(wildcard include/config/feature/buffers/go/on/stack.h) \
$(wildcard include/config/feature/buffers/go/in/bss.h) \
$(wildcard include/config/feature/ipv6.h) \
$(wildcard include/config/feature/seamless/xz.h) \
$(wildcard include/config/feature/seamless/lzma.h) \
$(wildcard include/config/feature/seamless/bz2.h) \
$(wildcard include/config/feature/seamless/gz.h) \
$(wildcard include/config/feature/seamless/z.h) \
$(wildcard include/config/feature/check/names.h) \
$(wildcard include/config/feature/prefer/applets.h) \
$(wildcard include/config/long/opts.h) \
$(wildcard include/config/feature/getopt/long.h) \
$(wildcard include/config/feature/pidfile.h) \
$(wildcard include/config/feature/syslog.h) \
$(wildcard include/config/feature/individual.h) \
$(wildcard include/config/echo.h) \
$(wildcard include/config/printf.h) \
$(wildcard include/config/test.h) \
$(wildcard include/config/kill.h) \
$(wildcard include/config/chown.h) \
$(wildcard include/config/ls.h) \
$(wildcard include/config/xxx.h) \
$(wildcard include/config/route.h) \
$(wildcard include/config/feature/hwib.h) \
$(wildcard include/config/desktop.h) \
$(wildcard include/config/feature/crond/d.h) \
$(wildcard include/config/use/bb/crypt.h) \
$(wildcard include/config/feature/adduser/to/group.h) \
$(wildcard include/config/feature/del/user/from/group.h) \
$(wildcard include/config/ioctl/hex2str/error.h) \
$(wildcard include/config/feature/editing.h) \
$(wildcard include/config/feature/editing/history.h) \
$(wildcard include/config/feature/editing/savehistory.h) \
$(wildcard include/config/feature/tab/completion.h) \
$(wildcard include/config/feature/username/completion.h) \
$(wildcard include/config/feature/editing/vi.h) \
$(wildcard include/config/feature/editing/save/on/exit.h) \
$(wildcard include/config/pmap.h) \
$(wildcard include/config/feature/show/threads.h) \
$(wildcard include/config/feature/ps/additional/columns.h) \
$(wildcard include/config/feature/topmem.h) \
$(wildcard include/config/feature/top/smp/process.h) \
$(wildcard include/config/killall.h) \
$(wildcard include/config/pgrep.h) \
$(wildcard include/config/pkill.h) \
$(wildcard include/config/pidof.h) \
$(wildcard include/config/sestatus.h) \
$(wildcard include/config/unicode/support.h) \
$(wildcard include/config/feature/mtab/support.h) \
$(wildcard include/config/feature/clean/up.h) \
$(wildcard include/config/feature/devfs.h) \
include/platform.h \
$(wildcard include/config/werror.h) \
$(wildcard include/config/big/endian.h) \
$(wildcard include/config/little/endian.h) \
$(wildcard include/config/nommu.h) \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/limits.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/features.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/limits.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/byteswap.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdint.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/alltypes.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/stdint.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/endian.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdbool.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/unistd.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/posix.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/ctype.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/dirent.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/errno.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/errno.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/fcntl.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/fcntl.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/inttypes.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/netdb.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/netinet/in.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/socket.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/socket.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/setjmp.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/setjmp.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/signal.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/signal.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdio.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdlib.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/alloca.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdarg.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stddef.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/string.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/strings.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/libgen.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/poll.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/ioctl.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/ioctl.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/mman.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/mman.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/stat.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/stat.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/time.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/select.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/types.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/sysmacros.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/wait.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/resource.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/resource.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/termios.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/termios.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/time.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/param.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/pwd.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/grp.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/mntent.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/statfs.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/statvfs.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/statfs.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/utmp.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/utmpx.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/locale.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/arpa/inet.h \
include/pwd_.h \
include/grp_.h \
include/shadow_.h \
include/xatonum.h \
libbb/read_key.o: $(deps_libbb/read_key.o)
$(deps_libbb/read_key.o):
| ThinkIntegrate/busybox | libbb/.read_key.o.cmd | bat | gpl-2.0 | 11,534 |
cmd_scripts/kconfig/lxdialog/util.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.util.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/util.o scripts/kconfig/lxdialog/util.c
deps_scripts/kconfig/lxdialog/util.o := \
scripts/kconfig/lxdialog/util.c \
$(wildcard include/config/color.h) \
/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \
scripts/kconfig/lxdialog/dialog.h \
/usr/include/sys/types.h \
/usr/include/features.h \
/usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h \
/usr/include/gnu/stubs.h \
/usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h \
/usr/include/bits/typesizes.h \
/usr/include/time.h \
/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \
/usr/include/endian.h \
/usr/include/bits/endian.h \
/usr/include/bits/byteswap.h \
/usr/include/sys/select.h \
/usr/include/bits/select.h \
/usr/include/bits/sigset.h \
/usr/include/bits/time.h \
/usr/include/sys/sysmacros.h \
/usr/include/bits/pthreadtypes.h \
/usr/include/fcntl.h \
/usr/include/bits/fcntl.h \
/usr/include/bits/stat.h \
/usr/include/unistd.h \
/usr/include/bits/posix_opt.h \
/usr/include/bits/environments.h \
/usr/include/bits/confname.h \
/usr/include/getopt.h \
/usr/include/ctype.h \
/usr/include/xlocale.h \
/usr/include/stdlib.h \
/usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h \
/usr/include/alloca.h \
/usr/include/string.h \
/usr/include/bits/string.h \
/usr/include/bits/string2.h \
/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdbool.h \
/usr/include/libintl.h \
/usr/include/locale.h \
/usr/include/bits/locale.h \
/usr/include/ncurses/ncurses.h \
/usr/include/ncurses/ncurses_dll.h \
/usr/include/stdio.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/include/bits/stdio_lim.h \
/usr/include/bits/sys_errlist.h \
/usr/include/bits/stdio.h \
/usr/include/ncurses/unctrl.h \
/usr/include/ncurses/curses.h \
scripts/kconfig/lxdialog/util.o: $(deps_scripts/kconfig/lxdialog/util.o)
$(deps_scripts/kconfig/lxdialog/util.o):
| kodos96/backport | scripts/kconfig/lxdialog/.util.o.cmd | bat | gpl-2.0 | 2,227 |
>>> if x = 3:
File "<stdin>", line 1
if x = 3:
^
SyntaxError: invalid syntax
| simontakite/sysadmin | pythonscripts/practicalprogramming/cond/if_equality_error.cmd | bat | gpl-2.0 | 92 |
>>> black.red = 0
>>> black.green = 0
>>> black.blue = 0 | simontakite/sysadmin | pythonscripts/practicalprogramming/oop/color_add_values.cmd | bat | gpl-2.0 | 56 |
cmd_arch/arm/lib/strrchr.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.strrchr.o.d -nostdinc -isystem /home/cgil/udoo/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4.4/include -I/home/cgil/udoo/kernel_oficial_source/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-mx6/include -Iarch/arm/plat-mxc/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/lib/strrchr.o arch/arm/lib/strrchr.S
source_arch/arm/lib/strrchr.o := arch/arm/lib/strrchr.S
deps_arch/arm/lib/strrchr.o := \
/home/cgil/udoo/kernel_oficial_source/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/cgil/udoo/kernel_oficial_source/arch/arm/include/asm/linkage.h \
/home/cgil/udoo/kernel_oficial_source/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/cgil/udoo/kernel_oficial_source/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/cgil/udoo/kernel_oficial_source/arch/arm/include/asm/hwcap.h \
/home/cgil/udoo/kernel_oficial_source/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
arch/arm/lib/strrchr.o: $(deps_arch/arm/lib/strrchr.o)
$(deps_arch/arm/lib/strrchr.o):
| chrnueve/udooImaxdi | kernel_oficial_source/arch/arm/lib/.strrchr.o.cmd | bat | gpl-2.0 | 2,029 |
cmd_net/key/built-in.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/key/built-in.o net/key/af_key.o
| TeamGlide/LiteKernel | net/key/.built-in.o.cmd | bat | gpl-2.0 | 124 |
cmd_sound/isa/sb/built-in.o := rm -f sound/isa/sb/built-in.o; /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/isa/sb/built-in.o
| yncconsulting/HTC_Express_Kernel | sound/isa/sb/.built-in.o.cmd | bat | gpl-2.0 | 162 |
cmd_drivers/video/msm/vidc/built-in.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/video/msm/vidc/built-in.o drivers/video/msm/vidc/vidc.o drivers/video/msm/vidc/vidc_vdec.o drivers/video/msm/vidc/vidc_venc.o
| doadin/samsung-kernel-msm7x30-Doadin | drivers/video/msm/vidc/.built-in.o.cmd | bat | gpl-2.0 | 260 |
@ECHO OFF
REM Batch file to create package for distribution to users.
SET LOCAL_DIR=dos_ctrl_ec2\
SET DSTFILENAME=build\dos_ctrl_ec2.zip
REM Remember previous current directory.
SET EXCURRENTDIR=%CD%
REM Switch current directory to installation directory.
CD /D %~dp0
REM Remove old package if it exists.
IF EXIST %DSTFILENAME% (
DEL %DSTFILENAME%
)
REM Move up one directory level.
CD ..
ECHO Creating deployment package %DSTFILENAME%
C:\Programme\7-Zip\7z.exe a %LOCAL_DIR%%DSTFILENAME% @%LOCAL_DIR%build_file_list.txt
IF ERRORLEVEL 1 (
ECHO Error creating deployment package.
) ELSE (
ECHO Successfully created deployment package.
)
REM Restore previous current directory.
CD /D %EXCURRENTDIR%
PAUSE
| rkelm/dos_ctrl_ec2 | build_package.bat | bat | gpl-3.0 | 748 |
java -cp ../target/history-analytics-1.0-SNAPSHOT-jar-with-dependencies.jar com.consumer.java.mapreduce.MapReduceDriver D:\tools\hadoop-2.7.3\etc\hadoop C:\tmp\data HistoryByFrequency | jbengit/history-analytics | script/run-hadoop.bat | bat | gpl-3.0 | 184 |
@echo off
for /f "skip=9 tokens=1,2 delims=:" %%i in ('netsh wlan show profiles') do (
@echo SSID %%j
REM @echo %%j | findstr -i -v echo | netsh wlan show profiles %%j key=clear|findstr /i "关键内容 安全密钥"|findstr /v /c:"SSID 名称"
netsh wlan show profiles %%j key=clear |findstr /c:"安全密钥 : 不存在"
@echo %%j | findstr -i -v echo | netsh wlan show profiles %%j key=clear|findstr /i "关键内容"
)
@pause | xuguan/myNetworkTools | wifiPassword/run.bat | bat | gpl-3.0 | 459 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=AlphaHooks
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not found. Make sure you have Sphinx installed,
echo.then set the SPHINXBUILD environment variable to point to the full
echo.path of the 'sphinx-build' executable. Alternatively you may add the
echo.Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
| AlphaHooks/AlphaHooks | docs/make.bat | bat | gpl-3.0 | 772 |
@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. epub3 to make an epub3
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
echo. dummy to check syntax errors of document sources
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 1>NUL 2>NUL
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% ../../sourcespell-docs
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in ../../sourcespell-docs.
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\sourcespell.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\sourcespell.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "epub3" (
%SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
if "%1" == "dummy" (
%SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy
if errorlevel 1 exit /b 1
echo.
echo.Build finished. Dummy builder generates no files.
goto end
)
:end
| s-knibbs/sourcespell | doc_src/make.bat | bat | gpl-3.0 | 7,756 |
@echo off
rem SPDX-FileCopyrightText: 2021 Ivan Tatarinov <[email protected]>
rem
rem SPDX-FileNotice: Based on code by Antonio Villena <[email protected]>
rem
rem SPDX-License-Identifier: GPL-3.0-or-later
call ..\sdk\setenv.bat
set /a i=2
for /f "eol=# tokens=1,2,3 delims=;" %%a in (cores.txt) do call :AddCore %%a %%b %%c
exit /b
:AddCore
echo Adding core %i%: %2 (%3)...
GenRom %1 %2 %3 %~n3.tap
if not %ERRORLEVEL% == 0 goto Error
AddItem CORE%i% %~n3.tap
if not %ERRORLEVEL% == 0 goto Error
del %~n3.tap
set /a i+=1
exit /b
:Error
echo ERROR: Exit status %ERRORLEVEL%. Stopped.
exit /b %ERRORLEVEL%
| antoniovillena/zxuno | modflash/addcores.bat | bat | gpl-3.0 | 608 |
@echo off
echo Starting HTTP Server
start "AlphaTab Sample HTTP Server" ..\..\Tools\miniweb.exe -r ..\..\
echo Opening Feature Sample
start http://localhost:8000/Samples/JavaScript/features.html | dreamzor/alphaTab | Samples/JavaScript/StartSamples.bat | bat | lgpl-3.0 | 194 |
mkdir _test
gcc test/test_shared.c -Iinclude -Lbin -lpthread -lzmq -lthingiverseio -o _test/test.exe
cp bin/libthingiverseio.dll _test/
.\_test\test.exe | ThingiverseIO/libthingiverseio | test.bat | bat | lgpl-3.0 | 152 |
java >out.txt -cp .;E:\SourceCode\Java;E:\SourceCode\Java\beans\j3d\j3dcore.jar;E:\SourceCode\Java\beans\j3d\j3dutils.jar;E:\SourceCode\Java\beans\j3d\vecmath.jar -mx64m jat.demo.Copernicus1.Copernicus1
pause | MaximTar/satellite | src/main/resources/libs/JAT/jat/demo/vr/Copernicus1/run_to_file.bat | bat | apache-2.0 | 210 |
::!/usr/bin/env bash
:: Copyright 2019 The OpenSDS Authors.
::
:: Licensed 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 on
ant -buildfile ngc_part0.xml
pause
| opensds/nbp | vmware/ngc/NGC-Plugin/makefile/ngc_part0.bat | bat | apache-2.0 | 662 |
cmd_archival/bbunzip.o := gcc -Wp,-MD,archival/.bbunzip.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.25.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wno-format-security -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin-printf -Os -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(bbunzip)" -D"KBUILD_MODNAME=KBUILD_STR(bbunzip)" -c -o archival/bbunzip.o archival/bbunzip.c
deps_archival/bbunzip.o := \
archival/bbunzip.c \
$(wildcard include/config/lzop.h) \
$(wildcard include/config/desktop.h) \
$(wildcard include/config/uncompress.h) \
$(wildcard include/config/bunzip2.h) \
$(wildcard include/config/unlzma.h) \
$(wildcard include/config/unxz.h) \
$(wildcard include/config/gunzip.h) \
$(wildcard include/config/gzip.h) \
$(wildcard include/config/feature/seamless/z.h) \
$(wildcard include/config/feature/gunzip/long/options.h) \
$(wildcard include/config/bzip2.h) \
$(wildcard include/config/lzma.h) \
$(wildcard include/config/xz.h) \
/usr/include/stdc-predef.h \
include/libbb.h \
$(wildcard include/config/feature/shadowpasswds.h) \
$(wildcard include/config/use/bb/shadow.h) \
$(wildcard include/config/selinux.h) \
$(wildcard include/config/feature/utmp.h) \
$(wildcard include/config/locale/support.h) \
$(wildcard include/config/use/bb/pwd/grp.h) \
$(wildcard include/config/lfs.h) \
$(wildcard include/config/feature/buffers/go/on/stack.h) \
$(wildcard include/config/feature/buffers/go/in/bss.h) \
$(wildcard include/config/feature/verbose.h) \
$(wildcard include/config/feature/ipv6.h) \
$(wildcard include/config/feature/seamless/xz.h) \
$(wildcard include/config/feature/seamless/lzma.h) \
$(wildcard include/config/feature/seamless/bz2.h) \
$(wildcard include/config/feature/seamless/gz.h) \
$(wildcard include/config/feature/check/names.h) \
$(wildcard include/config/feature/prefer/applets.h) \
$(wildcard include/config/long/opts.h) \
$(wildcard include/config/feature/getopt/long.h) \
$(wildcard include/config/feature/pidfile.h) \
$(wildcard include/config/feature/syslog.h) \
$(wildcard include/config/feature/individual.h) \
$(wildcard include/config/echo.h) \
$(wildcard include/config/printf.h) \
$(wildcard include/config/test.h) \
$(wildcard include/config/kill.h) \
$(wildcard include/config/chown.h) \
$(wildcard include/config/ls.h) \
$(wildcard include/config/xxx.h) \
$(wildcard include/config/route.h) \
$(wildcard include/config/feature/hwib.h) \
$(wildcard include/config/feature/crond/d.h) \
$(wildcard include/config/use/bb/crypt.h) \
$(wildcard include/config/feature/adduser/to/group.h) \
$(wildcard include/config/feature/del/user/from/group.h) \
$(wildcard include/config/ioctl/hex2str/error.h) \
$(wildcard include/config/feature/editing.h) \
$(wildcard include/config/feature/editing/history.h) \
$(wildcard include/config/feature/editing/savehistory.h) \
$(wildcard include/config/feature/tab/completion.h) \
$(wildcard include/config/feature/username/completion.h) \
$(wildcard include/config/feature/editing/vi.h) \
$(wildcard include/config/feature/editing/save/on/exit.h) \
$(wildcard include/config/pmap.h) \
$(wildcard include/config/feature/show/threads.h) \
$(wildcard include/config/feature/ps/additional/columns.h) \
$(wildcard include/config/feature/topmem.h) \
$(wildcard include/config/feature/top/smp/process.h) \
$(wildcard include/config/killall.h) \
$(wildcard include/config/pgrep.h) \
$(wildcard include/config/pkill.h) \
$(wildcard include/config/pidof.h) \
$(wildcard include/config/sestatus.h) \
$(wildcard include/config/unicode/support.h) \
$(wildcard include/config/feature/mtab/support.h) \
$(wildcard include/config/feature/clean/up.h) \
$(wildcard include/config/feature/devfs.h) \
include/platform.h \
$(wildcard include/config/werror.h) \
$(wildcard include/config/big/endian.h) \
$(wildcard include/config/little/endian.h) \
$(wildcard include/config/nommu.h) \
/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed/syslimits.h \
/usr/include/limits.h \
/usr/include/features.h \
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
/usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
/usr/include/linux/limits.h \
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
/usr/include/byteswap.h \
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
/usr/include/x86_64-linux-gnu/bits/types.h \
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
/usr/include/x86_64-linux-gnu/bits/byteswap-16.h \
/usr/include/endian.h \
/usr/include/x86_64-linux-gnu/bits/endian.h \
/usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h \
/usr/include/stdint.h \
/usr/include/x86_64-linux-gnu/bits/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/5/include/stdbool.h \
/usr/include/unistd.h \
/usr/include/x86_64-linux-gnu/bits/posix_opt.h \
/usr/include/x86_64-linux-gnu/bits/environments.h \
/usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h \
/usr/include/x86_64-linux-gnu/bits/confname.h \
/usr/include/getopt.h \
/usr/include/x86_64-linux-gnu/bits/unistd.h \
/usr/include/ctype.h \
/usr/include/xlocale.h \
/usr/include/dirent.h \
/usr/include/x86_64-linux-gnu/bits/dirent.h \
/usr/include/errno.h \
/usr/include/x86_64-linux-gnu/bits/errno.h \
/usr/include/linux/errno.h \
/usr/include/x86_64-linux-gnu/asm/errno.h \
/usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h \
/usr/include/fcntl.h \
/usr/include/x86_64-linux-gnu/bits/fcntl.h \
/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \
/usr/include/x86_64-linux-gnu/bits/uio.h \
/usr/include/x86_64-linux-gnu/sys/types.h \
/usr/include/time.h \
/usr/include/x86_64-linux-gnu/sys/select.h \
/usr/include/x86_64-linux-gnu/bits/select.h \
/usr/include/x86_64-linux-gnu/bits/sigset.h \
/usr/include/x86_64-linux-gnu/bits/time.h \
/usr/include/x86_64-linux-gnu/bits/select2.h \
/usr/include/x86_64-linux-gnu/sys/sysmacros.h \
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
/usr/include/x86_64-linux-gnu/bits/stat.h \
/usr/include/x86_64-linux-gnu/bits/fcntl2.h \
/usr/include/inttypes.h \
/usr/include/netdb.h \
/usr/include/netinet/in.h \
/usr/include/x86_64-linux-gnu/sys/socket.h \
/usr/include/x86_64-linux-gnu/sys/uio.h \
/usr/include/x86_64-linux-gnu/bits/socket.h \
/usr/include/x86_64-linux-gnu/bits/socket_type.h \
/usr/include/x86_64-linux-gnu/bits/sockaddr.h \
/usr/include/x86_64-linux-gnu/asm/socket.h \
/usr/include/asm-generic/socket.h \
/usr/include/x86_64-linux-gnu/asm/sockios.h \
/usr/include/asm-generic/sockios.h \
/usr/include/x86_64-linux-gnu/bits/socket2.h \
/usr/include/x86_64-linux-gnu/bits/in.h \
/usr/include/rpc/netdb.h \
/usr/include/x86_64-linux-gnu/bits/siginfo.h \
/usr/include/x86_64-linux-gnu/bits/netdb.h \
/usr/include/setjmp.h \
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
/usr/include/x86_64-linux-gnu/bits/setjmp2.h \
/usr/include/signal.h \
/usr/include/x86_64-linux-gnu/bits/signum.h \
/usr/include/x86_64-linux-gnu/bits/sigaction.h \
/usr/include/x86_64-linux-gnu/bits/sigcontext.h \
/usr/include/x86_64-linux-gnu/bits/sigstack.h \
/usr/include/x86_64-linux-gnu/sys/ucontext.h \
/usr/include/x86_64-linux-gnu/bits/sigthread.h \
/usr/include/paths.h \
/usr/include/stdio.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/5/include/stdarg.h \
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h \
/usr/include/x86_64-linux-gnu/bits/stdio2.h \
/usr/include/stdlib.h \
/usr/include/x86_64-linux-gnu/bits/waitflags.h \
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
/usr/include/alloca.h \
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
/usr/include/string.h \
/usr/include/x86_64-linux-gnu/bits/string3.h \
/usr/include/libgen.h \
/usr/include/poll.h \
/usr/include/x86_64-linux-gnu/sys/poll.h \
/usr/include/x86_64-linux-gnu/bits/poll.h \
/usr/include/x86_64-linux-gnu/bits/poll2.h \
/usr/include/x86_64-linux-gnu/sys/ioctl.h \
/usr/include/x86_64-linux-gnu/bits/ioctls.h \
/usr/include/x86_64-linux-gnu/asm/ioctls.h \
/usr/include/asm-generic/ioctls.h \
/usr/include/linux/ioctl.h \
/usr/include/x86_64-linux-gnu/asm/ioctl.h \
/usr/include/asm-generic/ioctl.h \
/usr/include/x86_64-linux-gnu/bits/ioctl-types.h \
/usr/include/x86_64-linux-gnu/sys/ttydefaults.h \
/usr/include/x86_64-linux-gnu/sys/mman.h \
/usr/include/x86_64-linux-gnu/bits/mman.h \
/usr/include/x86_64-linux-gnu/bits/mman-linux.h \
/usr/include/x86_64-linux-gnu/sys/stat.h \
/usr/include/x86_64-linux-gnu/sys/time.h \
/usr/include/x86_64-linux-gnu/sys/wait.h \
/usr/include/termios.h \
/usr/include/x86_64-linux-gnu/bits/termios.h \
/usr/include/x86_64-linux-gnu/bits/timex.h \
/usr/include/x86_64-linux-gnu/sys/param.h \
/usr/include/x86_64-linux-gnu/bits/param.h \
/usr/include/linux/param.h \
/usr/include/x86_64-linux-gnu/asm/param.h \
/usr/include/asm-generic/param.h \
/usr/include/pwd.h \
/usr/include/grp.h \
/usr/include/mntent.h \
/usr/include/x86_64-linux-gnu/sys/statfs.h \
/usr/include/x86_64-linux-gnu/bits/statfs.h \
/usr/include/utmp.h \
/usr/include/x86_64-linux-gnu/bits/utmp.h \
/usr/include/utmpx.h \
/usr/include/x86_64-linux-gnu/bits/utmpx.h \
/usr/include/arpa/inet.h \
include/pwd_.h \
include/grp_.h \
include/shadow_.h \
include/xatonum.h \
include/bb_archive.h \
$(wildcard include/config/feature/tar/uname/gname.h) \
$(wildcard include/config/feature/tar/long/options.h) \
$(wildcard include/config/tar.h) \
$(wildcard include/config/dpkg.h) \
$(wildcard include/config/dpkg/deb.h) \
$(wildcard include/config/feature/tar/gnu/extensions.h) \
$(wildcard include/config/feature/tar/to/command.h) \
$(wildcard include/config/feature/tar/selinux.h) \
$(wildcard include/config/cpio.h) \
$(wildcard include/config/rpm2cpio.h) \
$(wildcard include/config/rpm.h) \
$(wildcard include/config/feature/ar/create.h) \
archival/bbunzip.o: $(deps_archival/bbunzip.o)
$(deps_archival/bbunzip.o):
| rennman/copfvtci | build/busybox-1.25.1/archival/.bbunzip.o.cmd | bat | apache-2.0 | 11,291 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.