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 |
|---|---|---|---|---|---|
cmd_arch/arm/vfp/built-in.o := /home/rishik/Toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL --no-warn-mismatch -r -o arch/arm/vfp/built-in.o arch/arm/vfp/vfp.o
| ayushrox/GB_Kernel_Pico | arch/arm/vfp/.built-in.o.cmd | bat | gpl-2.0 | 170 |
@echo off
java -jar a1.jar
pause | tobiasstraub/bwinf-releases | BwInf 34 (2015-2016)/Runde 1/Aufgabe 1/ByteSector/Executables/a1.bat | bat | gpl-3.0 | 32 |
::Install 32 bit openssl. Expects tar file in cwd. We delete the openssl dir to
::avoid any 32-64 contamination.
call C:\grr\vagrant\windows\32bitenv.bat
cd %SYSTEMDRIVE%\openssl
rd /q /s openssl-1.0.2a
7z x openssl-1.0.2a.tar
cd openssl-1.0.2a
perl Configure VC-WIN32 --prefix=C:\Build-OpenSSL-VC-32
call ms\do_nasm.bat
nmake -f ms\ntdll.mak
nmake -f ms\ntdll.mak install
cd %USERPROFILE%
xcopy C:\Build-OpenSSL-VC-32\bin\*.dll C:\PYTHON_32\libs\ /e /h /y
:: M2Crypto expects the openssl pieces to be here. Theoretically you should be
:: able to do:
:: python setup.py build_ext --openssl="C:\Build-OpenSSL-VC-32"
:: python setup.py build
:: python setup.py install
:: But I could never get this to work, it built fine but would always fail to
:: import the DLLs later.
rd /q /s C:\pkg
xcopy C:\Build-OpenSSL-VC-32\include C:\pkg\include\ /s /e /h /y
xcopy C:\Build-OpenSSL-VC-32\lib C:\pkg\lib\ /s /e /h /y
pip install git+https://github.com/M2Crypto/M2Crypto.git@73f8d71c021a547d435753985cb45ed8d6c7c845#egg=M2Crypto
rd /q /s C:\pkg
python -c "import M2Crypto" || echo "32bit M2Crypto install failed" && exit /b 1
| ksmaheshkumar/grr | vagrant/windows/32bitopenssl.bat | bat | apache-2.0 | 1,123 |
REM @ECHO OFF
REM
REM Copyright (C) 2004, 2005 Pingtel Corp.
REM
REM
IF NOT "%SIPXTAPI_WINZIP_BASE%" == "" GOTO BUILD_IT
SET SIPXTAPI_WINZIP_BASE=C:\Program Files\WinZip
:BUILD_IT
SET TARGET_NAME=sipXtapi_WIN32_%date:~10,4%-%date:~4,2%-%date:~7,2%.zip
:BUILD_ZIP
"%SIPXTAPI_WINZIP_BASE%\wzzip" -rp %TARGET_NAME% staging\
IF NOT "%ERRORLEVEL%"=="0" GOTO ERROR_EXIT
GOTO DONE
:ERROR_EXIT
ECHO .
ECHO *** %0 Error detected, aborting ... ***
ECHO .
exit /b 1
:DONE
exit /b 0
| litalidev/sipxtapi | sipXcallLib/sipXtapi/build.win32/build_zip.bat | bat | lgpl-2.1 | 483 |
@echo off
set BUILD_DIR="../../../../../../../build/android/gradle/apps/driverinfo_opengl/"
call gradlew --project-cache-dir %BUILD_DIR%.gradle build
call jar -tf %BUILD_DIR%build\outputs\apk\driverinfo_opengl-all-debug.apk
call adb install -r %BUILD_DIR%build/outputs/apk/driverinfo_opengl-all-debug.apk
call adb shell am start -n com.vulkansamples.driverinfo_opengl/android.app.NativeActivity
| mre4ce/Vulkan-Samples | samples/apps/driverinfo/projects/android/gradle/driverinfo_opengl/build.bat | bat | apache-2.0 | 397 |
:: To build extensions for 64 bit Python 3, we need to configure environment
:: variables to use the MSVC 2010 C++ compilers from GRMSDKX_EN_DVD.iso of:
:: MS Windows SDK for Windows 7 and .NET Framework 4 (SDK v7.1)
::
:: To build extensions for 64 bit Python 2, we need to configure environment
:: variables to use the MSVC 2008 C++ compilers from GRMSDKX_EN_DVD.iso of:
:: MS Windows SDK for Windows 7 and .NET Framework 3.5 (SDK v7.0)
::
:: 32 bit builds do not require specific environment configurations.
::
:: Note: this script needs to be run with the /E:ON and /V:ON flags for the
:: cmd interpreter, at least for (SDK v7.0)
::
:: More details at:
:: https://github.com/cython/cython/wiki/64BitCythonExtensionsOnWindows
:: http://stackoverflow.com/a/13751649/163740
::
:: Author: Olivier Grisel
:: License: CC0 1.0 Universal: http://creativecommons.org/publicdomain/zero/1.0/
@ECHO OFF
SET COMMAND_TO_RUN=%*
SET WIN_SDK_ROOT=C:\Program Files\Microsoft SDKs\Windows
IF "%PYTHON_ARCH%"=="64" (
ECHO SDK: %WINDOWS_SDK_VERSION% ARCH: %PYTHON_ARCH%
SET DISTUTILS_USE_SDK=1
SET MSSdk=1
"%WIN_SDK_ROOT%\%WINDOWS_SDK_VERSION%\Setup\WindowsSdkVer.exe" -q -version:%WINDOWS_SDK_VERSION%
"%WIN_SDK_ROOT%\%WINDOWS_SDK_VERSION%\Bin\SetEnv.cmd" /x64 /release
ECHO Executing: %COMMAND_TO_RUN%
call %COMMAND_TO_RUN% || EXIT 1
) ELSE (
ECHO SDK: %WINDOWS_SDK_VERSION% ARCH: %PYTHON_ARCH%
ECHO Executing: %COMMAND_TO_RUN%
call %COMMAND_TO_RUN% || EXIT 1
) | vikingco/python-kong | ci/appveyor-with-compiler.cmd | bat | bsd-2-clause | 1,488 |
call mvn install
pause | tywo45/talent-aio | example/im/talent-aio-examples-im-server/_install.bat | bat | lgpl-2.1 | 24 |
::
:: Microsoft Azure SDK for Net - Generate library code
:: Copyright (C) Microsoft Corporation. All Rights Reserved.
::
@echo off
call %~dp0..\..\..\..\tools\generate.cmd analysisservices/resource-manager %*
| ScottHolden/azure-sdk-for-net | src/SDKs/AnalysisServices/Management.Analysis/generate.cmd | bat | mit | 211 |
set PATH=%PATH%;c:\windows\Sysnative
bash -c ./prepare.sh && ^
build\ahk\Compiler\Ahk2Exe.exe /in open-wsl.ahk /out open-wsl.exe /icon icons\terminal.ico && ^
build\ahk\Compiler\Ahk2Exe.exe /in open-wsl.ahk /out run-wsl-file.exe /icon icons\script.ico && ^
build\ahk\Compiler\Ahk2Exe.exe /in open-wsl.ahk /out vim.exe /icon icons\text.ico && ^
bash -c ./package.sh && ^
echo Build succeeded. && ^
exit
echo Build failed.
pause
exit 1
| goreliu/wsl-terminal | src/build.bat | bat | mit | 449 |
cmd /k solr zk -downconfig -z 172.17.194.150:2181/solr -n conf-name -d conf-template-download | huahouye/solrj-example | src/main/resources/bin/conf-download.bat | bat | mit | 94 |
PowerShell -Command "Start-Process PowerShell -Wait -NoNewWindow -ArgumentList \"-ExecutionPolicy ByPass \BuildAgent\Start.ps1\"" | wes566/docker-vsts-agent | Start.cmd | bat | mit | 129 |
set path=%path%;c:\Program Files (x86)\WiX Toolset v3.7\bin;c:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin
copy ..\bin\Release\*.exe .
signtool sign /f ..\..\keys\exesigning\LucianIonSPC.pfx /p xxxxxx /t http://timestamp.verisign.com/scripts/timstamp.dll *.exe
candle WinSndRmt.wxs
light WinSndRmt.wixobj
del *.exe *.wixpdb *.wixobj
signtool sign /f ..\..\keys\exesigning\LucianIonSPC.pfx /p xxxxxx /t http://timestamp.verisign.com/scripts/timstamp.dll *.msi
move WinSndRmt.msi ..\bin\Release\
pause
| lcion/WinSndRmt | Setup/makesetup.bat | bat | mit | 509 |
@echo off
rem The MIT License (MIT)
rem Copyright (c) 2015 Joshua Coady
rem Permission is hereby granted, free of charge, to any person obtaining a copy
rem of this software and associated documentation files (the "Software"), to deal
rem in the Software without restriction, including without limitation the rights
rem to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
rem copies of the Software, and to permit persons to whom the Software is
rem furnished to do so, subject to the following conditions:
rem The above copyright notice and this permission notice shall be included in all
rem copies or substantial portions of the Software.
rem THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
rem IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
rem FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
rem AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
rem LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
rem OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
rem SOFTWARE.
set STEINS_GATE_DIR=%USERPROFILE%/appdata/roaming/nitroplus/steins;gate/1.000
rem sets source and destination variables to copy the save data from Steins;Gate directory to a specified directory.
if "%1"=="copy" (
set SOURCE_DIR=%STEINS_GATE_DIR%
set DEST_DIR=%2
)
rem sets the source and destination variables to transfer the save data from a directory to Steins;Gate directory.
if "%1"=="transfer" (
set SOURCE_DIR=%2
set DEST_DIR=%STEINS_GATE_DIR%
) else (
echo "This batch file copies save data for the Steins;Gate visual novel into a specified directory."
echo "This batch file can also copy the save data from a specified directory to the Steins;Gate game folder."
echo " "
echo "copySteinsSaves [CMD] dir"
echo " "
echo "CMD: "
echo " copy copy the save data from the game directory to dir"
echo " transfer copy the save data from dir to the game directory"
)
rem if no destintation directory is specified, use the current directory.
if "%DEST_DIR%"=="" (
set DEST_DIR=%CD%
)
@echo on
xcopy /s "%SOURCE_DIR%" "%DEST_DIR%"
| jcoady9/Copy-Steins-Gate-Saves | copySteinsSaves.bat | bat | mit | 2,208 |
cmd_arch/arm/lib/sha1.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.sha1.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-pnx67xx/include -Iarch/arm/plat-pnx/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -gdwarf-2 -c -o arch/arm/lib/sha1.o arch/arm/lib/sha1.S
deps_arch/arm/lib/sha1.o := \
arch/arm/lib/sha1.S \
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/embedded/acer/acergit/linux/arch/arm/include/asm/linkage.h \
arch/arm/lib/sha1.o: $(deps_arch/arm/lib/sha1.o)
$(deps_arch/arm/lib/sha1.o):
| yohanes/Acer-BeTouch-E130-Linux-Kernel | arch/arm/lib/.sha1.o.cmd | bat | gpl-2.0 | 1,058 |
cmd_sound/mips/built-in.o := rm -f sound/mips/built-in.o; /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/mips/built-in.o
| garwynn/D710SPR_GB27_Kernel | sound/mips/.built-in.o.cmd | bat | gpl-2.0 | 148 |
cmd_sound/isa/sb/built-in.o := rm -f sound/isa/sb/built-in.o; /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/isa/sb/built-in.o
| freebsdmax/gsmart1315_kernel | sound/isa/sb/.built-in.o.cmd | bat | gpl-2.0 | 192 |
cmd_sound/pci/rme9652/built-in.o := rm -f sound/pci/rme9652/built-in.o; /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/rme9652/built-in.o
| asopov/linux-tpt-2.6.39 | sound/pci/rme9652/.built-in.o.cmd | bat | gpl-2.0 | 188 |
cmd_libbb/safe_poll.o := gcc -Wp,-MD,libbb/.safe_poll.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wno-format-security -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -fno-unwind-tables -fno-asynchronous-unwind-tables -Os -march=i386 -mpreferred-stack-boundary=2 -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(safe_poll)" -D"KBUILD_MODNAME=KBUILD_STR(safe_poll)" -c -o libbb/safe_poll.o libbb/safe_poll.c
deps_libbb/safe_poll.o := \
libbb/safe_poll.c \
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) \
/usr/lib/gcc/i686-linux-gnu/4.6/include-fixed/limits.h \
/usr/lib/gcc/i686-linux-gnu/4.6/include-fixed/syslimits.h \
/usr/include/limits.h \
/usr/include/features.h \
/usr/include/i386-linux-gnu/bits/predefs.h \
/usr/include/i386-linux-gnu/sys/cdefs.h \
/usr/include/i386-linux-gnu/bits/wordsize.h \
/usr/include/i386-linux-gnu/gnu/stubs.h \
/usr/include/i386-linux-gnu/gnu/stubs-32.h \
/usr/include/i386-linux-gnu/bits/posix1_lim.h \
/usr/include/i386-linux-gnu/bits/local_lim.h \
/usr/include/linux/limits.h \
/usr/include/i386-linux-gnu/bits/posix2_lim.h \
/usr/include/i386-linux-gnu/bits/xopen_lim.h \
/usr/include/i386-linux-gnu/bits/stdio_lim.h \
/usr/include/byteswap.h \
/usr/include/i386-linux-gnu/bits/byteswap.h \
/usr/include/endian.h \
/usr/include/i386-linux-gnu/bits/endian.h \
/usr/lib/gcc/i686-linux-gnu/4.6/include/stdint.h \
/usr/include/stdint.h \
/usr/include/i386-linux-gnu/bits/wchar.h \
/usr/lib/gcc/i686-linux-gnu/4.6/include/stdbool.h \
/usr/include/unistd.h \
/usr/include/i386-linux-gnu/bits/posix_opt.h \
/usr/include/i386-linux-gnu/bits/environments.h \
/usr/include/i386-linux-gnu/bits/types.h \
/usr/include/i386-linux-gnu/bits/typesizes.h \
/usr/lib/gcc/i686-linux-gnu/4.6/include/stddef.h \
/usr/include/i386-linux-gnu/bits/confname.h \
/usr/include/getopt.h \
/usr/include/i386-linux-gnu/bits/unistd.h \
/usr/include/ctype.h \
/usr/include/xlocale.h \
/usr/include/dirent.h \
/usr/include/i386-linux-gnu/bits/dirent.h \
/usr/include/errno.h \
/usr/include/i386-linux-gnu/bits/errno.h \
/usr/include/linux/errno.h \
/usr/include/i386-linux-gnu/asm/errno.h \
/usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h \
/usr/include/fcntl.h \
/usr/include/i386-linux-gnu/bits/fcntl.h \
/usr/include/i386-linux-gnu/sys/types.h \
/usr/include/time.h \
/usr/include/i386-linux-gnu/sys/select.h \
/usr/include/i386-linux-gnu/bits/select.h \
/usr/include/i386-linux-gnu/bits/sigset.h \
/usr/include/i386-linux-gnu/bits/time.h \
/usr/include/i386-linux-gnu/bits/select2.h \
/usr/include/i386-linux-gnu/sys/sysmacros.h \
/usr/include/i386-linux-gnu/bits/pthreadtypes.h \
/usr/include/i386-linux-gnu/bits/uio.h \
/usr/include/i386-linux-gnu/bits/stat.h \
/usr/include/i386-linux-gnu/bits/fcntl2.h \
/usr/include/inttypes.h \
/usr/include/netdb.h \
/usr/include/netinet/in.h \
/usr/include/i386-linux-gnu/sys/socket.h \
/usr/include/i386-linux-gnu/sys/uio.h \
/usr/include/i386-linux-gnu/bits/socket.h \
/usr/include/i386-linux-gnu/bits/sockaddr.h \
/usr/include/i386-linux-gnu/asm/socket.h \
/usr/include/asm-generic/socket.h \
/usr/include/i386-linux-gnu/asm/sockios.h \
/usr/include/asm-generic/sockios.h \
/usr/include/i386-linux-gnu/bits/socket2.h \
/usr/include/i386-linux-gnu/bits/in.h \
/usr/include/rpc/netdb.h \
/usr/include/i386-linux-gnu/bits/siginfo.h \
/usr/include/i386-linux-gnu/bits/netdb.h \
/usr/include/setjmp.h \
/usr/include/i386-linux-gnu/bits/setjmp.h \
/usr/include/i386-linux-gnu/bits/setjmp2.h \
/usr/include/signal.h \
/usr/include/i386-linux-gnu/bits/signum.h \
/usr/include/i386-linux-gnu/bits/sigaction.h \
/usr/include/i386-linux-gnu/bits/sigcontext.h \
/usr/include/i386-linux-gnu/asm/sigcontext.h \
/usr/include/linux/types.h \
/usr/include/i386-linux-gnu/asm/types.h \
/usr/include/asm-generic/types.h \
/usr/include/asm-generic/int-ll64.h \
/usr/include/i386-linux-gnu/asm/bitsperlong.h \
/usr/include/asm-generic/bitsperlong.h \
$(wildcard include/config/64bit.h) \
/usr/include/linux/posix_types.h \
/usr/include/linux/stddef.h \
/usr/include/i386-linux-gnu/asm/posix_types.h \
/usr/include/i386-linux-gnu/asm/posix_types_32.h \
/usr/include/asm-generic/posix_types.h \
/usr/include/i386-linux-gnu/bits/sigstack.h \
/usr/include/i386-linux-gnu/sys/ucontext.h \
/usr/include/i386-linux-gnu/bits/sigthread.h \
/usr/include/stdio.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/i686-linux-gnu/4.6/include/stdarg.h \
/usr/include/i386-linux-gnu/bits/sys_errlist.h \
/usr/include/i386-linux-gnu/bits/stdio2.h \
/usr/include/stdlib.h \
/usr/include/i386-linux-gnu/bits/waitflags.h \
/usr/include/i386-linux-gnu/bits/waitstatus.h \
/usr/include/alloca.h \
/usr/include/i386-linux-gnu/bits/stdlib.h \
/usr/include/string.h \
/usr/include/i386-linux-gnu/bits/string3.h \
/usr/include/libgen.h \
/usr/include/poll.h \
/usr/include/i386-linux-gnu/sys/poll.h \
/usr/include/i386-linux-gnu/bits/poll.h \
/usr/include/i386-linux-gnu/sys/ioctl.h \
/usr/include/i386-linux-gnu/bits/ioctls.h \
/usr/include/i386-linux-gnu/asm/ioctls.h \
/usr/include/asm-generic/ioctls.h \
/usr/include/linux/ioctl.h \
/usr/include/i386-linux-gnu/asm/ioctl.h \
/usr/include/asm-generic/ioctl.h \
/usr/include/i386-linux-gnu/bits/ioctl-types.h \
/usr/include/i386-linux-gnu/sys/ttydefaults.h \
/usr/include/i386-linux-gnu/sys/mman.h \
/usr/include/i386-linux-gnu/bits/mman.h \
/usr/include/i386-linux-gnu/sys/stat.h \
/usr/include/i386-linux-gnu/sys/time.h \
/usr/include/i386-linux-gnu/sys/wait.h \
/usr/include/i386-linux-gnu/sys/resource.h \
/usr/include/i386-linux-gnu/bits/resource.h \
/usr/include/termios.h \
/usr/include/i386-linux-gnu/bits/termios.h \
/usr/include/i386-linux-gnu/bits/timex.h \
/usr/include/i386-linux-gnu/sys/param.h \
/usr/include/linux/param.h \
/usr/include/i386-linux-gnu/asm/param.h \
/usr/include/asm-generic/param.h \
/usr/include/pwd.h \
/usr/include/grp.h \
/usr/include/mntent.h \
/usr/include/paths.h \
/usr/include/i386-linux-gnu/sys/statfs.h \
/usr/include/i386-linux-gnu/bits/statfs.h \
/usr/include/utmp.h \
/usr/include/i386-linux-gnu/bits/utmp.h \
/usr/include/arpa/inet.h \
include/xatonum.h \
libbb/safe_poll.o: $(deps_libbb/safe_poll.o)
$(deps_libbb/safe_poll.o):
| valentinthirion/android-tracebox-busybox | libbb/.safe_poll.o.cmd | bat | gpl-2.0 | 10,179 |
cmd_scripts/kconfig/kxgettext.o := gcc -Wp,-MD,scripts/kconfig/.kxgettext.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/kxgettext.o scripts/kconfig/kxgettext.c
deps_scripts/kconfig/kxgettext.o := \
scripts/kconfig/kxgettext.c \
/usr/include/stdlib.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/lib/gcc/x86_64-pc-linux-gnu/4.6.2/include/stddef.h \
/usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h \
/usr/include/endian.h \
/usr/include/bits/endian.h \
/usr/include/bits/byteswap.h \
/usr/include/sys/types.h \
/usr/include/bits/types.h \
/usr/include/bits/typesizes.h \
/usr/include/time.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/alloca.h \
/usr/include/bits/stdlib.h \
/usr/include/string.h \
/usr/include/xlocale.h \
/usr/include/bits/string.h \
/usr/include/bits/string2.h \
/usr/include/bits/string3.h \
scripts/kconfig/lkc.h \
$(wildcard include/config/list.h) \
scripts/kconfig/expr.h \
/usr/include/stdio.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.2/include/stdarg.h \
/usr/include/bits/stdio_lim.h \
/usr/include/bits/sys_errlist.h \
/usr/include/bits/stdio.h \
/usr/include/bits/stdio2.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.2/include/stdbool.h \
/usr/include/libintl.h \
/usr/include/locale.h \
/usr/include/bits/locale.h \
scripts/kconfig/lkc_proto.h \
scripts/kconfig/kxgettext.o: $(deps_scripts/kconfig/kxgettext.o)
$(deps_scripts/kconfig/kxgettext.o):
| dagnarf/sgh-i717-dagkernel | scripts/kconfig/.kxgettext.o.cmd | bat | gpl-2.0 | 1,901 |
cmd_drivers/hid/hid-roccat-isku.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/hid/hid-roccat-isku.ko drivers/hid/hid-roccat-isku.o drivers/hid/hid-roccat-isku.mod.o
| avareldalton85/rpi2-linux-rt | drivers/hid/.hid-roccat-isku.ko.cmd | bat | gpl-2.0 | 279 |
cmd_arch/arm/lib/csumpartialcopy.o := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.csumpartialcopy.o.d -nostdinc -isystem /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/../lib/gcc/arm-none-eabi/4.6.1/include -I/home/spacecaker/android/GT-S5830_kernel/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=6 -march=armv6k -mtune=arm1136j-s -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/csumpartialcopy.o arch/arm/lib/csumpartialcopy.S
deps_arch/arm/lib/csumpartialcopy.o := \
arch/arm/lib/csumpartialcopy.S \
/home/spacecaker/android/GT-S5830_kernel/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) \
/home/spacecaker/android/GT-S5830_kernel/arch/arm/include/asm/linkage.h \
/home/spacecaker/android/GT-S5830_kernel/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/spacecaker/android/GT-S5830_kernel/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/spacecaker/android/GT-S5830_kernel/arch/arm/include/asm/hwcap.h \
arch/arm/lib/csumpartialcopygeneric.S \
arch/arm/lib/csumpartialcopy.o: $(deps_arch/arm/lib/csumpartialcopy.o)
$(deps_arch/arm/lib/csumpartialcopy.o):
| spacecaker/Stock_spacecaker_kernel | arch/arm/lib/.csumpartialcopy.o.cmd | bat | gpl-2.0 | 1,920 |
cmd_drivers/crypto/caam/caam.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/crypto/caam/caam.o drivers/crypto/caam/ctrl.o
| heyoufei2/yocto3.14.38_kernel | drivers/crypto/caam/.caam.o.cmd | bat | gpl-2.0 | 128 |
cmd_drivers/exfat/exfat_core.o := /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/exfat/exfat_core.o drivers/exfat/exfat.o drivers/exfat/exfat_api.o drivers/exfat/exfat_blkdev.o drivers/exfat/exfat_cache.o drivers/exfat/exfat_data.o drivers/exfat/exfat_global.o drivers/exfat/exfat_nls.o drivers/exfat/exfat_oal.o drivers/exfat/exfat_upcase.o
| arshull/GalaTab3_Kernel | drivers/exfat/.exfat_core.o.cmd | bat | gpl-2.0 | 378 |
for /d %%g IN (*) DO (
set CSTM=%%~g
pushd "%%~g"
call :injext
CALL "%GBC%\WIN32inject.bat"
popd
)
exit /b
:injext
call "%GBC%\CreateGamSubDir.bat"
for /f "tokens=* delims= " %%a in ('dir /b/a-d-h') do (
if /I "%%~xa"==".lnk" "%GBC%\fart.exe" "*.bat" [EXT] lnk
)
:skp | HoodlumDTX/rom-jacket | extinjWIN321.bat | bat | gpl-2.0 | 280 |
# ========== Copyright Header Begin ==========================================
#
# OpenSPARC T1 Processor File: sjm_4.cmd
# Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
#
# The above named program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public
# License version 2 as published by the Free Software Foundation.
#
# The above named program is distributed in the hope that it will be
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License along with this work; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
# ========== Copyright Header End ============================================
CONFIG id=28 iosyncadr=0x7CF00BEEF00
TIMEOUT 10000000
IOSYNC
#==================================================
#==================================================
LABEL_0:
WRITEIO 0x00000609f9e5f3c0 16 0x75ff19ec 0x2d79b958 0xac65afc2 0x56358b77
WRITEMSKIO 0x0000061db7484840 0x00ff 0x00000000 0x00000000 0x064df963 0x62bb24d9
WRITEMSKIO 0x000006015ff8bd80 0xf0ff 0x602c22a5 0x00000000 0xe6e7eb8d 0x8a3e869b
WRITEBLK 0x0000001b317294c0 +
0x1ea3e91a 0xedda59fe 0x5a669b93 0xd835a288 +
0x11a20399 0x7ea0c501 0x5458fbf9 0x7b663bb8 +
0x59357b38 0x183fccc1 0x2c2eac84 0x3137a1a9 +
0x4c9231de 0x5829bbab 0xb496ec5e 0x1d4e7843
WRITEBLKIO 0x0000061dee8cfe00 +
0x08dee206 0x748898f2 0x7f260330 0xaf2daad7 +
0x86a20f43 0xa57a68b2 0xf1d9797a 0x15fa1ea7 +
0x7b353d3b 0x86e6787d 0x4c66d809 0x71e92f12 +
0x8ad52f10 0x3c464e66 0x075b4b4d 0x7dca7c0d
INT 0x0000000e00000000 +
0x00000000 0x00000000 0x00000001 0x00000001 +
0x00000001 0x00000001 0x00000001 0x00000001 +
0x00000001 0x00000001 0x00000001 0x00000001 +
0x00000001 0x00000001 0x00000001 0x00000001
READMSKIO 0x0000061db7484840 0x00ff 0x00000000 0x00000000 0x064df963 0x62bb24d9
READMSKIO 0x000006015ff8bd80 0xf0ff 0x602c22a5 0x00000000 0xe6e7eb8d 0x8a3e869b
WRITEIO 0x0000061580dd4880 16 0x33d92d97 0x3225f542 0x0f7459e7 0x653793ce
WRITEMSKIO 0x000006149d011900 0x0fff 0x00000000 0xe84cb47a 0x3dc329ad 0xf115566e
WRITEBLKIO 0x0000060fadc13e00 +
0x4a7514d9 0x11242a45 0x493e0968 0xeac3cdd8 +
0x6eb41ca5 0x65919d3d 0x68dc965a 0xe331b215 +
0xce16e880 0x31902c52 0xea1713a4 0xacbfbcd7 +
0x75652183 0xaa524c41 0xc793a4d3 0x501a73a5
WRITEIO 0x00000600ecf25b00 8 0xa2ef0a41 0x0f639601
WRITEBLKIO 0x00000615cfb3ed80 +
0xfbedf0a4 0xd0e20263 0xa100ac37 0xf9c2758d +
0x3c1b670d 0xd5a8e355 0x1b8b9419 0x968e3ffa +
0xbfd13ace 0xc6107de4 0xe54c3780 0xd3408afa +
0xf9e1f0af 0x72a41eff 0xc4843f82 0x129fe774
WRITEMSKIO 0x000006117c8225c0 0x00f0 0x00000000 0x00000000 0x94f57c90 0x00000000
WRITEBLK 0x00000007b744f000 +
0xe8527f70 0x4945055d 0xf7646b91 0x72897304 +
0x4b23c642 0x5dab0328 0x8e8bb4da 0x0b15da00 +
0x85b8ea87 0x68ee6bc4 0x2331b5bb 0xf4472064 +
0x49d916df 0xeae49986 0x25a4d341 0x8073ccc0
WRITEMSK 0x0000001b317294c0 0x0f000ff000ff0fff +
0x00000000 0xe37cd4ec 0x00000000 0x00000000 +
0x00000000 0x8b8e76a0 0x77125521 0x00000000 +
0x00000000 0x00000000 0x1721168c 0x55e3e722 +
0x00000000 0x0233542a 0x443cb3b8 0x70c71ff7
WRITEBLK 0x0000001496ae4d80 +
0xf9d68cb4 0x597c7518 0xc3876b07 0xd0a02abe +
0xdb2ebb4e 0x5d7ebf1c 0x7b30ebdc 0xe3f06500 +
0x578fc5a4 0x3a182179 0x2329eb7b 0x25abee29 +
0xe092e93c 0xe7d90378 0x1627d537 0x46def0f0
READIO 0x00000609f9e5f3c0 16 0x75ff19ec 0x2d79b958 0xac65afc2 0x56358b77
READBLK 0x0000001b317294c0 +
0x1ea3e91a 0xe37cd4ec 0x5a669b93 0xd835a288 +
0x11a20399 0x8b8e76a0 0x77125521 0x7b663bb8 +
0x59357b38 0x183fccc1 0x1721168c 0x55e3e722 +
0x4c9231de 0x0233542a 0x443cb3b8 0x70c71ff7
WRITEBLK 0x0000000ee2010ac0 +
0x521d1909 0xd5746a4a 0xb13b86b2 0x60eae4d4 +
0xb7f3902a 0x1a5d186d 0xd58287a3 0x031cee86 +
0x77fe4102 0xa4806b0b 0x6b11085a 0x10f3dc46 +
0x2226337a 0xaf52ac53 0x8d5679ab 0xde2915e9
WRITEIO 0x00000612b6dcf3c0 8 0xd651840c 0xfa69e1c6
WRITEBLKIO 0x0000060e956cb300 +
0x73896af8 0xab1f4e59 0xa2977d57 0xe83ec31d +
0x3f2b0c79 0xca521554 0xe18234ff 0x5cbbde39 +
0xece1342e 0x82aebdc8 0xb72d6981 0xa08a1f04 +
0x72811034 0x656c6b58 0x2a5e1958 0x7c43d831
WRITEIO 0x0000061e0a9f5e40 8 0x2e93f008 0xb9acde6e
WRITEMSK 0x00000007b744f000 0xffff00fff00ff000 +
0xa4d52bc5 0xc7b7df38 0xd4d0234a 0x64655c44 +
0x00000000 0x00000000 0x788074dc 0xacce639b +
0x9eb24de9 0x00000000 0x00000000 0xf1806b25 +
0xfa8eac2c 0x00000000 0x00000000 0x00000000
READIO 0x0000061580dd4880 16 0x33d92d97 0x3225f542 0x0f7459e7 0x653793ce
READIO 0x00000600ecf25b00 8 0xa2ef0a41 0x0f639601
WRITEMSKIO 0x000006176c413b40 0x00ff 0x00000000 0x00000000 0x3a66e1a6 0x1266c7dc
READIO 0x00000612b6dcf3c0 8 0xd651840c 0xfa69e1c6
WRITEMSKIO 0x0000060ecba5c880 0x000f 0x00000000 0x00000000 0x00000000 0x4593d641
WRITEBLKIO 0x0000060782272800 +
0x95a4eabc 0x53341992 0xa08ef949 0x79a4cbe6 +
0x58ae262b 0x2411a129 0x2387d0c0 0xba687d51 +
0xc5456d0b 0x9ba67de5 0x6f87bfd8 0xa31b03d7 +
0xfcbd33e0 0x3d9416dc 0xa52fb1cf 0xd85638c9
INT 0x0000000e00000000 +
0x00000002 0x00000002 0x00000003 0x00000003 +
0x00000003 0x00000003 0x00000003 0x00000003 +
0x00000003 0x00000003 0x00000003 0x00000003 +
0x00000003 0x00000003 0x00000003 0x00000003
WRITEMSK 0x00000007b744f000 0x0fff0fff0ffffff0 +
0x00000000 0xd1dc56a1 0x064b0d72 0xd8faa263 +
0x00000000 0xc09deee5 0x6e5fb694 0xf129ca28 +
0x00000000 0x8523d973 0x879c8a0c 0xeba5d49b +
0x20180d30 0xd2bb6bd8 0x361c301d 0x00000000
READBLK 0x00000007b744f000 +
0xa4d52bc5 0xd1dc56a1 0x064b0d72 0xd8faa263 +
0x4b23c642 0xc09deee5 0x6e5fb694 0xf129ca28 +
0x9eb24de9 0x8523d973 0x879c8a0c 0xeba5d49b +
0x20180d30 0xd2bb6bd8 0x361c301d 0x8073ccc0
READBLKIO 0x0000061dee8cfe00 +
0x08dee206 0x748898f2 0x7f260330 0xaf2daad7 +
0x86a20f43 0xa57a68b2 0xf1d9797a 0x15fa1ea7 +
0x7b353d3b 0x86e6787d 0x4c66d809 0x71e92f12 +
0x8ad52f10 0x3c464e66 0x075b4b4d 0x7dca7c0d
WRITEMSKIO 0x0000060b076d1e40 0x00ff 0x00000000 0x00000000 0xe6750c33 0x8be0e22a
WRITEMSK 0x0000001496ae4d80 0x0fff0f00f00fff00 +
0x00000000 0x20901f01 0x910dc1d8 0x8306301c +
0x00000000 0xc96300f6 0x00000000 0x00000000 +
0x02f0bae5 0x00000000 0x00000000 0xab83b597 +
0xfc8c6ea1 0xf495c625 0x00000000 0x00000000
READMSKIO 0x000006149d011900 0x0fff 0x00000000 0xe84cb47a 0x3dc329ad 0xf115566e
WRITEMSK 0x0000001496ae4d80 0xf00ffff00f00ffff +
0x1b0a464a 0x00000000 0x00000000 0x92452896 +
0x3127ecc4 0x6da93c47 0x64fd931a 0x00000000 +
0x00000000 0x8403aa55 0x00000000 0x00000000 +
0x26e78717 0x493775d1 0x19ba187a 0x468c7289
INT 0x0000000e00000000 +
0x00000004 0x00000004 0x00000005 0x00000005 +
0x00000005 0x00000005 0x00000005 0x00000005 +
0x00000005 0x00000005 0x00000005 0x00000005 +
0x00000005 0x00000005 0x00000005 0x00000005
WRITEMSKIO 0x0000061f8c129280 0xf0f0 0xe6a82d1b 0x00000000 0xbbcd5094 0x00000000
| trivoldus28/pulsarch-verilog | verif/diag/assembly/raw_random/pio_rnd_basic4_usr_mode_sas1_int/pio_rnd_basic4_usr_mode_sas1_int_rand_0_sjm/sjm_4.cmd | bat | gpl-2.0 | 7,687 |
cmd_drivers/net/wireless/bcmdhd/bcmdhd.ko := arm-poky-linux-gnueabi-ld -EL -r -T /second_extend/yocto_file/linux_yocto/scripts/module-common.lds --build-id -o drivers/net/wireless/bcmdhd/bcmdhd.ko drivers/net/wireless/bcmdhd/bcmdhd.o drivers/net/wireless/bcmdhd/bcmdhd.mod.o
| heyoufei2/yocto3.14.38_kernel | drivers/net/wireless/bcmdhd/.bcmdhd.ko.cmd | bat | gpl-2.0 | 277 |
>>> output_file = open('test.txt', 'w')
>>> type(output_file)
<class '_io.TextIOWrapper'>
| simontakite/sysadmin | pythonscripts/practicalprogramming/fileproc/filetype.cmd | bat | gpl-2.0 | 90 |
cmd_sound/soc/s3c24xx/snd-soc-s5p-i2s_sec.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o sound/soc/s3c24xx/snd-soc-s5p-i2s_sec.o sound/soc/s3c24xx/s5p-i2s_sec.o
| sktjdgns1189/android_kernel_iriver_MX100 | sound/soc/s3c24xx/.snd-soc-s5p-i2s_sec.o.cmd | bat | gpl-2.0 | 188 |
@echo off
REM reg delete renvoi 0 : succés ou 1 : echec
Reg delete HKLM\SOFTWARE\fooox /v Flag /f
goto %ERRORLEVEL%
:1
echo Le logiciel Fooox n est pas installe
exit 1
GOTO end
:0
REM on supprime le repertoire fooox place dans Program Files
echo debut de la desinstallation
cd \
cd "C:\Program Files\fooox"
chmod ugo+rwx *
cd ..
chmod ugo+rwx "C:\Program Files\fooox"
cd \
rmdir "\Program Files\fooox" /s /q
cd "C:\Documents and Settings\All Users\Menu D?marrer\Programmes"
rmdir Fooox /s /q
cd \
cd "C:\Documents and Settings\All Users\Bureau"
del fooox001b10.lnk /q
cd "C:\Documents and Settings\All Users\Bureau"
del fooox.lnk /q
cd \
echo Desinstallation terminee
:end | cedricde/lrs | addons/lsc_deployment_scripts/Software_without_installer/Tools_OOo/Fooox/desinstallfooox.bat | bat | gpl-2.0 | 728 |
cmd_sound/isa/msnd/built-in.o := rm -f sound/isa/msnd/built-in.o; /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ar rcsD sound/isa/msnd/built-in.o
| domintech/PandaBoard-LinuxKernel | sound/isa/msnd/.built-in.o.cmd | bat | gpl-2.0 | 222 |
echo source $USERPROFILE\local\vim\portable_vimrc > %USERPROFILE%\_vimrc
:: taken care of in portable_vimrc
:: MKLINK /J vimfiles %LOCAL_DIR%\vim\vimfiles
| Erotemic/local | vim/setup_vim.bat | bat | gpl-3.0 | 160 |
@echo off
set my_command=node
set my_params="%~dp0\..\joola.io.analytics" %*
%my_command% %my_params% | nvdnkpr/joola.io.analytics | bin/joola.io.analytics.cmd | bat | gpl-3.0 | 107 |
@echo off
title Steam Server Info Script
rem echo Current directory: %cd%
set "CURRENT_DIR=%cd%"
if "x%2x" == "xx" goto setOnlyFirstArg
set "CMD_ARGS=%2"
goto setFirstArg
:setOnlyFirstArg
if "x%1x" == "xx" goto endScript
set "CMD_ARGS=%1"
goto runScript
:setFirstArg
if "x%1x" == "xx" goto endScript
set "SCRIPT_DIR=%1"
:runScript
%SCRIPT_DIR%\disco-mini-server\bin\disco-mini-server.bat "%CMD_ARGS%"
:endScript
echo Script terminated
cd "%CURRENT_DIR%" | emawind84/disco-mini-server | etc/se/steam_server_info.bat | bat | gpl-3.0 | 462 |
@echo off
rem Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
rem 2006, 2007 Free Software Foundation, Inc.
rem This file is part of GNU Make.
rem
rem GNU Make is free software; you can redistribute it and/or modify it under
rem the terms of the GNU General Public License as published by the Free
rem Software Foundation; either version 3 of the License, or (at your option)
rem any later version.
rem
rem GNU Make is distributed in the hope that it will be useful, but WITHOUT
rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
rem FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for.
rem more details.
rem
rem You should have received a copy of the GNU General Public License along
rem with this program. If not, see <http://www.gnu.org/licenses/>.
if exist config.h.W32 GoTo NotCVS
sed -n "s/^AC_INIT(\[GNU make\],\[\([^]]\+\)\].*/s,%%VERSION%%,\1,g/p" configure.in > config.h.W32.sed
echo s,%%PACKAGE%%,make,g >> config.h.W32.sed
sed -f config.h.W32.sed config.h.W32.template > config.h.W32
:NotCVS
if not exist config.h copy config.h.W32 config.h
cd w32\subproc
echo "Creating the subproc library"
%ComSpec% /c build.bat %1
cd ..\..
if exist link.dbg del link.dbg
if exist link.rel del link.rel
echo "Creating GNU Make for Windows 9X/NT/2K/XP"
if "%1" == "gcc" GoTo GCCBuild
set make=gnumake
echo on
if not exist .\WinDebug\nul mkdir .\WinDebug
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D TIVOLI /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c variable.c
echo WinDebug\variable.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c rule.c
echo WinDebug\rule.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c remote-stub.c
echo WinDebug\remote-stub.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c commands.c
echo WinDebug\commands.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c file.c
echo WinDebug\file.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c getloadavg.c
echo WinDebug\getloadavg.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c default.c
echo WinDebug\default.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c signame.c
echo WinDebug\signame.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c expand.c
echo WinDebug\expand.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c dir.c
echo WinDebug\dir.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c main.c
echo WinDebug\main.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c getopt1.c
echo WinDebug\getopt1.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c job.c
echo WinDebug\job.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c read.c
echo WinDebug\read.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c version.c
echo WinDebug\version.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c getopt.c
echo WinDebug\getopt.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c arscan.c
echo WinDebug\arscan.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c hash.c
echo WinDebug\hash.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c strcache.c
echo WinDebug\strcache.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c remake.c
echo WinDebug\remake.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c misc.c
echo WinDebug\misc.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c ar.c
echo WinDebug\ar.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c function.c
echo WinDebug\function.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c vpath.c
echo WinDebug\vpath.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c implicit.c
echo WinDebug\implicit.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c .\w32\compat\dirent.c
echo WinDebug\dirent.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c .\glob\glob.c
echo WinDebug\glob.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c .\glob\fnmatch.c
echo WinDebug\fnmatch.obj >>link.dbg
cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c .\w32\pathstuff.c
echo WinDebug\pathstuff.obj >>link.dbg
echo off
echo "Linking WinDebug/%make%.exe"
rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDebug/commands.obj .\WinDebug/file.obj .\WinDebug/getloadavg.obj .\WinDebug/default.obj .\WinDebug/signame.obj .\WinDebug/expand.obj .\WinDebug/dir.obj .\WinDebug/main.obj .\WinDebug/getopt1.obj .\WinDebug/job.obj .\WinDebug/read.obj .\WinDebug/version.obj .\WinDebug/getopt.obj .\WinDebug/arscan.obj .\WinDebug/remake.obj .\WinDebug/hash.obj .\WinDebug/strcache.obj .\WinDebug/misc.obj .\WinDebug/ar.obj .\WinDebug/function.obj .\WinDebug/vpath.obj .\WinDebug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/pathstuff.obj
echo kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib >>link.dbg
link.exe /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe @link.dbg
if not exist .\WinDebug/%make%.exe echo "WinDebug build failed"
if exist .\WinDebug/%make%.exe echo "WinDebug build succeeded!"
if not exist .\WinRel\nul mkdir .\WinRel
echo on
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /D TIVOLI /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c variable.c
echo WinRel\variable.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c rule.c
echo WinRel\rule.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c remote-stub.c
echo WinRel\remote-stub.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c commands.c
echo WinRel\commands.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c file.c
echo WinRel\file.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c getloadavg.c
echo WinRel\getloadavg.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c default.c
echo WinRel\default.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c signame.c
echo WinRel\signame.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c expand.c
echo WinRel\expand.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c dir.c
echo WinRel\dir.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c main.c
echo WinRel\main.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c getopt1.c
echo WinRel\getopt1.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c job.c
echo WinRel\job.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c read.c
echo WinRel\read.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c version.c
echo WinRel\version.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c getopt.c
echo WinRel\getopt.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c arscan.c
echo WinRel\arscan.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c remake.c
echo WinRel\remake.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c hash.c
echo WinRel\hash.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c strcache.c
echo WinRel\strcache.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c misc.c
echo WinRel\misc.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c ar.c
echo WinRel\ar.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c function.c
echo WinRel\function.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c vpath.c
echo WinRel\vpath.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c implicit.c
echo WinRel\implicit.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c .\w32\compat\dirent.c
echo WinRel\dirent.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c .\glob\glob.c
echo WinRel\glob.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c .\glob\fnmatch.c
echo WinRel\fnmatch.obj >>link.rel
cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c .\w32\pathstuff.c
echo WinRel\pathstuff.obj >>link.rel
echo off
echo "Linking WinRel/%make%.exe"
rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel/commands.obj .\WinRel/file.obj .\WinRel/getloadavg.obj .\WinRel/default.obj .\WinRel/signame.obj .\WinRel/expand.obj .\WinRel/dir.obj .\WinRel/main.obj .\WinRel/getopt1.obj .\WinRel/job.obj .\WinRel/read.obj .\WinRel/version.obj .\WinRel/getopt.obj .\WinRel/arscan.obj .\WinRel/remake.obj .\WinRel/misc.obj .\WinRel/hash.obj .\WinRel/strcache.obj .\WinRel/ar.obj .\WinRel/function.obj .\WinRel/vpath.obj .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pathstuff.obj
echo kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib >>link.rel
link.exe /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe @link.rel
if not exist .\WinRel/%make%.exe echo "WinRel build failed"
if exist .\WinRel/%make%.exe echo "WinRel build succeeded!"
set make=
GoTo BuildEnd
:GCCBuild
echo on
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c variable.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c rule.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c remote-stub.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c commands.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c file.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c getloadavg.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c default.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c signame.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c expand.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c dir.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c main.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c getopt1.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c job.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c read.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c version.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c getopt.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c arscan.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c remake.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c hash.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c strcache.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c misc.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c ar.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c function.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c vpath.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c implicit.c
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c ./glob/glob.c -o glob.o
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c ./glob/fnmatch.c -o fnmatch.o
gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c ./w32/pathstuff.c -o pathstuff.o
gcc -mthreads -gdwarf-2 -g3 -o gnumake.exe variable.o rule.o remote-stub.o commands.o file.o getloadavg.o default.o signame.o expand.o dir.o main.o getopt1.o job.o read.o version.o getopt.o arscan.o remake.o misc.o hash.o strcache.o ar.o function.o vpath.o implicit.o glob.o fnmatch.o pathstuff.o w32_misc.o sub_proc.o w32err.o -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32
:BuildEnd
echo on
| mseaborn/gnu-make | build_w32.bat | bat | gpl-3.0 | 21,967 |
rem Batch file to run Star SUDOKU on Windows
start javaw -jar build\libs\StarSUDOKU-1.0.jar
| devng/star-sudoku | StarSUDOKU.bat | bat | mpl-2.0 | 96 |
echo off
cls
python setup_cmodRegBP.py build_ext --inplace
| prospero78/pyPC | pak_pc/pak_cpu/pak_reg/build_reg_bp.bat | bat | lgpl-3.0 | 59 |
npm install -g jake jshint@0.5.0 csslint uglify-js && npm install jasmine-node@1.0.22 jWorkflow
| rcruz/JumpStart | configure.bat | bat | apache-2.0 | 96 |
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock --env-file ./.env -it wurstmeister/kafka:latest /bin/bash
| usdot-jpo-ode/jpo-ode | scripts/start-kafka-shell.bat | bat | apache-2.0 | 119 |
CD D:/OneDrive/01_Luca/07_DocMASE/07_Data/03_FEM\2017-07-25_AbqRunSummary_SmallStrain_D05\pdf
pdflatex D:/OneDrive/01_Luca/07_DocMASE/07_Data/03_FEM\2017-07-25_AbqRunSummary_SmallStrain_D05\tex\2017-07-25_AbqRunSummary_SmallStrain_D05_F-SoF-VCCT_Summary.tex -job-name=2017-07-25_AbqRunSummary_SmallStrain_D05_F-SoF-VCCT_Summary
| LucaDiStasio/thinPlyMechanics | tex/02_Slides/Slides_12_Update-2017-07-17/2017-07-25_AbqRunSummary_SmallStrain_D05/pdf/runlatex.cmd | bat | apache-2.0 | 330 |
@ECHO OFF
::----------------------------------------------------------------------
:: Voice Menu startup script.
:: Generated by MPS
::----------------------------------------------------------------------
:: ---------------------------------------------------------------------
:: Ensure IDE_HOME points to the directory where the IDE is installed.
:: ---------------------------------------------------------------------
SET IDE_BIN_DIR=%~dp0
FOR /F "delims=" %%i in ("%IDE_BIN_DIR%\..") DO SET IDE_HOME=%%~fi
IF "%IDE_BIN_DIR:~-8%" == "bin\win\" (
echo.
echo You are trying to run Voice Menu from generic distribution
echo Please first copy content of "%IDE_BIN_DIR%"
echo into its parent directory ("%IDE_BIN_DIR:~0,-4%"^)
echo and then run voicemenu.bat from there
echo.
pause
exit
)
:: ---------------------------------------------------------------------
:: Locate a JDK installation directory which will be used to run the IDE.
:: Try (in order): voicemenu_JDK, voicemenu%BITS%.exe.jdk, ..\jre, JDK_HOME, JAVA_HOME.
:: ---------------------------------------------------------------------
SET JDK=
SET IDEA_VENDOR_NAME=JetBrains
IF EXIST "%voicemenu_JDK%" SET JDK=%voicemenu_JDK%
IF EXIST "%JDK%" GOTO check
SET BITS=64
SET USER_JDK64_FILE=%APPDATA%\%IDEA_VENDOR_NAME%\voicemenu2021.2\voicemenu%BITS%.exe.jdk
SET BITS=
SET USER_JDK_FILE=%APPDATA%\%IDEA_VENDOR_NAME%\voicemenu2021.2\voicemenu%BITS%.exe.jdk
IF EXIST "%USER_JDK64_FILE%" (
SET /P JDK=<%USER_JDK64_FILE%
) ELSE (
IF EXIST "%USER_JDK_FILE%" SET /P JDK=<%USER_JDK_FILE%
)
IF NOT "%JDK%" == "" (
IF NOT EXIST "%JDK%" SET JDK="%IDE_HOME%\%JDK%"
IF EXIST "%JDK%" GOTO check
)
IF "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
IF EXIST "%IDE_HOME%\jbr" SET JDK=%IDE_HOME%\jbr
IF EXIST "%JDK%" GOTO check
)
IF EXIST "%IDE_HOME%\jbr-x86" SET JDK=%IDE_HOME%\jbr-x86
IF EXIST "%JDK%" GOTO check
IF EXIST "%JDK_HOME%" SET JDK=%JDK_HOME%
IF EXIST "%JDK%" GOTO check
IF EXIST "%JAVA_HOME%" SET JDK=%JAVA_HOME%
:check
SET JAVA_EXE=%JDK%\bin\javaw.exe
IF NOT EXIST "%JAVA_EXE%" SET JAVA_EXE=%JDK%\jre\bin\javaw.exe
IF NOT EXIST "%JAVA_EXE%" (
ECHO ERROR: cannot start Voice Menu.
ECHO No JDK found. Please validate either voicemenu_JDK, JDK_HOME or JAVA_HOME points to valid JDK installation.
EXIT /B
)
SET JRE=%JDK%
IF EXIST "%JRE%\jre" SET JRE=%JDK%\jre
IF EXIST "%JRE%\lib\amd64" (
SET BITS=64
) ELSE (
IF EXIST "%JRE%\bin\windowsaccessbridge-64.dll" SET BITS=64
)
:: ---------------------------------------------------------------------
:: Collect JVM options and properties.
:: ---------------------------------------------------------------------
IF NOT "%voicemenu_PROPERTIES%" == "" SET IDE_PROPERTIES_PROPERTY="-Didea.properties.file=%voicemenu_PROPERTIES%"
:: explicit
SET VM_OPTIONS_FILE=%voicemenu_VM_OPTIONS%
IF NOT EXIST "%VM_OPTIONS_FILE%" (
:: Toolbox
SET VM_OPTIONS_FILE=%IDE_HOME%.vmoptions
)
IF NOT EXIST "%VM_OPTIONS_FILE%" (
:: user-overridden
SET VM_OPTIONS_FILE=%APPDATA%\%IDEA_VENDOR_NAME%\voicemenu2021.2\mps%BITS%.exe.vmoptions
)
IF NOT EXIST "%VM_OPTIONS_FILE%" (
:: default, standard installation
SET VM_OPTIONS_FILE=%IDE_BIN_DIR%\voicemenu%BITS%.exe.vmoptions
)
IF NOT EXIST "%VM_OPTIONS_FILE%" (
:: default, universal package
SET VM_OPTIONS_FILE=%IDE_BIN_DIR%\win\voicemenu%BITS%.exe.vmoptions
)
IF NOT EXIST "%VM_OPTIONS_FILE%" (
ECHO ERROR: cannot find VM options file.
)
SET ACC=
FOR /F "eol=# usebackq delims=" %%i IN ("%VM_OPTIONS_FILE%") DO CALL "%IDE_BIN_DIR%\append.bat" "%%i"
IF EXIST "%VM_OPTIONS_FILE%" SET ACC=%ACC% -Djb.vmOptionsFile="%VM_OPTIONS_FILE%"
SET IDEA_PATHS_SELECTOR=voicemenu2021.2
SET PRODUCT="voicemenu"
SET COMMON_JVM_ARGS="-XX:ErrorFile=%USERPROFILE%\java_error_in_%PRODUCT%_%%p.log" "-XX:HeapDumpPath=%USERPROFILE%\java_error_in_%PRODUCT%.hprof" -Didea.paths.selector=%IDEA_PATHS_SELECTOR% -Didea.vendor.name="%IDEA_VENDOR_NAME%" %IDE_PROPERTIES_PROPERTY%
SET IDE_JVM_ARGS=-Didea.platform.prefix=Idea -Didea.jre.check=true
SET ALL_JVM_ARGS=%ACC% %COMMON_JVM_ARGS% %IDE_JVM_ARGS%
SET CLASS_PATH=%IDE_HOME%\lib\branding.jar
SET CLASS_PATH=%CLASS_PATH%;%IDE_HOME%\lib\mps-boot.jar
SET CLASS_PATH=%CLASS_PATH%;%IDE_HOME%\lib\mps-boot-util.jar
SET CLASS_PATH=%CLASS_PATH%;%IDE_HOME%\lib\bootstrap.jar
SET CLASS_PATH=%CLASS_PATH%;%IDE_HOME%\lib\extensions.jar
SET CLASS_PATH=%CLASS_PATH%;%IDE_HOME%\lib\util.jar
SET CLASS_PATH=%CLASS_PATH%;%IDE_HOME%\lib\jdom.jar
SET CLASS_PATH=%CLASS_PATH%;%IDE_HOME%\lib\log4j.jar
SET CLASS_PATH=%CLASS_PATH%;%IDE_HOME%\lib\trove4j.jar
SET CLASS_PATH=%CLASS_PATH%;%IDE_HOME%\lib\jna.jar
SET CLASS_PATH=%CLASS_PATH%;%JDK%\lib\tools.jar
IF NOT "%IDEA_CLASS_PATH%" == "" SET CLASS_PATH=%CLASS_PATH%;%IDEA_CLASS_PATH%
:: ---------------------------------------------------------------------
:: Run the IDE.
:: ---------------------------------------------------------------------
SET OLD_PATH=%PATH%
SET PATH=%IDE_BIN_DIR%;%PATH%
SET MAIN_CLASS=jetbrains.mps.Launcher
start "" "%JAVA_EXE%" %ALL_JVM_ARGS% -Didea.main.class.name=%MAIN_CLASS% -cp "%CLASS_PATH%" %MAIN_CLASS% %*
SET PATH=%OLD_PATH%
exit
| vaclav/voicemenu | solutions/voicemenu.build/source_gen/voicemenu/build/voicemenu.bat | bat | apache-2.0 | 5,115 |
PowerShell.exe -Command "& {Start-Process PowerShell.exe -ArgumentList '-ExecutionPolicy Bypass -File ""C:\DeplymentShare\Win10upgrade\windows10upgade.ps1""' -windowstyle hidden -Verb RunAs}" | vmwaresamples/AirWatch-samples | Windows-Samples/Tools & Utilities/In-Place Upgrade Windows 7 to 10 for Dell Devices/Win10upgrade/windows10upgade.bat | bat | bsd-3-clause | 191 |
:: Copyright 2012 The Go Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style
:: license that can be found in the LICENSE file.
@echo off
:: Keep environment variables within this script
:: unless invoked with --no-local.
if x%1==x--no-local goto nolocal
if x%2==x--no-local goto nolocal
setlocal
:nolocal
set GOBUILDFAIL=0
if exist make.bat goto ok
echo Must run make.bat from Go src directory.
goto fail
:ok
:: Grab default GOROOT_FINAL and set GOROOT for build.
:: The expression %VAR:\=\\% means to take %VAR%
:: and apply the substitution \ = \\, escaping the
:: backslashes. Then we wrap that in quotes to create
:: a C string.
cd ..
set GOROOT=%CD%
cd src
if "x%GOROOT_FINAL%"=="x" set GOROOT_FINAL=%GOROOT%
set DEFGOROOT=-DGOROOT_FINAL="\"%GOROOT_FINAL:\=\\%\""
echo # Building C bootstrap tool.
echo cmd/dist
if not exist ..\bin\tool mkdir ..\bin\tool
:: Windows has no glob expansion, so spell out cmd/dist/*.c.
gcc -O2 -Wall -Werror -o cmd/dist/dist.exe -Icmd/dist %DEFGOROOT% cmd/dist/buf.c cmd/dist/build.c cmd/dist/buildgc.c cmd/dist/buildruntime.c cmd/dist/goc2c.c cmd/dist/main.c cmd/dist/windows.c
if errorlevel 1 goto fail
.\cmd\dist\dist env -wp >env.bat
if errorlevel 1 goto fail
call env.bat
del env.bat
echo.
echo # Building compilers and Go bootstrap tool.
set buildall=-a
if x%1==x--no-clean set buildall=
.\cmd\dist\dist bootstrap %buildall% -v
if errorlevel 1 goto fail
:: Delay move of dist tool to now, because bootstrap cleared tool directory.
move .\cmd\dist\dist.exe %GOTOOLDIR%\dist.exe
%GOTOOLDIR%\go_bootstrap clean -i std
echo.
if not %GOHOSTARCH% == %GOARCH% goto localbuild
if not %GOHOSTOS% == %GOOS% goto localbuild
goto mainbuild
:localbuild
echo # Building tools for local system. %GOHOSTOS%/%GOHOSTARCH%
setlocal
set GOOS=%GOHOSTOS%
set GOARCH=%GOHOSTARCH%
%GOTOOLDIR%\go_bootstrap install -v std
endlocal
if errorlevel 1 goto fail
echo.
:mainbuild
echo # Building packages and commands.
%GOTOOLDIR%\go_bootstrap install -a -v std
if errorlevel 1 goto fail
del %GOTOOLDIR%\go_bootstrap.exe
echo.
if x%1==x--no-banner goto nobanner
%GOTOOLDIR%\dist banner
:nobanner
goto end
:fail
set GOBUILDFAIL=1
:end
| tav/go | src/make.bat | bat | bsd-3-clause | 2,191 |
REM $Id$
set PGPORT=5432
set PGHOST=localhost
set PGUSER=postgres
set PGPASSWORD=yourpasswordhere
set THEDB=geocoder
set PGBIN=C:\Program Files\PostgreSQL\8.4\bin
set PGCONTRIB=C:\Program Files\PostgreSQL\8.4\share\contrib
"%PGBIN%\psql" -d "%THEDB%" -f "upgrade_geocode.sql"
REM unremark the loader line to update your loader scripts
REM note this wipes out your custom settings in loader_* tables
REM "%PGBIN%\psql" -d "%THEDB%" -f "tiger_loader_2012.sql"
cd regress
REM "%PGBIN%\psql" -d "%THEDB%" -t -f regress.sql
pause
| ahinz/postgis | extras/tiger_geocoder/tiger_2011/upgrade_geocoder.bat | bat | gpl-2.0 | 547 |
cmd_fs/fat/fat.o := arm-none-linux-gnueabi-ld -EL -r -o fs/fat/fat.o fs/fat/cache.o fs/fat/dir.o fs/fat/fatent.o fs/fat/file.o fs/fat/inode.o fs/fat/misc.o
| srinugnt2000/linux-2.6.37 | fs/fat/.fat.o.cmd | bat | gpl-2.0 | 160 |
@echo off
echo set the Visual Studio environment by calling vcvarsall.bat
call "%VCINSTALLDIR%"/vcvarsall.bat
REM The express version of Visual Studio does not have devenv and
REM uses msbuild. Older versions of Visual Studio still need to
REM use devenv
set use_devenv=0
which devenv > nul 2>&1
if %ERRORLEVEL% == 0 set use_devenv=1
echo Building sacs_contentfilteredtopic_sub.csproj
if %use_devenv% == 1 (
devenv "%OSPL_HOME%examples\CSharp.sln" /%1 Release /project "%OSPL_HOME%examples\dcps\ContentFilteredTopic\cs\standalone\sacs_contentfilteredtopic_sub.csproj"
) else (
msbuild sacs_contentfilteredtopic_sub.csproj /p:Configuration=Release
)
IF NOT %ERRORLEVEL% == 0 (
ECHO:
ECHO *** Error building
ECHO:
GOTO error
)
cd %~dp0
echo Building sacs_contentfilteredtopic_pub.csproj
if %use_devenv% == 1 (
devenv "%OSPL_HOME%examples\CSharp.sln" /%1 Release /project "%OSPL_HOME%examples\dcps\ContentFilteredTopic\cs\standalone\sacs_contentfilteredtopic_pub.csproj"
) else (
msbuild sacs_contentfilteredtopic_pub.csproj /p:Configuration=Release
)
IF NOT %ERRORLEVEL% == 0 (
ECHO:
ECHO *** Error building
ECHO:
GOTO error
)
cd %~dp0
GOTO end
:error
ECHO An error occurred, exiting now
:end
| PrismTech/opensplice | examples/dcps/ContentFilteredTopic/cs/standalone/Build.bat | bat | gpl-3.0 | 1,262 |
@echo off
rem *** Usage ***
rem call 'GitShowBranch /i' for prompt initialization
rem you may change ConEmuGitPath variable, if git.exe/git.cmd is not in your %PATH%
rem Predefined dir where git binaries are stored
rem ConEmuGitPath must contain quoted path, if it has spaces for instance
if NOT DEFINED ConEmuGitPath (
rem set ConEmuGitPath=git
set ConEmuGitPath="%~d0\GitSDK\cmd\git.exe"
)
if NOT exist "%ConEmuGitPath%" (
set ConEmuGitPath=git
)
if /I "%~1" == "/i" (
if exist "%~dp0ConEmuC.exe" (
call "%~dp0ConEmuC.exe" /IsConEmu
if errorlevel 2 goto no_conemu
) else if exist "%~dp0ConEmuC64.exe" (
call "%~dp0ConEmuC64.exe" /IsConEmu
if errorlevel 2 goto no_conemu
)
call "%ConEmuGitPath%" --version
if errorlevel 1 (
call cecho "GIT not found, change your ConEmuGitPath environment variable"
goto :EOF
)
if defined ConEmuPrompt1 (
PROMPT %ConEmuPrompt1%$E]9;7;"cmd -cur_console:R /c%~nx0"$e\$E]9;8;"gitbranch"$e\%ConEmuPrompt2%%ConEmuPrompt3%
) else (
PROMPT $P$E]9;7;"cmd -cur_console:R /c%~nx0"$e\$E]9;8;"gitbranch"$e\$g
)
goto :EOF
) else if /I "%~1" == "/u" (
if defined ConEmuPrompt1 (
PROMPT %ConEmuPrompt1%%ConEmuPrompt2%%ConEmuPrompt3%
) else (
PROMPT $P$G
)
goto :EOF
)
if /I "%~1" == "/?" goto help
if /I "%~1" == "-?" goto help
if /I "%~1" == "-h" goto help
if /I "%~1" == "--help" goto help
goto run
:help
setlocal
call "%~dp0SetEscChar.cmd"
if "%ConEmuANSI%"=="ON" (
set white=%ESC%[1;37;40m
set red=%ESC%[1;31;40m
set normal=%ESC%[0m
) else (
set white=
set red=
set normal=
)
echo %white%%~nx0 description%normal%
echo You may see your current git branch in %white%cmd prompt%normal%
echo Just run `%red%%~nx0 /i%normal%` to setup it in the current cmd instance
echo And you will see smth like `%white%T:\ConEmu [daily +0 ~7 -0]^>%normal%`
echo If you see double `%red%^>^>%normal%` unset your `%white%FARHOME%normal%` env.variable
echo You may use it in %white%Far Manager%normal%,
echo set your Far %white%prompt%normal% to `%red%$p%%gitbranch%%%normal%` and call `%red%%~nx0%normal%`
echo after each command which can change your working directory state
echo Example: "%~dp0Addons\git.cmd"
goto :EOF
:inc_add
set /A gitbranch_add=%gitbranch_add%+1
goto :EOF
:inc_chg
set /A gitbranch_chg=%gitbranch_chg%+1
goto :EOF
:inc_del
set /A gitbranch_del=%gitbranch_del%+1
goto :EOF
:eval
rem Calculate changes count
if "%gitbranch_ln%" == "##" (
rem save first line, this must be branch
) else if "%gitbranch_ln:~0,2%" == "??" (
call :inc_add
) else if "%gitbranch_ln:~0,1%" == "A" (
call :inc_add
) else if "%gitbranch_ln:~0,1%" == "D" (
call :inc_del
) else if "%gitbranch_ln:~0,1%" == "M" (
call :inc_chg
)
goto :EOF
:calc
rem Ensure that gitbranch_ln has no line returns
set "gitbranch_ln=%~1"
call :eval
goto :EOF
:drop_ext
for /F "delims=." %%l in ("%gitbranch%") do set "gitbranch=%%l"
goto :EOF
:no_conemu
rem GitShowBranch works in ConEmu only
rem Also gitbranch can't be modified
rem because export will not be working
exit /b 0
goto :EOF
:run
if exist "%~dp0ConEmuC.exe" (
call "%~dp0ConEmuC.exe" /IsConEmu
if errorlevel 2 goto no_conemu
) else if exist "%~dp0ConEmuC64.exe" (
call "%~dp0ConEmuC64.exe" /IsConEmu
if errorlevel 2 goto no_conemu
)
rem let gitlogpath be folder to store git output
if "%TEMP:~-1%" == "\" (set "gitlogpath=%TEMP:~0,-1%") else (set "gitlogpath=%TEMP%")
set git_out=%gitlogpath%\conemu_git_%ConEmuServerPID%_1.log
set git_err=%gitlogpath%\conemu_git_%ConEmuServerPID%_2.log
rem Just to ensure that non-oem characters will not litter the prompt
set "ConEmu_SaveLang=%LANG%"
set LANG=en_US
rem Due to a bug(?) of cmd.exe we can't quote ConEmuGitPath variable
rem otherwise if it contains only unquoted "git" and matches "git.cmd" for example
rem the "%~dp0" macros in that cmd will return a crap.
call %ConEmuGitPath% -c color.status=false status --short --branch --porcelain 1>"%git_out%" 2>"%git_err%"
if errorlevel 1 (
set "LANG=%ConEmu_SaveLang%"
set ConEmu_SaveLang=
del "%git_out%">nul
del "%git_err%">nul
set gitbranch=
goto prepare
)
set "LANG=%ConEmu_SaveLang%"
set ConEmu_SaveLang=
rem Firstly check if it is not a git repository
rem Set "gitbranch" to full contents of %git_err% file
set /P gitbranch=<"%git_err%"
rem But we need only first line of it
set "gitbranch=%gitbranch%"
if NOT DEFINED gitbranch goto skip_not_a_git
if "%gitbranch:~0,16%" == "fatal: Not a git" (
rem echo Not a .git repository
del "%git_out%">nul
del "%git_err%">nul
set gitbranch=
goto prepare
)
:skip_not_a_git
set gitbranch_add=0
set gitbranch_chg=0
set gitbranch_del=0
rem Set "gitbranch" to full contents of %git_out% file
set /P gitbranch=<"%git_out%"
rem But we need only first line of it
set "gitbranch=%gitbranch%"
rem To ensure that %git_out% does not contain brackets
pushd %gitlogpath%
for /F %%l in (conemu_git_%ConEmuServerPID%_1.log) do call :calc "%%l"
popd
rem echo done ':calc', br='%gitbranch%', ad='%gitbranch_add%', ch='%gitbranch_chg%', dl='%gitbranch_del%'
call %ConEmuGitPath% rev-parse --abbrev-ref HEAD 1>"%git_out%" 2>"%git_err%"
if errorlevel 1 (
set gitbranch=
) else (
set /P gitbranch=<"%git_out%"
)
del "%git_out%">nul
del "%git_err%">nul
if NOT DEFINED gitbranch (
set "gitbranch=-unknown-"
) else if "%gitbranch%" == "" (
set "gitbranch=-unknown-"
)
rem Are there changes? Or we need to display branch name only?
if "%gitbranch_add% %gitbranch_chg% %gitbranch_del%" == "0 0 0" (
set "gitbranch= [%gitbranch%]"
) else (
set "gitbranch= [%gitbranch% +%gitbranch_add% ~%gitbranch_chg% -%gitbranch_del%]"
)
rem echo "%gitbranch%"
:prepare
if NOT "%FARHOME%" == "" set gitbranch=%gitbranch%^>
:export
rem Export to parent Far Manager or cmd.exe processes
"%ConEmuBaseDir%\ConEmuC.exe" /silent /export=CON gitbranch
| adamjoniec/cmdline | cmder/vendor/conemu-maximus5/ConEmu/GitShowBranch.cmd | bat | gpl-3.0 | 5,823 |
;-| ai |-------------------------------------------------------------------
[Command]
name = "AI0"
command = a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a
time = 0
[Command]
name = "AI1"
command = b,b,b,b,b,b,b,b,b,b,b,b,b,b,b,b,b,b,b
time = 0
[Command]
name = "AI2"
command = c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c
time = 0
[Command]
name = "AI3"
command = x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x
time = 0
[Command]
name = "AI4"
command = y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y
time = 0
[Command]
name = "AI5"
command = z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z
time = 0
[Command]
name = "AI6"
command = s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s
time = 0
[Command]
name = "AI7"
command = F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F
time = 0
[Command]
name = "AI8"
command = D,D,D,D,D,D,D,D,D,D,D,D,D,D,D,D,D,D,D
time = 0
[Command]
name = "AI9"
command = B,B,B,B,B,B,B,B,B,B,B,B,B,B,B,B,B,B,B
time = 0
[Command]
name = "AI10"
command = U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
time = 0
[Command]
name = "AI11"
command = a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a
time = 0
[Command]
name = "AI12"
command = c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c
time = 0
[Command]
name = "AI13"
command = x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x
time = 0
[Command]
name = "AI14"
command = y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y
time = 0
[Command]
name = "AI15"
command = z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z
time = 0
[Command]
name = "AI16"
command = s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s
time = 0
[Command]
name = "AI17"
command = a,B,c,x,y,z,s,B,D,F,U,a,b,c,x,y,z,s,s
time = 0
[Command]
name = "AI18"
command = a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a
time = 0
[Command]
name = "AI19"
command = b,b,b,b,b,b,b,b,b,b,b,b,b,b,b,b,b,b,b
time = 0
[Command]
name = "AI20"
command = c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c
time = 0
[Command]
name = "AI21"
command = x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x
time = 0
[Command]
name = "AI22"
command = y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y
time = 0
[Command]
name = "AI23"
command = z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z
time = 0
[Command]
name = "AI24"
command = s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s
time = 0
[Command]
name = "AI25"
command = F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F
time = 0
[Command]
name = "AI26"
command = D,D,D,D,D,D,D,D,D,D,D,D,D,D,D,D,D,D,D
time = 0
[Command]
name = "AI27"
command = B,B,B,B,B,B,B,B,B,B,B,B,B,B,B,B,B,B,B
time = 0
[Command]
name = "AI28"
command = U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
time = 0
[Command]
name = "AI29"
command = a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a
time = 0
[Command]
name = "AI30"
command = c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c
time = 0
[Command]
name = "AI31"
command = x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x
time = 0
[Command]
name = "AI32"
command = y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y,y
time = 0
[Command]
name = "AI33"
command = z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z
time = 0
[Command]
name = "AI34"
command = s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s
time = 0
[Command]
name = "AI35"
command = z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z
time = 0
[Command]
name = "AI36"
command = z,z,z,z,z,z,a,a,a,z,z,z,z,z,z,z,z,z,z
time = 0
[Command]
name = "AI37"
command = z,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,z,z,z
time = 0
[Command]
name = "AI38"
command = z,z,z,z,z,a,a,a,z,z,z,z,z,a,a,a,z,z,z
time = 0
[Command]
name = "AI39"
command = z,z,z,z,z,a,a,a,z,z,z,z,z,z,a,a,z,z,z
time = 0
[Command]
name = "AI40"
command = z,z,z,z,a,a,a,z,z,z,z,a,z,z,a,a,z,z,z
time = 0
[Command]
name = "AI41"
command = z,z,z,a,z,z,z,z,z,z,z,z,z,a,a,z,z,z,z
time = 0
[Command]
name = "AI42"
command = z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z
time = 0
[Command]
name = "AI43"
command = z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,z,a,a,z
time = 0
[Command]
name = "AI44"
command = z,z,a,a,a,a,z,z,z,z,z,z,z,z,z,a,a,a,z
time = 0
[Command]
name = "AI45"
command = z,z,z,z,z,z,a,a,z,z,z,z,z,a,a,a,a,z,z
time = 0
[Command]
name = "AI46"
command = z,z,z,z,z,z,z,z,a,a,a,a,a,a,z,z,z,z,z
time = 0
[Command]
name = "AI47"
command = z,z,z,a,a,a,a,z,z,z,z,z,z,z,z,z,z,z,z
time = 0
[Command]
name = "AI48"
command = z,z,z,z,z,a,a,a,z,z,z,a,a,a,z,z,a,z,a
time = 0
[Command]
name = "AI49"
command = z,z,z,z,a,a,a,z,z,z,z,z,a,a,a,z,z,z,z
time = 0
[Command]
name = "AI50"
command = z,z,z,a,a,z,z,z,z,z,z,z,z,z,a,a,z,z,z
time = 0
;-| Super Motions |--------------------------------------------------------
[Command]
name = "´Zo["
command = ~D, B, D, B, a
time = 25
[Command]
name = "´Zo["
command = ~D, B, D, B, ~a
time = 25
[Command]
name = "CWOtH[X"
command = ~D, F, D, F, b
time = 25
[Command]
name = "CWOtH[X"
command = ~D, F, D, F, ~b
time = 25
[Command]
name = "ZCNbhGbW"
command = ~D, F, D, F, x
time = 25
[Command]
name = "ZCNbhGbW"
command = ~D, F, D, F, ~x
time = 25
[Command]
name = "ZCNbhGbWEX"
command = ~F, DF, D, DB, B, F, x
time = 30
[Command]
name = "ZCNbhGbWEX"
command = ~F, DF, D, DB, B, F, ~x
time = 30
[Command]
name = "Ride the Lightning"
command = ~F, DF, D, DB, B, F, b
time = 30
[Command]
name = "Ride the Lightning"
command = ~F, DF, D, DB, B, F, ~b
time = 30
;-| Special Motions |------------------------------------------------------
[Command]
name = "CgjOXgCN"
command = ~D, D, D, b
[Command]
name = "CgjOXgCN"
command = ~D, D, D, ~b
[Command]
name = "`[WhCu"
command = ~B, F, z
[Command]
name = "`[WhCu"
command = ~B, F, ~z
[Command]
name = "CgjOXtBA"
command = ~D, DB, B, z
[Command]
name = "CgjOXtBA"
command = ~D, DB, B, ~z
[Command]
name = "`[WA^bN"
command = ~D, DF, F, z
[Command]
name = "`[WA^bN"
command = ~D, DF, F, ~z
[Command]
name = "X^GbW_HS"
command = ~D, DF, F, b
[Command]
name = "X^GbW_HS"
command = ~D, DF, F, ~b
[Command]
name = "X^GbW_S"
command = ~D, DF, F, y
[Command]
name = "X^GbW_S"
command = ~D, DF, F, ~y
[Command]
name = "FCp[XXg_S"
command = ~F, D, DF, y
time = 15
[Command]
name = "FCp[XXg_S"
command = ~F, D, DF, ~y
time = 15
[Command]
name = "FCp[XXg_HS"
command = ~F, D, DF, b
time = 15
[Command]
name = "FCp[XXg_HS"
command = ~F, D, DF, ~b
time = 15
[Command]
name = "O[hZo["
command = ~D, DB, B, a
[Command]
name = "O[hZo["
command = ~D, DB, B, ~a
[Command]
name = "X^fBbp["
command = ~D, DF, F, a
[Command]
name = "X^fBbp["
command = ~D, DF, F, ~a
[Command]
name = "OhVT"
command = ~D, DB, B, y
[Command]
name = "OhVT"
command = ~D, DB, B, ~y
[Command]
name = "ÍÝ"
command = ~F, D, DF, x
time = 15
[Command]
name = "ÍÝ"
command = ~F, D, DF, ~x
time = 15
[Command]
name = "XgCN"
command = ~D, D, D, b
time = 20
[Command]
name = "XgCN"
command = ~D, D, D, ~b
time = 20
;-| Double Tap |-----------------------------------------------------------
[Command]
name = "FF" ;Required (do not remove)
command = F, F
time = 10
[Command]
name = "BB" ;Required (do not remove)
command = B, B
time = 10
[Command]
name = "highjump"
command = D, $U
time = 8
[Command]
name = "highjump_n"
command = D, U
time = 8
[Command]
name = "highjump_f"
command = D, UF
time = 8
[Command]
name = "highjump_b"
command = D, UB
time = 8
[Command]
name = "highjumpcancel"
command = U, D, U
time = 20
;-| 2/3 Button Combination |-----------------------------------------------
[Command]
name = "recovery";Required (do not remove)
command = a
time = 1
[Command]
name = "recovery";Required (do not remove)
command = b
time = 1
[Command]
name = "recovery";Required (do not remove)
command = x
time = 1
[Command]
name = "recovery";Required (do not remove)
command = y
time = 1
[Command]
name = "êKEõ"
command = a+b+x+y
[Command]
name = "êKEõ"
command = c+z
[Command]
name = "rc"
command = a+b+x
[Command]
name = "rc"
command = a+b+y
[Command]
name = "rc"
command = a+y+x
[Command]
name = "rc"
command = b+x+y
[Command]
name = "rc"
command = c
[Command]
name = "fd"
command = a+x
[Command]
name = "fd"
command = a+y
[Command]
name = "fd"
command = a+b
[Command]
name = "fd"
command = b+x
[Command]
name = "fd"
command = b+y
[Command]
name = "fd"
command = x+y
[Command]
name = "burst"
command = z+a
[Command]
name = "burst"
command = z+b
[Command]
name = "burst"
command = z+x
[Command]
name = "burst"
command = z+y
;-| Dir + Button |---------------------------------------------------------
[Command]
name = "fwd_a"
command = /F,a
time = 1
[Command]
name = "fwd_x"
command = /F,x
time = 1
[Command]
name = "fwd_b"
command = /F,b
time = 1
[Command]
name = "fwd_s"
command = /F,s
time = 1
[Command]
name = "down_a"
command = /$D,a
time = 1
[Command]
name = "down_b"
command = /$D,b
time = 1
[Command]
name = "down_x"
command = /$D,x
time = 1
[Command]
name = "down_y"
command = /$D,y
time = 1
[Command]
name = "down_z"
command = /$D,z
time = 1
[Command]
name = "back_a"
command = /B,a
time = 1
[Command]
name = "back_b"
command = /B,b
time = 1
[Command]
name = "back_x"
command = /B,x
time = 1
[Command]
name = "3_x"
command = /DF,x
time = 1
[Command]
name = "1_x"
command = /DB,x
time = 1
;-| Single Button |---------------------------------------------------------
[Command]
name = "a"
command = a
time = 1
[Command]
name = "b"
command = b
time = 1
[Command]
name = "c"
command = c
time = 1
[Command]
name = "x"
command = x
time = 1
[Command]
name = "y"
command = y
time = 1
[Command]
name = "z"
command = z
time = 1
[Command]
name = "start"
command = s
time = 1
;-| Hold Dir |--------------------------------------------------------------
[Command]
name = "holdfwd";Required (do not remove)
command = /$F
time = 1
[Command]
name = "holdback";Required (do not remove)
command = /$B
time = 1
[Command]
name = "holdup" ;Required (do not remove)
command = /$U
time = 1
[Command]
name = "holddown";Required (do not remove)
command = /$D
time = 1
[Command]
name = "holdx"
command = /x
time = 1
[Command]
name = "!hold_x"
command = ~x
time = 1
[Command]
name = "holda"
command = /a
time = 1
[Command]
name = "holdy"
command = /y
time = 1
[Command]
name = "holdb"
command = /b
time = 1
[Command]
name = "holdc"
command = /c
time = 1
[Command]
name = "holdz"
command = /z
time = 1
[Command]
name = "holds"
command = /s
time = 1
[command]
name="fwd"
command=F
time=1
[command]
name="back"
command=B
time=1
[command]
name="up"
command=U
time=1
[command]
name="down"
command=D
time=1
[Statedef -1];---------------------------------------------------------------
[State -3]
type = changestate
trigger1 = ishelper
trigger1 = ishelper(780+root,id)
trigger1 = stateno != 780
value = 780
[State -3]
type=changestate
trigger1= ishelper
trigger1= ishelper(10000+root,id)
trigger1= stateno!=10000
value=10000
[State -1]
type = ChangeState
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(40) = 0
triggerall = command = "rc"
triggerall = Power >= 500
triggerall = movetype != H
trigger1 = numhelper(1299) >= 1
value = 960+(statetype=A)
ignorehitpause = 1
[State -1]
type = ChangeState
value = 961
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(40) = 0
triggerall = command = "rc"
triggerall = Power >= 500
triggerall = statetype = A
triggerall = movetype != H
trigger1 = var(58)=2
trigger1 = time = [15,18]
trigger1 = stateno = 1080
trigger2 = var(58)=2
trigger2 = time = [13,16]
trigger2 = stateno = 1085
trigger3 = time = [26,29]
trigger3 = stateno = 1180
trigger4 = time = [18,21]
trigger4 = stateno = 1260
ignorehitpause = 1
[State -1]
type = ChangeState
value = 960
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(40) = 0
triggerall = command = "rc"
triggerall = Power >= 500
trigger1 = var(58)=0
trigger1 = time = [20,23]
trigger1 = stateno = 1200
trigger2 = animelemtime(14) >= 5
trigger2 = animelemtime(15) < 0
trigger2 = stateno = 3100
trigger3 = var(58)=2
trigger3 = time = [21,23]
trigger3 = stateno = 1000
trigger4 = var(58)=2
trigger4 = time = [24,26]
trigger4 = stateno = 1010
trigger5 = var(58)=2
trigger5 = time = [23,26]
trigger5 = stateno = 1200
trigger6 = var(58)=1
trigger6 = time = 14
trigger6 = stateno = 1500
ignorehitpause = 1
[State -1]
type = ChangeState
value = 950
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(40) = 0
triggerall = command = "rc"
triggerall = Power >= 1000
triggerall = statetype != A
trigger1 = (stateno = [200,899]) && (movecontact||movereversed||fvar(28))
trigger2 = (stateno = [1000,3999]) && (movecontact||movereversed||fvar(28))
trigger2 = stateno != 1220
trigger3 = (stateno = [200,3999]) && (var(6)||fvar(28))
trigger4 = (stateno = [200,451]) && var(29)
[State -1]
type = ChangeState
value = 951
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(40) = 0
triggerall = command = "rc"
triggerall = Power >= 1000
triggerall = statetype = A
trigger1 = (stateno = [200,699]) && (movecontact||movereversed||fvar(28))
trigger2 = (stateno = [1000,3999]) && (movecontact||movereversed||fvar(28))
trigger2 = stateno != 1220
trigger3 = (var(6)||fvar(28))
trigger4 = (stateno = [600,640]) && var(29)
[State -2]
type = ChangeState
value = 750
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = fvar(33) >= 1.5
triggerall = command = "burst"
triggerall = alive && roundstate = 2
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100,101]
trigger3 = time <= 1
trigger3 = movetype = A
trigger3 = stateno = [200,640]
trigger3 = prevstateno != [200,640]
[State -1]
type = ChangeState
value = 700
triggerall = var(59) <= 0
triggerall = !ishelper
triggerall = command = "holdfwd"
triggerall = command = "fd"||(command = "holdx")+(command ="holda")+(command ="holdy")+(command ="holdb")>=2
triggerall = command != "holddown"
triggerall = power >= 1000
triggerall = var(40) = 0
trigger1 = Stateno = [150,153]
[State -1]
type = ChangeState
value = 160+(statetype = C)*2+(statetype = A)*4
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = roundstate = 2
triggerall = power >= 20
triggerall = command = "holdback"
triggerall = (command = "b" && command = "y")||(command = "holdb" && command = "y")||(command = "b" && command = "holdy")
triggerall = var(40) = 0
triggerall = var(58) = 2
triggerall = helper(780+id),fvar(17)=0
trigger1 = (ctrl||fvar(28))||(stateno = [120,140])
trigger2 = stateno = [100,101]
trigger3 = stateno = [110,115]
trigger4 = stateno = 52
trigger5 = stateno = [195, 197]
trigger5 = time > ifelse(anim = 196,18,64)
[State 153, 3]
type = ChangeState
triggerall = !ishelper
triggerall = helper(780+id),sysvar(0)
triggerall = helper(780+id),sysvar(1)
trigger1 = ((var(20) = [1,7]) && Time >= 15) || HitShakeOver
trigger1 = stateno = 150 || stateno = 152 || stateno = 154
trigger2 = stateno = 156
trigger2 = Time >= 13
value = helper(780+id),sysvar(1)
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 3100
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(58) = 1
triggerall = var(40) = 0
triggerall = power >= 1000
triggerall = command = "ZCNbhGbWEX"
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28))
trigger2 = var(3) = 0
trigger2 = (stateno = [200,451]) && (movecontact||movereversed)
trigger2 = (stateno != [240,242])
trigger3 = stateno = 100
trigger4 = stateno = 101
trigger5 = stateno = 40 || stateno = 52
trigger6 = stateno = [195, 197]
trigger6 = time > ifelse(anim = 196,18,64)
trigger7 = (stateno = [200,451]) && var(29)
trigger7 = stateno != 215 || var(58)=2
trigger7 = (stateno != [240,242])
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = stateno = 151 || stateno = 153 || (stateno = 155 && statetype != A)
[State -1]
type = ChangeState
value = 3100
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(58) != 1
triggerall = var(40) = 0
triggerall = power >= 1000
triggerall = command = "ZCNbhGbW"
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28))
trigger2 = var(3) = 0
trigger2 = (stateno = [200,451]) && (movecontact||movereversed)
trigger2 = (stateno != [240,242])
trigger3 = stateno = 100
trigger4 = stateno = 101
trigger5 = stateno = 40 || stateno = 52
trigger6 = stateno = [195, 197]
trigger6 = time > ifelse(anim = 196,18,64)
trigger7 = (stateno = [200,451]) && var(29)
trigger7 = stateno != 215 || var(58)=2
trigger7 = (stateno != [240,242])
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = stateno = 151 || stateno = 153 || (stateno = 155 && statetype != A)
[State -1]
type = ChangeState
value = 3050+(var(58)=1)*500
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(40) = 0
triggerall = power >= 1000
triggerall = command = "Ride the Lightning"
trigger1 = statetype = A
trigger1 = (ctrl||fvar(28))
trigger2 = (stateno = [600,650]) && (movecontact||movereversed || var(29)) && var(3) = 0
trigger3 = (stateno = 110 && time >= 7) || (stateno = 115 && time >= 6)
trigger4 = numhelper(780+id)
trigger4 = helper(780+id),sysvar(0)
trigger4 = stateno = 155 && statetype = A
[State -1]
type = ChangeState
value = 3000+(var(58)=1)*500
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(40) = 0
triggerall = power >= 1000
triggerall = command = "Ride the Lightning"
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28)) || (StateNo = 5120 && animtime = 0)
trigger2 = var(3) = 0
trigger2 = (stateno = [200,451]) && (movecontact||movereversed)
trigger2 = stateno != 215 || var(58)=2
trigger2 = (stateno != [240,242])
trigger3 = stateno = 100
trigger4 = stateno = 101
trigger5 = stateno = 40 || stateno = 52
trigger6 = stateno = [195, 197]
trigger6 = time > ifelse(anim = 196,18,64)
trigger7 = (stateno = [200,451]) && var(29)
trigger7 = stateno != 215 || var(58)=2
trigger7 = (stateno != [240,242])
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = stateno = 151 || stateno = 153 || (stateno = 155 && statetype != A)
[State -1]
type = ChangeState
value = 3600
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(58) = 1
triggerall = palno = 11
triggerall = var(40) = 0
triggerall = power >= 1000
triggerall = command = "´Zo["
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28)) || (StateNo = 5120 && animtime = 0)
trigger2 = var(3) = 0
trigger2 = (stateno = [200,451]) && (movecontact||movereversed)
trigger2 = stateno != 215 || var(58)=2
trigger2 = (stateno != [240,242])
trigger3 = stateno = 100
trigger4 = stateno = 101
trigger5 = stateno = 40 || stateno = 52
trigger6 = stateno = [195, 197]
trigger6 = time > ifelse(anim = 196,18,64)
trigger7 = (stateno = [200,451]) && var(29)
trigger7 = stateno != 215 || var(58)=2
trigger7 = (stateno != [240,242])
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = stateno = 151 || stateno = 153 || (stateno = 155 && statetype != A)
;---------------------------------------------------------------------------
[State -1, 3000]
type = ChangeState
value = 4001
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(25) = 0
triggerall = var(40) = 1
triggerall = command = "CWOtH[X"
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = 100
trigger3 = stateno = 101
trigger4 = stateno = 40 || stateno = 52
trigger5 = stateno = [195, 197]
trigger5 = time > ifelse(anim = 196,18,64)
;---------------------------------------------------------------------------
[State -1, 3000]
type = ChangeState
value = 4000
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(25) = 0
triggerall = var(40) < 2
triggerall = command = "êKEõ"
triggerall = (var(59) <= 0)||(var(59)&&var(40) = 1)
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = 100
trigger3 = stateno = 101
trigger4 = stateno = 40 || stateno = 52
trigger5 = stateno = [195, 197]
trigger5 = time > ifelse(anim = 196,18,64)
;---------------------------------------------------------------------------
[State 1000, 1]
type = varset
triggerall = !ishelper
triggerall = command = "O[hZo["
triggerall = var(58) = 1
trigger1 = (stateno = [1100,1161])
trigger1 = (anim = [1100,1160]) && animelemtime(7) < 0
trigger2 = (stateno = [1500,1502])
trigger2 = anim = 1500 && animelemtime(17) < 0
var(45) = 1
ignorehitpause = 1
[State -1]
type = ChangeState
value = 1190
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(25) = 0
triggerall = var(58) = 1
triggerall = command = "O[hZo["|| var(45)
triggerall = statetype = A
triggerall = movetype != H
trigger1 = (stateno = [1100,1161])
trigger1 = (anim = [1100,1160]) && animelemtime(7) >= 0 && animelemtime(9) < 0
trigger2 = (stateno = [1500,1502])
trigger2 = anim = 1500 && animelemtime(17) >= 0 && animelemtime(19) < 0
[State -1]
type = ChangeState
value = 1180
triggerall = var(58)=2
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(25) = 0
triggerall = command = "b"||(command = "holdb"&&var(45) != 1)
triggerall = statetype = A
triggerall = movetype != H
trigger1 = stateno = 1100
trigger1 = time = [15,29]
trigger2 = stateno = 1110
trigger2 = time = [16,31]
trigger3 = stateno = 1150
trigger3 = time = [14,33]
[State -1]
type = ChangeState
value = 1150+(var(58)=1)*10
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(25) = 0
triggerall = command = "FCp[XXg_S"||command = "FCp[XXg_HS"
trigger1 = statetype = A
trigger1 = (ctrl||fvar(28))
trigger2 = (stateno = [600,650]) && (movecontact||movereversed || var(29)) && var(3) = 0
trigger3 = (stateno = 110 && time >= 7) || (stateno = 115 && time >= 6)
trigger4 = numhelper(780+id)
trigger4 = helper(780+id),sysvar(0)
trigger4 = stateno = 155 && statetype = A
[State -1]
type = ChangeState
value = 1800
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(25) = 0
triggerall = var(58) = 2
triggerall = var(40) = 0
triggerall = var(44) = 0 || helper(780+id),var(5)
triggerall = power >= 500
triggerall = pos y < -25
triggerall = command = "CgjOXtBA"
trigger1 = statetype = A
trigger1 = (ctrl||fvar(28))
trigger2 = (stateno = [600,650]) && (movecontact||movereversed || var(29)) && var(3) = 0
trigger3 = (stateno = 110 && time >= 7) || (stateno = 115 && time >= 6)
trigger4 = numhelper(780+id)
trigger4 = helper(780+id),sysvar(0)
trigger4 = stateno = 155 && statetype = A
[State -1]
type = ChangeState
value = 1080
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(25) = 0
triggerall = var(44) = 0 || helper(780+id),var(5)
triggerall = pos y < -25
triggerall = command = "X^GbW_S"
trigger1 = statetype = A
trigger1 = (ctrl||fvar(28))
trigger2 = (stateno = [600,650]) && (movecontact||movereversed || var(29)) && var(3) = 0
trigger3 = (stateno = 110 && time >= 7) || (stateno = 115 && time >= 6)
trigger4 = numhelper(780+id)
trigger4 = helper(780+id),sysvar(0)
trigger4 = stateno = 155 && statetype = A
[State -1]
type = ChangeState
value = 1085
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(25) = 0
triggerall = var(44) = 0 || helper(780+id),var(5)
triggerall = pos y < -25
triggerall = command = "X^GbW_HS"
trigger1 = statetype = A
trigger1 = (ctrl||fvar(28))
trigger2 = (stateno = [600,650]) && (movecontact||movereversed || var(29)) && var(3) = 0
trigger3 = (stateno = 110 && time >= 7) || (stateno = 115 && time >= 6)
trigger4 = numhelper(780+id)
trigger4 = helper(780+id),sysvar(0)
trigger4 = stateno = 155 && statetype = A
[State -1]
type = ChangeState
value = 1090
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(25) = 0
triggerall = var(44) = 0 || helper(780+id),var(5)
triggerall = pos y < -25
triggerall = command = "`[WA^bN"
trigger1 = statetype = A
trigger1 = (ctrl||fvar(28))
trigger2 = (stateno = [600,650]) && (movecontact||movereversed || var(29)) && var(3) = 0
trigger3 = (stateno = 110 && time >= 7) || (stateno = 115 && time >= 6)
trigger4 = numhelper(780+id)
trigger4 = helper(780+id),sysvar(0)
trigger4 = stateno = 155 && statetype = A
[State -1]
type = ChangeState
value = 1400
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(58) = 1
triggerall = command = "ÍÝ"
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = 100
trigger3 = stateno = 101
trigger4 = stateno = 40 || stateno = 52
trigger5 = stateno = [195, 197]
trigger5 = time > ifelse(anim = 196,18,64)
[State -1]
type = ChangeState
value = 1110+(var(58)=1)*20
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "FCp[XXg_HS"
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28)) || (StateNo = 5120 && animtime = 0)
trigger2 = var(3) = 0
trigger2 = (stateno = [200,451]) && (movecontact||movereversed)
trigger2 = stateno != 215 || var(58)=2
trigger2 = (stateno != [240,242])
trigger3 = stateno = 100
trigger4 = stateno = 101
trigger5 = stateno = 40 || stateno = 52
trigger6 = stateno = [195, 197]
trigger6 = time > ifelse(anim = 196,18,64)
trigger7 = (stateno = [200,451]) && var(29)
trigger7 = stateno != 215 || var(58)=2
trigger7 = (stateno != [240,242])
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = stateno = 151 || stateno = 153 || (stateno = 155 && statetype != A)
[State -1]
type = ChangeState
value = 1100+(var(58)=1)*20
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "FCp[XXg_S"
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28)) || (StateNo = 5120 && animtime = 0)
trigger2 = var(3) = 0
trigger2 = (stateno = [200,451]) && (movecontact||movereversed)
trigger2 = stateno != 215 || var(58)=2
trigger2 = (stateno != [240,242])
trigger3 = stateno = 100
trigger4 = stateno = 101
trigger5 = stateno = 40 || stateno = 52
trigger6 = stateno = [195, 197]
trigger6 = time > ifelse(anim = 196,18,64)
trigger7 = (stateno = [200,451]) && var(29)
trigger7 = stateno != 215 || var(58)=2
trigger7 = (stateno != [240,242])
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = stateno = 151 || stateno = 153 || (stateno = 155 && statetype != A)
[State -1]
type = ChangeState
value = 1000
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(44) = 0 || helper(780+id),var(5)
triggerall = command = "X^GbW_S"
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28))
trigger2 = var(3) = 0
trigger2 = (stateno = [200,451]) && (movecontact||movereversed)
trigger2 = stateno != 215 || var(58)=2
trigger2 = (stateno != [240,242])
trigger3 = stateno = 100
trigger4 = stateno = 101
trigger5 = stateno = 40 || stateno = 52
trigger6 = stateno = [195, 197]
trigger6 = time > ifelse(anim = 196,18,64)
trigger7 = (stateno = [200,451]) && var(29)
trigger7 = stateno != 215 || var(58)=2
trigger7 = (stateno != [240,242])
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = stateno = 151 || stateno = 153 || (stateno = 155 && statetype != A)
[State -1]
type = ChangeState
value = 1010
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(44) = 0 || helper(780+id),var(5)
triggerall = command = "X^GbW_HS"
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28))
trigger2 = var(3) = 0
trigger2 = (stateno = [200,451]) && (movecontact||movereversed)
trigger2 = stateno != 215 || var(58)=2
trigger2 = (stateno != [240,242])
trigger3 = stateno = 100
trigger4 = stateno = 101
trigger5 = stateno = 40 || stateno = 52
trigger6 = stateno = [195, 197]
trigger6 = time > ifelse(anim = 196,18,64)
trigger7 = (stateno = [200,451]) && var(29)
trigger7 = stateno != 215 || var(58)=2
trigger7 = (stateno != [240,242])
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = stateno = 151 || stateno = 153 || (stateno = 155 && statetype != A)
[State -1]
type = ChangeState
value = 1070
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(58) = 2
triggerall = var(40) = 0
triggerall = power >= 500
triggerall = command = "`[WhCu"||var(45)
triggerall = movetype != H
trigger1 = stateno = 1060
trigger1 = time = [29,36]
[State -1]
type = ChangeState
value = 1060
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(58) = 2
triggerall = var(40) = 0
triggerall = power >= 500
triggerall = command = "CgjOXtBA"
triggerall = movetype != H
trigger1 = stateno = 1050
trigger1 = time = [8,27]
[State -1]
type = ChangeState
value = 1050
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(44) = 0 || helper(780+id),var(5)
triggerall = command = "`[WA^bN"
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28))
trigger2 = var(3) = 0
trigger2 = (stateno = [200,451]) && (movecontact||movereversed)
trigger2 = stateno != 215 || var(58)=2
trigger2 = (stateno != [240,242])
trigger3 = stateno = 100
trigger4 = stateno = 101
trigger5 = stateno = 40 || stateno = 52
trigger6 = stateno = [195, 197]
trigger6 = time > ifelse(anim = 196,18,64)
trigger7 = (stateno = [200,451]) && var(29)
trigger7 = stateno != 215 || var(58)=2
trigger7 = (stateno != [240,242])
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = stateno = 151 || stateno = 153 || (stateno = 155 && statetype != A)
[State -1]
type = ChangeState
value = 1200+(var(58)=1)*50
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "X^fBbp["
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28))
trigger2 = var(3) = 0
trigger2 = (stateno = [200,451]) && (movecontact||movereversed)
trigger2 = stateno != 215 || var(58)=2
trigger2 = (stateno != [240,242])
trigger3 = stateno = 100
trigger4 = stateno = 101
trigger5 = stateno = 40 || stateno = 52
trigger6 = stateno = [195, 197]
trigger6 = time > ifelse(anim = 196,18,64)
trigger7 = (stateno = [200,451]) && var(29)
trigger7 = stateno != 215 || var(58)=2
trigger7 = (stateno != [240,242])
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = stateno = 151 || stateno = 153 || (stateno = 155 && statetype != A)
[State -1]
type = ChangeState
value = 1500
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(58) = 1
triggerall = command = "OhVT"
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28))
trigger2 = var(3) = 0
trigger2 = (stateno = [200,451]) && (movecontact||movereversed)
trigger2 = stateno != 215 || var(58)=2
trigger2 = (stateno != [240,242])
trigger3 = stateno = 100
trigger4 = stateno = 101
trigger5 = stateno = 40 || stateno = 52
trigger6 = stateno = [195, 197]
trigger6 = time > ifelse(anim = 196,18,64)
trigger7 = (stateno = [200,451]) && var(29)
trigger7 = stateno != 215 || var(58)=2
trigger7 = (stateno != [240,242])
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = stateno = 151 || stateno = 153 || (stateno = 155 && statetype != A)
[State -1]
type = ChangeState
value = 1300+(var(58)=1)*50
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "O[hZo["
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28))
trigger2 = var(3) = 0
trigger2 = (stateno = [200,451]) && (movecontact||movereversed)
trigger2 = stateno != 215 || var(58)=2
trigger2 = (stateno != [240,242])
trigger3 = stateno = 100
trigger4 = stateno = 101
trigger5 = stateno = 40 || stateno = 52
trigger6 = stateno = [195, 197]
trigger6 = time > ifelse(anim = 196,18,64)
trigger7 = (stateno = [200,451]) && var(29)
trigger7 = stateno != 215 || var(58)=2
trigger7 = (stateno != [240,242])
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = stateno = 151 || stateno = 153 || (stateno = 155 && statetype != A)
[State -1]
type = ChangeState
value = 1900
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(58) = 2
triggerall = command = "XgCN"
triggerall = p2statetype = L
triggerall = p2stateno != 5120
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28))
trigger2 = var(3) = 0
trigger2 = (stateno = [200,451]) && (movecontact||movereversed)
trigger2 = stateno != 215 || var(58)=2
trigger2 = (stateno != [240,242])
trigger3 = stateno = 100
trigger4 = stateno = 101
trigger5 = stateno = 40 || stateno = 52
trigger6 = stateno = [195, 197]
trigger6 = time > ifelse(anim = 196,18,64)
trigger7 = (stateno = [200,451]) && var(29)
trigger7 = stateno != 215 || var(58)=2
trigger7 = (stateno != [240,242])
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = stateno = 151 || stateno = 153 || (stateno = 155 && statetype != A)
;---------------------------------------------------------------------------
[State 220, 4]
type = ChangeState
triggerall = var(22)
triggerall = stateno != [241,242]
triggerall = movetype != H
triggerall = statetype = S || statetype = C
triggerall = command = "holdup" && var(59) <= 0 || var(59)>0 || fvar(39)
triggerall = (p2stateno = [246,248]) && p2movetype = H
trigger1 = stateno = 200 && (movecontact||movereversed||fvar(28))
trigger2 = stateno = 210 && (movecontact||movereversed||fvar(28))
trigger3 = stateno = 220 && (movecontact||movereversed||fvar(28))
trigger4 = (stateno = [235,237]) && (movecontact||movereversed||fvar(28))
trigger5 = (stateno = [430,431]) && (movecontact||movereversed||fvar(28))
trigger6 = stateno = 450 && (movecontact||movereversed||fvar(28))
trigger7 = stateno = 240 && movehit
trigger8 = ctrl
trigger9 = numhelper(780+id)
trigger9 = helper(780+id),sysvar(0)
trigger9 = (stateno = [200,236]) && (movecontact||movereversed||fvar(28))
trigger10 = numhelper(780+id)
trigger10 = helper(780+id),sysvar(0)
trigger10 = (stateno = [400,450]) && (movecontact||movereversed||fvar(28))
value = 241
ctrl = 0
;---------------------------------------------------------------------------
[State -1, Run Fwd]
type = ChangeState
value = 100
triggerall = !ishelper
triggerall = var(59) <= 0
trigger1 = command = "FF" || ((helper(780+id),fvar(7) = [1,10]) && command = "fwd")
trigger1 = statetype = S
trigger1 = ctrl
;---------------------------------------------------------------------------
[State -1, Run Back]
type = ChangeState
value = 105
triggerall = !ishelper
triggerall = var(59) <= 0
trigger1 = command = "BB"
trigger1 = statetype = S
trigger1 = ctrl
;---------------------------------------------------------------------------
[State ó°]
type = ChangeState
value = 850
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = statetype = A
triggerall = (ctrl||fvar(28))
triggerall = p2bodydist X < 56 - (var(58)=2)*12
triggerall = p2bodydist Y > -80
triggerall = p2bodydist Y < 20
triggerall = p2statetype = A
triggerall = p2movetype != H
triggerall = !helper(780+id),var(8)
trigger1 = command = "fwd_b"
trigger2 = command = "back_b"
;---------------------------------------------------------------------------
[State °]
type = ChangeState
value = 800
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = statetype = S
triggerall = stateno != 100
triggerall = p2bodydist X = [-22,22]
triggerall = p2statetype != A
triggerall = p2statetype != L
triggerall = p2stateno != 40
triggerall = command = "fwd_b"
trigger1 = (ctrl||fvar(28)) || (StateNo = 5120 && animtime = 0)
trigger2 = stateno = 101 && time >= 6
trigger3 = stateno = [195, 197]
trigger3 = time > ifelse(anim = 196,18,64)
trigger4 = stateno = 52
[State °]
type = ChangeState
value = 805
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = statetype = S
triggerall = stateno != 100
triggerall = p2bodydist X = [-22,22]
triggerall = p2statetype != A
triggerall = p2statetype != L
triggerall = p2stateno != 40
triggerall = command = "back_b"
trigger1 = (ctrl||fvar(28)) || (StateNo = 5120 && animtime = 0)
trigger2 = stateno = 101 && time >= 6
trigger3 = stateno = [195, 197]
trigger3 = time > ifelse(anim = 196,18,64)
trigger4 = stateno = 52
;===========================================================================
[State -1]
type = ChangeState
value = 130+(statetype = C)+(statetype = A)*2
triggerall = !ishelper
triggerall = roundstate = 2
triggerall = power > 0
triggerall = var(40) = 0
triggerall = var(25) = 1
triggerall = stateno != [110,115]
trigger1 = (ctrl||fvar(28))||((stateno = [160,164])&&time <= 1)&&stateno%2=0
trigger2 = stateno = 100; && time >= 7
trigger3 = stateno = 101
trigger4 = stateno = 12||stateno = 52
trigger5 = stateno = [195, 197]
trigger5 = time > ifelse(anim = 196,18,64)
;===========================================================================
[State -1]
type = ChangeState
value = 450
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "down_z"
triggerall = var(3) = 0
trigger1 = (movecontact||movereversed)
trigger1 = (stateno = [200,230])||(stateno = [400,431])
trigger1 = stateno != 215
[State -1]
type = ChangeState
value = 450
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "holddown"
triggerall = command = "z"
trigger1 = statetype = C
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100, 101]
trigger3 = stateno = [195, 197]
trigger3 = time > ifelse(anim = 196,18,64)
trigger4 = stateno = 12||stateno = 52
trigger5 = var(29)
trigger5 = (stateno = [200,230])||(stateno = [400,431])
trigger5 = stateno != 215
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 240
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "z"
triggerall = var(3) = 0
trigger1 = (movecontact||movereversed)
trigger1 = (stateno = [200,230])||(stateno = [400,431])
trigger1 = stateno != 215
[State -1]
type = ChangeState
value = 240
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "z"
triggerall = command != "holddown"
trigger1 = statetype = S
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100, 101]
trigger3 = stateno = [195, 197]
trigger3 = time > ifelse(anim = 196,18,64)
trigger4 = stateno = 12||stateno = 52
trigger5 = var(29)
trigger5 = (stateno = [200,230])||(stateno = [400,431])
trigger5 = stateno != 215
;---------------------------------------------------------------------------
[State -1, Crouching Light Punch]
type = ChangeState
value = 400
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "down_x"
triggerall = var(3) = 0
trigger1 = stateno = 200
trigger1 = (movecontact||movereversed)
trigger2 = stateno = 400
trigger2 = (movecontact||movereversed)
[State -1, Crouching Light Punch]
type = ChangeState
value = 400
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "holddown"
triggerall = command = "x"
trigger1 = statetype = C
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100, 101]
trigger3 = stateno = [195, 197]
trigger3 = time > ifelse(anim = 196,18,64)
trigger4 = stateno = 12||stateno = 52
trigger5 = stateno = 200
trigger5 = time >= 10
trigger6 = stateno = 400
trigger6 = time >= 10
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 205
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "back_x"
triggerall = p2dist x < 0
trigger1 = statetype = S
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100, 101]
[State -1]
type = ChangeState
value = 205
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = (command = "fwd_x")||((!movecontact&&(stateno!=[950,961]))&&(command = "x"&&command="holdfwd"&&command!="holddown"))
triggerall = p2dist x >= 0
trigger1 = statetype = S
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = 200||stateno = 210||stateno = 220||(stateno = [400,410])
trigger2 = (movecontact||movereversed)&&var(3) = 0
trigger3 = stateno = [100, 101]
trigger4 = stateno = [195, 197]
trigger4 = time > ifelse(anim = 196,18,64)
trigger5 = stateno = 12||stateno = 52
trigger6 = stateno = 200
trigger6 = time >= 10
trigger7 = stateno = 400
trigger7 = time >= 10
[State -1]
type = ChangeState
value = 200
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "x"
triggerall = var(3) = 0
trigger1 = stateno = 200||stateno = 400
trigger1 = (movecontact||movereversed)
[State -1]
type = ChangeState
value = 200
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "x"
triggerall = command != "holddown"
trigger1 = statetype = S
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100, 101]
trigger3 = stateno = [195, 197]
trigger3 = time > ifelse(anim = 196,18,64)
trigger4 = stateno = 12||stateno = 52
trigger5 = stateno = 200
trigger5 = time >= 10
trigger6 = stateno = 400
trigger6 = time >= 10
[State -1]
type = ChangeState
value = 410
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "down_a"
triggerall = var(3) = 0
trigger1 = stateno = 200
trigger1 = (movecontact||movereversed)
trigger2 = stateno = 400
trigger2 = (movecontact||movereversed)
[State -1]
type = ChangeState
value = 410
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "holddown"
triggerall = command = "a"
trigger1 = statetype = C
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100, 101]
trigger3 = stateno = [195, 196]
trigger3 = time > ifelse(stateno = 196,20,63)
trigger4 = stateno = 12||stateno = 52
trigger5 = stateno = 200
trigger5 = time >= 10
trigger6 = stateno = 400
trigger6 = time >= 10
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 215
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "back_a"
triggerall = p2dist x < 0
trigger1 = statetype = S
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100, 101]
[State -1]
type = ChangeState
value = 215
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = (command = "fwd_a")||((!movecontact&&(stateno!=[950,961]))&&(command = "a"&&command="holdfwd"&&command!="holddown"))
triggerall = p2dist x >= 0
trigger1 = statetype = S
trigger1 = (ctrl||fvar(28))
trigger2 = (stateno = [200,210])||(stateno = [220,230])||stateno = 237
trigger2 = (movecontact||movereversed)&&var(3) = 0
trigger3 = (stateno = [400,420])
trigger3 = (movecontact||movereversed)&&var(3) = 0
trigger4 = stateno = [100, 101]
trigger5 = stateno = [195, 197]
trigger5 = time > ifelse((anim = [196,197]),18,64)
trigger6 = stateno = 12||stateno = 52
[State -1]
type = ChangeState
value = 210
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "a"
triggerall = var(3) = 0
trigger1 = stateno = 200||stateno = 400
trigger1 = (movecontact||movereversed)
[State -1]
type = ChangeState
value = 210
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "a"
triggerall = command != "holddown"
trigger1 = statetype = S
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100, 101]
trigger3 = stateno = [195, 197]
trigger3 = time > ifelse(anim = 196,18,64)
trigger4 = stateno = 12||stateno = 52
trigger5 = stateno = 200
trigger5 = time >= 10
trigger6 = stateno = 400
trigger6 = time >= 10
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 420
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "down_y"
triggerall = var(3) = 0
trigger1 = (stateno = [200,225])||stateno = 237
trigger1 = stateno != 215
trigger1 = (movecontact||movereversed)
trigger2 = stateno = [400,410]
trigger2 = (movecontact||movereversed)
[State -1]
type = ChangeState
value = 420
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "holddown"
triggerall = command = "y"
trigger1 = statetype = C
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100, 101]
trigger3 = stateno = [195, 196]
trigger3 = time > ifelse(stateno = 196,20,63)
trigger4 = stateno = 12||stateno = 52
[State -1]
type = ChangeState
value = 220
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "y"
triggerall = p2bodydist X=[-68,70]
triggerall = var(3) = 0
trigger1 = (stateno = [200,210])||stateno = 237
trigger1 = (movecontact||movereversed)
trigger2 = stateno = [400,410]
trigger2 = (movecontact||movereversed)
[State -1]
type = ChangeState
value = 220
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "y"
triggerall = p2bodydist X=[-68,70]
triggerall = command != "holddown"
trigger1 = statetype = S
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100, 101]
trigger3 = stateno = [195, 197]
trigger3 = time > ifelse(anim = 196,18,64)
trigger4 = stateno = 12||stateno = 52
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 225
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "y"
triggerall = var(3) = 0
trigger1 = p2bodydist X > 70 || p2bodydist X < -70
trigger1 = (stateno = [200,210])||stateno = 237
trigger1 = (movecontact||movereversed)
trigger2 = p2bodydist X > 70 || p2bodydist X < -70
trigger2 = stateno = [400,410]
trigger2 = (movecontact||movereversed)
trigger3 = stateno = 220
trigger3 = (movecontact||movereversed)
[State -1]
type = ChangeState
value = 225
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "y"
triggerall = command != "holddown"
triggerall = p2bodydist X > 70 || p2bodydist X < -70
trigger1 = statetype = S
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100, 101]
trigger3 = stateno = [195, 197]
trigger3 = time > ifelse(anim = 196,18,64)
trigger4 = stateno = 12||stateno = 52
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 430
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "down_b"
triggerall = var(3) = 0
trigger1 = (stateno = [200,220])||(stateno = [400,420])||stateno = 237
trigger1 = stateno != 215
trigger1 = (movecontact||movereversed)
[State -1]
type = ChangeState
value = 430
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "holddown"
triggerall = command = "b"
trigger1 = statetype = C
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100, 101]
trigger3 = stateno = [195, 196]
trigger3 = time > ifelse(anim = 196,18,64)
trigger4 = stateno = 12||stateno = 52
[State -1]
type = ChangeState
value = 235
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "back_b"
triggerall = p2dist x < 0
trigger1 = statetype = S
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100, 101]
[State -1]
type = ChangeState
value = 237
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(58) = 2
triggerall = (command = "fwd_b")||((!movecontact&&(stateno!=[950,961]))&&(command = "b"&&command="holdfwd"&&command!="holddown"))
triggerall = p2dist x >= 0
trigger1 = statetype = S
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = 205
trigger2 = (movecontact||movereversed) && var(3) = 0
trigger3 = stateno = [100, 101]
trigger4 = stateno = [195, 197]
trigger4 = time > ifelse(anim = 196,18,64)
trigger5 = stateno = 12||stateno = 52
[State -1]
type = ChangeState
value = 235
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(58) != 2
triggerall = (command = "fwd_b")||((!movecontact&&(stateno!=[950,961]))&&(command = "b"&&command="holdfwd"&&command!="holddown"))
triggerall = p2dist x >= 0
trigger1 = statetype = S
trigger1 = (ctrl||fvar(28))
trigger2 = (stateno = [200,225])||(stateno = [400,420])
trigger2 = stateno != 215
trigger2 = (movecontact||movereversed) && var(3) = 0
trigger3 = stateno = [100, 101]
trigger4 = stateno = [195, 197]
trigger4 = time > ifelse(anim = 196,18,64)
trigger5 = stateno = 12||stateno = 52
[State -1]
type = ChangeState
value = 230
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "b"
triggerall = var(3) = 0
trigger1 = (stateno = [200,220])||(stateno = [400,420])||stateno = 237
trigger1 = stateno != 215
trigger1 = (movecontact||movereversed)
[State -1]
type = ChangeState
value = 230
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "b"
triggerall = command != "holddown"
trigger1 = statetype = S
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = [100, 101]
trigger3 = stateno = [195, 197]
trigger3 = time > ifelse(anim = 196,18,64)
trigger4 = stateno = 12||stateno = 52
;---------------------------------------------------------------------------
[State -1, Taunt];hÓ
type = ChangeState
value = 196
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "fwd_s"
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = 100
trigger3 = stateno = 101
trigger4 = stateno = 40 || stateno = 52
trigger5 = stateno = [195, 197]
trigger5 = time > ifelse(anim = 196,18,64)
;---------------------------------------------------------------------------
[State -1, Taunt]
type = ChangeState
value = 195
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "start"
trigger1 = statetype != A
trigger1 = (ctrl||fvar(28))
trigger2 = (stateno = [200,451]) && (movecontact||movereversed)
trigger2 = (stateno != [240,242])
trigger2 = stateno != 215 || var(58)=2
trigger3 = stateno = 100
trigger4 = stateno = 101
trigger5 = stateno = 40 || stateno = 52
trigger6 = stateno = [195, 197]
trigger6 = time > ifelse(anim = 196,18,64)
;---------------------------------------------------------------------------
[State QiWv]
type = ChangeState
value = 99
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "holdup"
triggerall = statetype = A
triggerall = var(11) != 1
triggerall = var(12) = 0
trigger1 = var(13) = 2
trigger1 = ctrl
trigger1 = stateno != [120,155]
trigger2 = var(13) = 2
trigger2 = stateno = 600 && (movecontact||movereversed||fvar(28))
trigger3 = var(13) = 2
trigger3 = stateno = 620 && (movecontact||movereversed||fvar(28))
trigger4 = numhelper(780+id)
trigger4 = helper(780+id),sysvar(0)
trigger4 = var(13) = 2
trigger4 = (stateno = [600,640]) && (movecontact||movereversed||fvar(28))
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 41
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "highjump" && var(17) = 1
triggerall = statetype != A
trigger1 = stateno = 200 && (movecontact||movereversed||fvar(28))
trigger2 = stateno = 210 && (movecontact||movereversed||fvar(28))
trigger3 = stateno = 220 && (movecontact||movereversed||fvar(28))
trigger4 = (stateno = [235,237]) && (movecontact||movereversed||fvar(28))
trigger5 = (stateno = [430,431]) && (movecontact||movereversed||fvar(28))
trigger6 = stateno = 450 && (movecontact||movereversed||fvar(28))
trigger7 = numhelper(780+id)
trigger7 = helper(780+id),sysvar(0)
trigger7 = (stateno = [200,236]) && (movecontact||movereversed||fvar(28))
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = (stateno = [400,450]) && (movecontact||movereversed||fvar(28))
;ignorehitpause = 1
[State -1]
type = ChangeState
value = 41
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "highjumpcancel" && var(17) = 0
triggerall = statetype != A
trigger1 = stateno = 200 && (movecontact||movereversed||fvar(28))
trigger2 = stateno = 210 && (movecontact||movereversed||fvar(28))
trigger3 = stateno = 220 && (movecontact||movereversed||fvar(28))
trigger4 = (stateno = [235,237]) && (movecontact||movereversed||fvar(28))
trigger5 = (stateno = [430,431]) && (movecontact||movereversed||fvar(28))
trigger6 = stateno = 450 && (movecontact||movereversed||fvar(28))
trigger7 = numhelper(780+id)
trigger7 = helper(780+id),sysvar(0)
trigger7 = (stateno = [200,236]) && (movecontact||movereversed||fvar(28))
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = (stateno = [400,450]) && (movecontact||movereversed||fvar(28))
ignorehitpause = 1
[State -1];Wv®«eXg
type = varset
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "holdup" && command != "holddown"
triggerall = statetype != A
trigger1 = stateno = 200 && (movecontact||movereversed||fvar(28))
trigger2 = stateno = 210 && (movecontact||movereversed||fvar(28))
trigger3 = stateno = 220 && (movecontact||movereversed||fvar(28))
trigger4 = (stateno = [235,237]) && (movecontact||movereversed||fvar(28))
trigger5 = (stateno = [430,431]) && (movecontact||movereversed||fvar(28))
trigger6 = stateno = 450 && (movecontact||movereversed||fvar(28))
trigger7 = numhelper(780+id)
trigger7 = helper(780+id),sysvar(0)
trigger7 = (stateno = [200,236]) && (movecontact||movereversed||fvar(28))
trigger8 = numhelper(780+id)
trigger8 = helper(780+id),sysvar(0)
trigger8 = (stateno = [400,450]) && (movecontact||movereversed||fvar(28))
var(17) = 1
ignorehitpause = 1
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 40
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "holdup"
triggerall = statetype != A
trigger1 = stateno = 200 && (movecontact||movereversed||fvar(28))
trigger2 = stateno = 210 && (movecontact||movereversed||fvar(28))
trigger3 = stateno = 220 && (movecontact||movereversed||fvar(28))
trigger4 = (stateno = [235,237]) && (movecontact||movereversed||fvar(28))
trigger5 = (stateno = [430,431]) && (movecontact||movereversed||fvar(28))
trigger6 = stateno = 450 && (movecontact||movereversed||fvar(28))
trigger7 = stateno = 236 && var(29)
trigger8 = stateno = 431 && var(29)
trigger9 = numhelper(780+id)
trigger9 = helper(780+id),sysvar(0)
trigger9 = (stateno = [200,236]) && (movecontact||movereversed||fvar(28))
trigger10 = numhelper(780+id)
trigger10 = helper(780+id),sysvar(0)
trigger10 = (stateno = [400,450]) && (movecontact||movereversed||fvar(28))
;---------------------------------------------------------------------------
[State ó_bV
]
type = ChangeState
value = 110
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(11) = 0
triggerall = statetype = A
triggerall = command = "FF" || ((helper(780+id),fvar(8) = [1,10]) && (command = "fwd"||(command!="holdup"&&command!="holddown"&&command="holdfwd"&&(prevstateno=[40,41])&&helper(780+id),sysvar(0))))
triggerall = pos y <= ifelse(vel y < 0,-30,-10) || helper(780+id),sysvar(0)
trigger1 = ((stateno = [50,59])||(stateno = [120,140])) && ctrl
trigger1 = var(13) < 2
trigger2 = ((stateno = [5200,5210]) || stateno = 5040) && ctrl
trigger3 = stateno = [241,242]
trigger3 = var(13) < 2
;---------------------------------------------------------------------------
[State ó_bV
]
type = ChangeState
value = 115
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = var(11) = 0
triggerall = statetype = A
triggerall = command = "BB"
triggerall = pos y <= ifelse(vel y < 0,-30,-10)
trigger1 = ((stateno = [50,59])||(stateno = [120,140])) && ctrl
trigger1 = var(13) < 2
trigger2 = ((stateno = [5200,5210]) || stateno = 5040) && ctrl
trigger3 = stateno = [241,242]
trigger3 = var(13) < 2
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 640
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "z"
trigger1 = statetype = A
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = 600 || stateno = 610
trigger2 = (movecontact||movereversed) && var(3) = 0
trigger3 = (stateno = 110 && time >= 7) || (stateno = 115 && time >= 6)
trigger4 = stateno = 99 && prevstateno = 600
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 600
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "x"
trigger1 = statetype = A
trigger1 = (ctrl||fvar(28))
trigger2 = (stateno = 600 && ((var(22) >= 1&&command != "holdup")||var(22) = 0)) || stateno = 610 || stateno = 620
trigger2 = (movecontact||movereversed) && var(3) = 0
trigger3 = (stateno = 110 && time >= 7) || (stateno = 115 && time >= 6)
trigger4 = stateno = 99 && (prevstateno = 600 || prevstateno = 620)
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 610
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "a"
trigger1 = statetype = A
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = 600
trigger2 = (movecontact||movereversed) && var(3) = 0
trigger3 = (stateno = 110 && time >= 7) || (stateno = 115 && time >= 6)
trigger4 = stateno = 99 && prevstateno = 600
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 620
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "y"
trigger1 = statetype = A
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = 600 || stateno = 610
trigger2 = (movecontact||movereversed) && var(3) = 0
trigger3 = (stateno = 110 && time >= 7) || (stateno = 115 && time >= 6)
trigger4 = stateno = 99 && prevstateno = 600
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 630
triggerall = !ishelper
triggerall = var(59) <= 0
triggerall = command = "b"
trigger1 = statetype = A
trigger1 = (ctrl||fvar(28))
trigger2 = stateno = 600 || stateno = 610 || stateno = 620
trigger2 = (movecontact||movereversed) && var(3) = 0
trigger3 = (stateno = 110 && time >= 7) || (stateno = 115 && time >= 6)
trigger4 = stateno = 99 && (prevstateno = 600 || prevstateno = 620)
;---------------------------------------------------------------------------
[State -1]
type = ChangeState
value = 120
triggerall = var(59) <= 0
triggerall = !ishelper
triggerall = roundstate = 2
triggerall = command = "holdback"
triggerall = command = "holdup"
triggerall = statetype = A
trigger1 = ctrl&&(Stateno!=[120,154])
trigger1 = inguarddist
| StateX/BluexGear | BluexGear-Win-TestVersion/chars/ky_slash/ky.cmd | bat | gpl-3.0 | 59,426 |
@echo off
setlocal
setlocal
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64
call :build x64 Release v120 || goto :eof
call :build x64 Debug v120 || goto :eof
endlocal
setlocal
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86
call :build Win32 Release v120 || goto :eof
call :build Win32 Debug v120 || goto :eof
endlocal
REM setlocal
REM call "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" amd64
REM call :build x64 Release v110 || goto :eof
REM call :build x64 Debug v110 || goto :eof
REM endlocal
REM setlocal
REM call "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86
REM call :build Win32 Release v110 || goto :eof
REM call :build Win32 Debug v110 || goto :eof
REM endlocal
REM setlocal
REM call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
REM call :build x64 Release v100 || goto :eof
REM call :build x64 Debug v100 || goto :eof
REM endlocal
setlocal
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
call :build Win32 Release v100 || goto :eof
call :build Win32 Debug v100 || goto :eof
endlocal
goto :eof
:build
msbuild /P:Platform=%1 /P:Configuration=%2 /P:PlatformToolset=%3 /P:UsesConfigurationType=Dynamic /P:CallingConvention=cdecl .\zlib.sln || goto :eof
msbuild /P:Platform=%1 /P:Configuration=%2 /P:PlatformToolset=%3 /P:UsesConfigurationType=Dynamic /P:CallingConvention=stdcall .\zlib.sln || goto :eof
msbuild /P:Platform=%1 /P:Configuration=%2 /P:PlatformToolset=%3 /P:UsesConfigurationType=Static /P:CallingConvention=cdecl .\zlib.sln || goto :eof
msbuild /P:Platform=%1 /P:Configuration=%2 /P:PlatformToolset=%3 /P:UsesConfigurationType=Static /P:CallingConvention=stdcall .\zlib.sln || goto :eof
msbuild /P:Platform=%1 /P:Configuration=%2 /P:PlatformToolset=%3 /P:UsesConfigurationType=ltcg /P:CallingConvention=cdecl .\zlib.sln || goto :eof
msbuild /P:Platform=%1 /P:Configuration=%2 /P:PlatformToolset=%3 /P:UsesConfigurationType=ltcg /P:CallingConvention=stdcall .\zlib.sln || goto :eof
goto :eof
| bjori/grpc | vsprojects/coapp/zlib/buildall.bat | bat | bsd-3-clause | 2,106 |
java -Dlogback.configurationFile=log\logback.xml -Djava.ext.dirs=lib\;jdbc\ sesameWrapper.QuestSesameMaterializerCMD %* | eschwert/ontop | quest-sesame/src/main/resources/materializeSesame.bat | bat | apache-2.0 | 119 |
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../phpunit/phpunit/composer/bin/phpunit
php "%BIN_TARGET%" %*
| ladams1776/zend_first | vendor/bin/phpunit.bat | bat | bsd-3-clause | 126 |
cmd_fs/ext4/ext4.o := arm-eabi-ld -EL -r -o fs/ext4/ext4.o fs/ext4/balloc.o fs/ext4/bitmap.o fs/ext4/dir.o fs/ext4/file.o fs/ext4/fsync.o fs/ext4/ialloc.o fs/ext4/inode.o fs/ext4/page-io.o fs/ext4/ioctl.o fs/ext4/namei.o fs/ext4/super.o fs/ext4/symlink.o fs/ext4/hash.o fs/ext4/resize.o fs/ext4/extents.o fs/ext4/ext4_jbd2.o fs/ext4/migrate.o fs/ext4/mballoc.o fs/ext4/block_validity.o fs/ext4/move_extent.o fs/ext4/mmp.o fs/ext4/xattr.o fs/ext4/xattr_user.o fs/ext4/xattr_trusted.o
| MrHyde03/android_kernel_samsung_espressovzw | fs/ext4/.ext4.o.cmd | bat | gpl-2.0 | 487 |
@echo off
set SELF=%~dp0
call %SELF%\test.bat ia32 0.8.22
call %SELF%\test.bat ia32 0.10.0
call %SELF%\test.bat x64 0.8.22
call %SELF%\test.bat x64 0.10.0
| juancjara/Bizagi-ws-XML-to-Json | node_modules/edge/test/testall.bat | bat | mit | 155 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\deps-sort\bin\cmd.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\deps-sort\bin\cmd.js" %*
) | highflying/heroku-oauthd | plugins/front/node_modules/grunt-browserify/node_modules/browserify/node_modules/.bin/deps-sort.cmd | bat | apache-2.0 | 188 |
ECHO OFF
CLS
ECHO.
ECHO --- Running the Force Feed DB-Feeder ---
ECHO.
CD db-feeder\bin\release
db-feeder
| grae22/ForceFeed | db-feeder.bat | bat | mit | 106 |
@setlocal
@echo off
set TARGET_CONFIG=%~1
if "%TARGET_CONFIG%"=="" set TARGET_CONFIG=Release
set SRC_EXE_DIR=%~dp0\VoiceroidUtil\bin\%TARGET_CONFIG%
set SRC_EXE_FILE=%SRC_EXE_DIR%\VoiceroidUtil.exe
set SRC_DOC_FILE=%~dp0\data\readme.txt
set DEST_BASE_DIR=%~dp0\__release\VoiceroidUtil
if not "%TARGET_CONFIG%"=="Release" set DEST_BASE_DIR=%DEST_BASE_DIR%_%TARGET_CONFIG%
set DEST_SYSTEM_DIR=%DEST_BASE_DIR%\system
REM ---- check source
if not exist "%SRC_EXE_FILE%" (
echo "%SRC_EXE_FILE%" is not found.
goto ON_ERROR
)
if not exist "%SRC_DOC_FILE%" (
echo "%SRC_DOC_FILE%" is not found.
goto ON_ERROR
)
REM ---- remake destination
if exist "%DEST_BASE_DIR%" rmdir /S /Q "%DEST_BASE_DIR%"
mkdir "%DEST_BASE_DIR%"
if errorlevel 1 goto ON_ERROR
if exist "%DEST_SYSTEM_DIR%" rmdir /S /Q "%DEST_SYSTEM_DIR%"
mkdir "%DEST_SYSTEM_DIR%"
if errorlevel 1 goto ON_ERROR
REM ---- copy files
xcopy /Y "%SRC_EXE_FILE%" "%DEST_BASE_DIR%"
if errorlevel 1 goto ON_ERROR
xcopy /Y "%SRC_EXE_FILE%.config" "%DEST_BASE_DIR%"
if errorlevel 1 goto ON_ERROR
xcopy /Y "%SRC_EXE_DIR%"\*.dll "%DEST_SYSTEM_DIR%"
if errorlevel 1 goto ON_ERROR
xcopy /Y /I "%SRC_EXE_DIR%\ja" "%DEST_SYSTEM_DIR%\ja"
if errorlevel 1 goto ON_ERROR
xcopy /Y "%SRC_DOC_FILE%" "%DEST_BASE_DIR%"
if errorlevel 1 goto ON_ERROR
REM ---- remove unused files
del /S /Q "%DEST_SYSTEM_DIR%"\Xceed.Wpf.AvalonDock.* >nul 2>&1
del /S /Q "%DEST_SYSTEM_DIR%"\Xceed.Wpf.DataGrid.dll >nul 2>&1
exit /b 0
:ON_ERROR
pause
exit /b 1
| ruche7/VoiceroidUtil | _pack.bat | bat | mit | 1,486 |
@echo off
setLocal EnableDelayedExpansion
REM Path to core and library classes
set MAIN=%~dp0/..
set CP=%MAIN%/BaseX.jar;%MAIN%/lib/*;%MAIN%/lib/custom/*
REM Run code
java -cp "%CP%" %BASEX_JVM% org.basex.BaseXHTTP %* stop
| Ahnde/SCXQ | example/basex-blackjack/bin/basexhttpstop.bat | bat | mit | 234 |
MapCompiler.exe %CD%\..\src\Ngx\Content\Maps
pause | jmacs/ngx | src/MapCompiler/CompileMaps.cmd | bat | mit | 50 |
@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
echo. coverage to run coverage check of 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
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 2> nul
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Docshelf.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Docshelf.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 %~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
)
:end
| willingc/docshelf | make.bat | bat | mit | 6,985 |
svn export --force --username ciapiinaboxinstaller --password xITVsI https://cityindex.unfuddle.com/svn/cityindex_ciapi-in-a-box/TestData/JavaCamelRoutes JavaCamelRoutes/ | cityindex-attic/cookbooks_windows | cookbooks/ciapi_in_a_box/powershell_providers/iis/updateRoutes.cmd | bat | mit | 170 |
make htmlhelp
pause | theTonyHo/armacode | make-htmlhelp.bat | bat | mit | 20 |
cmd_drivers/input/gameport/lightning.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/input/gameport/lightning.ko drivers/input/gameport/lightning.o drivers/input/gameport/lightning.mod.o
| avareldalton85/rpi2-linux-rt | drivers/input/gameport/.lightning.ko.cmd | bat | gpl-2.0 | 299 |
taskkill /F /IM python.exe
python server.py
| mendrew/questroom-lecture | scripts/start_quest.bat | bat | gpl-2.0 | 44 |
# DO NOT EDIT THIS FILE
#
# Please edit /boot/armbianEnv.txt to set supported parameters
#
# default values
setenv rootdev "/dev/mmcblk0p1"
setenv verbosity "1"
setenv rootfstype "ext4"
# additional values
setenv initrd_image "boot/uInitrd"
setenv ethaddr "F0:AD:4E:03:64:7F"
if test -e ${boot_interface} 0 /boot/armbianEnv.txt; then
load ${boot_interface} 0 ${loadaddr} /boot/armbianEnv.txt
env import -t ${loadaddr} ${filesize}
fi
setenv bootargs "$console root=${rootdev} rootfstype=${rootfstype} rootwait loglevel=${verbosity} usb-storage.quirks=${usbstoragequirks} mtdparts=spi0.0:1536k(uboot),64k(uboot-environment),-(reserved) ${extraargs}"
setenv fdt_name_a boot/dtb/marvell/armada-3720-community.dtb
setenv fdt_name_b boot/dtb/marvell/armada-3720-espressobin.dtb
ext4load $boot_interface 0:1 $kernel_addr $image_name
ext4load $boot_interface 0:1 $initrd_addr $initrd_image
ext4load $boot_interface 0:1 $fdt_addr $fdt_name_a
ext4load $boot_interface 0:1 $fdt_addr $fdt_name_b
booti $kernel_addr $initrd_addr $fdt_addr
# mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr
| 150balbes/lib | config/bootscripts/boot-espressobin.cmd | bat | gpl-2.0 | 1,104 |
cmd_arch/arm/lib/io-readsl.o := /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-readsl.o.d -nostdinc -isystem /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/peter/Kernel/R800x/2.3.3/kernel/arch/arm/include -include include/linux/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-readsl.o arch/arm/lib/io-readsl.S
deps_arch/arm/lib/io-readsl.o := \
arch/arm/lib/io-readsl.S \
/home/peter/Kernel/R800x/2.3.3/kernel/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) \
/home/peter/Kernel/R800x/2.3.3/kernel/arch/arm/include/asm/linkage.h \
/home/peter/Kernel/R800x/2.3.3/kernel/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/peter/Kernel/R800x/2.3.3/kernel/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/peter/Kernel/R800x/2.3.3/kernel/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):
| paxchristos/R800x-2.3.3-Kernel | arch/arm/lib/.io-readsl.o.cmd | bat | gpl-2.0 | 1,824 |
cmd_arch/x86/mm/built-in.o := ld -m elf_i386 -r -o arch/x86/mm/built-in.o arch/x86/mm/init.o arch/x86/mm/init_32.o arch/x86/mm/fault.o arch/x86/mm/ioremap.o arch/x86/mm/extable.o arch/x86/mm/pageattr.o arch/x86/mm/mmap.o arch/x86/mm/pat.o arch/x86/mm/pgtable.o arch/x86/mm/physaddr.o arch/x86/mm/gup.o arch/x86/mm/setup_nx.o arch/x86/mm/tlb.o arch/x86/mm/pgtable_32.o arch/x86/mm/iomap_32.o arch/x86/mm/memtest.o
| madhwang/linuxKernel | arch/x86/mm/.built-in.o.cmd | bat | gpl-2.0 | 417 |
cmd_/home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/usb/usbnet.ko := /home/keithconger/Projects/bbbandroid-bluez/prebuilts/gcc/linux-x86/arm/arm-gnueabihf-4.7/bin/arm-linux-gnueabihf-ld -EL -r -T /home/keithconger/Projects/bbbandroid-bluez/kernel/scripts/module-common.lds --build-id -o /home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/usb/usbnet.ko /home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/usb/usbnet.o /home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/usb/usbnet.mod.o
| kconger/backports-3.18.1-1 | drivers/net/usb/.usbnet.ko.cmd | bat | gpl-2.0 | 585 |
cmd_net/llc/llc.o := /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld.bfd -EL -r -o net/llc/llc.o net/llc/llc_core.o net/llc/llc_input.o net/llc/llc_output.o
| aloksinha2001/picuntu-3.0.8-alok | net/llc/.llc.o.cmd | bat | gpl-2.0 | 190 |
cmd_arch/arm/lib/io-writesb.o := /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-writesb.o.d -nostdinc -isystem /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/utkanos/android/kernels/android_htc_mecha_kernel_6slot/arch/arm/include -include include/linux/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-writesb.o arch/arm/lib/io-writesb.S
deps_arch/arm/lib/io-writesb.o := \
arch/arm/lib/io-writesb.S \
/home/utkanos/android/kernels/android_htc_mecha_kernel_6slot/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) \
/home/utkanos/android/kernels/android_htc_mecha_kernel_6slot/arch/arm/include/asm/linkage.h \
/home/utkanos/android/kernels/android_htc_mecha_kernel_6slot/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/utkanos/android/kernels/android_htc_mecha_kernel_6slot/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/utkanos/android/kernels/android_htc_mecha_kernel_6slot/arch/arm/include/asm/hwcap.h \
arch/arm/lib/io-writesb.o: $(deps_arch/arm/lib/io-writesb.o)
$(deps_arch/arm/lib/io-writesb.o):
| utkanos/android_htc_mecha_kernel_5slot | arch/arm/lib/.io-writesb.o.cmd | bat | gpl-2.0 | 1,951 |
cmd_lib/parser.o := ppc_4xx-gcc -m32 -Wp,-MD,lib/.parser.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -msoft-float -pipe -Iarch/powerpc -ffixed-r2 -mmultiple -mno-altivec -mno-spe -mspe=no -funit-at-a-time -mno-string -Wa,-m405 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(parser)" -D"KBUILD_MODNAME=KBUILD_STR(parser)" -c -o lib/.tmp_parser.o lib/parser.c
deps_lib/parser.o := \
lib/parser.c \
include/linux/ctype.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) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/types.h \
$(wildcard include/config/phys/64bit.h) \
include/asm-generic/int-ll64.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/posix_types.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/processor.h \
$(wildcard include/config/vsx.h) \
$(wildcard include/config/ppc32.h) \
$(wildcard include/config/ppc/prep.h) \
$(wildcard include/config/task/size.h) \
$(wildcard include/config/kernel/start.h) \
$(wildcard include/config/ppc64.h) \
$(wildcard include/config/4xx.h) \
$(wildcard include/config/booke.h) \
$(wildcard include/config/altivec.h) \
$(wildcard include/config/spe.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/reg.h \
$(wildcard include/config/40x.h) \
$(wildcard include/config/fsl/emb/perfmon.h) \
$(wildcard include/config/8xx.h) \
$(wildcard include/config/ppc/book3s/64.h) \
$(wildcard include/config/ppc/book3s/32.h) \
$(wildcard include/config/ppc/book3e/64.h) \
$(wildcard include/config/e200.h) \
$(wildcard include/config/ppc/cell.h) \
include/linux/stringify.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cputable.h \
$(wildcard include/config/mpc10x/bridge.h) \
$(wildcard include/config/ppc/83xx.h) \
$(wildcard include/config/8260.h) \
$(wildcard include/config/ppc/mpc52xx.h) \
$(wildcard include/config/bdi/switch.h) \
$(wildcard include/config/power3.h) \
$(wildcard include/config/power4.h) \
$(wildcard include/config/44x.h) \
$(wildcard include/config/e500.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/asm-compat.h \
$(wildcard include/config/power4/only.h) \
$(wildcard include/config/ibm405/err77.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/feature-fixups.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/reg_booke.h \
$(wildcard include/config/403gcx.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ptrace.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cache.h \
$(wildcard include/config/ppc/e500mc.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/system.h \
$(wildcard include/config/debugger.h) \
$(wildcard include/config/kexec.h) \
$(wildcard include/config/6xx.h) \
$(wildcard include/config/booke/wdt.h) \
$(wildcard include/config/virt/cpu/accounting.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) \
/tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include/stdarg.h \
include/linux/linkage.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/linkage.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) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bitops.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/synch.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/find.h \
include/asm-generic/bitops/sched.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/typecheck.h \
include/linux/dynamic_debug.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/byteorder.h \
include/linux/byteorder/big_endian.h \
include/linux/swab.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/swab.h \
include/linux/byteorder/generic.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/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) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/div64.h \
include/asm-generic/div64.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) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/irqflags.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/hw_irq.h \
$(wildcard include/config/ppc/book3e.h) \
$(wildcard include/config/perf/events.h) \
include/linux/errno.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/asm-generic/cmpxchg-local.h \
include/linux/stat.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/stat.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/seqlock.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/thread_info.h \
$(wildcard include/config/ppc/256k/pages.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/page.h \
$(wildcard include/config/ppc/64k/pages.h) \
$(wildcard include/config/ppc/16k/pages.h) \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/physical/start.h) \
$(wildcard include/config/relocatable.h) \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/ppc/std/mmu/64.h) \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/ppc/smlpar.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/kdump.h \
$(wildcard include/config/crash/dump.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/page_32.h \
$(wildcard include/config/physical/align.h) \
$(wildcard include/config/not/coherent/cache.h) \
$(wildcard include/config/pte/64bit.h) \
include/asm-generic/getorder.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
$(wildcard include/config/sparsemem.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 \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/atomic.h \
include/asm-generic/atomic64.h \
include/asm-generic/atomic-long.h \
include/linux/math64.h \
include/linux/kmod.h \
include/linux/gfp.h \
$(wildcard include/config/kmemcheck.h) \
$(wildcard include/config/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/arch/populates/node/map.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
$(wildcard include/config/arch/has/holes/memorymodel.h) \
include/linux/wait.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/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) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/string.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/generated/bounds.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/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/rwsem.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
include/linux/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) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/topology.h \
$(wildcard include/config/pci.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 \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/elf.h \
$(wildcard include/config/spu/base.h) \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/no/hz.h) \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/detect/hung/task.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/core/dump/default/elf/headers.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/user/sched.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/cgroups.h) \
$(wildcard include/config/futex.h) \
$(wildcard include/config/fault/injection.h) \
$(wildcard include/config/latencytop.h) \
$(wildcard include/config/function/graph/tracer.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/stack/usage.h) \
$(wildcard include/config/group/sched.h) \
$(wildcard include/config/mm/owner.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/param.h \
$(wildcard include/config/hz.h) \
include/linux/capability.h \
include/linux/timex.h \
include/linux/param.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/timex.h \
include/linux/jiffies.h \
include/linux/rbtree.h \
include/linux/mm_types.h \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/want/page/debug/flags.h) \
$(wildcard include/config/aio.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/mmu/notifier.h) \
include/linux/auxvec.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/auxvec.h \
include/linux/prio_tree.h \
include/linux/completion.h \
include/linux/page-debug-flags.h \
$(wildcard include/config/page/poisoning.h) \
$(wildcard include/config/page/debug/something/else.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/mmu.h \
$(wildcard include/config/ppc/std/mmu/32.h) \
$(wildcard include/config/ppc/book3e/mmu.h) \
$(wildcard include/config/ppc/8xx.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/mmu-44x.h \
$(wildcard include/config/ppc/early/debug/44x.h) \
$(wildcard include/config/ppc/early/debug/44x/physlow.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ipcbuf.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/sembuf.h \
include/linux/rcupdate.h \
$(wildcard include/config/tree/rcu.h) \
$(wildcard include/config/tiny/rcu.h) \
include/linux/rcutree.h \
include/linux/signal.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/path.h \
include/linux/pid.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/slab_def.h \
include/linux/kmemtrace.h \
$(wildcard include/config/kmemtrace.h) \
include/trace/events/kmem.h \
include/linux/tracepoint.h \
include/trace/define_trace.h \
include/linux/kmalloc_sizes.h \
include/linux/pfn.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
include/linux/proportions.h \
include/linux/percpu_counter.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/seccomp.h \
include/linux/unistd.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/unistd.h \
include/linux/rculist.h \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/resource.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/resource.h \
include/asm-generic/resource.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/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/latencytop.h \
include/linux/cred.h \
$(wildcard include/config/debug/credentials.h) \
$(wildcard include/config/security.h) \
include/linux/key.h \
$(wildcard include/config/sysctl.h) \
include/linux/sysctl.h \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/workqueue.h \
$(wildcard include/config/debug/objects/work.h) \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/local.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/module.h \
$(wildcard include/config/dynamic/ftrace.h) \
include/trace/events/module.h \
include/linux/parser.h \
lib/parser.o: $(deps_lib/parser.o)
$(deps_lib/parser.o):
| mattkelly/linux-2.6-xlnx | lib/.parser.o.cmd | bat | gpl-2.0 | 19,813 |
cmd_arch/arm/lib/memcpy.o := /home/rms/rms/scripts/gcc-wrapper.py arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memcpy.o.d -nostdinc -isystem /home/rms/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/rms/rms/arch/arm/include -Iarch/arm/include/generated -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 -c -o arch/arm/lib/memcpy.o arch/arm/lib/memcpy.S
source_arch/arm/lib/memcpy.o := arch/arm/lib/memcpy.S
deps_arch/arm/lib/memcpy.o := \
/home/rms/rms/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/rms/rms/arch/arm/include/asm/linkage.h \
/home/rms/rms/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/rms/rms/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/rms/rms/arch/arm/include/asm/hwcap.h \
/home/rms/rms/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
$(wildcard include/config/emulate/domain/manager/v7.h) \
arch/arm/lib/copy_template.S \
arch/arm/lib/memcpy.o: $(deps_arch/arm/lib/memcpy.o)
$(deps_arch/arm/lib/memcpy.o):
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | arch/arm/lib/.memcpy.o.cmd | bat | gpl-2.0 | 1,989 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=bioGUI
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
| mjoppich/bioGUI | doc/make.bat | bat | gpl-3.0 | 774 |
@echo off
@set startdir=%cd%
cd ..\..\impl\ImplementationFinder
:push
:: push programs.json to all devices
SETLOCAL ENABLEDELAYEDEXPANSION
@FOR /F "tokens=1,2 skip=1" %%A IN ('%ANDROID_HOME%\platform-tools\adb devices') DO (
@SET IS_DEV=%%B
if "!IS_DEV!" == "device" (
@SET SERIAL=%%A
@call %ANDROID_HOME%\platform-tools\adb -s !SERIAL! push programs.json /storage/emulated/0/Mindroid/programs.json
)
)
@ENDLOCAL
@cd %startdir%
IF "%ANDROID_HOME%"=="" (
ECHO ANDROID_HOME IS NOT DEFINED
ECHO NOTHING WAS DONE
pause
)
| Echtzeitsysteme/mindroid | admin/scripts/pushPrograms.bat | bat | gpl-3.0 | 534 |
@echo off
%HOME%\bin\MPlyr\GMPlayer %1 %2 %3 %4 %5 %6 %7 %8 %9
| pip/Octology | dox/Jobz/7Studios/CygPip/bin/MPlyr.bat | bat | gpl-3.0 | 65 |
bison --yacc -dv uck.y
flex uck.l
gcc -o uck y.tab.c lex.yy.c
pause | qrqiuren/SmileyFuck | make.bat | bat | unlicense | 67 |
del setup.log
del remove.log
msiexec /i Chem4Word-Setup.msi /l*v setup.log
pause
msiexec /uninstall Chem4Word-Setup.msi /l*v remove.log
pause
find "Property(" setup.log > properties.log
| Chem4Word/Version3 | src/Installer/WiXInstaller/Test.cmd | bat | apache-2.0 | 191 |
pushd "%SRC_DIR%"\python
@rem the symlinks for cmake modules don't work here
del cmake_modules\BuildUtils.cmake
del cmake_modules\SetupCxxFlags.cmake
del cmake_modules\CompilerInfo.cmake
del cmake_modules\FindNumPy.cmake
del cmake_modules\FindPythonLibsNew.cmake
copy /Y "%SRC_DIR%\cpp\cmake_modules\BuildUtils.cmake" cmake_modules\
copy /Y "%SRC_DIR%\cpp\cmake_modules\SetupCxxFlags.cmake" cmake_modules\
copy /Y "%SRC_DIR%\cpp\cmake_modules\CompilerInfo.cmake" cmake_modules\
copy /Y "%SRC_DIR%\cpp\cmake_modules\FindNumPy.cmake" cmake_modules\
copy /Y "%SRC_DIR%\cpp\cmake_modules\FindPythonLibsNew.cmake" cmake_modules\
SET ARROW_HOME=%LIBRARY_PREFIX%
SET SETUPTOOLS_SCM_PRETEND_VERSION=%PKG_VERSION%
SET PYARROW_BUILD_TYPE=release
SET PYARROW_WITH_S3=1
SET PYARROW_WITH_FLIGHT=1
SET PYARROW_WITH_GANDIVA=1
SET PYARROW_WITH_PARQUET=1
SET PYARROW_CMAKE_GENERATOR=Ninja
"%PYTHON%" setup.py ^
build_ext ^
install --single-version-externally-managed ^
--record=record.txt
if errorlevel 1 exit 1
popd
| renesugar/arrow | dev/tasks/conda-recipes/pyarrow/bld.bat | bat | apache-2.0 | 1,044 |
net stop ScadaServerService
net start ScadaServerService
| RapidScada/scada | ScadaServer/ScadaServer/ScadaServerSvc/Script/svc_restart.bat | bat | apache-2.0 | 57 |
@ECHO off
CALL SteamVR_SetDriverVars.bat
ECHO "Listing registered SteamVR drivers..."
"%STEAMVR_RUNTIME_DIR%\bin\win64\vrpathreg" show
ECHO "Done"
PAUSE | HipsterSloth/PSMoveSteamVRBridge | src/main/resources/scripts/installer/SteamVR_ListAllDrivers.bat | bat | apache-2.0 | 154 |
@echo off
:: Runs the win32 python interpreter checked into third_party\python_24 on
:: windows. cygwin python will not work because it will path /cygdrive/...
:: paths to test_shell.
..\..\..\..\..\third_party\python_24\python.exe build.py | rwatson/chromium-capsicum | chrome/common/extensions/docs/build/build.bat | bat | bsd-3-clause | 243 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\hnn.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\hnn.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
| tartavull/nn | docs/make.bat | bat | mit | 6,453 |
java -classpath coco Coco.Coco -package CocoXml CocoXml.atg
javac -source 1.4 -target 1.4 -d . Trace.java Scanner.java Tab.java DFA.java ParserGen.java Parser.java CocoXml.java
jar cfm CocoXml.jar CocoXml.manifest CocoXml/*.class
del CocoXml\*.class
rd CocoXml
| charlesw1234/cocoxml | original/java/build.bat | bat | gpl-2.0 | 261 |
cmd_fs/nfs/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o fs/nfs/built-in.o fs/nfs/nfs.o
| srinugnt2000/linux-2.6.37 | fs/nfs/.built-in.o.cmd | bat | gpl-2.0 | 97 |
cmd_fs/sysfs/built-in.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o fs/sysfs/built-in.o fs/sysfs/inode.o fs/sysfs/file.o fs/sysfs/dir.o fs/sysfs/symlink.o fs/sysfs/mount.o fs/sysfs/bin.o fs/sysfs/group.o
| jdlfg/Mecha-kernel-jdlfg | fs/sysfs/.built-in.o.cmd | bat | gpl-2.0 | 258 |
nw-gyp configure build | Alex-xp/NW-database | sqlite/build.bat | bat | gpl-2.0 | 22 |
@echo off
set TAGDIR=C:\TreeTagger
set BIN=%TAGDIR%\bin
set CMD=%TAGDIR%\cmd
set LIB=%TAGDIR%\lib
set TAGOPT=%LIB%\english.par -quiet -token -lemma -sgml -no-unknown
set CHUNKOPT=%LIB%\english-chunker.par -token -sgml -eps 0.00000001 -hyphen-heuristics
set OPT=-nae "if ($#F==0){print}else{print \"$F[0]-$F[1]\n\"}"
if "%2"=="" goto label1
perl %CMD%\tokenize.pl -e -a %LIB%\english-abbreviations "%~1" | %BIN%\tree-tagger %TAGOPT% | perl %OPT% | %BIN%\tree-tagger %CHUNKOPT% | perl %CMD%\filter-chunker-output.perl | %BIN%\tree-tagger %TAGOPT% > "%~2"
goto end
:label1
if "%1"=="" goto label2
perl %CMD%\tokenize.pl -e -a %LIB%\english-abbreviations "%~1" | %BIN%\tree-tagger %TAGOPT% | perl %OPT% | %BIN%\tree-tagger %CHUNKOPT% | perl %CMD%\filter-chunker-output.perl | %BIN%\tree-tagger %TAGOPT%
goto end
:label2
echo.
echo Usage: chunk-english file {file}
echo.
:end
| cerisara/jsafran | tagger/bin/chunk-english.bat | bat | gpl-2.0 | 878 |
@echo off
title Ram checker
mode 500
wmic Memorychip get Capacity, ConfiguredClockSpeed, MaxVoltage, MemoryType, MinVoltage, Speed, TypeDetail, PartNumber
pause
echo.
echo dit is een menu waar je alles kunt weten over ram.
echo kies 1 om Capacity
echo kies 2 om ConfiguredClockSpeed
echo kies 3 om MaxVoltage
echo kies 4 om MemoryType
echo kies 5 om MinVoltage
echo kies 6 om Speed
echo kies 7 om TypeDetail
echo kies 8 om PartNumber
pause
| pieterhouwen/scripts | ram.bat | bat | gpl-3.0 | 448 |
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
::
:: This file contains confidential and proprietary information
:: of Xilinx, Inc. and is protected under U.S. and
:: international copyright and other intellectual property
:: laws.
::
:: DISCLAIMER
:: This disclaimer is not a license and does not grant any
:: rights to the materials distributed herewith. Except as
:: otherwise provided in a valid license issued to you by
:: Xilinx, and to the maximum extent permitted by applicable
:: law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
:: WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
:: AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
:: BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
:: INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
:: (2) Xilinx shall not be liable (whether in contract or tort,
:: including negligence, or under any other theory of
:: liability) for any loss or damage of any kind or nature
:: related to, arising under or in connection with these
:: materials, including for any direct, or any indirect,
:: special, incidental, or consequential loss or damage
:: (including loss of data, profits, goodwill, or any type of
:: loss or damage suffered as a result of any action brought
:: by a third party) even if such damage or loss was
:: reasonably foreseeable or Xilinx had been advised of the
:: possibility of the same.
::
:: CRITICAL APPLICATIONS
:: Xilinx products are not designed or intended to be fail-
:: safe, or for use in any application requiring fail-safe
:: performance, such as life-support or safety devices or
:: systems, Class III medical devices, nuclear facilities,
:: applications related to the deployment of airbags, or any
:: other applications that could lead to death, personal
:: injury, or severe property or environmental damage
:: (individually and collectively, "Critical
:: Applications"). Customer assumes the sole risk and
:: liability of any use of Xilinx products in Critical
:: Applications, subject only to applicable laws and
:: regulations governing limitations on product liability.
::
:: THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
:: PART OF THIS FILE AT ALL TIMES.
::--------------------------------------------------------------------------------
cp ..\..\..\instructionROM.mif .
echo "Compiling Core Verilog UNISIM/Behavioral model"
vlogcomp -work work ..\..\..\instructionROM.v
vhpcomp -work work ..\..\example_design\instructionROM_exdes.vhd
echo "Compiling Test Bench Files"
vhpcomp -work work ..\bmg_tb_pkg.vhd
vhpcomp -work work ..\addr_gen.vhd
vhpcomp -work work ..\bmg_stim_gen.vhd
vhpcomp -work work ..\instructionROM_synth.vhd
vhpcomp -work work ..\instructionROM_tb.vhd
vlogcomp -work work $XILINX\verilog\src\glbl.v
fuse work.instructionROM_tb work.glbl -L unisims_ver -L xilinxcorelib_ver -o instructionROM_tb.exe
.\instructionROM_tb.exe -gui -tclbatch simcmds.tcl
| airabinovich/finalArquitectura | TestDatapathPart1/PipeAndDebug/ipcore_dir/instructionROM/simulation/functional/simulate_isim.bat | bat | lgpl-2.1 | 2,957 |
rem Date: 06.03.2014 / 12.03.2014
rem Author: Vladimir Baros / MichaelPantic
rem Purpose: Create MPI User
rem Install smpd.exe as a service and starts it
rem Service has to run as the same user running MPI applications
rem Copies & Installs mpid service and starts it
set username=MpiUser
set password=Mpi123!
rem Create user
net user /add "%username%" "%password%"
net localgroup administrators "%username%" /add
rem Install smpd service
call Startup\nssm install "SMPD service" "%programfiles%\Microsoft MPI\Bin\smpd.exe" "-p 8677"
Startup\nssm set "SMPD service" ObjectName "%COMPUTERNAME%\%username%" "%password%"
sc failure "SMPD service" actions= restart/60000/restart/60000/restart/60000 reset= 240
Startup\nssm start "SMPD service"
Rem Install mpid service
mkdir "%programfiles%\MPID"
robocopy "%CD%" "%programfiles%\MPID" /S
call Startup\nssm install "MPID service" "%programfiles%\MPID\HSR.AzureEE.MpiWrapper.exe"
Startup\nssm set "MPID service" ObjectName "%COMPUTERNAME%\%username%" "%password%"
sc failure "MPID service" actions= restart/60000/restart/60000/restart/60000 reset= 240
Startup\nssm start "MPID service"
@echo on
EXIT /B 0 | michaelpantic/SimplyHPC | HpcWorkerRole/Startup/installservices.bat | bat | apache-2.0 | 1,190 |
set JAVA_HOME="C:\Program Files\Java\jdk\jdk1.7.0_45" | alistairrutherford/faceit | src/main/standalone/settings.bat | bat | apache-2.0 | 53 |
@echo off
rem $Id: server.bat 7746 2008-05-10 21:24:55Z wolfgang_m $
rem
rem In addition to the other parameter options for the standalone server
rem pass -j or --jmx to enable JMX agent. The port for it can be specified
rem with optional port number e.g. -j1099 or --jmx=1099.
rem
set JMX_ENABLED=0
set JMX_PORT=1099
set JAVA_ARGS=
if not "%JAVA_HOME%" == "" goto gotJavaHome
rem will be set by the installer
set JAVA_HOME=$JDKPath
:gotJavaHome
if not "%EXIST_HOME%" == "" goto gotExistHome
rem will be set by the installer
set EXIST_HOME=$INSTALL_PATH
:gotExistHome
set JAVA_ENDORSED_DIRS="%EXIST_HOME%"\lib\endorsed
set JAVA_OPTS="-Xms16000k -Xmx256000k -Dfile.encoding=UTF-8 -Djava.endorsed.dirs=%JAVA_ENDORSED_DIRS%"
set BATCH.D="%EXIST_HOME%\bin\batch.d"
call %BATCH.D%\get_opts.bat %*
call %BATCH.D%\check_jmx_status.bat
"%JAVA_HOME%\bin\java" "%JAVA_OPTS%" -Dexist.home="%EXIST_HOME%" -jar "%EXIST_HOME%\start.jar" standalone %JAVA_ARGS%
:eof
| NCIP/cadsr-cgmdr-nci-uk | installer/scripts/server.bat | bat | bsd-3-clause | 997 |
@echo off
rem
rem Installation script.
rem
rem See CK LICENSE.txt for licensing details.
rem See CK COPYRIGHT.txt for copyright details.
rem
rem Developer(s):
rem - Grigori Fursin, grigori@dividiti.com, 2016-2017
rem - Anton Lokhmotov, anton@dividiti.com, 2017
rem
if not "%CK_HAS_OPENMP%" == "0" (
set CK_REF_LIBRARIES=%CK_LINKER_FLAG_OPENMP%
)
rem To avoid problem linking OpenCL lib ...
set CMAKE_C_FLAGS=%CMAKE_C_FLAGS% -L%CK_ENV_LIB_OPENCL_LIB%
set CMAKE_CXX_FLAGS=%CMAKE_CXX_FLAGS% -L%CK_ENV_LIB_OPENCL_LIB%
set CK_CMAKE_EXTRA=%CK_CMAKE_EXTRA% ^
-DOPENCL_ROOT:PATH="%CK_ENV_LIB_OPENCL%" ^
-DOPENCL_LIBRARIES:FILEPATH="%CK_ENV_LIB_OPENCL_DYNAMIC_NAME%" ^
-DOPENCL_INCLUDE_DIRS:PATH="%CK_ENV_LIB_OPENCL_INCLUDE%" ^
-DCMAKE_EXE_LINKER_FLAGS=-L"%CK_ENV_LIB_OPENCL_LIB%" ^
-DTUNERS=%CLBLAST_TUNERS% ^
-DCLTUNE_ROOT:PATH="%CK_ENV_TOOL_CLTUNE%" ^
-DCLIENTS=%CLBLAST_CLIENTS% ^
-DCBLAS_INCLUDE_DIRS:PATH="%CK_ENV_LIB_OPENBLAS_INCLUDE%" ^
-DCBLAS_LIBRARIES:FILEPATH="%CK_ENV_LIB_OPENBLAS_LIB%\%CK_ENV_LIB_OPENBLAS_STATIC_NAME%" ^
-DSAMPLES=%CLBLAST_SAMPLES% ^
-DCK_REF_LIBRARIES=%CK_REF_LIBRARIES% ^
-DANDROID=ON
exit /b 0
| ctuning/ck-math | package/lib-clblast-tune-master-universal/scripts.android/install.bat | bat | bsd-3-clause | 1,140 |
@echo off
rem
rem Find the application home.
rem
if "%OS%"=="Windows_NT" goto nt
echo This is not NT, so please edit this script and set _APP_HOME manually
set _APP_HOME=..
goto conf
:nt
rem %~dp0 is name of current script under NT
set _APP_HOME=%~dp0
rem : operator works similar to make : operator
set _APP_HOME=%_APP_HOME:\bin\=%
rem
rem Find the wrapper-master.conf
rem
:conf
set _WRAPPER_CONF="%~f1"
if not %_WRAPPER_CONF%=="" goto startup
set _WRAPPER_CONF="%_APP_HOME%\conf\wrapper-master.conf"
rem
rem Run the application.
rem At runtime, the current directory will be that of Wrapper.exe
rem
:startup
"%_APP_HOME%\bin\Wrapper.exe" -i %_WRAPPER_CONF%
if not errorlevel 1 goto end
pause
:end
set _APP_HOME=
set _WRAPPER_CONF=
| f4bio/drftpd3-extended | bin/InstallMaster.bat | bat | gpl-2.0 | 741 |
@echo off
set file=buildscript\psbuild.ps1
set config="build"
cd /d "%~dp0"
%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy unrestricted -File %file% %config%
exit /b %errorlevel%
| dg9ngf/TxTranslation | _scripts/build.cmd | bat | gpl-3.0 | 217 |
set ANT_HOME=../apache-ant-1.7.1
set PATH=%PATH%;%ANT_HOME%\bin
ant cleanall | lewis-ing/bbossgroups-3.5 | antbuildall/cleanall.bat | bat | apache-2.0 | 76 |
@echo off
REM ==========================================================================
REM SeqAn MinGW Fix Batch
REM ==========================================================================
REM Copyright (c) 2006-2016, Knut Reinert, FU Berlin
REM All rights reserved.
REM
REM Redistribution and use in source and binary forms, with or without
REM modification, are permitted provided that the following conditions are met:
REM
REM * Redistributions of source code must retain the above copyright
REM notice, this list of conditions and the following disclaimer.
REM * Redistributions in binary form must reproduce the above copyright
REM notice, this list of conditions and the following disclaimer in the
REM documentation and/or other materials provided with the distribution.
REM * Neither the name of Knut Reinert or the FU Berlin nor the names of
REM its contributors may be used to endorse or promote products derived
REM from this software without specific prior written permission.
REM
REM THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
REM AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
REM IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
REM ARE DISCLAIMED. IN NO EVENT SHALL KNUT REINERT OR THE FU BERLIN BE LIABLE
REM FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
REM DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
REM SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
REM CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
REM LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
REM OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
REM DAMAGE.
REM
REM ==========================================================================
REM Author: Rene Rahn <rene.rahn@fu-berlin.de>
REM ==========================================================================
REM This tool parses the directories of the PATH environment (using the
REM external program seqan_mingw_fix.exe) and removes all directories that
REM contains "sh.exe" as one of their childs. The modified PATH is then set
REM to the current environment.
REM ==========================================================================
echo Disabling sh.exe path...
REM start actual program and redirect stdout to tmp file
REM start cmd /c %program% ^> %tmp_file%
REM ouput old path environment - in case of unexpected corruptions of the PATH variable
echo.
echo old path environment:
echo %path%
REM call seqan_mingw_fix.exe in current working directory: %~dp0 and set path to output of program
for /F "usebackq tokens=*" %%i in (`%~dp0seqan_mingw_fix.exe`) do set PATH=%%i
REM print new PATH
echo.
echo new path environment:
echo %path%
REM done!
echo.
echo done!
| bestrauc/seqan | util/mingw/mingw_path_fix/seqan_mingw_fix.bat | bat | bsd-3-clause | 2,913 |
@echo off
rem ----------------------------------------
rem Setup C::B root folder of *binaries* (!)
rem ----------------------------------------
if not defined CB_ROOT set CB_ROOT=C:\Devel\CodeBlocks
rem ------------------------------------------
rem Setup GCC root folder with "bin" subfolder
rem ------------------------------------------
if not defined GCC_ROOT set GCC_ROOT=%CB_ROOT%\MinGW
rem run update.bat after build
rem if not defined CB_RUN_UPDATE_BAT set CB_RUN_UPDATE_BAT=0
rem -------------------------------------------
rem Usually below here no changes are required.
rem -------------------------------------------
if not exist "%CB_ROOT%" goto ErrNoCB
if not exist "%GCC_ROOT%" goto ErrNoGCC
set PATH=%CB_ROOT%;%GCC_ROOT%;%PATH%
set BUILD_TYPE=--build
if "%1"=="r" set BUILD_TYPE=--rebuild
if "%1"=="-r" set BUILD_TYPE=--rebuild
if "%1"=="rebuild" set BUILD_TYPE=--rebuild
if "%1"=="-rebuild" set BUILD_TYPE=--rebuild
if not defined START_CMD set START_CMD=start "Code::Blocks Core Build (wx 3.0.x)" /D"%~dp0" /min /b
set CB_EXE="%CB_ROOT%\codeblocks.exe"
if not defined CB_PARAMS set CB_PARAMS=--batch-build-notify --no-batch-window-close
set CB_CMD=%BUILD_TYPE% "%~dp0CodeBlocks_wx30.cbp"
set CB_TARGET=--target=All
%START_CMD% %CB_EXE% %CB_PARAMS% %CB_TARGET% %CB_CMD%
echo Do not forget to run "update30.bat" after successful build!
goto TheEnd
:ErrNoCB
echo Error: C::B root folder not found. Adjust batch file or supply parameter accordingly
goto TheEnd
:ErrNoGCC
echo Error: GCC root folder not found. Adjust batch file or supply parameter accordingly
goto TheEnd
:TheEnd
| jenslody/codeblocks | src/batch_build_core_30.bat | bat | gpl-3.0 | 1,661 |
:: Licensed to the Apache Software Foundation (ASF) under one
:: or more contributor license agreements. See the NOTICE file
:: distributed with this work for additional information
:: regarding copyright ownership. The ASF licenses this file
:: to you under the Apache License, Version 2.0 (the
:: "License"); you may not use this file except in compliance
:: with the License. You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing,
:: software distributed under the License is distributed on an
:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
:: KIND, either express or implied. See the License for the
:: specific language governing permissions and limitations
:: under the License
@ECHO OFF
ECHO WARN: The 'clean' command is not available for cordova-ios on windows machines.>&2
| kimalec/TodayWeather | tw.ios/cordova/clean.bat | bat | mit | 899 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=fairseq
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
| pytorch/fairseq | docs/make.bat | bat | mit | 805 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\mocha-webpack\bin\mocha-webpack" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\mocha-webpack\bin\mocha-webpack" %*
) | aalpgiray/react-hot-boilerplate-ts | node_modules/.bin/mocha-webpack.cmd | bat | mit | 204 |
call _createlinks.bat
docker-compose up -d
powershell docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' navsql_nav_1
powershell docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' navsql_sql_1 | Koubek/dockerfiles-dynamics-nav | root/_toremove/nav-sql/_compose.up.bat | bat | mit | 246 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.