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
set JC=%JAVA_HOME%\bin\javac -d bin set JAR=%JAVA_HOME%\bin\jar %JC% src\infomosaic\securexml\*.java if errorlevel 1 goto fine cd bin %JAR% cvf ..\..\lib\securexml.jar * cd .. :fine pause
SrivastavaConsultingGroup/DigitalSignature
Xmlsign/SecureXMLJ/make.bat
bat
mit
190
node ..\..\node_modules\requirejs\bin\r.js -o name=ksanajslib.js out=ksanajslib.min.js baseUrl=. paths.jquery=.\jquery paths.requirelib=.\require paths.backbone=.\backbone paths.backbone_epoxy=.\backbone.epoxy paths.underscore=.\underscore paths.text=.\requiretext paths.bootstrap=.\bootstrap paths.bootbox=.\bootbox paths.eventemitter=.\eventemitter2 paths.aura=.\aura\aura paths.base=.\aura\base paths.platform=.\aura\platform paths.auraextensions=.\aura\aura.extensions paths.logger=.\aura\logger paths.debug=.\aura\ext\debug paths.mediator=.\aura\ext\mediator paths.components=.\aura\ext\components paths.socketio=.\socket.io paths.rangy=.\rangy\rangy-core paths.aem=.\refinery\aem
yapcheahshen/ksanapc
node_webkit/jslib/min.bat
bat
mit
686
start xsd-validator-master\xsdv.cmd dmn.xsd dmnOut.xml
SebastianStamm/dmn-playground
test.bat
bat
mit
55
taskkill /F /IM chrome.exe /T exit
cacheflowe/haxademic
scripts/chrome-kill.cmd
bat
mit
34
start tunnel 80 localhost 81 start boomClient 81 localhost 60000 /ss 2500 start tunnel 60000 localhost 60001 start GeTunnel 60001 localhost 60002 /e 2 start tunnel 60002 localhost 60003 start GeTunnel 60003 localhost 60004 /r start tunnel 60004 localhost 60005 start boomServer 60005 localhost 8081 start tunnel 8081 localhost 8080 start ..\fileStore /p 8080
stackprobe/Factory
Labo/Socket/tunnel/GeTunnelTest02.bat
bat
mit
359
@echo off msbuild /t:Clean /v:m /p:Platform=x64;Configuration="Debug" vs2015\mercury.sln
darkedge/mercury
clean.bat
bat
mit
89
@echo off cd C:\Users\%username%\desktop if exist %CD%\name.txt goto hiname if NOT exist "%CD%\name.txt" goto typename :typename cls set /p name= "What is your name? " @echo %name% > name.txt goto hiname :hiname cls set /p name= < name.txt @echo Hello, %name%. timeout /t 1 /nobreak > nul goto hiname
Mysterypancake1/Source-Fun
batch/name.bat
bat
mit
314
REM rebuild solution msbuild.exe %~dp0\..\MyNuProject.sln /p:Configuration=Release REM delete old packages rd package rd build REM create folders for target frameworks if not exist build mkdir build if not exist package\lib\net45 mkdir package\lib\net45 REM copy assemblies to package folder copy %~dp0\..\Src\MyNuProject\bin\Release\MyNuProject.dll package\lib\net45 REM update nuget nuget.exe update -self REM create package nuget.exe pack package.nuspec -BasePath package -Output build
mholec/empty-project
NuGet/pack.bat
bat
mit
494
@echo off set "PRGDIR=%cd%" if ""%1"" == ""test"" goto doTest if ""%1"" == ""run"" goto doRun if ""%1"" == ""start"" goto doStart if ""%1"" == ""stop"" goto doStop echo Usage: mewbot ( commands ... ) echo commands: echo test Test All Mewbot echo run Start Catalina in the current window echo start Start Catalina in a separate window echo stop Stop Catalina goto end :doTest nodejs %PRGDIR%\..\node_modules\.bin\coffee %PRGDIR%\..\core\startup.coffee --test all
homepagea/mewbot
bin/mewbot.bat
bat
mit
526
@echo off set DIR=%~dp0 call %DIR%compile_scripts.bat -i ../../../MEFramework -o MEFramework.zip -m zip -p MEFramework echo. echo ### UPDATING ### echo. echo updating all MEFramework.zip echo. rem dir /s/b "../../../Resource/" | find "MEFramework.zip" > ___tmp___ rem for /f %%f in (___tmp___) do ( rem echo %%f rem copy MEFramework.zip %%f > NUL rem ) rem del ___tmp___ echo. echo DONE echo.
daz2yy/MyTools
DragAndRun/DragAndRun/Tools/encodeTools/luaToJit/make_E_MEFramework_package.bat
bat
gpl-2.0
405
cmd_drivers/macintosh/built-in.o := rm -f drivers/macintosh/built-in.o; /home/azure/Kernel/arm-2010q1/bin/arm-none-linux-gnueabi-ar rcs drivers/macintosh/built-in.o
denzfarid/rndc-kernel
drivers/macintosh/.built-in.o.cmd
bat
gpl-2.0
166
cmd_drivers/media/common/tuners/mt2060.ko := arm-linux-gnueabihf-ld -EL -r -T /home/darrell/android/rockchip/rk3188/scripts/module-common.lds --build-id -o drivers/media/common/tuners/mt2060.ko drivers/media/common/tuners/mt2060.o drivers/media/common/tuners/mt2060.mod.o
Dee-UK/D33_KK_Kernel
drivers/media/common/tuners/.mt2060.ko.cmd
bat
gpl-2.0
274
cmd_fs/block_dev.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/.block_dev.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=2048 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(block_dev)" -D"KBUILD_MODNAME=KBUILD_STR(block_dev)" -c -o fs/block_dev.o fs/block_dev.c deps_fs/block_dev.o := \ fs/block_dev.c \ $(wildcard include/config/sysfs.h) \ $(wildcard include/config/compat.h) \ include/linux/init.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/hotplug.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/mm.h \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sysctl.h) \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/errno.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/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/flatmem.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/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/typecheck.h \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ include/linux/stddef.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/posix_types.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitops.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/arch/msm.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ $(wildcard include/config/cpu/32v6k.h) \ include/linux/linkage.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/linkage.h \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ $(wildcard include/config/x86.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irqflags.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hwcap.h \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/lock.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/domain.h \ $(wildcard include/config/verify/permission/fault.h) \ $(wildcard include/config/io/36.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ include/linux/prefetch.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/processor.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.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/tracing.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include/stdarg.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/ratelimit.h \ include/linux/param.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/dynamic_debug.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/div64.h \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ include/linux/spinlock_up.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/atomic.h \ include/asm-generic/atomic-long.h \ include/linux/spinlock_api_up.h \ include/linux/wait.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/current.h \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/seqlock.h \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/string.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/linux/bounds.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ $(wildcard include/config/memory/hotplug/sparse.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ include/linux/const.h \ arch/arm/mach-msm/include/mach/memory.h \ $(wildcard include/config/phys/offset.h) \ $(wildcard include/config/arch/msm7x30.h) \ $(wildcard include/config/vmsplit/3g.h) \ $(wildcard include/config/arch/msm/arm11.h) \ $(wildcard include/config/cache/l2x0.h) \ $(wildcard include/config/arch/msm/scorpion.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ include/asm-generic/getorder.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/linux/rwsem-spinlock.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ include/linux/cpumask.h \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/rbtree.h \ include/linux/prio_tree.h \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/mm/owner.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/auxvec.h \ include/linux/completion.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable.h \ $(wildcard include/config/highpte.h) \ include/asm-generic/4level-fixup.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/proc-fns.h \ $(wildcard include/config/cpu/32.h) \ $(wildcard include/config/cpu/arm7tdmi.h) \ $(wildcard include/config/cpu/arm720t.h) \ $(wildcard include/config/cpu/arm740t.h) \ $(wildcard include/config/cpu/arm9tdmi.h) \ $(wildcard include/config/cpu/arm920t.h) \ $(wildcard include/config/cpu/arm922t.h) \ $(wildcard include/config/cpu/arm925t.h) \ $(wildcard include/config/cpu/arm926t.h) \ $(wildcard include/config/cpu/arm940t.h) \ $(wildcard include/config/cpu/arm946e.h) \ $(wildcard include/config/cpu/arm1020.h) \ $(wildcard include/config/cpu/arm1020e.h) \ $(wildcard include/config/cpu/arm1022.h) \ $(wildcard include/config/cpu/arm1026.h) \ $(wildcard include/config/cpu/mohawk.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/cpu/v6.h) \ $(wildcard include/config/cpu/v7.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cpu-single.h \ arch/arm/mach-msm/include/mach/vmalloc.h \ $(wildcard include/config/mach/es209ra.h) \ $(wildcard include/config/vmsplit/2g.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable-hwdef.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/tlbflush.h \ $(wildcard include/config/cpu/tlb/v3.h) \ $(wildcard include/config/cpu/tlb/v4wt.h) \ $(wildcard include/config/cpu/tlb/fa.h) \ $(wildcard include/config/cpu/tlb/v4wbi.h) \ $(wildcard include/config/cpu/tlb/feroceon.h) \ $(wildcard include/config/cpu/tlb/v4wb.h) \ $(wildcard include/config/cpu/tlb/v6.h) \ $(wildcard include/config/cpu/tlb/v7.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/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/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/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/debug/stack/usage.h) \ $(wildcard include/config/group/sched.h) \ include/linux/capability.h \ $(wildcard include/config/security/file/capabilities.h) \ include/linux/timex.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/math64.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/timex.h \ arch/arm/mach-msm/include/mach/timex.h \ include/linux/jiffies.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ipcbuf.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sembuf.h \ include/linux/rcupdate.h \ $(wildcard include/config/tree/rcu.h) \ include/linux/rcutree.h \ include/linux/signal.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sigcontext.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/path.h \ include/linux/pid.h \ include/linux/percpu.h \ $(wildcard include/config/have/legacy/per/cpu/area.h) \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/debug/kmemleak.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/slob_def.h \ include/linux/pfn.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.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 \ /home/benoit/kernel_android/32/es209ra/arch/arm/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 \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/workqueue.h \ include/linux/aio_abi.h \ include/linux/uio.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/have/mlocked/page/bit.h) \ $(wildcard include/config/arch/uses/pg/uncached.h) \ $(wildcard include/config/memory/failure.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ include/linux/fcntl.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/kmod.h \ include/linux/major.h \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/device_cgroup.h \ $(wildcard include/config/cgroup/device.h) \ include/linux/module.h \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ include/linux/stat.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/stat.h \ include/linux/elf.h \ include/linux/elf-em.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/elf.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/user.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ppc64.h) \ include/linux/tracepoint.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/local.h \ include/asm-generic/local.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/radix-tree.h \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.h \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/inet.h \ include/linux/err.h \ include/linux/highmem.h \ $(wildcard include/config/debug/highmem.h) \ include/linux/uaccess.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/uaccess.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cacheflush.h \ $(wildcard include/config/cpu/cache/v3.h) \ $(wildcard include/config/cpu/cache/v4.h) \ $(wildcard include/config/cpu/cache/v4wb.h) \ $(wildcard include/config/outer/cache.h) \ $(wildcard include/config/cpu/cache/vipt.h) \ $(wildcard include/config/arm/errata/411920.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/shmparam.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cachetype.h \ $(wildcard include/config/cpu/cache/vivt.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/kmap_types.h \ include/linux/blkdev.h \ $(wildcard include/config/blk/dev/bsg.h) \ $(wildcard include/config/bounce.h) \ $(wildcard include/config/blk/dev/integrity.h) \ include/linux/genhd.h \ $(wildcard include/config/fail/make/request.h) \ $(wildcard include/config/solaris/x86/partition.h) \ $(wildcard include/config/bsd/disklabel.h) \ $(wildcard include/config/unixware/disklabel.h) \ $(wildcard include/config/minix/subpartition.h) \ include/linux/device.h \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/devtmpfs.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/pm/runtime.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/device.h \ $(wildcard include/config/dmabounce.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ include/linux/pagemap.h \ include/linux/hardirq.h \ $(wildcard include/config/virt/cpu/accounting.h) \ include/linux/ftrace_irq.h \ $(wildcard include/config/ftrace/nmi/enter.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hardirq.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irq.h \ arch/arm/mach-msm/include/mach/irqs.h \ $(wildcard include/config/arch/qsd8x50.h) \ $(wildcard include/config/arch/msm8x60.h) \ arch/arm/mach-msm/include/mach/irqs-8x50.h \ arch/arm/mach-msm/include/mach/sirc.h \ $(wildcard include/config/msm/soc/rev/a.h) \ arch/arm/mach-msm/include/mach/msm_iomap.h \ arch/arm/mach-msm/include/mach/msm_iomap-8x50.h \ $(wildcard include/config/msm/debug/uart.h) \ include/linux/irq_cpustat.h \ include/linux/backing-dev.h \ $(wildcard include/config/debug/fs.h) \ include/linux/writeback.h \ include/linux/mempool.h \ include/linux/bio.h \ include/linux/ioprio.h \ include/linux/iocontext.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/io.h \ arch/arm/mach-msm/include/mach/io.h \ include/linux/bsg.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/scatterlist.h \ $(wildcard include/config/debug/sg.h) \ include/linux/elevator.h \ include/linux/blkpg.h \ include/linux/buffer_head.h \ include/linux/pagevec.h \ include/linux/mpage.h \ include/linux/mount.h \ include/linux/namei.h \ include/linux/kmemleak.h \ fs/internal.h \ fs/block_dev.o: $(deps_fs/block_dev.o) $(deps_fs/block_dev.o):
b8e5n/KTG-kernel_es209ra
fs/.block_dev.o.cmd
bat
gpl-2.0
26,317
cmd_drivers/platform/built-in.o := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o drivers/platform/built-in.o drivers/platform/msm/built-in.o
Envious-Data/shinano-sirius_msm8974abpro
drivers/platform/.built-in.o.cmd
bat
gpl-2.0
185
@REM @echo off REM setlocal @call %~dp0printbig >>%~dp0deploy.log @call %~dp0printbig %date% %time% >>%~dp0deploy.log @call %~dp0printbig Starting %~f0 >>%~dp0deploy.log @call %~dp0printlog %~dpn0 @call %~dp0printlog %~dpn0 %date% %time% @call %~dp0printlog %~dpn0 Starting deploy script %~f0 @call %~dp0setenv.bat | tee -a %~dpn0.log if ERRORLEVEL 1 @call %~dp0printlog %~dpn0 Some environment variables are not set, QUIT !!! && exit /b 2 set x REM pause if not defined ECHudsonBuilds set ECHudsonBuilds=%ECRootPath%\HBuilds set ArcFile=%ECHudsonBuilds%\EAM.zip set ProjectPage=https://etbuild01.edifecs.local/view/8.4.0/job/EAM svn 8.4.0/ path %~dp0;%ECRootPath%\bin\;%ECHudsonBuilds%\bin;%path% SET XESManagerWorkspace=%XESRoot%\..\XESmanager\workspace SET CATALINA_HOME=%XESRoot%\..\XESmanager\tomcat :create_backup_dirs @call %~dp0create_bkp_dirs.bat if ERRORLEVEL 1 @call %~dp0printlog %~dpn0 Some directories are missing, QUIT !!! && exit /b 2 :Managing_backups call %~dp0move_bkp.bat %EAMRoot% if ERRORLEVEL 2 echo Unable to manage backups, QUIT !!! && exit /b 2 :Backup_profiles REM not implemented :Download del %ECHudsonBuilds%\EAM*.zip 2>nul (@call %~dp0download_build.bat %ArcFile% "%ProjectPage%" | tee -a %~dpn0.log) || exit /b 1 :Extract :Copy_files for %%F in (startEAMServer.bat stopEAMServer.bat) do copy %EAMRoot%\Server\bin\%%F %ECHudsonBuilds%\EAM\Server\bin\ >nul copy %XESRoot%\features\batcher\config\db_1.properties %ECHudsonBuilds%\XEServer\features\batcher\config\ :Deploy sleep 2 @call %~dp0lockinfo %EAMRoot%\ >>%~dpn0.log @REM echo on echo.&echo.&@call %~dp0printlog %~dpn0 Trying to move EAM to backup directory ... move %EAMRoot% %ECHudsonBuilds%\backup\ || (@call %~dp0printlog %~dpn0 Unable to move EAM directory to %ECHudsonBuilds%\backup\. & exit /b 1) @call %~dp0printlog %~dpn0 EAM moved to %ECHudsonBuilds%\backup\EAM echo.&echo.&@call %~dp0printlog %~dpn0 Deploying new EAM build to directory %EAMRoot% ... move %ECHudsonBuilds%\EAM %EAMRoot% || (@call %~dp0printlog %~dpn0 Unable to move EAM new build directory. & exit /b 1) @call %~dp0printlog %~dpn0 New `EAM` build deployed to %EAMRoot%\ :Restore_profiles REM not implemented @call %~dp0printbig Finished %~f0 at %time% >>%~dp0deploy.log
edfx-4r9/xescr
XEServer/deployEAM.bat
bat
gpl-2.0
2,249
cmd_arch/arm/lib/testsetbit.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.testsetbit.o.d -nostdinc -isystem /home/xdf-531/Desktop/rtLinux_V2/tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/../lib/gcc/arm-bcm2708hardfp-linux-gnueabi/4.7.1/include -I./arch/arm/include -Iarch/arm/include/generated -Iinclude -I./arch/arm/include/uapi -Iarch/arm/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-bcm2709/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -mfpu=vfp -funwind-tables -marm -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -c -o arch/arm/lib/testsetbit.o arch/arm/lib/testsetbit.S source_arch/arm/lib/testsetbit.o := arch/arm/lib/testsetbit.S deps_arch/arm/lib/testsetbit.o := \ arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/sparse/rcu/pointer.h) \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ $(wildcard include/config/kprobes.h) \ include/linux/stringify.h \ include/linux/export.h \ $(wildcard include/config/have/underscore/symbol/prefix.h) \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ arch/arm/include/asm/linkage.h \ arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/cpu/v7m.h) \ $(wildcard include/config/preempt/count.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/cpu/use/domains.h) \ arch/arm/include/asm/ptrace.h \ $(wildcard include/config/arm/thumb.h) \ arch/arm/include/uapi/asm/ptrace.h \ arch/arm/include/asm/hwcap.h \ arch/arm/include/uapi/asm/hwcap.h \ arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ arch/arm/include/asm/opcodes-virt.h \ arch/arm/include/asm/opcodes.h \ $(wildcard include/config/cpu/endian/be32.h) \ arch/arm/include/asm/asm-offsets.h \ include/generated/asm-offsets.h \ arch/arm/include/asm/page.h \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/copy/v6.h) \ $(wildcard include/config/kuser/helpers.h) \ $(wildcard include/config/arm/lpae.h) \ $(wildcard include/config/have/arch/pfn/valid.h) \ include/asm-generic/getorder.h \ arch/arm/include/asm/thread_info.h \ $(wildcard include/config/crunch.h) \ $(wildcard include/config/arm/thumbee.h) \ arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ arch/arm/lib/bitops.h \ arch/arm/include/asm/unwind.h \ $(wildcard include/config/arm/unwind.h) \ arch/arm/lib/testsetbit.o: $(deps_arch/arm/lib/testsetbit.o) $(deps_arch/arm/lib/testsetbit.o):
avareldalton85/rpi2-linux-rt
arch/arm/lib/.testsetbit.o.cmd
bat
gpl-2.0
3,643
cmd_drivers/mxc/mlb/mxc_mlb.ko := arm-poky-linux-gnueabi-ld -EL -r -T /second_extend/yocto_file/linux_yocto/scripts/module-common.lds --build-id -o drivers/mxc/mlb/mxc_mlb.ko drivers/mxc/mlb/mxc_mlb.o drivers/mxc/mlb/mxc_mlb.mod.o
heyoufei2/yocto3.14.38_kernel
drivers/mxc/mlb/.mxc_mlb.ko.cmd
bat
gpl-2.0
233
cmd_scripts/basic/fixdep := gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c source_scripts/basic/fixdep := scripts/basic/fixdep.c deps_scripts/basic/fixdep := \ $(wildcard include/config/his/driver.h) \ $(wildcard include/config/my/option.h) \ $(wildcard include/config/.h) \ $(wildcard include/config/foo.h) \ $(wildcard include/config/boom.h) \ /usr/include/x86_64-linux-gnu/sys/types.h \ /usr/include/features.h \ /usr/include/x86_64-linux-gnu/bits/predefs.h \ /usr/include/x86_64-linux-gnu/sys/cdefs.h \ /usr/include/x86_64-linux-gnu/bits/wordsize.h \ /usr/include/x86_64-linux-gnu/gnu/stubs.h \ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ /usr/include/x86_64-linux-gnu/bits/types.h \ /usr/include/x86_64-linux-gnu/bits/typesizes.h \ /usr/include/time.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h \ /usr/include/endian.h \ /usr/include/x86_64-linux-gnu/bits/endian.h \ /usr/include/x86_64-linux-gnu/bits/byteswap.h \ /usr/include/x86_64-linux-gnu/sys/select.h \ /usr/include/x86_64-linux-gnu/bits/select.h \ /usr/include/x86_64-linux-gnu/bits/sigset.h \ /usr/include/x86_64-linux-gnu/bits/time.h \ /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ /usr/include/x86_64-linux-gnu/sys/stat.h \ /usr/include/x86_64-linux-gnu/bits/stat.h \ /usr/include/x86_64-linux-gnu/sys/mman.h \ /usr/include/x86_64-linux-gnu/bits/mman.h \ /usr/include/unistd.h \ /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ /usr/include/x86_64-linux-gnu/bits/environments.h \ /usr/include/x86_64-linux-gnu/bits/confname.h \ /usr/include/getopt.h \ /usr/include/x86_64-linux-gnu/bits/unistd.h \ /usr/include/fcntl.h \ /usr/include/x86_64-linux-gnu/bits/fcntl.h \ /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ /usr/include/string.h \ /usr/include/xlocale.h \ /usr/include/x86_64-linux-gnu/bits/string.h \ /usr/include/x86_64-linux-gnu/bits/string2.h \ /usr/include/stdlib.h \ /usr/include/x86_64-linux-gnu/bits/string3.h \ /usr/include/x86_64-linux-gnu/bits/waitflags.h \ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ /usr/include/alloca.h \ /usr/include/x86_64-linux-gnu/bits/stdlib.h \ /usr/include/stdio.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h \ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ /usr/include/x86_64-linux-gnu/bits/stdio.h \ /usr/include/x86_64-linux-gnu/bits/stdio2.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/limits.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/syslimits.h \ /usr/include/limits.h \ /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ /usr/include/x86_64-linux-gnu/bits/local_lim.h \ /usr/include/linux/limits.h \ /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ /usr/include/ctype.h \ /usr/include/arpa/inet.h \ /usr/include/netinet/in.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdint.h \ /usr/include/stdint.h \ /usr/include/x86_64-linux-gnu/bits/wchar.h \ /usr/include/x86_64-linux-gnu/sys/socket.h \ /usr/include/x86_64-linux-gnu/sys/uio.h \ /usr/include/x86_64-linux-gnu/bits/uio.h \ /usr/include/x86_64-linux-gnu/bits/socket.h \ /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ /usr/include/x86_64-linux-gnu/asm/socket.h \ /usr/include/asm-generic/socket.h \ /usr/include/x86_64-linux-gnu/asm/sockios.h \ /usr/include/asm-generic/sockios.h \ /usr/include/x86_64-linux-gnu/bits/socket2.h \ /usr/include/x86_64-linux-gnu/bits/in.h \ scripts/basic/fixdep: $(deps_scripts/basic/fixdep) $(deps_scripts/basic/fixdep):
russelldias98/linux_kernel_3.0.68
scripts/basic/.fixdep.cmd
bat
gpl-2.0
3,849
del freimap.jar javac -source 1.5 -nowarn -cp lib/mysql-connector-java-5.0.5-bin.jar;lib/jfreechart-1.0.4.jar;lib/jcommon-1.0.8.jar;lib/xstream-1.2.2-20061111.171510-1.jar;lib/xpp3_min-1.1.4c.jar;lib/jyaml-lib-1.0-beta-3.jar -Xlint:unchecked net/relet/freimap/*.java net/relet/freimap/background/*.java && jar cvfm freimap.jar META-INF\MANIFEST.MF LICENCE README net\relet\freimap\*.class net\relet\freimap\background\*.class gfx\*.* data\*.*
relet/freimap
compile.bat
bat
gpl-2.0
446
cmd_coreutils/stat.o := arm-linux-musleabihf-gcc -Wp,-MD,coreutils/.stat.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wno-format-security -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -fno-unwind-tables -fno-asynchronous-unwind-tables -g -O0 -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(stat)" -D"KBUILD_MODNAME=KBUILD_STR(stat)" -c -o coreutils/stat.o coreutils/stat.c deps_coreutils/stat.o := \ coreutils/stat.c \ $(wildcard include/config/feature/stat/format.h) \ $(wildcard include/config/selinux.h) \ include/libbb.h \ $(wildcard include/config/feature/shadowpasswds.h) \ $(wildcard include/config/use/bb/shadow.h) \ $(wildcard include/config/feature/utmp.h) \ $(wildcard include/config/locale/support.h) \ $(wildcard include/config/use/bb/pwd/grp.h) \ $(wildcard include/config/lfs.h) \ $(wildcard include/config/feature/buffers/go/on/stack.h) \ $(wildcard include/config/feature/buffers/go/in/bss.h) \ $(wildcard include/config/feature/ipv6.h) \ $(wildcard include/config/feature/seamless/xz.h) \ $(wildcard include/config/feature/seamless/lzma.h) \ $(wildcard include/config/feature/seamless/bz2.h) \ $(wildcard include/config/feature/seamless/gz.h) \ $(wildcard include/config/feature/seamless/z.h) \ $(wildcard include/config/feature/check/names.h) \ $(wildcard include/config/feature/prefer/applets.h) \ $(wildcard include/config/long/opts.h) \ $(wildcard include/config/feature/getopt/long.h) \ $(wildcard include/config/feature/pidfile.h) \ $(wildcard include/config/feature/syslog.h) \ $(wildcard include/config/feature/individual.h) \ $(wildcard include/config/echo.h) \ $(wildcard include/config/printf.h) \ $(wildcard include/config/test.h) \ $(wildcard include/config/kill.h) \ $(wildcard include/config/chown.h) \ $(wildcard include/config/ls.h) \ $(wildcard include/config/xxx.h) \ $(wildcard include/config/route.h) \ $(wildcard include/config/feature/hwib.h) \ $(wildcard include/config/desktop.h) \ $(wildcard include/config/feature/crond/d.h) \ $(wildcard include/config/use/bb/crypt.h) \ $(wildcard include/config/feature/adduser/to/group.h) \ $(wildcard include/config/feature/del/user/from/group.h) \ $(wildcard include/config/ioctl/hex2str/error.h) \ $(wildcard include/config/feature/editing.h) \ $(wildcard include/config/feature/editing/history.h) \ $(wildcard include/config/feature/editing/savehistory.h) \ $(wildcard include/config/feature/tab/completion.h) \ $(wildcard include/config/feature/username/completion.h) \ $(wildcard include/config/feature/editing/vi.h) \ $(wildcard include/config/feature/editing/save/on/exit.h) \ $(wildcard include/config/pmap.h) \ $(wildcard include/config/feature/show/threads.h) \ $(wildcard include/config/feature/ps/additional/columns.h) \ $(wildcard include/config/feature/topmem.h) \ $(wildcard include/config/feature/top/smp/process.h) \ $(wildcard include/config/killall.h) \ $(wildcard include/config/pgrep.h) \ $(wildcard include/config/pkill.h) \ $(wildcard include/config/pidof.h) \ $(wildcard include/config/sestatus.h) \ $(wildcard include/config/unicode/support.h) \ $(wildcard include/config/feature/mtab/support.h) \ $(wildcard include/config/feature/clean/up.h) \ $(wildcard include/config/feature/devfs.h) \ include/platform.h \ $(wildcard include/config/werror.h) \ $(wildcard include/config/big/endian.h) \ $(wildcard include/config/little/endian.h) \ $(wildcard include/config/nommu.h) \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/limits.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/features.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/limits.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/byteswap.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdint.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/alltypes.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/stdint.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/endian.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdbool.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/unistd.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/posix.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/ctype.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/dirent.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/errno.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/errno.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/fcntl.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/fcntl.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/inttypes.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/netdb.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/netinet/in.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/socket.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/socket.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/setjmp.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/setjmp.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/signal.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/signal.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdio.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdlib.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/alloca.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdarg.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stddef.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/string.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/strings.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/libgen.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/poll.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/ioctl.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/ioctl.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/mman.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/mman.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/stat.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/stat.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/time.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/select.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/types.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/sysmacros.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/wait.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/resource.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/resource.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/termios.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/termios.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/time.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/param.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/pwd.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/grp.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/mntent.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/statfs.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/statvfs.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/statfs.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/utmp.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/utmpx.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/locale.h \ /Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/arpa/inet.h \ include/pwd_.h \ include/grp_.h \ include/shadow_.h \ include/xatonum.h \ coreutils/stat.o: $(deps_coreutils/stat.o) $(deps_coreutils/stat.o):
ThinkIntegrate/busybox
coreutils/.stat.o.cmd
bat
gpl-2.0
11,397
cmd_net/core/gen_estimator.o := ppc_4xx-gcc -m32 -Wp,-MD,net/core/.gen_estimator.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(gen_estimator)" -D"KBUILD_MODNAME=KBUILD_STR(gen_estimator)" -c -o net/core/.tmp_gen_estimator.o net/core/gen_estimator.c deps_net/core/gen_estimator.o := \ net/core/gen_estimator.c \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/uaccess.h \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/smp.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/virt/cpu/accounting.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/sysfs.h) \ $(wildcard include/config/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/preempt/notifiers.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/generic/hardirqs.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/debug/mutexes.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/lockdep.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/compat.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/preempt.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/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/types.h \ $(wildcard include/config/phys/64bit.h) \ include/asm-generic/int-ll64.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ include/linux/stddef.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/posix_types.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.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/ftrace/mcount/record.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/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/synch.h \ $(wildcard include/config/ppc/e500mc.h) \ $(wildcard include/config/e500.h) \ include/linux/stringify.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/feature-fixups.h \ $(wildcard include/config/ppc64.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.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/timex.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) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cache.h \ $(wildcard include/config/8xx.h) \ $(wildcard include/config/403gcx.h) \ $(wildcard include/config/ppc32.h) \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/tracer.h) \ include/linux/thread_info.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/processor.h \ $(wildcard include/config/vsx.h) \ $(wildcard include/config/ppc/prep.h) \ $(wildcard include/config/task/size.h) \ $(wildcard include/config/kernel/start.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/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) \ /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) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/reg_booke.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/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/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.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) \ include/linux/irqflags.h \ $(wildcard include/config/irqsoff/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) \ 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/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lock/stat.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/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/cpumask.h \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.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/nodemask.h \ $(wildcard include/config/highmem.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/kmemcheck.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/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/rwsem.h \ include/linux/completion.h \ include/linux/wait.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/current.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/smp.h \ $(wildcard include/config/use/generic/smp/helpers.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/modules.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/gfp.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/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/init.h \ $(wildcard include/config/hotplug.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 \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.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/slab_def.h \ include/linux/kmemtrace.h \ $(wildcard include/config/kmemtrace.h) \ include/trace/events/kmem.h \ include/linux/tracepoint.h \ $(wildcard include/config/tracepoints.h) \ include/trace/define_trace.h \ $(wildcard include/config/event/tracing.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/module.h \ $(wildcard include/config/symbol/prefix.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ include/linux/stat.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/stat.h \ include/linux/kmod.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/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/mm.h \ $(wildcard include/config/ksm.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/pgtable.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/pgtable-ppc32.h \ $(wildcard include/config/consistent/size.h) \ $(wildcard include/config/fsl/booke.h) \ include/asm-generic/pgtable-nopmd.h \ include/asm-generic/pgtable-nopud.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/io.h \ $(wildcard include/config/ra.h) \ $(wildcard include/config/rd.h) \ $(wildcard include/config/ppc/indirect/io.h) \ $(wildcard include/config/eeh.h) \ include/linux/device.h \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/devtmpfs.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/pm/runtime.h) \ include/linux/semaphore.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/device.h \ $(wildcard include/config/swiotlb.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ include/linux/io.h \ $(wildcard include/config/has/ioport.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/delay.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/time.h \ $(wildcard include/config/ppc/iseries.h) \ $(wildcard include/config/power.h) \ $(wildcard include/config/8xx/cpu6.h) \ include/asm-generic/iomap.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/io-defs.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/pte-44x.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/pte-common.h \ $(wildcard include/config/ppc/std/mmu.h) \ $(wildcard include/config/kgdb.h) \ $(wildcard include/config/xmon.h) \ $(wildcard include/config/kprobes.h) \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/arch/uses/pg/uncached.h) \ $(wildcard include/config/memory/failure.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ include/linux/socket.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/socket.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/sockios.h \ include/linux/sockios.h \ include/linux/in.h \ include/linux/interrupt.h \ $(wildcard include/config/generic/irq/probe.h) \ include/linux/irqreturn.h \ include/linux/irqnr.h \ include/linux/hardirq.h \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/ftrace_irq.h \ $(wildcard include/config/ftrace/nmi/enter.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/hardirq.h \ include/asm-generic/hardirq.h \ include/linux/irq.h \ $(wildcard include/config/irq/per/cpu.h) \ $(wildcard include/config/irq/release/method.h) \ $(wildcard include/config/intr/remap.h) \ $(wildcard include/config/generic/pending/irq.h) \ $(wildcard include/config/sparse/irq.h) \ $(wildcard include/config/numa/irq/desc.h) \ $(wildcard include/config/generic/hardirqs/no//do/irq.h) \ $(wildcard include/config/cpumasks/offstack.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/irq.h \ $(wildcard include/config/nr/irqs.h) \ $(wildcard include/config/irqstacks.h) \ include/linux/radix-tree.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/irq_regs.h \ include/asm-generic/irq_regs.h \ include/linux/irq_cpustat.h \ include/linux/netdevice.h \ $(wildcard include/config/dcb.h) \ $(wildcard include/config/wlan/80211.h) \ $(wildcard include/config/ax25.h) \ $(wildcard include/config/mac80211/mesh.h) \ $(wildcard include/config/tr.h) \ $(wildcard include/config/net/ipip.h) \ $(wildcard include/config/net/ipgre.h) \ $(wildcard include/config/ipv6/sit.h) \ $(wildcard include/config/ipv6/tunnel.h) \ $(wildcard include/config/netpoll.h) \ $(wildcard include/config/net/poll/controller.h) \ $(wildcard include/config/fcoe.h) \ $(wildcard include/config/wireless/ext.h) \ $(wildcard include/config/net/dsa.h) \ $(wildcard include/config/net/ns.h) \ $(wildcard include/config/net/dsa/tag/dsa.h) \ $(wildcard include/config/net/dsa/tag/trailer.h) \ $(wildcard include/config/netpoll/trap.h) \ include/linux/if.h \ include/linux/hdlc/ioctl.h \ include/linux/if_ether.h \ include/linux/skbuff.h \ $(wildcard include/config/nf/conntrack.h) \ $(wildcard include/config/bridge/netfilter.h) \ $(wildcard include/config/has/dma.h) \ $(wildcard include/config/xfrm.h) \ $(wildcard include/config/net/sched.h) \ $(wildcard include/config/net/cls/act.h) \ $(wildcard include/config/ipv6/ndisc/nodetype.h) \ $(wildcard include/config/net/dma.h) \ $(wildcard include/config/network/secmark.h) \ include/linux/kmemcheck.h \ include/linux/net.h \ include/linux/random.h \ include/linux/ioctl.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/fcntl.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/ratelimit.h \ include/linux/textsearch.h \ include/linux/err.h \ include/net/checksum.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/checksum.h \ include/linux/dmaengine.h \ $(wildcard include/config/dma/engine.h) \ $(wildcard include/config/async/tx/dma.h) \ $(wildcard include/config/async/tx/disable/channel/switch.h) \ include/linux/dma-mapping.h \ $(wildcard include/config/have/dma/attrs.h) \ include/linux/dma-attrs.h \ include/linux/bug.h \ include/linux/scatterlist.h \ $(wildcard include/config/debug/sg.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/scatterlist.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/dma.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/dma-mapping.h \ include/linux/dma-debug.h \ $(wildcard include/config/dma/api/debug.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/swiotlb.h \ include/linux/swiotlb.h \ include/asm-generic/dma-mapping-common.h \ include/linux/if_packet.h \ include/linux/delay.h \ include/linux/ethtool.h \ include/net/net_namespace.h \ $(wildcard include/config/ipv6.h) \ $(wildcard include/config/ip/dccp.h) \ $(wildcard include/config/netfilter.h) \ $(wildcard include/config/wext/core.h) \ $(wildcard include/config/net.h) \ include/net/netns/core.h \ include/net/netns/mib.h \ $(wildcard include/config/xfrm/statistics.h) \ include/net/snmp.h \ include/linux/snmp.h \ include/net/netns/unix.h \ include/net/netns/packet.h \ include/net/netns/ipv4.h \ $(wildcard include/config/ip/multiple/tables.h) \ $(wildcard include/config/ip/mroute.h) \ $(wildcard include/config/ip/pimsm/v1.h) \ $(wildcard include/config/ip/pimsm/v2.h) \ include/net/inet_frag.h \ include/net/netns/ipv6.h \ $(wildcard include/config/ipv6/multiple/tables.h) \ $(wildcard include/config/ipv6/mroute.h) \ $(wildcard include/config/ipv6/pimsm/v2.h) \ include/net/dst_ops.h \ include/net/netns/dccp.h \ include/net/netns/x_tables.h \ $(wildcard include/config/bridge/nf/ebtables.h) \ include/linux/netfilter.h \ $(wildcard include/config/netfilter/debug.h) \ $(wildcard include/config/nf/nat/needed.h) \ include/linux/in6.h \ include/net/flow.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.h) \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/fiemap.h \ include/linux/quota.h \ $(wildcard include/config/quota/netlink/interface.h) \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/inet.h \ include/linux/magic.h \ include/net/netns/xfrm.h \ include/linux/xfrm.h \ include/linux/seq_file_net.h \ include/linux/seq_file.h \ include/net/dsa.h \ include/linux/rtnetlink.h \ include/linux/netlink.h \ include/linux/if_link.h \ include/linux/if_addr.h \ include/linux/neighbour.h \ include/net/sock.h \ include/linux/list_nulls.h \ include/linux/security.h \ $(wildcard include/config/security/path.h) \ $(wildcard include/config/security/network.h) \ $(wildcard include/config/security/network/xfrm.h) \ $(wildcard include/config/securityfs.h) \ include/linux/binfmts.h \ include/linux/shm.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/shmparam.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/shmbuf.h \ include/linux/msg.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/msgbuf.h \ include/linux/filter.h \ include/linux/rculist_nulls.h \ include/linux/poll.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/poll.h \ include/asm-generic/poll.h \ include/net/dst.h \ $(wildcard include/config/net/cls/route.h) \ include/net/neighbour.h \ include/net/rtnetlink.h \ include/net/netlink.h \ include/net/gen_stats.h \ include/linux/gen_stats.h \ include/linux/pkt_sched.h \ net/core/gen_estimator.o: $(deps_net/core/gen_estimator.o) $(deps_net/core/gen_estimator.o):
mattkelly/linux-2.6-xlnx
net/core/.gen_estimator.o.cmd
bat
gpl-2.0
30,182
cmd_init/mesg.o := gcc -Wp,-MD,init/.mesg.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.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -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 -Os -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(mesg)" -D"KBUILD_MODNAME=KBUILD_STR(mesg)" -c -o init/mesg.o init/mesg.c deps_init/mesg.o := \ init/mesg.c \ $(wildcard include/config/mesg.h) \ include/libbb.h \ $(wildcard include/config/selinux.h) \ $(wildcard include/config/locale/support.h) \ $(wildcard include/config/feature/shadowpasswds.h) \ $(wildcard include/config/use/bb/shadow.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/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/utmp.h) \ $(wildcard include/config/feature/prefer/applets.h) \ $(wildcard include/config/busybox/exec/path.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/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/feature/mtab/support.h) \ $(wildcard include/config/feature/devfs.h) \ include/platform.h \ $(wildcard include/config/werror.h) \ $(wildcard include/config/big/endian.h) \ $(wildcard include/config/little/endian.h) \ $(wildcard include/config/nommu.h) \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/limits.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/syslimits.h \ /usr/include/limits.h \ /usr/include/features.h \ /usr/include/x86_64-linux-gnu/bits/predefs.h \ /usr/include/x86_64-linux-gnu/sys/cdefs.h \ /usr/include/x86_64-linux-gnu/bits/wordsize.h \ /usr/include/x86_64-linux-gnu/gnu/stubs.h \ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ /usr/include/x86_64-linux-gnu/bits/local_lim.h \ /usr/include/linux/limits.h \ /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ /usr/include/byteswap.h \ /usr/include/x86_64-linux-gnu/bits/byteswap.h \ /usr/include/endian.h \ /usr/include/x86_64-linux-gnu/bits/endian.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdint.h \ /usr/include/stdint.h \ /usr/include/x86_64-linux-gnu/bits/wchar.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdbool.h \ /usr/include/ctype.h \ /usr/include/x86_64-linux-gnu/bits/types.h \ /usr/include/x86_64-linux-gnu/bits/typesizes.h \ /usr/include/xlocale.h \ /usr/include/dirent.h \ /usr/include/x86_64-linux-gnu/bits/dirent.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h \ /usr/include/errno.h \ /usr/include/x86_64-linux-gnu/bits/errno.h \ /usr/include/linux/errno.h \ /usr/include/x86_64-linux-gnu/asm/errno.h \ /usr/include/asm-generic/errno.h \ /usr/include/asm-generic/errno-base.h \ /usr/include/fcntl.h \ /usr/include/x86_64-linux-gnu/bits/fcntl.h \ /usr/include/x86_64-linux-gnu/sys/types.h \ /usr/include/time.h \ /usr/include/x86_64-linux-gnu/sys/select.h \ /usr/include/x86_64-linux-gnu/bits/select.h \ /usr/include/x86_64-linux-gnu/bits/sigset.h \ /usr/include/x86_64-linux-gnu/bits/time.h \ /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ /usr/include/x86_64-linux-gnu/bits/uio.h \ /usr/include/x86_64-linux-gnu/bits/stat.h \ /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ /usr/include/inttypes.h \ /usr/include/netdb.h \ /usr/include/netinet/in.h \ /usr/include/x86_64-linux-gnu/sys/socket.h \ /usr/include/x86_64-linux-gnu/sys/uio.h \ /usr/include/x86_64-linux-gnu/bits/socket.h \ /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ /usr/include/x86_64-linux-gnu/asm/socket.h \ /usr/include/asm-generic/socket.h \ /usr/include/x86_64-linux-gnu/asm/sockios.h \ /usr/include/asm-generic/sockios.h \ /usr/include/x86_64-linux-gnu/bits/socket2.h \ /usr/include/x86_64-linux-gnu/bits/in.h \ /usr/include/rpc/netdb.h \ /usr/include/x86_64-linux-gnu/bits/siginfo.h \ /usr/include/x86_64-linux-gnu/bits/netdb.h \ /usr/include/setjmp.h \ /usr/include/x86_64-linux-gnu/bits/setjmp.h \ /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ /usr/include/signal.h \ /usr/include/x86_64-linux-gnu/bits/signum.h \ /usr/include/x86_64-linux-gnu/bits/sigaction.h \ /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ /usr/include/x86_64-linux-gnu/bits/sigstack.h \ /usr/include/x86_64-linux-gnu/sys/ucontext.h \ /usr/include/x86_64-linux-gnu/bits/sigthread.h \ /usr/include/stdio.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h \ /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ /usr/include/x86_64-linux-gnu/bits/stdio2.h \ /usr/include/stdlib.h \ /usr/include/x86_64-linux-gnu/bits/waitflags.h \ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ /usr/include/alloca.h \ /usr/include/x86_64-linux-gnu/bits/stdlib.h \ /usr/include/string.h \ /usr/include/x86_64-linux-gnu/bits/string3.h \ /usr/include/x86_64-linux-gnu/sys/poll.h \ /usr/include/x86_64-linux-gnu/bits/poll.h \ /usr/include/x86_64-linux-gnu/sys/ioctl.h \ /usr/include/x86_64-linux-gnu/bits/ioctls.h \ /usr/include/x86_64-linux-gnu/asm/ioctls.h \ /usr/include/asm-generic/ioctls.h \ /usr/include/linux/ioctl.h \ /usr/include/x86_64-linux-gnu/asm/ioctl.h \ /usr/include/asm-generic/ioctl.h \ /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ /usr/include/x86_64-linux-gnu/sys/mman.h \ /usr/include/x86_64-linux-gnu/bits/mman.h \ /usr/include/x86_64-linux-gnu/sys/stat.h \ /usr/include/x86_64-linux-gnu/sys/time.h \ /usr/include/x86_64-linux-gnu/sys/wait.h \ /usr/include/x86_64-linux-gnu/sys/resource.h \ /usr/include/x86_64-linux-gnu/bits/resource.h \ /usr/include/termios.h \ /usr/include/x86_64-linux-gnu/bits/termios.h \ /usr/include/unistd.h \ /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ /usr/include/x86_64-linux-gnu/bits/environments.h \ /usr/include/x86_64-linux-gnu/bits/confname.h \ /usr/include/getopt.h \ /usr/include/x86_64-linux-gnu/bits/unistd.h \ /usr/include/x86_64-linux-gnu/sys/param.h \ /usr/include/linux/param.h \ /usr/include/x86_64-linux-gnu/asm/param.h \ /usr/include/asm-generic/param.h \ /usr/include/mntent.h \ /usr/include/paths.h \ /usr/include/x86_64-linux-gnu/sys/statfs.h \ /usr/include/x86_64-linux-gnu/bits/statfs.h \ /usr/include/pwd.h \ /usr/include/grp.h \ /usr/include/arpa/inet.h \ include/pwd_.h \ include/grp_.h \ include/shadow_.h \ include/xatonum.h \ init/mesg.o: $(deps_init/mesg.o) $(deps_init/mesg.o):
muthumani2/Muthu-busybox
init/.mesg.o.cmd
bat
gpl-2.0
9,351
@ echo on :: This will run the classque based on day and time(24hr) :: NOTE! The VDI machines have been known to randomly change from 12hour to 24 hour. If there is a problem change the GOTO's :: Need to make GOTO based on 12 and 24 hours v: pause if exist \classque\3443-1 cd \classque\3443-1 echo first pause :: TIMEOUT /T 600 /NOBREAK FOR %%F IN (Tue Thu) DO IF %DATE:~0,3% == %%F echo "!!!!!!!!!two" & GOTO _gTIME )||( GOTO _FAIL ) echo day pause :_gTIME echo gtime pause IF %TIME:~0,2% GEQ 14 && ( echo g1 pause GOTO _lTime )||( echo g2 pause GOTO _FAIL ) :_lTime echo LTime pause IF %time:~0,2% LSS 16 GOTO _FINISH echo L1 pause GOTO _FAIL :_FINISH ECHO finish pause CALL v:\VDImproved\write_qlog.bat "3843" "ClassQue Succeeded" start "" java -jar classque-3443-1.jar echo "classQ launched" pause :_FAIL echo FAIL pause CALL v:\VDImproved\write_qlog.bat "3443" "ClassQue failed" echo "wrote to log" pause :: EOF :: & GOTO _gTIME
mh1723/VDImproved
inTest/test-run3443.bat
bat
gpl-3.0
1,008
@ECHO OFF setlocal set CWD=%~d0%~p0 cd /D %CWD% call GenTarget ATHW119 :end endlocal
MECTsrl/ATCMcontrol_Engineering
GenTarget_ATHW119.bat
bat
gpl-3.0
101
; The CMD file. ; ; Two parts: 1. Command definition and 2. State entry ; (state entry is after the commands def section) ; ; 1. Command definition ; --------------------- ; Note: The commands are CASE-SENSITIVE, and so are the command names. ; The eight directions are: ; B, DB, D, DF, F, UF, U, UB (all CAPS) ; corresponding to back, down-back, down, downforward, etc. ; The six buttons are: ; a, b, c, x, y, z (all lower case) ; In default key config, abc are are the bottom, and xyz are on the ; top row. For 2 button characters, we recommend you use a and b. ; For 6 button characters, use abc for kicks and xyz for punches. ; ; Each [Command] section defines a command that you can use for ; state entry, as well as in the CNS file. ; The command section should look like: ; ; [Command] ; name = some_name ; command = the_command ; time = time (optional) ; buffer.time = time (optional) ; ; - some_name ; A name to give that command. You'll use this name to refer to ; that command in the state entry, as well as the CNS. It is case- ; sensitive (QCB_a is NOT the same as Qcb_a or QCB_A). ; ; - command ; list of buttons or directions, separated by commas. Each of these ; buttons or directions is referred to as a "symbol". ; Directions and buttons can be preceded by special characters: ; slash (/) - means the key must be held down ; egs. command = /D ;hold the down direction ; command = /DB, a ;hold down-back while you press a ; tilde (~) - to detect key releases ; egs. command = ~a ;release the a button ; command = ~D, F, a ;release down, press fwd, then a ; If you want to detect "charge moves", you can specify ; the time the key must be held down for (in game-ticks) ; egs. command = ~30a ;hold a for at least 30 ticks, then release ; dollar ($) - Direction-only: detect as 4-way ; egs. command = $D ;will detect if D, DB or DF is held ; command = $B ;will detect if B, DB or UB is held ; plus (+) - Buttons only: simultaneous press ; egs. command = a+b ;press a and b at the same time ; command = x+y+z ;press x, y and z at the same time ; greater-than (>) - means there must be no other keys pressed or released ; between the previous and the current symbol. ; egs. command = a, >~a ;press a and release it without having hit ; ;or released any other keys in between ; You can combine the symbols: ; eg. command = ~30$D, a+b ;hold D, DB or DF for 30 ticks, release, ; ;then press a and b together ; ; Note: Successive direction symbols are always expanded in a manner similar ; to this example: ; command = F, F ; is expanded when MUGEN reads it, to become equivalent to: ; command = F, >~F, >F ; ; It is recommended that for most "motion" commads, eg. quarter-circle-fwd, ; you start off with a "release direction". This makes the command easier ; to do. ; ; - time (optional) ; Time allowed to do the command, given in game-ticks. The default ; value for this is set in the [Defaults] section below. A typical ; value is 15. ; ; - buffer.time (optional) ; Time that the command will be buffered for. If the command is done ; successfully, then it will be valid for this time. The simplest ; case is to set this to 1. That means that the command is valid ; only in the same tick it is performed. With a higher value, such ; as 3 or 4, you can get a "looser" feel to the command. The result ; is that combos can become easier to do because you can perform ; the command early. Attacks just as you regain control (eg. from ; getting up) also become easier to do. The side effect of this is ; that the command is continuously asserted, so it will seem as if ; you had performed the move rapidly in succession during the valid ; time. To understand this, try setting buffer.time to 30 and hit ; a fast attack, such as KFM's light punch. ; The default value for this is set in the [Defaults] section below. ; This parameter does not affect hold-only commands (eg. /F). It ; will be assumed to be 1 for those commands. ; ; If you have two or more commands with the same name, all of them will ; work. You can use it to allow multiple motions for the same move. ; ; Some common commands examples are given below. ; ; [Command] ;Quarter circle forward + x ; name = "QCF_x" ; command = ~D, DF, F, x ; ; [Command] ;Half circle back + a ; name = "HCB_a" ; command = ~F, DF, D, DB, B, a ; ; [Command] ;Two quarter circles forward + y ; name = "2QCF_y" ; command = ~D, DF, F, D, DF, F, y ; ; [Command] ;Tap b rapidly ; name = "5b" ; command = b, b, b, b, b ; time = 30 ; ; [Command] ;Charge back, then forward + z ; name = "charge_B_F_z" ; command = ~60$B, F, z ; time = 10 ; ; [Command] ;Charge down, then up + c ; name = "charge_D_U_c" ; command = ~60$D, U, c ; time = 10 ;-| Default Values |------------------------------------------------------- [Defaults] ; Default value for the "time" parameter of a Command. Minimum 1. command.time = 15 ; Default value for the "buffer.time" parameter of a Command. Minimum 1, ; maximum 30. command.buffer.time = 1 ;-| Super Motions |-------------------------------------------------------- ;The following two have the same name, but different motion. ;Either one will be detected by a "command = TripleKFPalm" trigger. ;Time is set to 20 (instead of default of 15) to make the move ;easier to do. ; [Command] name = "TripleKFPalm" command = ~D, DF, F, D, DF, F, x time = 20 [Command] name = "TripleKFPalm" ;Same name as above command = ~D, DF, F, D, DF, F, y time = 20 [Command] name = "SmashKFUpper" command = ~D, DB, B, D, DB, B, x;~F, D, DF, F, D, DF, x time = 20 [Command] name = "SmashKFUpper" ;Same name as above command = ~D, DB, B, D, DB, B, y;~F, D, DF, F, D, DF, y time = 20 ;-| Special Motions |------------------------------------------------------ [Command] name = "upper_x" command = ~F, D, DF, x [Command] name = "upper_y" command = ~F, D, DF, y [Command] name = "upper_xy" command = ~F, D, DF, x+y [Command] name = "QCF_x" command = ~D, DF, F, x [Command] name = "QCF_y" command = ~D, DF, F, y [Command] name = "QCF_xy" command = ~D, DF, F, x+y [Command] name = "QCB_x" command = ~D, DB, B, x [Command] name = "QCB_y" command = ~D, DB, B, y [Command] name = "QCB_xy" command = ~D, DB, B, x+y [Command] name = "FF_ab" command = F, F, a+b [Command] name = "FF_a" command = F, F, a [Command] name = "FF_b" command = F, F, b ;-| 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 ;-| 2/3 Button Combination |----------------------------------------------- [Command] name = "recovery";Required (do not remove) command = x+y time = 1 ;-| Dir + Button |--------------------------------------------------------- [Command] name = "down_a" command = /$D,a time = 1 [Command] name = "down_b" command = /$D,b 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 ;--------------------------------------------------------------------------- ; 2. State entry ; -------------- ; This is where you define what commands bring you to what states. ; ; Each state entry block looks like: ; [State -1, Label] ;Change Label to any name you want to use to ; ;identify the state with. ; type = ChangeState ;Don't change this ; value = new_state_number ; trigger1 = command = command_name ; . . . (any additional triggers) ; ; - new_state_number is the number of the state to change to ; - command_name is the name of the command (from the section above) ; - Useful triggers to know: ; - statetype ; S, C or A : current state-type of player (stand, crouch, air) ; - ctrl ; 0 or 1 : 1 if player has control. Unless "interrupting" another ; move, you'll want ctrl = 1 ; - stateno ; number of state player is in - useful for "move interrupts" ; - movecontact ; 0 or 1 : 1 if player's last attack touched the opponent ; useful for "move interrupts" ; ; Note: The order of state entry is important. ; State entry with a certain command must come before another state ; entry with a command that is the subset of the first. ; For example, command "fwd_a" must be listed before "a", and ; "fwd_ab" should come before both of the others. ; ; For reference on triggers, see CNS documentation. ; ; Just for your information (skip if you're not interested): ; This part is an extension of the CNS. "State -1" is a special state ; that is executed once every game-tick, regardless of what other state ; you are in. ; Don't remove the following line. It's required by the CMD standard. [Statedef -1] ;=========================================================================== ;--------------------------------------------------------------------------- ;Smash Kung Fu Upper (uses one super bar) ;ƒXƒ}ƒbƒVƒ…EƒJƒ“ƒt[EƒEƒbƒp[iƒQ[ƒWƒŒƒxƒ‹‚Pj [State -1, Smash Kung Fu Upper] type = ChangeState value = 3050 triggerall = command = "SmashKFUpper" triggerall = power >= 1000 triggerall = statetype != A trigger1 = ctrl trigger2 = hitdefattr = SC, NA, SA, HA trigger2 = stateno != [3050,3100) trigger2 = movecontact ;--------------------------------------------------------------------------- ;Triple Kung Fu Palm (uses one super bar) ;ŽO—óƒJƒ“ƒt[“Ë‚«ŽèiƒQ[ƒWƒŒƒxƒ‹‚Pj [State -1, Triple Kung Fu Palm] type = ChangeState value = 3000 triggerall = command = "TripleKFPalm" triggerall = power >= 1000 trigger1 = statetype = S trigger1 = ctrl trigger2 = statetype != A trigger2 = hitdefattr = SC, NA, SA, HA trigger2 = stateno != [3000,3050) trigger2 = movecontact ;=========================================================================== ;This is not a move, but it sets up var(1) to be 1 if conditions are right ;for a combo into a special move (used below). ;Since a lot of special moves rely on the same conditions, this reduces ;redundant logic. [State -1, Combo condition Reset] type = VarSet trigger1 = 1 var(1) = 0 [State -1, Combo condition Check] type = VarSet trigger1 = statetype != A trigger1 = ctrl trigger2 = (stateno = [200,299]) || (stateno = [400,499]) trigger2 = stateno != 440 ;Except for sweep kick trigger2 = movecontact var(1) = 1 ;--------------------------------------------------------------------------- ;Fast Kung Fu Knee (1/3 super bar) ;‘¬‚¢ƒJƒ“ƒt[R‚èiƒQ[ƒWƒŒƒxƒ‹‚P^‚Rj [State -1, Fast Kung Fu Knee] type = ChangeState value = 1070 triggerall = command = "FF_ab" triggerall = power >= 330 trigger1 = var(1) ;Use combo condition (above) ;--------------------------------------------------------------------------- ;Light Kung Fu Knee ;ƒJƒ“ƒt[R‚èiŽãj [State -1, Light Kung Fu Knee] type = ChangeState value = 1050 triggerall = command = "FF_a" trigger1 = var(1) ;Use combo condition (above) ;--------------------------------------------------------------------------- ;Strong Kung Fu Knee ;ƒJƒ“ƒt[R‚èiŽãj [State -1, Strong Kung Fu Knee] type = ChangeState value = 1060 triggerall = command = "FF_b" trigger1 = var(1) ;Use combo condition (above) ;--------------------------------------------------------------------------- ;Fast Kung Fu Palm (1/3 super bar) ;‘¬‚¢ƒJƒ“ƒt[“Ë‚«ŽèiƒQ[ƒWƒŒƒxƒ‹‚P^‚Rj [State -1, Fast Kung Fu Palm] type = ChangeState value = 1020 triggerall = command = "QCF_xy" triggerall = power >= 330 trigger1 = var(1) ;Use combo condition (above) ;--------------------------------------------------------------------------- ;Light Kung Fu Palm ;ƒJƒ“ƒt[“Ë‚«ŽèiŽãj [State -1, Light Kung Fu Palm] type = ChangeState value = 1000 triggerall = command = "QCF_x" trigger1 = var(1) ;Use combo condition (above) ;--------------------------------------------------------------------------- ;Strong Kung Fu Palm ;ƒJƒ“ƒt[“Ë‚«Žèi‹­j [State -1, Strong Kung Fu Palm] type = ChangeState value = 1010 triggerall = command = "QCF_y" trigger1 = var(1) ;Use combo condition (above) ;--------------------------------------------------------------------------- ;Fast Kung Fu Upper (1/3 super bar) ;‘¬‚¢ƒJƒ“ƒt[EƒEƒbƒp[ [State -1, Fast Kung Fu Upper] type = ChangeState value = 1120 triggerall = command = "upper_xy" triggerall = power >= 330 trigger1 = var(1) ;Use combo condition (above) ;--------------------------------------------------------------------------- ;Light Kung Fu Upper ;ƒJƒ“ƒt[EƒEƒbƒp[iŽãj [State -1, Light Kung Fu Upper] type = ChangeState value = 1100 triggerall = command = "upper_x" trigger1 = var(1) ;Use combo condition (above) ;--------------------------------------------------------------------------- ;Strong Kung Fu Upper ;ƒJƒ“ƒt[EƒEƒbƒp[i‹­j [State -1, Strong Kung Fu Upper] type = ChangeState value = 1110 triggerall = command = "upper_y" trigger1 = var(1) ;Use combo condition (above) ;--------------------------------------------------------------------------- ;Fast Kung Fu Blow (1/3 super bar) [State -1, Fast Kung Fu Blow] type = ChangeState value = 1220 triggerall = command = "QCB_xy" triggerall = power >= 330 trigger1 = var(1) ;Use combo condition (above) ;--------------------------------------------------------------------------- ;Light Kung Fu Blow [State -1, Light Kung Fu Blow] type = ChangeState value = 1200 triggerall = command = "QCB_x" trigger1 = var(1) ;Use combo condition (above) ;--------------------------------------------------------------------------- ;Strong Kung Fu Blow [State -1, Strong Kung Fu Blow] type = ChangeState value = 1210 triggerall = command = "QCB_y" trigger1 = var(1) ;Use combo condition (above) ;=========================================================================== ;--------------------------------------------------------------------------- ;Run Fwd ;ƒ_ƒbƒVƒ… [State -1, Run Fwd] type = ChangeState value = 100 trigger1 = command = "FF" trigger1 = statetype = S trigger1 = ctrl ;--------------------------------------------------------------------------- ;Run Back ;Œã‘Þƒ_ƒbƒVƒ… [State -1, Run Back] type = ChangeState value = 105 trigger1 = command = "BB" trigger1 = statetype = S trigger1 = ctrl ;--------------------------------------------------------------------------- ;Kung Fu Throw ;“Š‚° [State -1, Kung Fu Throw] type = ChangeState value = 800 triggerall = command = "y" triggerall = statetype = S triggerall = ctrl triggerall = stateno != 100 trigger1 = command = "holdfwd" trigger1 = p2bodydist X < 3 trigger1 = (p2statetype = S) || (p2statetype = C) trigger1 = p2movetype != H trigger2 = command = "holdback" trigger2 = p2bodydist X < 5 trigger2 = (p2statetype = S) || (p2statetype = C) trigger2 = p2movetype != H ;=========================================================================== ;--------------------------------------------------------------------------- ;Stand Light Punch ;—§‚¿Žãƒpƒ“ƒ` [State -1, Stand Light Punch] type = ChangeState value = 200 triggerall = command = "x" triggerall = command != "holddown" trigger1 = statetype = S trigger1 = ctrl trigger2 = stateno = 200 trigger2 = time > 6 ;--------------------------------------------------------------------------- ;Stand Strong Punch ;—§‚¿‹­ƒpƒ“ƒ` [State -1, Stand Strong Punch] type = ChangeState value = 210 triggerall = command = "y" triggerall = command != "holddown" trigger1 = statetype = S trigger1 = ctrl trigger2 = (stateno = 200) && time > 5 trigger3 = (stateno = 230) && time > 6 ;--------------------------------------------------------------------------- ;Stand Light Kick ;—§‚¿ŽãƒLƒbƒN [State -1, Stand Light Kick] type = ChangeState value = 230 triggerall = command = "a" triggerall = command != "holddown" trigger1 = statetype = S trigger1 = ctrl trigger2 = (stateno = 200) && time > 7 trigger3 = (stateno = 230) && time > 9 ;--------------------------------------------------------------------------- ;Standing Strong Kick ;—§‚¿‹­ƒLƒbƒN [State -1, Standing Strong Kick] type = ChangeState value = 240 triggerall = command = "b" triggerall = command != "holddown" trigger1 = statetype = S trigger1 = ctrl trigger2 = (stateno = 200) && time > 5 trigger3 = (stateno = 230) && time > 6 ;--------------------------------------------------------------------------- ;Taunt ;’§”­ [State -1, Taunt] type = ChangeState value = 195 triggerall = command = "start" trigger1 = statetype != A trigger1 = ctrl ;--------------------------------------------------------------------------- ;Crouching Light Punch ;‚µ‚Ⴊ‚ÝŽãƒpƒ“ƒ` [State -1, Crouching Light Punch] type = ChangeState value = 400 triggerall = command = "x" triggerall = command = "holddown" trigger1 = statetype = C trigger1 = ctrl ;--------------------------------------------------------------------------- ;Crouching Strong Punch ;‚µ‚Ⴊ‚Ý‹­ƒpƒ“ƒ` [State -1, Crouching Strong Punch] type = ChangeState value = 410 triggerall = command = "y" triggerall = command = "holddown" trigger1 = statetype = C trigger1 = ctrl trigger2 = (stateno = 400) || (stateno = 430) trigger2 = (time > 9) || (movecontact && time > 5) ;--------------------------------------------------------------------------- ;Crouching Light Kick ;‚µ‚Ⴊ‚ÝŽãƒLƒbƒN [State -1, Crouching Light Kick] type = ChangeState value = 430 triggerall = command = "a" triggerall = command = "holddown" trigger1 = statetype = C trigger1 = ctrl trigger2 = (stateno = 400) || (stateno = 430) trigger2 = (time > 9) || (movecontact && time > 5) ;--------------------------------------------------------------------------- ;Crouching Strong Kick ;‚µ‚Ⴊ‚Ý‹­ƒLƒbƒN [State -1, Crouching Strong Kick] type = ChangeState value = 440 triggerall = command = "b" triggerall = command = "holddown" trigger1 = statetype = C trigger1 = ctrl trigger2 = (stateno = 400) || (stateno = 430) trigger2 = (time > 9) || (movecontact && time > 5) ;--------------------------------------------------------------------------- ;Jump Light Punch ;‹ó’†Žãƒpƒ“ƒ` [State -1, Jump Light Punch] type = ChangeState value = 600 triggerall = command = "x" trigger1 = statetype = A trigger1 = ctrl trigger2 = stateno = 600 trigger2 = statetime >= 7 ;--------------------------------------------------------------------------- ;Jump Strong Punch [State -1, Jump Strong Punch] type = ChangeState value = 610 triggerall = command = "y" trigger1 = statetype = A trigger1 = ctrl trigger2 = stateno = 600 || stateno = 630 ;jump_x or jump_a trigger2 = movecontact ;--------------------------------------------------------------------------- ;Jump Light Kick [State -1, Jump Light Kick] type = ChangeState value = 630 triggerall = command = "a" trigger1 = statetype = A trigger1 = ctrl ;--------------------------------------------------------------------------- ;Jump Strong Kick ;‹ó’†‹­ƒLƒbƒN [State -1, Jump Strong Kick] type = ChangeState value = 640 triggerall = command = "b" trigger1 = statetype = A trigger1 = ctrl trigger2 = stateno = 600 || stateno = 630 ;jump_x or jump_a trigger2 = movecontact
StateX/BluexGear
BluexGear-Linux/chars/kfm/kfm.cmd
bat
gpl-3.0
20,636
C:\VulkanSDK\1.0.21.1\Bin\glslangValidator -V resourcesSrc/engine/graphics/shader/src/TestHardcoded.vert -o TestHardcoded.vert.spv C:\VulkanSDK\1.0.21.1\Bin\glslangValidator -V resourcesSrc/engine/graphics/shader/src/Simple1.frag -o Simple1.frag.spv C:\VulkanSDK\1.0.21.1\Bin\glslangValidator -V resourcesSrc/engine/graphics/shader/src/SimpleNontransforming_2.vert -o SimpleNontransforming_2.vert.spv C:\VulkanSDK\1.0.21.1\Bin\glslangValidator -V resourcesSrc/engine/graphics/shader/src/SimpleTransforming_3.vert -o SimpleTransforming_3.vert.spv C:\VulkanSDK\1.0.21.1\Bin\glslangValidator -V resourcesSrc/engine/graphics/shader/src/TextureTest_4.vert -o TextureTest_4.vert.spv C:\VulkanSDK\1.0.21.1\Bin\glslangValidator -V resourcesSrc/engine/graphics/shader/src/Texture1.frag -o Texture1.frag.spv
PtrMan/WhiteSphereEngine
CompileResources.bat
bat
agpl-3.0
800
/* $Id: Config.cmd,v 1.10 2004/02/22 23:03:23 smilcke Exp $ */ /* * Configuration script. * Generates global makefile.inc. * * Copyright (c) 1999-2000 knut st. osmundsen ([email protected]) * Modified for BT-Drivers 2002 Stefan Milcke * */ Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'; Call SysLoadFuncs; Parse Arg sIncFile if (sIncFile='') Then sIncFile='paths.mak' Say 'Current directory:'directory() Say 'Generating 'directory()'\'sIncFile /* Status */ Say 'Configuring the BT32 driver...' /* delete old file */ Call SysFileDelete sIncFile /* open target file */ If (Stream(sIncFile, 'C', 'OPEN WRITE' ) <> '') Then Do Call LineOut sIncFile, '################################################################################' Call LineOut sIncFile, '# Generated by 'directory()'\config.cmd' Call LineOut sIncFile, '################################################################################' Call LineOut sIncFile, '' Call LineOut sIncFile, '################################################################################' Call LineOut sIncFile, '# Base directories' Call LineOut sIncFile, '# Note! These should be absolute paths!' Call LineOut sIncFile, '################################################################################' Call LineOut sIncFile, '' sBase=directory(); Call LineOut sIncFile, 'DRV_BASE :='sBase Call LineOut sIncFile, 'LX_BASE :=$(LXAPI32DEV)' Call directory(sOldDir); Say '' Say 'Configuration completed!' End Else Do Say 'oops, failed to open outputfile,' sIncFile; Exit 1; End Exit 0; /*****************/ /* function area */ /*****************/ WriteSubDir: Procedure Expose sIncFile M=Arg(1) SubDir=Arg(2) If SubDir='' Then Do SubDir=Right(M,Length(M)-5) End If Length(M) < 16 Then Do M=Left(M' ',16) End SubDir=Translate(SubDir,'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ') Call LineOut sIncFile, M'=$(DRV_BASE)\'SubDir Return
OS2World/DRV-BT32
Tools/Config.cmd
bat
lgpl-2.1
1,982
REM ********************************************************************************* REM *** Netgen Windows Post-Build Script REM *** Author: Philippose Rajan REM *** Date: 31/01/2009 REM *** REM *** Used to perform an "Install" of the generated executable REM *** along with the required *.tcl files REM *** REM *** Call from Visual C++ using: REM *** postBuild_netgen.bat $(ProjectName) $(TargetFileName) $(ConfigurationName) $(ProjectDir) <lib filename> REM ********************************************************************************* if [%1]==[] goto InputParamsFailed set PROJ_NAME=%~1 set PROJ_EXEC=%~2 set BUILD_TYPE=%~3 set BUILD_ARCH=%~4 set PROJ_DIR=%~5 set LIB_NAME=%~6 REM *** Change these Folders if required *** REM Check if the environment variable NETGENDIR exists, REM and use it as the installation folder set W_WO_OCC=%BUILD_TYPE:~-4,3% if defined NETGENDIR ( echo Environment variable NETGENDIR found: %NETGENDIR% set INSTALL_FOLDER=%NETGENDIR%\.. ) else ( echo Environment variable NETGENDIR not found.... using default location!!! if /i "%W_WO_OCC%" == "OCC" ( set INSTALL_FOLDER=%PROJ_DIR%..\..\%PROJ_NAME%-instOCC_%BUILD_ARCH% ) else ( set INSTALL_FOLDER=%PROJ_DIR%..\..\%PROJ_NAME%-instNoOCC_%BUILD_ARCH% ) ) set NETGEN_TCLSRC=%PROJ_DIR%..\ng set NETGEN_LIBINC=%PROJ_DIR%..\libsrc\include set NETGEN_NGSINC=%PROJ_DIR%..\libsrc REM *** Start the Installation procedure *** echo POSTBUILD Script for %PROJ_NAME% ........ REM *** Embed the Windows Manifest into the Executable File *** REM echo Embedding Manifest into the executable: %PROJ_EXEC% .... REM mt.exe -manifest "%BUILD_TYPE%\%PROJ_EXEC%.intermediate.manifest" "-outputresource:%BUILD_TYPE%\%PROJ_EXEC%;#1" REM if errorlevel 1 goto ManifestFailed REM echo Embedding Manifest into the executable: Completed OK!! REM *** Copy the core TCL files into the Install Folder *** echo Installing core TCL files into %INSTALL_FOLDER%\bin .... xcopy "%NETGEN_TCLSRC%\*.tcl" "%INSTALL_FOLDER%\bin\" /i /d /y xcopy "%NETGEN_TCLSRC%\*.ocf" "%INSTALL_FOLDER%\bin\" /i /d /y if errorlevel 1 goto CoreTCLFailed echo Installing core TCL Files: Completed OK!! REM *** Copy any more auxiliary TCL files into the Install Folder *** REM if errorlevel 1 goto AuxTCLFailed REM echo Installing auxiliary TCL Files: Completed OK!! REM *** Copy the primary Netgen executable file into the Install Folder *** echo Installing %PROJ_EXEC% into %INSTALL_FOLDER%\bin .... if /i "%BUILD_ARCH%" == "win32" ( xcopy "%PROJ_DIR%%BUILD_TYPE%\%PROJ_EXEC%" "%INSTALL_FOLDER%\bin\" /i /d /y if errorlevel 1 goto ExecInstallFailed ) if /i "%BUILD_ARCH%" == "x64" ( xcopy "%PROJ_DIR%%BUILD_ARCH%\%BUILD_TYPE%\%PROJ_EXEC%" "%INSTALL_FOLDER%\bin\" /i /d /y if errorlevel 1 goto ExecInstallFailed ) echo Installing %PROJ_EXEC%: Completed OK!! REM *** Copy the primary Netgen library and include files into the Install Folder *** echo Installing %LIB_NAME%.lib into %INSTALL_FOLDER%\lib .... if /i "%BUILD_ARCH%" == "win32" ( xcopy "%PROJ_DIR%%BUILD_TYPE%\%LIB_NAME%.lib" "%INSTALL_FOLDER%\lib\" /i /d /y if errorlevel 1 goto LibInstallFailed ) if /i "%BUILD_ARCH%" == "x64" ( xcopy "%PROJ_DIR%%BUILD_ARCH%\%BUILD_TYPE%\%LIB_NAME%.lib" "%INSTALL_FOLDER%\lib\" /i /d /y if errorlevel 1 goto LibInstallFailed ) echo Installing %LIB_NAME%.lib: Completed OK!! echo Installing %LIB_NAME%.h into %INSTALL_FOLDER%\include .... xcopy "%NETGEN_LIBINC%\%LIB_NAME%.h" "%INSTALL_FOLDER%\include\" /i /d /y if errorlevel 1 goto LibInstallFailed echo Installing %LIB_NAME%.h: Completed OK!! echo Installing NgSolve dependent header files into %INSTALL_FOLDER%\include .... xcopy "%NETGEN_NGSINC%\include\nginterface_v2.hpp" "%INSTALL_FOLDER%\include\" /i /d /y xcopy "%NETGEN_NGSINC%\general\dynamicmem.hpp" "%INSTALL_FOLDER%\include\" /i /d /y xcopy "%NETGEN_NGSINC%\general\ngexception.hpp" "%INSTALL_FOLDER%\include\" /i /d /y xcopy "%NETGEN_NGSINC%\visualization\soldata.hpp" "%INSTALL_FOLDER%\include\" /i /d /y echo Installing external dependencies if /i "%BUILD_ARCH%" == "x64" ( xcopy "%PROJ_DIR%..\..\ext_libs\pthreads-Win32\dll\x64\pthreadVC2.dll" "%INSTALL_FOLDER%\bin" /i /d /y xcopy "%PROJ_DIR%..\..\ext_libs\zlib\x64\lib\zlib1.dll" "%INSTALL_FOLDER%\bin" /i /d /y xcopy "%PROJ_DIR%..\..\ext_libs\tcl\bin\x64\*.dll" "%INSTALL_FOLDER%\bin" /i /d /y xcopy "%PROJ_DIR%..\..\ext_libs\tcl\lib\x64\tcl8.5" "%INSTALL_FOLDER%\lib\tcl8.5" /i /d /y /e /q xcopy "%PROJ_DIR%..\..\ext_libs\tcl\lib\x64\tix8.4.3" "%INSTALL_FOLDER%\lib\tix8.4.3" /i /d /y /e /q xcopy "%PROJ_DIR%..\..\ext_libs\tcl\lib\x64\tk8.5" "%INSTALL_FOLDER%\lib\tk8.5" /i /d /y /e /q REM if errorlevel 1 goto externalInstallFailed ) if /i "%BUILD_ARCH%" == "win32" ( xcopy "%PROJ_DIR%..\..\ext_libs\pthreads-Win32\dll\x86\pthreadVC2.dll" "%INSTALL_FOLDER%\bin" /i /d /y xcopy "%PROJ_DIR%..\..\ext_libs\zlib\x86\lib\zlib1.dll" "%INSTALL_FOLDER%\bin" /i /d /y xcopy "%PROJ_DIR%..\..\ext_libs\tcl\bin\x86\*.dll" "%INSTALL_FOLDER%\bin" /i /d /y xcopy "%PROJ_DIR%..\..\ext_libs\tcl\lib\x86\tcl8.5" "%INSTALL_FOLDER%\lib\tcl8.5" /i /d /y /e /q xcopy "%PROJ_DIR%..\..\ext_libs\tcl\lib\x86\tix8.4.3" "%INSTALL_FOLDER%\lib\tix8.4.3" /i /d /y /e /q xcopy "%PROJ_DIR%..\..\ext_libs\tcl\lib\x86\tk8.5" "%INSTALL_FOLDER%\lib\tk8.5" /i /d /y /e /q REM if errorlevel 1 goto externalInstallFailed ) REM *** Finally copy the FFMPEG dlls to the bin folder *** if /i "%BUILD_ARCH%"=="x64" ( echo Copying FFMPEG dlls xcopy "%PROJ_DIR%..\..\ext_libs\FFMPEG\dll\x64\*.dll" "%INSTALL_FOLDER%\bin" /i /d /y ) if /i "%BUILD_ARCH%"=="win32" ( echo Copying FFMPEG dlls xcopy "%PROJ_DIR%..\..\ext_libs\FFMPEG\dll\Win32\*.dll" "%INSTALL_FOLDER%\bin" /i /d /y ) echo Copying tutorials xcopy "%PROJ_DIR%..\tutorials" "%INSTALL_FOLDER%\tutorials\" /i /d /y /e REM *** Done with the installation routine *** REM *** Clean up the build directory by deleting the OBJ files *** REM echo Deleting the %PROJ_NAME% build folder %PROJ_DIR%%PROJ_NAME% .... REM rmdir %PROJ_DIR%%BUILD_TYPE% /s /q REM *** If there have been no errors so far, we are done *** goto BuildEventOK REM *** Error Messages for each stage of the post build process *** :InputParamsFailed echo POSTBUILD Script for %PROJ_NAME% FAILED..... Invalid number of input parameters!!! exit 1 :ManifestFailed echo POSTBUILD Script for %PROJ_NAME% FAILED..... Manifest not successfully embedded!!! exit 1 :CoreTCLFailed echo POSTBUILD Script for %PROJ_NAME% FAILED..... Error copying core TCL Files into install folder!!! exit 1 :ExecInstallFailed echo POSTBUILD Script for %PROJ_NAME% FAILED..... Error copying the %PROJ_NAME% executable into install folder!!! exit 1 :LibInstallFailed echo POSTBUILD Script for %PROJ_NAME% FAILED..... Error copying %LIB_NAME%.lib or %LIB_NAME%.h into install folder!!! exit 1 :externalInstallFailed echo POSTBUILD Script for %PROJ_NAME% FAILED..... Error copying external dependencies to install folder!!! exit 1 :BuildEventOK echo POSTBUILD Script for %PROJ_NAME% completed OK.....!!
tpaviot/netgen4smesh
windows/postBuild_netgen.bat
bat
lgpl-2.1
7,109
@{}# 2>nul&setLocal&echo off # 2>nul&rem #### 0.0.0.137 ### set .=\`';[void]@' # 2>nul&title %~nx0&(if %0 == "%~0" (cls))&pushd %~dp0 # 2>nul&set "dpnx=%~dpnx0"&set "dp=%~dp0"&set "args="&(if not ["%1"]==[""] (set "args='%1'"&shift)) :loopTailCall 2>/dev/null # 2>nul&(if not ["%1"]==[""] (set "args=%args%,'%1'"&shift&goto :loopTailCall)) # 2>nul&"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "$Script:ShBatScriptBlock=[ScriptBlock]::Create('$Script:ShBatScriptFile=''%dpnx%'';$Script:PSScriptRoot=''%dp%'';Push-Location -LiteralPath ''%dp%'';'+(Get-Content -Path '%dpnx%' | Out-String));Invoke-Command -ScriptBlock ($Script:ShBatScriptBlock)" -Arg @(%args%) <nul&set err=!errorlevel! # 2>nul&(if not !err! == 0 (if %0 == "%~0" (echo(&echo|set /p="Press any key to close..."&pause >nul)))&exit /b !err! '@ #' 2>/dev/null # 2>null Set-ExecutionPolicy Bypass -Scope Process -Force; Set-StrictMode -Version 2.0 & {param($PSScriptRoot);If (-Not $PSScriptRoot) {$Script:PSScriptRoot=(Get-Item -Path ".\" -Verbose).FullName;};}; pushd $PSScriptRoot; Function fixPath {$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")}; fixPath; Function Pause {Write-Host -NoNewLine "`nPress any key to continue...";$Null = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")} Function Write-Throw {For($i = $Error.count-1; $i -ge 0; $i--){$Er = $Error[$i];$Ii=$Er.InvocationInfo;$Ex=$Er.Exception;Write-Warning "$($Ii.MyCommand) : $($Ex.Message)`nAt$([char]0x00A0)$($Ii.ScriptName,'line'|?{$_-NE''}|Select -First 1):$($Ii.ScriptLineNumber) char:$($Ii.OffsetInline)`n$($Ii.Line)"}} Function IsError {For($i = $Error.count-1; $i -ge 0; $i--){$Er = $Error[$i];$Ii=$Er.InvocationInfo;if ($Error[0].InvocationInfo.BoundParameters["ErrorAction"] -eq "SilentlyContinue"){continue};Return $True}Return $False} If ($MyInvocation.MyCommand.Name) {$Host.UI.RawUI.WindowTitle = $MyInvocation.MyCommand.Name}else{$Host.UI.RawUI.WindowTitle = Split-Path -Path $Script:ShBatScriptFile -Leaf} Try{ ### DO NOT MODIFY THESE LINES ### ################# ### .ps1 mode ### ################# Add-Type -Language CsharpVersion3 -TypeDefinition @' using System.Runtime.InteropServices; [Guid("5CDF2C82-841E-4546-9722-0CF74078229A"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] interface IAudioEndpointVolume { // f(), g(), ... are unused COM method slots. Define these if you care int f(); int g(); int h(); int i(); int SetMasterVolumeLevelScalar(float fLevel, System.Guid pguidEventContext); int j(); int GetMasterVolumeLevelScalar(out float pfLevel); int k(); int l(); int m(); int n(); int SetMute([MarshalAs(UnmanagedType.Bool)] bool bMute, System.Guid pguidEventContext); int GetMute(out bool pbMute); } [Guid("D666063F-1587-4E43-81F1-B948E807363F"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] interface IMMDevice { int Activate(ref System.Guid id, int clsCtx, int activationParams, out IAudioEndpointVolume aev); } [Guid("A95664D2-9614-4F35-A746-DE8DB63617E6"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] interface IMMDeviceEnumerator { int f(); // Unused int GetDefaultAudioEndpoint(int dataFlow, int role, out IMMDevice endpoint); } [ComImport, Guid("BCDE0395-E52F-467C-8E3D-C4579291692E")] class MMDeviceEnumeratorComObject { } public class Audio { static IAudioEndpointVolume Vol() { var enumerator = new MMDeviceEnumeratorComObject() as IMMDeviceEnumerator; IMMDevice dev = null; Marshal.ThrowExceptionForHR(enumerator.GetDefaultAudioEndpoint(/*eRender*/ 0, /*eMultimedia*/ 1, out dev)); IAudioEndpointVolume epv = null; var epvid = typeof(IAudioEndpointVolume).GUID; Marshal.ThrowExceptionForHR(dev.Activate(ref epvid, /*CLSCTX_ALL*/ 23, 0, out epv)); return epv; } public static float Volume { get {float v = -1; Marshal.ThrowExceptionForHR(Vol().GetMasterVolumeLevelScalar(out v)); return v;} set {Marshal.ThrowExceptionForHR(Vol().SetMasterVolumeLevelScalar(value, System.Guid.Empty));} } public static bool Mute { get { bool mute; Marshal.ThrowExceptionForHR(Vol().GetMute(out mute)); return mute; } set { Marshal.ThrowExceptionForHR(Vol().SetMute(value, System.Guid.Empty)); } } } '@ echo "Unmuting Audio" [Audio]::Mute = $false ################ ### .ps1 end ### ################ }Finally{If(IsError){Write-Throw;Pause;Exit 2}Exit 0} ### DO NOT MODIFY THIS LINE ###
RefinedSoftwareLLC/sh.bat
compiled/unmute.bat
bat
unlicense
4,523
@echo off setlocal rem Copyright (c) 1999, 2006 Tanuki Software Inc. rem rem Java Service Wrapper general NT service start script rem if "%OS%"=="Windows_NT" goto nt echo This script only works with NT-based versions of Windows. goto :eof :nt rem rem Find the application home. rem rem %~dp0 is location of current script under NT set _REALPATH=%~dp0 rem Decide on the wrapper binary. set _WRAPPER_BASE=wrapper set _WRAPPER_EXE=%_REALPATH%%_WRAPPER_BASE%-windows-x86-32.exe if exist "%_WRAPPER_EXE%" goto conf set _WRAPPER_EXE=%_REALPATH%%_WRAPPER_BASE%-windows-x86-64.exe if exist "%_WRAPPER_EXE%" goto conf set _WRAPPER_EXE=%_REALPATH%%_WRAPPER_BASE%.exe if exist "%_WRAPPER_EXE%" goto conf echo Unable to locate a Wrapper executable using any of the following names: echo %_REALPATH%%_WRAPPER_BASE%-windows-x86-32.exe echo %_REALPATH%%_WRAPPER_BASE%-windows-x86-64.exe echo %_REALPATH%%_WRAPPER_BASE%.exe pause goto :eof rem rem Find the wrapper.conf rem :conf set _WRAPPER_CONF="%~f1" if not %_WRAPPER_CONF%=="" goto startup set _WRAPPER_CONF="%_REALPATH%wrapper.conf" rem rem Start the Wrapper NT service. rem :startup "%_WRAPPER_EXE%" -t %_WRAPPER_CONF% if not errorlevel 1 goto :eof pause
mhus/mhus-inka
de.mhus.app.inka.morse.common/service/StartTestWrapper-NT.bat
bat
apache-2.0
1,253
REM ################################################################################################################################### REM # Copyright © 2007 Breadboard BI, LLC. All rights reserved. # REM ################################################################################################################################### CD D:\kettle kitchen.bat /rep:"kettle_bbbi" /job:"JOB_KEYWORD_IMPRESSION" /dir:/ /user:admin /pass:admin /level:Minimal >> "D:\kettle\logs\JOB_KEYWORD_IMPRESSION.log"
cjlavigne/breadboard
etl/scripts/RUN_JOB_KEYWORD_IMPRESSION.bat
bat
apache-2.0
528
set APP_PORT=80 set NODEHOST=http://obullxl.github.io set DB_NAME=osnode set DB_HOST=localhost set DB_PORT=3306 set DB_USER=osnode set DB_PASSWD=site node index.js
xiow/osnode-site
start.bat
bat
apache-2.0
164
@echo off set file="DEMO3" if exist %file%.obj del %file%.obj if not exist %file%.asm goto errasm ..\..\..\bin\nasm -f win64 %file%.asm -o %file%.obj if errorlevel 1 goto errasm ..\..\..\bin\GoLink.exe /console /entry main DEMO3.obj kernel32.dll if errorlevel 1 goto errlink if exist %file%.obj del %file%.obj goto TheEnd :errlink echo _ echo Link error pause goto TheEnd :errasm echo _ echo Assembly Error pause goto TheEnd :TheEnd echo _
thlorenz/nasmx
demos/win64/DEMO3/demo3.bat
bat
bsd-2-clause
476
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Argyle.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Argyle.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) :end
mlavin/argyle
docs/make.bat
bat
bsd-2-clause
5,096
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled 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% 1>NUL 2>NUL if errorlevel 9009 goto sphinx_python goto sphinx_ok :sphinx_python set SPHINXBUILD=python -m sphinx.__init__ %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) :sphinx_ok if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\zict.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\zict.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
dask/zict
doc/make.bat
bat
bsd-3-clause
7,254
echo off rem convert all SCSS files in Scss folder to CSS file save in Styles Folder rem not create sourcemap sass --watch Scss:Styles --sourcemap=none
aaronamm/Orchard
src/Orchard.Web/Modules/CodeSanook.Comment/sass-watch.bat
bat
bsd-3-clause
157
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S05_RopCopyPropertiesWantAsynchronously_TestSuite.MSOXCPRPT_S05_RopCopyPropertiesWantAsynchronously_TestSuite6 /testcontainer:..\..\MS-OXCPRPT\TestSuite\bin\Debug\MS-OXCPRPT_TestSuite.dll /runconfig:..\..\MS-OXCPRPT\MS-OXCPRPT.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCPRPT/RunMSOXCPRPT_S05_RopCopyPropertiesWantAsynchronously_TestSuite6.cmd
bat
mit
355
echo WINDOWS IS NOT SUPPORTED (YET) exit 1 python setup.py install if errorlevel 1 exit 1
mdraw/conda-elektronn
elektronn/bld.bat
bat
mit
91
@if not defined _echo @echo off setlocal if not defined BuildConfiguration SET BuildConfiguration=Debug SET CMDHOME=%~dp0 @REM Remove trailing backslash \ set CMDHOME=%CMDHOME:~0,-1% :: Clear the 'Platform' env variable for this session, as it's a per-project setting within the build, and :: misleading value (such as 'MCD' in HP PCs) may lead to build breakage (issue: #69). set Platform= :: Disable multilevel lookup https://github.com/dotnet/core-setup/blob/master/Documentation/design-docs/multilevel-sharedfx-lookup.md set DOTNET_MULTILEVEL_LOOKUP=0 pushd "%CMDHOME%" @cd SET TestResultDir=%CMDHOME%\Binaries\%BuildConfiguration%\TestResults if not exist %TestResultDir% md %TestResultDir% SET _Directory=bin\%BuildConfiguration%\net461\win10-x64 set TESTS=^ %CMDHOME%\test\Extensions\TesterAzureUtils,^ %CMDHOME%\test\TesterInternal,^ %CMDHOME%\test\Tester,^ %CMDHOME%\test\DefaultCluster.Tests,^ %CMDHOME%\test\NonSilo.Tests,^ %CMDHOME%\test\Extensions\AWSUtils.Tests,^ %CMDHOME%\test\Extensions\Consul.Tests,^ %CMDHOME%\test\Extensions\ServiceBus.Tests,^ %CMDHOME%\test\Extensions\TestServiceFabric,^ %CMDHOME%\test\Extensions\TesterAdoNet,^ %CMDHOME%\test\Extensions\TesterZooKeeperUtils,^ %CMDHOME%\test\Transactions\Orleans.Transactions.Tests,^ %CMDHOME%\test\Transactions\Orleans.Transactions.Azure.Test,^ %CMDHOME%\test\TestInfrastructure\Orleans.TestingHost.Tests,^ %CMDHOME%\test\DependencyInjection.Tests,^ %CMDHOME%\test\Orleans.Connections.Security.Tests,^ %CMDHOME%\test\Analyzers.Tests @Echo Test assemblies = %TESTS% PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& ./Parallel-Tests.ps1 -directories %TESTS% -dotnet '%_dotnet%'" set testresult=%errorlevel% popd endlocal&set testresult=%testresult% exit /B %testresult%
jthelin/orleans
Test.cmd
bat
mit
1,762
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPERM.S03_NegativeOrErrorValidation.MSOXCPERM_S03_TC01_SetUnexpectedPermissionFlags /testcontainer:..\..\MS-OXCPERM\TestSuite\bin\Debug\MS-OXCPERM_TestSuite.dll /runconfig:..\..\MS-OXCPERM\MS-OXCPERM.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCPERM/RunMSOXCPERM_S03_TC01_SetUnexpectedPermissionFlags.cmd
bat
mit
322
@echo off _mccorr %1 %2 %3 exit
tfryett/qotoolbox
bin/mccorr.bat
bat
gpl-2.0
32
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=Tripal 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
tripal/tripal
docs/make.bat
bat
gpl-2.0
810
# test of eval and bugs we once had. # use with example/gcd.pl 3 5 c 10 handle HUP pass c
gitpan/Devel-Trepan
t/data/sig.cmd
bat
gpl-3.0
91
@echo off setlocal if exist install.bat goto ok echo install.bat must be run from its folder goto end : ok call env.bat gofmt -w src go install %1 :end echo finished
lioneagle/jvmgo
install.bat
bat
apache-2.0
165
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\arelle.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\arelle.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) :end
sternshus/Arelle
apidocs/make.bat
bat
apache-2.0
5,096
@echo off powershell -c ".\deploy.ps1 -source (Join-Path target (Get-Item -Path .\target\* -Filter *.jar)[0].Name) -dest ripme.jar"
metaprime/ripme
deploy.bat
bat
mit
132
@echo off rem rem Portions Copyright (c) 2009-10 Zepheira LLC, Some Rights Reserved rem Portions Copyright (c) 2010-11 Talis Inc, Some Rights Reserved rem rem Licensed under the Apache License, Version 2.0 (the "License"); rem you may not use this file except in compliance with the License. rem You may obtain a copy of the License at rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem Unless required by applicable law or agreed to in writing, software rem distributed under the License is distributed on an "AS IS" BASIS, rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem See the License for the specific language governing permissions and rem limitations under the License. rem setlocal set PRG=%0 rem check if path is quoted if "%PRG:~-4,3%" == "bat" ( set "PRG=%PRG:~1,-1%" ) rem check if path is absolute if not "%PRG:~1,1%" == ":" ( set "PRG=%CD%\%PRG%" ) rem determine DIRNAME and BASENAME set "DIRNAME=%PRG%" set BASENAME= :dirname if "%DIRNAME:~-1%" NEQ "\" ( set "BASENAME=%DIRNAME:~-1%%BASENAME%" set "DIRNAME=%DIRNAME:~0,-1%" goto dirname ) rem strip backslash (\) set DIRNAME=%DIRNAME:~0,-1% rem Guess BASEDIR if not defined if not "%BASEDIR%" == "" goto okHome set "BASEDIR=%DIRNAME%" :basedir if "%BASEDIR:~-1%" NEQ "\" ( set "BASEDIR=%BASEDIR:~0,-1%" goto basedir ) set BASEDIR=%BASEDIR:~0,-1% if exist "%BASEDIR%\bin\%BASENAME%" goto okHome echo The BASEDIR environment variable is not defined correctly echo This environment variable is needed to run this program goto end :okHome if not "%NAME%" == "" goto gotName set "NAME=%BASENAME%" :name if "%NAME:~-1%" NEQ "-" ( set "NAME=%NAME:~0,-1%" goto name ) rem strip dash (-) set "NAME=%NAME:~0,-1%" :gotName set "EXECUTABLE=%BASEDIR%\bin\%NAME%.bat" rem Check that target executable exists if exist "%EXECUTABLE%" goto okExec echo Cannot find "%EXECUTABLE%" echo This file is needed to run this program goto end :okExec rem Get remaining unshifted command line arguments and save them in the set CMD_LINE_ARGS= :setArgs if ""%1""=="""" goto doneSetArgs set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1 shift goto setArgs :doneSetArgs "%EXECUTABLE%" stop %CMD_LINE_ARGS% :end
Thellmann/callimachus
src/callimachus-stop.bat
bat
apache-2.0
2,206
protoc Protos.proto -I=. -I=../../src --csharp_out=. --csharp_opt=file_extension=.g.cs --grpc_out . --plugin=protoc-gen-grpc=%userprofile%\.nuget\packages\Grpc.Tools\1.1.0\tools\windows_x64\grpc_csharp_plugin.exe
masteryee/protoactor-dotnet
tests/Proto.Remote.Tests.Messages/build.bat
bat
apache-2.0
212
@echo off rem rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to you under the Apache License, Version 2.0 rem (the "License"); you may not use this file except in compliance with rem the License. You may obtain a copy of the License at rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem Unless required by applicable law or agreed to in writing, software rem distributed under the License is distributed on an "AS IS" BASIS, rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem See the License for the specific language governing permissions and rem limitations under the License. rem rem Generate temporary certificate for use with JMeter Proxy recorder rem Usage: proxycert [validity(default 1)] rem e.g. proxycert 7 setlocal set KEYSTORE=proxyserver.jks if not exist %KEYSTORE% goto NOTEXISTS echo %KEYSTORE% exists; please rename or delete it before creating a replacement goto :EOF :NOTEXISTS set DNAME="cn=JMeter Proxy (DO NOT TRUST)" set VALIDITY=1 if not .%1 == . set VALIDITY=%1 rem Must agree with property proxy.cert.keystorepass set STOREPASSWORD=password rem Must agree with proxy.cert.keypassword set KEYPASSWORD=password rem generate the keystore with the certificate keytool -genkeypair -alias jmeter -keystore %KEYSTORE% -keypass %KEYPASSWORD% -storepass %STOREPASSWORD% -validity %VALIDITY% -keyalg RSA -dname %DNAME% rem show the contents keytool -list -v -keystore %KEYSTORE% -storepass %STOREPASSWORD%
benbenw/jmeter
extras/proxycert.cmd
bat
apache-2.0
1,670
ECHO APPVEYOR_BUILD_FOLDER: %APPVEYOR_BUILD_FOLDER% ECHO APPVEYOR_REPO_BRANCH: %APPVEYOR_REPO_BRANCH% ECHO APPVEYOR_REPO_TAG: %APPVEYOR_REPO_TAG% ECHO APPVEYOR_BUILD_NUMBER : %APPVEYOR_BUILD_NUMBER% ECHO APPVEYOR_BUILD_VERSION : %APPVEYOR_BUILD_VERSION% ECHO MERCHELLO_VERSION: %MERCHELLO_VERSION% CALL src\.nuget\NuGet.exe restore src\Merchello.sln CALL "%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" build\package.proj
clausjensen/Merchello
build-appveyor.cmd
bat
mit
432
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-n -d %BUILDDIR%/doctrees %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 a Texinfo source file echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled echo. spelling to check for typos in documentation goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) if "%1" == "html" ( %SPHINXBUILD% -b djangohtml %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\django.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\django.qhc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "spelling" ( %SPHINXBUILD% -b spelling %ALLSPHINXOPTS% %BUILDDIR%/spelling if errorlevel 1 exit /b 1 echo. echo.Check finished. Wrong words can be found in %BUILDDIR%/^ spelling/output.txt. goto end ) :end
wkschwartz/django
docs/make.bat
bat
bsd-3-clause
5,353
:: 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: BSD 3 clause @ECHO OFF SET COMMAND_TO_RUN=%* SET WIN_SDK_ROOT=C:\Program Files\Microsoft SDKs\Windows SET MAJOR_PYTHON_VERSION="%PYTHON_VERSION:~0,1%" IF %MAJOR_PYTHON_VERSION% == "2" ( SET WINDOWS_SDK_VERSION="v7.0" ) ELSE IF %MAJOR_PYTHON_VERSION% == "3" ( SET WINDOWS_SDK_VERSION="v7.1" ) ELSE ( ECHO Unsupported Python version: "%MAJOR_PYTHON_VERSION%" EXIT 1 ) IF "%PYTHON_ARCH%"=="64" ( ECHO Configuring Windows SDK %WINDOWS_SDK_VERSION% for Python %MAJOR_PYTHON_VERSION% on a 64 bit architecture 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 Using default MSVC build environment for 32 bit architecture ECHO Executing: %COMMAND_TO_RUN% call %COMMAND_TO_RUN% || EXIT 1 )
holgern/pyyawt
util/appveyor/run_with_env.cmd
bat
mit
1,786
@echo off cd %~dp0 if /i "%1"=="help" goto help if /i "%1"=="--help" goto help if /i "%1"=="-help" goto help if /i "%1"=="/help" goto help if /i "%1"=="?" goto help if /i "%1"=="-?" goto help if /i "%1"=="--?" goto help if /i "%1"=="/?" goto help @rem Process arguments. set config=Release set target=Build set target_arch=x64 set target_env= set noprojgen= set nobuild= set sign= set nosnapshot= set cctest_args= set test_args= set package= set msi= set upload= set licensertf= set jslint= set cpplint= set build_testgc_addon= set noetw= set noetw_msi_arg= set noperfctr= set noperfctr_msi_arg= set i18n_arg= set download_arg= set build_release= set enable_vtune_arg= set configure_flags= set build_addons= set dll= set enable_static= set build_addons_napi= set test_node_inspect= set test_check_deopts= set js_test_suites=async-hooks inspector known_issues message parallel sequential set v8_test_options= set v8_build_options= set "common_test_suites=%js_test_suites% doctool addons addons-napi&set build_addons=1&set build_addons_napi=1" set http2_debug= set nghttp2_debug= :next-arg if "%1"=="" goto args-done if /i "%1"=="debug" set config=Debug&goto arg-ok if /i "%1"=="release" set config=Release&goto arg-ok if /i "%1"=="clean" set target=Clean&goto arg-ok if /i "%1"=="ia32" set target_arch=x86&goto arg-ok if /i "%1"=="x86" set target_arch=x86&goto arg-ok if /i "%1"=="x64" set target_arch=x64&goto arg-ok @rem args should be vs2017 and vs2015. keeping vc2015 for backward compatibility (undocumented) if /i "%1"=="vc2015" set target_env=vs2015&goto arg-ok if /i "%1"=="vs2015" set target_env=vs2015&goto arg-ok if /i "%1"=="vs2017" set target_env=vs2017&goto arg-ok if /i "%1"=="noprojgen" set noprojgen=1&goto arg-ok if /i "%1"=="nobuild" set nobuild=1&goto arg-ok if /i "%1"=="nosign" set "sign="&echo Note: vcbuild no longer signs by default. "nosign" is redundant.&goto arg-ok if /i "%1"=="sign" set sign=1&goto arg-ok if /i "%1"=="nosnapshot" set nosnapshot=1&goto arg-ok if /i "%1"=="noetw" set noetw=1&goto arg-ok if /i "%1"=="noperfctr" set noperfctr=1&goto arg-ok if /i "%1"=="licensertf" set licensertf=1&goto arg-ok if /i "%1"=="test" set test_args=%test_args% -J %common_test_suites%&set cpplint=1&set jslint=1&goto arg-ok if /i "%1"=="test-ci" set test_args=%test_args% %test_ci_args% -p tap --logfile test.tap %common_test_suites%&set cctest_args=%cctest_args% --gtest_output=tap:cctest.tap&goto arg-ok if /i "%1"=="test-addons" set test_args=%test_args% addons&set build_addons=1&goto arg-ok if /i "%1"=="test-addons-napi" set test_args=%test_args% addons-napi&set build_addons_napi=1&goto arg-ok if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel -J&goto arg-ok if /i "%1"=="test-message" set test_args=%test_args% message&goto arg-ok if /i "%1"=="test-gc" set test_args=%test_args% gc&set build_testgc_addon=1&goto arg-ok if /i "%1"=="test-inspector" set test_args=%test_args% inspector&goto arg-ok if /i "%1"=="test-tick-processor" set test_args=%test_args% tick-processor&goto arg-ok if /i "%1"=="test-internet" set test_args=%test_args% internet&goto arg-ok if /i "%1"=="test-pummel" set test_args=%test_args% pummel&goto arg-ok if /i "%1"=="test-known-issues" set test_args=%test_args% known_issues&goto arg-ok if /i "%1"=="test-async-hooks" set test_args=%test_args% async-hooks&goto arg-ok if /i "%1"=="test-all" set test_args=%test_args% gc internet pummel %common_test_suites%&set build_testgc_addon=1&set cpplint=1&set jslint=1&goto arg-ok if /i "%1"=="test-node-inspect" set test_node_inspect=1&goto arg-ok if /i "%1"=="test-check-deopts" set test_check_deopts=1&goto arg-ok if /i "%1"=="test-v8" set test_v8=1&set custom_v8_test=1&goto arg-ok if /i "%1"=="test-v8-intl" set test_v8_intl=1&set custom_v8_test=1&goto arg-ok if /i "%1"=="test-v8-benchmarks" set test_v8_benchmarks=1&set custom_v8_test=1&goto arg-ok if /i "%1"=="test-v8-all" set test_v8=1&set test_v8_intl=1&set test_v8_benchmarks=1&set custom_v8_test=1&goto arg-ok if /i "%1"=="jslint" set jslint=1&goto arg-ok if /i "%1"=="jslint-ci" set jslint_ci=1&goto arg-ok if /i "%1"=="lint" set cpplint=1&set jslint=1&goto arg-ok if /i "%1"=="lint-ci" set cpplint=1&set jslint_ci=1&goto arg-ok if /i "%1"=="package" set package=1&goto arg-ok if /i "%1"=="msi" set msi=1&set licensertf=1&set download_arg="--download=all"&set i18n_arg=small-icu&goto arg-ok if /i "%1"=="build-release" set build_release=1&set sign=1&goto arg-ok if /i "%1"=="upload" set upload=1&goto arg-ok if /i "%1"=="small-icu" set i18n_arg=%1&goto arg-ok if /i "%1"=="full-icu" set i18n_arg=%1&goto arg-ok if /i "%1"=="intl-none" set i18n_arg=%1&goto arg-ok if /i "%1"=="without-intl" set i18n_arg=%1&goto arg-ok if /i "%1"=="download-all" set download_arg="--download=all"&goto arg-ok if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&goto arg-ok if /i "%1"=="enable-vtune" set enable_vtune_arg=1&goto arg-ok if /i "%1"=="dll" set dll=1&goto arg-ok if /i "%1"=="static" set enable_static=1&goto arg-ok if /i "%1"=="no-NODE-OPTIONS" set no_NODE_OPTIONS=1&goto arg-ok if /i "%1"=="debug-http2" set debug_http2=1&goto arg-ok if /i "%1"=="debug-nghttp2" set debug_nghttp2=1&goto arg-ok echo Error: invalid command line option `%1`. exit /b 1 :arg-ok :arg-ok shift goto next-arg :args-done if defined build_release ( set config=Release set package=1 set msi=1 set licensertf=1 set download_arg="--download=all" set i18n_arg=small-icu ) :: assign path to node_exe set "node_exe=%config%\node.exe" set "node_gyp_exe="%node_exe%" deps\npm\node_modules\node-gyp\bin\node-gyp" if "%target_env%"=="vs2015" set "node_gyp_exe=%node_gyp_exe% --msvs_version=2015" if "%target_env%"=="vs2017" set "node_gyp_exe=%node_gyp_exe% --msvs_version=2017" if "%config%"=="Debug" set configure_flags=%configure_flags% --debug if defined nosnapshot set configure_flags=%configure_flags% --without-snapshot if defined noetw set configure_flags=%configure_flags% --without-etw& set noetw_msi_arg=/p:NoETW=1 if defined noperfctr set configure_flags=%configure_flags% --without-perfctr& set noperfctr_msi_arg=/p:NoPerfCtr=1 if defined release_urlbase set configure_flags=%configure_flags% --release-urlbase=%release_urlbase% if defined download_arg set configure_flags=%configure_flags% %download_arg% if defined enable_vtune_arg set configure_flags=%configure_flags% --enable-vtune-profiling if defined dll set configure_flags=%configure_flags% --shared if defined enable_static set configure_flags=%configure_flags% --enable-static if defined no_NODE_OPTIONS set configure_flags=%configure_flags% --without-node-options REM if defined debug_http2 set configure_flags=%configure_flags% --debug-http2 REM if defined debug_nghttp2 set configure_flags=%configure_flags% --debug-nghttp2 if "%i18n_arg%"=="full-icu" set configure_flags=%configure_flags% --with-intl=full-icu if "%i18n_arg%"=="small-icu" set configure_flags=%configure_flags% --with-intl=small-icu if "%i18n_arg%"=="intl-none" set configure_flags=%configure_flags% --with-intl=none if "%i18n_arg%"=="without-intl" set configure_flags=%configure_flags% --without-intl if defined config_flags set configure_flags=%configure_flags% %config_flags% if not exist "%~dp0deps\icu" goto no-depsicu if "%target%"=="Clean" echo deleting %~dp0deps\icu if "%target%"=="Clean" rmdir /S /Q %~dp0deps\icu :no-depsicu call :getnodeversion || exit /b 1 if "%target%"=="Clean" rmdir /Q /S "%~dp0%config%\node-v%FULLVERSION%-win-%target_arch%" > nul 2> nul if defined noprojgen if defined nobuild if not defined sign if not defined msi goto licensertf @rem Set environment for msbuild set msvs_host_arch=x86 if _%PROCESSOR_ARCHITECTURE%_==_AMD64_ set msvs_host_arch=amd64 if _%PROCESSOR_ARCHITEW6432%_==_AMD64_ set msvs_host_arch=amd64 @rem usually vcvarsall takes an argument: host + '_' + target set vcvarsall_arg=%msvs_host_arch%_%target_arch% @rem unless both host and target are x64 if %target_arch%==x64 if %msvs_host_arch%==amd64 set vcvarsall_arg=amd64 @rem Look for Visual Studio 2017 :vs-set-2017 if defined target_env if "%target_env%" NEQ "vs2017" goto vs-set-2015 echo Looking for Visual Studio 2017 @rem check if VS2017 is already setup, and for the requested arch if "_%VisualStudioVersion%_" == "_15.0_" if "_%VSCMD_ARG_TGT_ARCH%_"=="_%target_arch%_" goto found_vs2017 @rem need to clear VSINSTALLDIR for vcvarsall to work as expected set "VSINSTALLDIR=" call tools\msvs\vswhere_usability_wrapper.cmd if "_%VCINSTALLDIR%_" == "__" goto vs-set-2015 @rem prevent VsDevCmd.bat from changing the current working directory set "VSCMD_START_DIR=%CD%" set vcvars_call="%VCINSTALLDIR%\Auxiliary\Build\vcvarsall.bat" %vcvarsall_arg% echo calling: %vcvars_call% call %vcvars_call% if errorlevel 1 goto vs-set-2015 :found_vs2017 echo Found MSVS version %VisualStudioVersion% set GYP_MSVS_VERSION=2017 set PLATFORM_TOOLSET=v141 goto msbuild-found @rem Look for Visual Studio 2015 :vs-set-2015 if defined target_env if "%target_env%" NEQ "vs2015" goto msbuild-not-found echo Looking for Visual Studio 2015 if not defined VS140COMNTOOLS goto msbuild-not-found if not exist "%VS140COMNTOOLS%\..\..\vc\vcvarsall.bat" goto msbuild-not-found if defined msi ( echo Looking for WiX installation for Visual Studio 2015... if not exist "%WIX%\SDK\VS2015" ( echo Failed to find WiX install for Visual Studio 2015 echo VS2015 support for WiX is only present starting at version 3.10 goto wix-not-found ) ) @rem check if VS2015 is already setup if "_%VisualStudioVersion%_" == "_14.0_" if "_%VCVARS_VER%_" == "_140_" goto found_vs2015 call "%VS140COMNTOOLS%\..\..\vc\vcvarsall.bat" SET VCVARS_VER=140 :found_vs2015 if not defined VCINSTALLDIR goto msbuild-not-found @rem Visual C++ Build Tools 2015 does not define VisualStudioVersion echo Found MSVS version 14.0 set GYP_MSVS_VERSION=2015 set PLATFORM_TOOLSET=v140 goto msbuild-found :msbuild-not-found echo Failed to find a suitable Visual Studio installation. echo Try to run in a "Developer Command Prompt" or consult echo https://github.com/nodejs/node/blob/master/BUILDING.md#windows-1 goto exit :wix-not-found echo Build skipped. To generate installer, you need to install Wix. goto run :msbuild-found :project-gen @rem Skip project generation if requested. if defined noprojgen goto msbuild @rem Generate the VS project. call :run-python configure %configure_flags% --dest-cpu=%target_arch% --tag=%TAG% if errorlevel 1 goto create-msvs-files-failed if not exist node.sln goto create-msvs-files-failed echo Project files generated. :msbuild @rem Skip build if requested. if defined nobuild goto sign @rem Build the sln with msbuild. set "msbcpu=/m:2" if "%NUMBER_OF_PROCESSORS%"=="1" set "msbcpu=/m:1" set "msbplatform=Win32" if "%target_arch%"=="x64" set "msbplatform=x64" msbuild node.sln %msbcpu% /t:%target% /p:Configuration=%config% /p:Platform=%msbplatform% /clp:NoSummary;NoItemAndPropertyList;Verbosity=quiet /nologo if errorlevel 1 goto exit if "%target%" == "Clean" goto exit :sign @rem Skip signing unless the `sign` option was specified. if not defined sign goto licensertf call tools\sign.bat Release\node.exe if errorlevel 1 echo Failed to sign exe&goto exit :licensertf @rem Skip license.rtf generation if not requested. if not defined licensertf goto package %config%\node tools\license2rtf.js < LICENSE > %config%\license.rtf if errorlevel 1 echo Failed to generate license.rtf&goto exit :package if not defined package goto msi echo Creating package... cd Release mkdir node-v%FULLVERSION%-win-%target_arch% > nul 2> nul mkdir node-v%FULLVERSION%-win-%target_arch%\node_modules > nul 2>nul copy /Y node.exe node-v%FULLVERSION%-win-%target_arch%\ > nul if errorlevel 1 echo Cannot copy node.exe && goto package_error copy /Y ..\LICENSE node-v%FULLVERSION%-win-%target_arch%\ > nul if errorlevel 1 echo Cannot copy LICENSE && goto package_error copy /Y ..\README.md node-v%FULLVERSION%-win-%target_arch%\ > nul if errorlevel 1 echo Cannot copy README.md && goto package_error copy /Y ..\CHANGELOG.md node-v%FULLVERSION%-win-%target_arch%\ > nul if errorlevel 1 echo Cannot copy CHANGELOG.md && goto package_error robocopy /e ..\deps\npm node-v%FULLVERSION%-win-%target_arch%\node_modules\npm > nul if errorlevel 8 echo Cannot copy npm package && goto package_error copy /Y ..\deps\npm\bin\npm node-v%FULLVERSION%-win-%target_arch%\ > nul if errorlevel 1 echo Cannot copy npm && goto package_error copy /Y ..\deps\npm\bin\npm.cmd node-v%FULLVERSION%-win-%target_arch%\ > nul if errorlevel 1 echo Cannot copy npm.cmd && goto package_error copy /Y ..\tools\msvs\nodevars.bat node-v%FULLVERSION%-win-%target_arch%\ > nul if errorlevel 1 echo Cannot copy nodevars.bat && goto package_error if not defined noetw ( copy /Y ..\src\res\node_etw_provider.man node-v%FULLVERSION%-win-%target_arch%\ > nul if errorlevel 1 echo Cannot copy node_etw_provider.man && goto package_error ) if not defined noperfctr ( copy /Y ..\src\res\node_perfctr_provider.man node-v%FULLVERSION%-win-%target_arch%\ > nul if errorlevel 1 echo Cannot copy node_perfctr_provider.man && goto package_error ) echo Creating node-v%FULLVERSION%-win-%target_arch%.7z del node-v%FULLVERSION%-win-%target_arch%.7z > nul 2> nul 7z a -r -mx9 -t7z node-v%FULLVERSION%-win-%target_arch%.7z node-v%FULLVERSION%-win-%target_arch% > nul if errorlevel 1 echo Cannot create node-v%FULLVERSION%-win-%target_arch%.7z && goto package_error echo Creating node-v%FULLVERSION%-win-%target_arch%.zip del node-v%FULLVERSION%-win-%target_arch%.zip > nul 2> nul 7z a -r -mx9 -tzip node-v%FULLVERSION%-win-%target_arch%.zip node-v%FULLVERSION%-win-%target_arch% > nul if errorlevel 1 echo Cannot create node-v%FULLVERSION%-win-%target_arch%.zip && goto package_error echo Creating node_pdb.7z del node_pdb.7z > nul 2> nul 7z a -mx9 -t7z node_pdb.7z node.pdb > nul echo Creating node_pdb.zip del node_pdb.zip > nul 2> nul 7z a -mx9 -tzip node_pdb.zip node.pdb > nul cd .. echo Package created! goto package_done :package_error cd .. exit /b 1 :package_done :msi @rem Skip msi generation if not requested if not defined msi goto run :msibuild echo Building node-v%FULLVERSION%-%target_arch%.msi msbuild "%~dp0tools\msvs\msi\nodemsi.sln" /m /t:Clean,Build /p:PlatformToolset=%PLATFORM_TOOLSET% /p:GypMsvsVersion=%GYP_MSVS_VERSION% /p:Configuration=%config% /p:Platform=%target_arch% /p:NodeVersion=%NODE_VERSION% /p:FullVersion=%FULLVERSION% /p:DistTypeDir=%DISTTYPEDIR% %noetw_msi_arg% %noperfctr_msi_arg% /clp:NoSummary;NoItemAndPropertyList;Verbosity=quiet /nologo if errorlevel 1 goto exit if not defined sign goto upload call tools\sign.bat node-v%FULLVERSION%-%target_arch%.msi if errorlevel 1 echo Failed to sign msi&goto exit :upload @rem Skip upload if not requested if not defined upload goto run if not defined SSHCONFIG ( echo SSHCONFIG is not set for upload exit /b 1 ) if not defined STAGINGSERVER set STAGINGSERVER=node-www ssh -F %SSHCONFIG% %STAGINGSERVER% "mkdir -p nodejs/%DISTTYPEDIR%/v%FULLVERSION%/win-%target_arch%" scp -F %SSHCONFIG% Release\node.exe %STAGINGSERVER%:nodejs/%DISTTYPEDIR%/v%FULLVERSION%/win-%target_arch%/node.exe scp -F %SSHCONFIG% Release\node.lib %STAGINGSERVER%:nodejs/%DISTTYPEDIR%/v%FULLVERSION%/win-%target_arch%/node.lib scp -F %SSHCONFIG% Release\node_pdb.zip %STAGINGSERVER%:nodejs/%DISTTYPEDIR%/v%FULLVERSION%/win-%target_arch%/node_pdb.zip scp -F %SSHCONFIG% Release\node_pdb.7z %STAGINGSERVER%:nodejs/%DISTTYPEDIR%/v%FULLVERSION%/win-%target_arch%/node_pdb.7z scp -F %SSHCONFIG% Release\node-v%FULLVERSION%-win-%target_arch%.7z %STAGINGSERVER%:nodejs/%DISTTYPEDIR%/v%FULLVERSION%/node-v%FULLVERSION%-win-%target_arch%.7z scp -F %SSHCONFIG% Release\node-v%FULLVERSION%-win-%target_arch%.zip %STAGINGSERVER%:nodejs/%DISTTYPEDIR%/v%FULLVERSION%/node-v%FULLVERSION%-win-%target_arch%.zip scp -F %SSHCONFIG% node-v%FULLVERSION%-%target_arch%.msi %STAGINGSERVER%:nodejs/%DISTTYPEDIR%/v%FULLVERSION%/ ssh -F %SSHCONFIG% %STAGINGSERVER% "touch nodejs/%DISTTYPEDIR%/v%FULLVERSION%/node-v%FULLVERSION%-%target_arch%.msi.done nodejs/%DISTTYPEDIR%/v%FULLVERSION%/node-v%FULLVERSION%-win-%target_arch%.zip.done nodejs/%DISTTYPEDIR%/v%FULLVERSION%/node-v%FULLVERSION%-win-%target_arch%.7z.done nodejs/%DISTTYPEDIR%/v%FULLVERSION%/win-%target_arch%.done && chmod -R ug=rw-x+X,o=r+X nodejs/%DISTTYPEDIR%/v%FULLVERSION%/node-v%FULLVERSION%-%target_arch%.* nodejs/%DISTTYPEDIR%/v%FULLVERSION%/win-%target_arch%*" :run @rem Run tests if requested. @rem Build test/gc add-on if required. if "%build_testgc_addon%"=="" goto build-addons %node_gyp_exe% rebuild --directory="%~dp0test\gc" --nodedir="%~dp0." if errorlevel 1 goto build-testgc-addon-failed goto build-addons :build-testgc-addon-failed echo Failed to build test/gc add-on." goto exit :build-addons if not defined build_addons goto build-addons-napi if not exist "%node_exe%" ( echo Failed to find node.exe goto build-addons-napi ) echo Building addons :: clear for /d %%F in (test\addons\??_*) do ( rd /s /q %%F ) :: generate "%node_exe%" tools\doc\addon-verify.js if %errorlevel% neq 0 exit /b %errorlevel% :: building addons setlocal EnableDelayedExpansion for /d %%F in (test\addons\*) do ( %node_gyp_exe% rebuild ^ --directory="%%F" ^ --nodedir="%cd%" if !errorlevel! neq 0 exit /b !errorlevel! ) :build-addons-napi if not defined build_addons_napi goto run-tests if not exist "%node_exe%" ( echo Failed to find node.exe goto run-tests ) echo Building addons-napi :: clear for /d %%F in (test\addons-napi\??_*) do ( rd /s /q %%F ) :: building addons-napi for /d %%F in (test\addons-napi\*) do ( %node_gyp_exe% rebuild ^ --directory="%%F" ^ --nodedir="%cd%" ) endlocal goto run-tests :run-tests if defined test_check_deopts goto node-check-deopts if defined test_node_inspect goto node-test-inspect goto node-tests :node-check-deopts call :run-python tools\test.py --mode=release --check-deopts parallel sequential -J if defined test_node_inspect goto node-test-inspect goto node-tests :node-test-inspect set USE_EMBEDDED_NODE_INSPECT=1 %config%\node tools\test-npm-package.js --install deps\node-inspect test goto node-tests :node-tests if "%test_args%"=="" goto test-v8 if "%config%"=="Debug" set test_args=--mode=debug %test_args% if "%config%"=="Release" set test_args=--mode=release %test_args% echo running 'cctest %cctest_args%' "%config%\cctest" %cctest_args% call :run-python tools\test.py %test_args% goto test-v8 :test-v8 if not defined custom_v8_test goto cpplint call tools/test-v8.bat if errorlevel 1 goto exit goto cpplint :cpplint if not defined cpplint goto jslint call :run-cpplint src\*.c src\*.cc src\*.h test\addons\*.cc test\addons\*.h test\cctest\*.cc test\cctest\*.h test\gc\binding.cc tools\icu\*.cc tools\icu\*.h call :run-python tools/check-imports.py goto jslint :run-cpplint if "%*"=="" goto exit echo running cpplint '%*' set cppfilelist= setlocal enabledelayedexpansion for /f "tokens=*" %%G in ('dir /b /s /a %*') do ( set relpath=%%G set relpath=!relpath:*%~dp0=! call :add-to-list !relpath! ) ( endlocal set cppfilelist=%localcppfilelist% ) call :run-python tools/cpplint.py %cppfilelist% goto exit :add-to-list echo %1 | findstr /c:"src\node_root_certs.h" if %errorlevel% equ 0 goto exit echo %1 | findstr /c:"src\queue.h" if %errorlevel% equ 0 goto exit echo %1 | findstr /c:"src\tree.h" if %errorlevel% equ 0 goto exit @rem skip subfolders under /src echo %1 | findstr /r /c:"src\\.*\\.*" if %errorlevel% equ 0 goto exit echo %1 | findstr /r /c:"test\\addons\\[0-9].*_.*\.h" if %errorlevel% equ 0 goto exit echo %1 | findstr /r /c:"test\\addons\\[0-9].*_.*\.cc" if %errorlevel% equ 0 goto exit set "localcppfilelist=%localcppfilelist% %1" goto exit :jslint if defined jslint_ci goto jslint-ci if not defined jslint goto exit if not exist tools\eslint\bin\eslint.js goto no-lint echo running jslint %config%\node tools\eslint\bin\eslint.js --cache --rule "linebreak-style: 0" --rulesdir=tools\eslint-rules --ext=.js,.md benchmark doc lib test tools goto exit :jslint-ci echo running jslint-ci %config%\node tools\jslint.js -J -f tap -o test-eslint.tap benchmark doc lib test tools goto exit :no-lint echo Linting is not available through the source tarball. echo Use the git repo instead: $ git clone https://github.com/nodejs/node.git exit /b 1 :create-msvs-files-failed echo Failed to create vc project files. goto exit :help echo vcbuild.bat [debug/release] [msi] [test/test-ci/test-all/test-uv/test-inspector/test-internet/test-pummel/test-simple/test-message/test-async-hooks/test-v8/test-v8-intl/test-v8-benchmarks/test-v8-all] [clean] [noprojgen] [small-icu/full-icu/without-intl] [nobuild] [sign] [x86/x64] [vs2015/vs2017] [download-all] [enable-vtune] [lint/lint-ci] [no-NODE-OPTIONS] echo Examples: echo vcbuild.bat : builds release build echo vcbuild.bat debug : builds debug build echo vcbuild.bat release msi : builds release build and MSI installer package echo vcbuild.bat test : builds debug build and runs tests echo vcbuild.bat build-release : builds the release distribution as used by nodejs.org echo vcbuild.bat enable-vtune : builds nodejs with Intel VTune profiling support to profile JavaScript goto exit :run-python call tools\msvs\find_python.cmd if errorlevel 1 echo Could not find python2 & goto :exit set cmd1="%VCBUILD_PYTHON_LOCATION%" %* echo %cmd1% %cmd1% exit /b %ERRORLEVEL% :exit goto :EOF rem *************** rem Subroutines rem *************** :getnodeversion set NODE_VERSION= set TAG= set FULLVERSION= :: Call as subroutine for validation of python call :run-python tools\getnodeversion.py > nul for /F "tokens=*" %%i in ('"%VCBUILD_PYTHON_LOCATION%" tools\getnodeversion.py') do set NODE_VERSION=%%i if not defined NODE_VERSION ( echo Cannot determine current version of Node.js exit /b 1 ) if not defined DISTTYPE set DISTTYPE=release if "%DISTTYPE%"=="release" ( set FULLVERSION=%NODE_VERSION% goto distexit ) if "%DISTTYPE%"=="custom" ( if not defined CUSTOMTAG ( echo "CUSTOMTAG is not set for DISTTYPE=custom" exit /b 1 ) set TAG=%CUSTOMTAG% ) if not "%DISTTYPE%"=="custom" ( if not defined DATESTRING ( echo "DATESTRING is not set for nightly" exit /b 1 ) if not defined COMMIT ( echo "COMMIT is not set for nightly" exit /b 1 ) if not "%DISTTYPE%"=="nightly" ( if not "%DISTTYPE%"=="next-nightly" ( echo "DISTTYPE is not release, custom, nightly or next-nightly" exit /b 1 ) ) set TAG=%DISTTYPE%%DATESTRING%%COMMIT% ) set FULLVERSION=%NODE_VERSION%-%TAG% :distexit if not defined DISTTYPEDIR set DISTTYPEDIR=%DISTTYPE% goto :EOF
lexor90/node-compiler
node/vcbuild.bat
bat
mit
23,580
@echo off echo Compiling Help File "C:\Programme\vahelp\vahelp74.exe" /ce "C:\Daten\Helpmaker\GeoTools.sh6" pause
rschwenn/Rstyx.VBA.Excel.GeoTools
doc/Helpmaker/geotools_tmphhp/geotools_hhp.bat
bat
mit
118
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm default --type headless rem rem Fake a 15 sec delay to give the VM some time to start rem rem ping 127.0.0.1 -n 15 > nul
DURAARK/duraark-installer
windows-installer/scripts/start-docker-toolbox.bat
bat
mit
183
@echo off java -cp '.' -jar text-splitter-0.0.1.jar
jesfre/file-splitter
src/test/resources/run.bat
bat
mit
54
@echo off REM @author Viktor Dmitriyev REM @about Remove '__temp__' and "generated" folders rmdir /s /q __temp__ rmdir /s /q generated
vdmitriyev/simplewebcrawler
simplewebcrawler/clear-temp-dir.bat
bat
mit
134
@ECHO OFF CD src\console RD /s /q obj RD /s /q bin DEL project.lock.json CD ..\dotnet-compile-vbc RD /s /q obj RD /s /q bin DEL project.lock.json CD ..\..
DualBrain/vbcore
clean.cmd
bat
mit
158
python -u -m pyquickhelper --GUI if %errorlevel% neq 0 exit /b %errorlevel%
sdpython/pyquickhelper
bin/run_tk_cmd.bat
bat
mit
75
@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\bytecode.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\bytecode.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
haypo/bytecode
doc/make.bat
bat
mit
6,704
@echo off rem ******************************************************************* rem * Builds documentation for Pixie rem * rem * REQUIRES: rem * - Doxygen rem * - Commented code rem * INPUT: rem * 1. Language - currently one of 'polish', 'english' rem * 2. Format - currently either 'chm' and 'pdf' rem * AUTHOR: rem * Piotr Kosek <[email protected]> rem * LICENSE: rem * MIT/X11 License rem * CHANGELOG: rem * 0.1 [September, 6th 2017]: rem * - Initial version rem ******************************************************************* rem * CONSTRAINS: rem * - Does not write outside subdirectory of docs (results) and !build (temporaries) rem * - Wipe out both results and temporaries directories (subdirectory of results and temporaries) rem * - Uses Doxygen rem ******************************************************************* rem * Copyright (c) 2017 Piotr Kosek rem * Permission is hereby granted, free of charge, to any person obtaining a copy of this software rem * and associated documentation files (the "Software"), to deal in the Software without restriction, rem * including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, rem * and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, rem * subject to the following conditions: rem * rem * The above copyright notice and this permission notice shall be included in all copies rem * or substantial portions of the Software. rem * rem * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, rem * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR rem * A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT rem * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, rem * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER rem * DEALINGS IN THE SOFTWARE. rem ******************************************************************* rem * Mark current directory pushd %~dp0 rem * Jump '\_engine\build\windows' -> '\_engine' cd ..\.. rem * Set given language set language=%~1 rem * Or to default language if omitted if "%~1"=="" set language=english rem * Set default variables set generate_pdf=NO set generate_chm=NO rem * Set format and reset to default if needed set format=%~2 if NOT "%~2"=="chm" if NOT "%~2"=="pdf" set format=chm rem * Set given format for generation if "%format%"=="chm" set generate_chm=YES if "%format%"=="pdf" set generate_pdf=YES rem * Make sure the !build directory exists IF NOT EXIST !build mkdir !build rem * Jump '\_engine' -> '\_engine\!build' cd !build rem * If doxygen directory existed, wipe it out... IF EXIST doxygen_%language% rmdir "doxygen_%language%" /s /q rem * ... and create anew (should be empty folder after this point) mkdir doxygen_%language% rem * Jump '\_engine\!build' -> '\_engine\!build\doxygen_%language%' cd doxygen_%language% rem * If PDF make latex output if "%format%"=="pdf" mkdir latex rem * If PDF copy manifest here if "%format%"=="pdf" xcopy /s "..\..\manifest\doxygen" "latex\" rem * Jump '\_engine\!build\doxygen_%language%' -> '\_engine' cd ..\.. rem * If docs directory does not exists, create it IF NOT EXIST "!docs" mkdir "!docs" rem * Register all standard paths form build system call build\windows\setup_path.bat rem * Jump '\_engine' -> '\_engine\build\windows' cd build\windows rem * Set variable to full path to here set current_directory=%CD% rem * Generate docs call doxygen.exe doxyfile rem * Should we fail here... if %ERRORLEVEL% == 0 goto ok1 rem * Output some info echo Failed to generate docs rem * Fail execution goto failed rem * Ok, we did not fail! :ok1 rem * Jump '\_engine\build\windows' -> '\_engine\!build\doxygen_%language%\latex' cd ..\..\!build\doxygen_%language%\latex rem * Replace links in pdf if "%format%"=="pdf" for /r %%v in (*.tex) do sed -i -E "s/doxyref\{[^}]+\}\{str\.\}(\{[^}]+\})/ref\1/gi" "%%v" rem if "%format%"=="pdf" for /r %%v in (*.tex) do sed -i -E "s/([a-zA-Z0-9.\-]).\+([A-Z0-9])/\1\2/g" "%%v" rem * Jump '\_engine\!build\doxygen_%language%\latex' -> '\_engine' cd ..\..\..\ rem * Build actual PDF if "%format%"=="pdf" call !build\doxygen_%language%\latex\make.bat rem * Should we fail here... if %ERRORLEVEL% == 0 goto ok2 rem * Output some info echo Failed to generate pdf rem * Fail execution goto failed rem * Ok, we did not fail! :ok2 if "%format%"=="pdf" copy /Y !build\doxygen_%language%\latex\refman.pdf !docs\book_%language%.pdf rem * Finalize successfully goto ok rem * In case of failure :failed rem * Get back current directory popd rem * Kill batch script exit /B 1 rem * Ok, we did not fail! :ok rem * Get back current directory popd rem * Return OK exit /B 0
Shelim/pixie_engine
_engine/build/windows/build_docs.bat
bat
mit
4,913
:: (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. rem Clean up the results directory rmdir /S /Q results mkdir results rem Synthesize the VHDL Wrapper Files #Synthesize the Wrapper Files echo 'Synthesizing example design with XST'; xst -ifn xst.scr copy system_axi_dma_0_wrapper_fifo_generator_v9_3_2_exdes.ngc .\results\ rem Copy the netlist generated by Coregen echo 'Copying files from the netlist directory to the results directory' copy ..\..\system_axi_dma_0_wrapper_fifo_generator_v9_3_2.ngc results\ rem Copy the constraints files generated by Coregen echo 'Copying files from constraints directory to results directory' copy ..\example_design\system_axi_dma_0_wrapper_fifo_generator_v9_3_2_exdes.ucf results\ cd results echo 'Running ngdbuild' ngdbuild -p xc7z010-clg400-3 -sd ../../../ system_axi_dma_0_wrapper_fifo_generator_v9_3_2_exdes echo 'Running map' map system_axi_dma_0_wrapper_fifo_generator_v9_3_2_exdes -o mapped.ncd echo 'Running par' par mapped.ncd routed.ncd echo 'Running trce' trce -e 10 routed.ncd mapped.pcf -o routed echo 'Running design through bitgen' bitgen -w routed -g UnconstrainedPins:Allow echo 'Running netgen to create gate level VHDL model' netgen -ofmt vhdl -sim -tm system_axi_dma_0_wrapper_fifo_generator_v9_3_2_exdes -pcf mapped.pcf -w routed.ncd routed.vhd
medav/conware
conware_final/system/implementation/system_axi_dma_0_wrapper_fifo_generator_v9_3_2/implement/implement.bat
bat
mit
3,488
@echo off cd bin echo Creating standalone command line executable... nekotools boot Compose.n pause
ustutz/mostly_adequate_guide
05_compose/Package.bat
bat
mit
100
copy /Y ..\..\..\..\bin\* . copy /Y Generate.txt Generate.fs set ProgFiles86Root=%ProgramFiles(x86)% if not "%ProgFiles86Root%"=="" GOTO win64 set ProgFiles86Root=%ProgramFiles% :win64 "%ProgFiles86Root%\Microsoft SDKs\F#\3.1\Framework\v4.0\fsc.exe"^ -o:Test.GPUTypes.Data.Helper.dll^ --noframework^ --doc:Test.GPUTypes.Data.Helper.XML^ -r:FSharp.Core.dll^ -r:Alea.CUDA.dll^ -r:Test.GPUTypes.Data.Base.dll^ -r:Test.GPUTypes.Data.Derived.dll^ -r:Alea.TypeProviders.Utilities.dll^ -r:Alea.TypeProviders.GPUHelperDirectives.dll^ -r:Alea.TypeProviders.GPUHelperProvider.dll^ --target:library^ Generate.fs
soloman817/Alea.TypeProviders
tests/Test.GPUTypes.Data.Helper/Generate.bat
bat
mit
614
java -cp .;weekly-auto-shop-jar-with-dependencies.jar net.mattcoffey.Main
mattcoffey/weekly-auto-shop
src/main/bin/run.bat
bat
mit
73
python ../../lib/closure-library/closure/bin/build/closurebuilder.py --root=../../lib/closure-library/ --root=. --namespace="imo_1979_3.start" --output_mode=compiled --compiler_jar=../../tools/compiler.jar --compiler_flags="--compilation_level=ADVANCED_OPTIMIZATIONS" --output_file=compiled.js
ex/js
src/imo_1979_3/build.bat
bat
mit
295
::icons.bat - builds icons from svg file to png or ico @ECHO OFF convert -resize 48x48 -background none ../images/icon.svg ../images/logo.png convert -resize 16x16 -background none ../images/icon.svg ../favicon.ico convert -resize 16x16 -background none ../images/icon.svg ../favicon.png convert -resize 180x180 -background none ../images/icon.svg ../apple-touch-icon.png convert -resize 144x144 -background none ../images/icon.svg ../windows-tile.png convert -resize 558x558 -background none ../images/icon.svg ../tile.png convert -resize 558x270 -gravity center -extent 558x270 -background none ../images/icon.svg ../tile-wide.png PAUSE ::EOF
PotteriesHackspace/potterieshackspace.github.com
bin/icons.bat
bat
mit
644
dasm.exe albumdriver.asm -v1 -oalbumdriver.prg yape albumdriver.prg
kosmonautdnb/TheLandsOfZador
Framework/trackmo/framework/run_album.bat
bat
mit
68
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\TextMagicPythonAPI.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\TextMagicPythonAPI.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) :end
textmagic/textmagic-rest-python
doc/make.bat
bat
mit
5,120
@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\Lassojl.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Lassojl.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
JuliaPackageMirrors/Lasso.jl
doc/make.bat
bat
mit
6,703
cmd_drivers/base/power/built-in.o := arm-eabi-ld -EL -r -o drivers/base/power/built-in.o drivers/base/power/sysfs.o drivers/base/power/main.o drivers/base/power/wakeup.o drivers/base/power/runtime.o drivers/base/power/generic_ops.o
timmytim/honeybutter_kernel
drivers/base/power/.built-in.o.cmd
bat
gpl-2.0
237
cmd_lib/argv_split.o := arm-none-linux-gnueabi-gcc -Wp,-MD,lib/.argv_split.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-davinci/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(argv_split)" -D"KBUILD_MODNAME=KBUILD_STR(argv_split)" -c -o lib/.tmp_argv_split.o lib/argv_split.c deps_lib/argv_split.o := \ lib/argv_split.c \ include/linux/kernel.h \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include/stdarg.h \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/sparse/rcu/pointer.h) \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/linkage.h \ include/linux/stddef.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/posix_types.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/last/bit.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/bitops.h \ $(wildcard include/config/smp.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/arch/has/barriers.h) \ $(wildcard include/config/arm/dma/mem/bufferable.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ $(wildcard include/config/cpu/32v6k.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ include/linux/typecheck.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/irqflags.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/hwcap.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/outercache.h \ $(wildcard include/config/outer/cache/sync.h) \ $(wildcard include/config/outer/cache.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/memory.h \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/have/tcm.h) \ $(wildcard include/config/zone/dma.h) \ include/linux/const.h \ arch/arm/mach-davinci/include/mach/memory.h \ $(wildcard include/config/arch/davinci/da8xx.h) \ $(wildcard include/config/arch/davinci/dmx.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ $(wildcard include/config/sparsemem.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ include/asm-generic/getorder.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/cmpxchg-local.h \ include/asm-generic/cmpxchg.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/arch_hweight.h \ include/asm-generic/bitops/const_hweight.h \ include/asm-generic/bitops/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/printk.h \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ include/linux/dynamic_debug.h \ include/linux/jump_label.h \ $(wildcard include/config/jump/label.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/div64.h \ include/linux/ctype.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/string.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/failslab.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ $(wildcard include/config/slab.h) \ include/linux/gfp.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/compaction.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/no/bootmem.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/have/memoryless/nodes.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/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/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/processor.h \ $(wildcard include/config/have/hw/breakpoint.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/hw_breakpoint.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/prove/rcu.h) \ include/linux/rwlock_types.h \ include/linux/spinlock_up.h \ include/linux/rwlock.h \ include/linux/spinlock_api_up.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/atomic.h \ $(wildcard include/config/generic/atomic64.h) \ include/asm-generic/atomic64.h \ include/asm-generic/atomic-long.h \ include/linux/wait.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/current.h \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.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/modules.h) \ $(wildcard include/config/hotplug.h) \ include/linux/seqlock.h \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/memory/hotremove.h) \ $(wildcard include/config/have/arch/nodedata/extension.h) \ include/linux/notifier.h \ include/linux/errno.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/linux/rwsem-spinlock.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ $(wildcard include/config/sched/book.h) \ $(wildcard include/config/use/percpu/numa/node/id.h) \ include/linux/cpumask.h \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ include/linux/percpu.h \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/pfn.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/slub_def.h \ $(wildcard include/config/slub/stats.h) \ $(wildcard include/config/slub/debug.h) \ $(wildcard include/config/sysfs.h) \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ $(wildcard include/config/freezer.h) \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/math64.h \ include/linux/jiffies.h \ include/linux/timex.h \ include/linux/param.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/timex.h \ arch/arm/mach-davinci/include/mach/timex.h \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects/free.h) \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kobject_ns.h \ include/linux/kref.h \ include/linux/kmemleak.h \ $(wildcard include/config/debug/kmemleak.h) \ include/trace/events/kmem.h \ include/linux/tracepoint.h \ $(wildcard include/config/tracepoints.h) \ include/linux/rcupdate.h \ $(wildcard include/config/rcu/torture/test.h) \ $(wildcard include/config/preempt/rcu.h) \ $(wildcard include/config/no/hz.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ $(wildcard include/config/tiny/preempt/rcu.h) \ $(wildcard include/config/debug/objects/rcu/head.h) \ $(wildcard include/config/preempt/rt.h) \ include/linux/completion.h \ include/linux/rcutree.h \ include/trace/events/gfpflags.h \ include/trace/define_trace.h \ $(wildcard include/config/event/tracing.h) \ include/linux/module.h \ $(wildcard include/config/symbol/prefix.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ include/linux/stat.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/stat.h \ include/linux/kmod.h \ include/linux/elf.h \ include/linux/elf-em.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/elf.h \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/user.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ /root/kernel-dev/linux-2.6.37/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ lib/argv_split.o: $(deps_lib/argv_split.o) $(deps_lib/argv_split.o):
srinugnt2000/linux-2.6.37
lib/.argv_split.o.cmd
bat
gpl-2.0
15,996
@ECHO OFF :LOOPSTART time /T ping 171.71.231.17 -t -n 2 :: Sleep for 15 minutes timeout 900 GOTO LOOPSTART
susingha/0x_tools
scripts/Ping 15.bat
bat
gpl-2.0
123
@ECHO OFF SET LOC_PATH=%CD% SET FILES=%LOC_PATH%\libnfs_d.txt CALL dlextract.bat libnfs %FILES% cd %TMP_PATH% xcopy libnfs-1.6.1-win32\project\BuildDependencies\include\* "%CUR_PATH%\include\" /E /Q /I /Y copy libnfs-1.6.1-win32\system\libnfs.dll "%XBMC_PATH%\system\" /Y cd %LOC_PATH%
fetzerch/xbmc
project/BuildDependencies/scripts/libnfs_d.bat
bat
gpl-2.0
291
@ECHO OFF SET LOC_PATH=%CD% SET FILES=%LOC_PATH%\libshairplay_d.txt CALL dlextract.bat libshairplay %FILES% cd %TMP_PATH% echo readme.txt > shairplay_exclude.txt xcopy libshairplay-495f02-win32\* "%XBMC_PATH%\" /E /Q /I /Y /EXCLUDE:shairplay_exclude.txt cd %LOC_PATH%
koying/xbmc-vidonme
project/BuildDependencies/scripts/libshairplay_d.bat
bat
gpl-2.0
274
cmd_net/rfkill/rfkill.o := /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o net/rfkill/rfkill.o net/rfkill/core.o
utkanos/android_htc_mecha_kernel_5slot
net/rfkill/.rfkill.o.cmd
bat
gpl-2.0
168
@echo off start notepad.exe "DocumentElementRecognizer\_History.txt"
thibmo/RadiaLog
Required_ThirdParty/cyComponents7/View _history.txt on DocumentElementRecognizer package.bat
bat
gpl-2.0
68
cmd_lib/crc7.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o lib/crc7.ko lib/crc7.o lib/crc7.mod.o
avareldalton85/rpi2-linux-rt
lib/.crc7.ko.cmd
bat
gpl-2.0
203
cmd_drivers/input/keyboard/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o drivers/input/keyboard/built-in.o drivers/input/keyboard/gpio_keys.o
EAVR/EV3.14
ev3sources/extra/linux-03.20.00.13/drivers/input/keyboard/.built-in.o.cmd
bat
gpl-2.0
151
cmd_net/sched/cls_fw.ko := mips-openwrt-linux-uclibc-ld -r -m elf32btsmip -T ./scripts/module-common.lds -s --build-id -o net/sched/cls_fw.ko net/sched/cls_fw.o net/sched/cls_fw.mod.o
Parkdaeyoung/OPENWRT-LEAKY-BUCKET
build_dir/target-mips_34kc_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.18.44/net/sched/.cls_fw.ko.cmd
bat
gpl-2.0
186
cython cPrimMolInt.pyx cython cAuxFuncs.pyx cython cMolecularIntegrals.pyx python setup.py build_ext --inplace --compiler=mingw32 pause
LT12/LTPsi
compile.bat
bat
gpl-2.0
136
cmd_net/bluetooth/bluetooth.o := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ld -EL -r -o net/bluetooth/bluetooth.o net/bluetooth/af_bluetooth.o net/bluetooth/hci_core.o net/bluetooth/hci_conn.o net/bluetooth/hci_event.o net/bluetooth/hci_sock.o net/bluetooth/hci_sysfs.o net/bluetooth/lib.o
spacecaker/Stock_spacecaker_kernel
net/bluetooth/.bluetooth.o.cmd
bat
gpl-2.0
337
echo off setlocal enabledelayedexpansion echo. echo IMPORTING refrain_live.api_cons_type FOR %%f IN ("*.csv") DO ( set old=%%~dpnxf set new=!old:\=\\! "C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql" -e "load data local infile '"!new!"' IGNORE into table refrain_live.api_cons_type COLUMNS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"""' IGNORE 1 ROWS" -u update_recon echo IMPORT %%~nxf DONE ) echo. "C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql" -e "select count(*) AS 'Total Imported Data' from refrain_live.api_cons_type ;" -u Recon pause
reflaz/sql-scripts
refrain-tools/00-c-import/REFRAIN_TOOLS_LIVE/_MAPPING/API_CONS_TYPE/AA_API_CONS_TYPE.bat
bat
gpl-3.0
563
@echo off servusb -e 255 timeout 1 servusb -d
zwostein/PointIR
etc.windows/pointir_calibrationEndHook.bat
bat
gpl-3.0
50
:: DESCRIPTION :: Runs the tronscript for Windows debloat / disinfect / maintenance super-script, with preferred switches. :: DEPENDENCIES :: tronscript (you'll find it with an internet search) :: USAGE :: Copy this script to the same folder as the extracted tron.bat. Run from a cmd prompt (maybe as an Administrator): :: run_tronscript_debloat.bat :: CODE :: REFERENCE: these switches skip windows updates and custom user windows updates: :: -swu -swo :: REBOOT AUTOMATICALLY: :: -r tron.bat -a -e -p -sa -sd -v
r-alex-hall/fontDevTools
scripts/admin/run_tronscript_debloat.bat
bat
gpl-3.0
522
@ECHO OFF SET LOC_PATH=%CD% SET FILES=%LOC_PATH%\samplerate_d.txt SET OUTDIR="%LIBXCONVOLVER_PATH%\Libs\samplerate" CALL dlextract.bat SAMPLERATE %FILES% IF EXIST %OUTDIR% rmdir %OUTDIR% /S /Q mkdir %OUTDIR% cd %TMP_PATH% ;xcopy libsamplerate-0.1.8 "%OUTDIR%\src" /E /Q /I /Y :: delete all temporary files rmdir libsamplerate-0.1.8 /S /Q del *.* /S /Q cd %LOC_PATH%
AchimTuran/LibXConvolver
buildDependencies/Windows/scripts/samplerate_d.bat
bat
gpl-3.0
374
@echo off title RealArcade Wrapper Killer v%rawkver% (.-+'~^-+ AM Instant Server +-^~`+-.) [...cRypTiCwaRe 2o2o...] if %testmode%==1 ( echo [core_am_instant_server : loaded] pause>nul ) :reset mode con lines=26 set testMode=0 :: Get environment from the wrapper killer echo.>"%temp%\rawkEnv.cmd" for /f "tokens=* delims= " %%a in ('type "%temp%\rawkEnvTemp.cmd"') do ( echo set %%a>>"%temp%\rawkEnv.cmd" ) call "%temp%\rawkEnv.cmd" set bits=32 if not exist "C:\Program Files (x86)" set bits=32 if exist "C:\Program Files (x86)" set bits=64 if "%PROCESSOR_ARCHITECTURE%"=="AMD64" set bits=64 set zip="%sys32RawkPath%\sevenZ.exe" a -y -r set amiRequest="%temp%\ami-request.txt" set amiRequestInstallationTitle="%temp%\amiRequestInstallationTitle.txt" set amiRequestInstallationTitleClean1="%temp%\amiRequestInstallationTitleClean1.txt" set amiRequestInstallationTitleClean2="%temp%\amiRequestInstallationTitleClean2.txt" set amiRequestContentId="%temp%\amiRequestContentId.txt" set amiRequestRFS="%temp%\amiRequestRFS.txt" set amiRequestTracking="%temp%\amiRequestTracking.txt" set amiRequestDeviceId="%temp%\amiRequestDeviceID.txt" set amiRequestSessionID="%temp%\amiRequestSessionID.txt" set gameNameNoDashesSet="%temp%\gameNameNoDashesSet.txt" set gameNameUnderscoresSet="%temp%\gameNameUnderscores.txt" set sessionID=0000-00-00-00-00-00-000-0000000000000 set deviceID=0000000000000000000000000000000000000000 set amiVersion=0.00.00 set serverStatus=0 set unavailable=0 :: Sets default returnTo variable for cases where you must use 2 gotos in sequence set returnTo=amiMenu set cid=00000000000000000000000000000000 set gameNameDashes=game-name-here set gameNameNoDashes=gamenamehere set gameNameTitle=Game Name Here set gameNameTitleHTML=Game Name Here set gameNameTitleClean1=Game Name Here set gameNameTitleClean2=Game Name Here set gameNameFirstLetter=g set appDirName=UNDEFINED set jsonRfsUrl=0 set outFileTemp=-O "%temp%\ami-request.txt" set outFileRFS=-O "%desktop%\am-rfs-downloads\%gameNameDashes%.rfs" set amLog=%desktop%\amiSvc.log set memberCookie=--header="Cookie: gamehouseuser=true" set pageNewGames=http://www.gamehouse.com/new-games set dumpPage=wget -d %memberCookie% -O %outFileTemp% %pageNewGames% :: Builds app folder name by taking the first 16 chars from name and cid and combining them :: gameNameDashes: jewel-quest-solitaire :: cid: 3675cb0b1a06f37e8c45f0fd3eab3393 :: appDirName=jewel-quest-soli3675cb0b1a06f37e :: Set localhost port ::set port=27021 set port=12072 set reqDeviceID=http://localhost:%port%/v1/init.json?query_id=0000000000000 set reqDeviceIDHeader=/v1/init.json?query_id=0000000000000 :: This must be rebuilt each time the game is changed ::set reqGet=0 ::set reqGet=/v1/install.json?result=success^&installation_title=%gameNameTitleHTML%^&content_id=%cid%^&rfs=http://games-dl.gamehouse.com/gamehouse/pc/%gameNameFirstLetter%/%gameNameDashes%/%gameNameDashes%.rfs HTTP/1.1 set reqGet1=--header="/v1/install.json?result=success set reqGet2=^&installation_title=%gameNameTitleHTML% set reqGet3=^&content_id=%cid% set reqGet4=^&rfs=http://games-dl.gamehouse.com/gamehouse/pc/%gameNameFirstLetter%/%gameNameDashes%/%gameNameDashes%.rfs HTTP/1.1" set reqGet=%reqGet1%%reqGet2%%reqGet3%%reqGet4% :: Get Games List (BROKEN AS OF 20160615) ::set reqGetListGames1=/v1/listGames.json?include_uninstalled=false ::set reqGetListGames2=^&query_id=1463457306950 ::set reqGetListGames=%reqGetListGames1%^%reqGetListGames2% ::echo %reqGetListGames1% ::echo %reqGetListGames2% ::echo %reqGetListGames% ::pause set reqHost=--header="Host: localhost:%port%" ::set reqUserAgent=--header="User-Agent: AmHttpClient v1.0" set reqUserAgent=--header="User-Agent: AmHttpGet 1.0" set reqAccept=--header="Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" set reqAcceptLanguage=--header="Accept-Language: en-US,en;q=0.5" set reqAcceptEncoding=--header="Accept-Encoding: gzip, deflate" set reqReferer=--header="Referer: http://www.gamehouse.com/member/" set reqOrigin=--header="Origin: http://www.gamehouse.com" set reqConnection=--header="Connection: keep-alive" :: Single DOUBLE QUOTE here on purpose set baseReq=wget -d %reqHost% %reqUserAgent% %reqAccept% %reqAcceptLanguage% %reqAcceptEncoding% %reqReferer% %reqOrigin% %reqConnection% %outFileTemp% " set baseReqExtractRFS=wget -d %reqGet% %reqHost% %reqUserAgent% %reqAccept% %reqAcceptLanguage% %reqAcceptEncoding% %reqReferer% %reqOrigin% %reqConnection% %outFileTemp% " set baseReqDownloadRFS=wget %outFileRFS% "%jsonRfsUrl% :: A few name fixes for updated RFS files (make better later!!!) ::if %jsonRfsUrl%==clearit set baseReqDownloadRFS=wget %outFileRFS% "clearit_v2 ::set baseReqListGames=wget -d %reqGetListGames% %reqHost% %reqUserAgent% %reqAccept% %reqAcceptLanguage% %reqAcceptEncoding% %reqReferer% %reqOrigin% %reqConnection% %outFileTemp% "http://localhost:%port%%reqGetListGames%" :: Device ID Request set reqGetDeviceId=wget -d %reqDeviceIDHeader% %reqHost% %reqUserAgent% %reqAccept% %reqAcceptLanguage% %reqAcceptEncoding% %reqReferer% %reqOrigin% %reqConnection% %outFileTemp% " set launch1=http://localhost:%port%/v1/play.json?content_id= set launch2=^&auth_token=0000000000000000000000000000000000000000" set download1=http://www.gamehouse.com/member/api/games/downloaddetails.json?amcontentid= set getSessionID=http://www.gamehouse.com/member/api/player/getsessionid.json :: http://games-dl.gamehouse.com/gamehouse/pc/h/hoyle-official-card-games-collection/hoyle-official-card-games-collection.rfs set remoteRfsBase=http://games-dl.gamehouse.com/gamehouse/pc set remoteRfsBase1=127.0.0.1:%port%/v1/install.json?result=success^&installation_title= set remoteRfsBase2=^&content_id= set remoteRfsBase3=^&rfs=http://games-dl.gamehouse.com/gamehouse/pc :: Successful Download Request :: http://localhost:%port%/v1/install.json?result=success&installation_title=Strike%20Solitaire&content_id=9f6a8eae6c2af6791074094b9bd8f181&rfs=http%3A%2F%2Fgames-dl.gamehouse.com%2Fgamehouse%2Fpc%2Fs%2Fstrike-solitaire%2Fstrike-solitaire.rfs :: /v1/install.json?result=success&installation_title=Strike%20Solitaire&content_id=9f6a8eae6c2af6791074094b9bd8f181&rfs=http%3A%2F%2Fgames-dl.gamehouse.com%2Fgamehouse%2Fpc%2Fs%2Fstrike-solitaire%2Fstrike-solitaire.rfs HTTP/1.1 :: Host: localhost:%port% :: User-Agent: AmHttpClient 1.0 :: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 :: Accept-Language: en-US,en;q=0.5 :: Accept-Encoding: gzip, deflate :: Referer: http://www.gamehouse.com/member/ :: Origin: http://www.gamehouse.com :: Connection: keep-alive :: AMI Service Stuff set serviceBin=aminstantservice.exe ::set args=--console set serviceArgs=--service-run set serviceName=AMInstantService set serviceDisplayName=activeMARK Instant Service set serviceDescription=Enhances gaming experience from the web browsers set serviceStartupType=demand ::set startupType=auto set errorType=ignore set servicePath=%SystemDrive%\Program Files\unRealArcade\services\ami set serviceCreate="%SystemRoot%\system32\sc.exe" create %serviceName% binPath= "\"%servicePath%\%serviceBin%\" %serviceArgs%" displayname= "%serviceDisplayName%" start= %serviceStartupType% set serviceCreateAddDescription="%SystemRoot%\system32\sc.exe" description %serviceName% "%serviceDescription%" set serviceDelete="%SystemRoot%\system32\sc.exe" delete "%serviceName%" set serviceStart=net start "%serviceName%" set serviceStop=net stop "%serviceName%" set serviceRegAdd=regedit /s "ami-launch-fix-%bits%.reg" set serviceRegRemove=regedit /s "ami-launch-fix-remove.reg" set serviceRegRemoveLicensing=regedit /s "ami-remove-licensing.reg" set serviceQuery="%SystemRoot%\system32\sc.exe" queryex "%serviceName%" :: Force Remove AMI Service Upon Exit %serviceQuery% if %errorlevel% equ 0 ( %serviceStop% %serviceDelete% %serviceRegRemove% %serviceRegRemoveLicensing% ) %kill% aminstantservice.exe set amiServiceInstalled=0 set amiServiceInstalledCheck=2 set remoteDownloadFinished=0 set gamesJsonFile="%amPath%\instant\games.json" set remoteDownloadPartialCheck=type "%amPath%\instant\games.json" | findstr "gamepartiallypreloaded" set remoteDownloadInstalledCheck=type "%amPath%\instant\games.json" | findstr "gameinstalled" set gamesDynamicDataPath="%amPath%\dynamicdata" goto amiMenu :amiMenu :: Prepare For Packaging set root=%ProgramData%\activeMARK del /f /s /q "%root%\instant\aminstant.log" del /f /s /q "%root%\instant\connection.json" del /f /s /q "%root%\instant\datagathering.json" del /f /s /q "%root%\instant\games.json.lock" del /f /s /q "%root%\instant\info.json" del /f /s /q "%root%\instant\pending-requests.json" del /f /s /q "%root%\streaming\access.lock" attrib -h -s -r "%root%\data" set returnTo=amiMenu :: New Menu with working options only (20160515) cls title RealArcade Wrapper Killer v%rawkver% (.-+'~^-+ AM Instant Server +-^~`+-.) [...cRypTiCwaRe 2o2o...] %laqua% echo Content ID: %cid% echo Name: %gameNameDashes% echo Title: %gameNameTitle% echo App Directory Name: %appDirName% echo Device ID: %deviceID% echo Session ID: %sessionID% echo. echo. %lyellow% echo Select an option from below echo. if %serverStatus%==0 ( %lred% echo 1^) Toggle AM Micro Server ) if %serverStatus%==1 ( %lgreen% echo 1^) Toggle AM Micro Server ) echo. %lyellow% echo 2) Get Game Info (MUST Provide Content ID) echo 3) Show Extended Game Info echo 4) Show Compatible Games List echo. echo 5) Download Game echo 6) Launch Game echo. echo 7) More Options echo. echo X) Exit echo. if %os%==XP choice /c:1234567x /n if not %os%==XP choice /c 1234567x /n if errorlevel 8 goto forceExit if errorlevel 7 goto amiMenu2 if errorlevel 6 goto launch if errorlevel 5 goto menuGameSelect if errorlevel 4 goto showGames if errorlevel 3 goto extGame if errorlevel 2 goto info if errorlevel 1 goto toggleSvr goto end :amiMenu2 attrib -h -s -r "%root%\data" set returnTo=amiMenu2 cls title RealArcade Wrapper Killer v%rawkver% (.-+'~^-+ AM Instant Server +-^~`+-.) [...cRypTiCwaRe 2o2o...] %laqua% echo Content ID: %cid% echo Name: %gameNameDashes% echo Title: %gameNameTitle% echo App Directory Name: %appDirName% echo Device ID: %deviceID% echo Session ID: %sessionID% echo. echo. %lyellow% echo Select an option from below echo. echo 1) Check Remote Version [%amiVersion%] echo. echo 2) Open Default Apps Directory echo. echo 3) Write INI File Using Game Info echo 4) Rebuild GET Request echo. echo 5) Service Options echo 6) Testing Options echo 7) Watch AM Instant Log echo. echo. echo B) Go Back echo. if %os%==XP choice /c:1234567b /n if not %os%==XP choice /c 123456b /n if errorlevel 8 goto amiMenu if errorlevel 7 goto watchLog if errorlevel 6 goto testing if errorlevel 5 goto svcOptions ::if errorlevel 5 goto newCreds ::if errorlevel 4 goto listGames if errorlevel 4 set returnTo=amiMenu2&&goto rebuildReq if errorlevel 3 goto writeIni if errorlevel 2 goto openApps if errorlevel 1 goto chkRemote goto end :testing set returnto=amiMenu2 set testMode=1 cls title RealArcade Wrapper Killer v%rawkver% (.-+'~^-+ AM Instant Server +-^~`+-.) [...cRypTiCwaRe 2o2o...] %laqua% echo Content ID: %cid% echo Name: %gameNameDashes% echo Title: %gameNameTitle% echo App Directory Name: %appDirName% echo Device ID: %deviceID% echo Session ID: %sessionID% echo. echo. %lred% echo *** CAUTION! TEST MODE OPTIONS *** %lyellow% echo. echo. echo Select an option from below echo. echo. echo 1) Download and Prepare For Packaging echo. echo 2) Clean Working activeMARK Directory echo. echo. echo B) Go Back echo. if %os%==XP choice /c:12b /n if not %os%==XP choice /c 12b /n if errorlevel 3 set testMode=0&&goto amiMenu2 if errorlevel 2 goto cleanAmFull if errorlevel 1 goto test1 goto %returnto% :test1 set returnto=test2 cls echo Enter New CID and press ENTER (MUST BE VALID!!): echo. echo. set /p cid= %serviceStop% %serviceDelete% %serviceRegRemove% %serviceRegRemoveLicensing% %kill% aminstantservice.exe %kill% aminstantservice.exe %kill% aminstantservice.exe %serviceCreate% %serviceCreateAddDescription% %serviceRegAdd% %serviceStart% %baseReq%%getSessionID% copy /y %amiRequest% %amiRequestSessionID% set /p sessionID=<%amiRequestSessionID% %baseReq%%download1%%cid%" for /f "delims=: tokens=3" %%a in ('type %amiRequest%') do ( echo %%a>%amiRequestInstallationTitle% ) for /f "delims=, tokens=1" %%a in ('type %amiRequestInstallationTitle%') do ( set jsonInstallationTitle=%%a ) for /f "delims=: tokens=4" %%a in ('type %amiRequest%') do ( echo %%a>%amiRequestContentId% ) for /f "delims=, tokens=1" %%a in ('type %amiRequestContentId%') do ( echo %%a>%amiRequestContentId% set jsonContentId=%%a ) for /f "delims=: tokens=6" %%a in ('type %amiRequest%') do ( echo %%a>%amiRequestRFS% ) for /f "delims=, tokens=1" %%a in ('type %amiRequestRFS%') do ( echo %%a>%amiRequestRFS% ) for /f "delims=, tokens=*" %%a in ('type %amiRequestRFS%') do ( echo %%a>%amiRequestRFS% set jsonRfsUrl=http:%%a ) for /f "delims=/ tokens=5" %%a in ('type %amiRequestRFS%') do ( set gameNameDashes=%%a set gameNameFirstLetterTemp=%gameNameDashes% set gameNameFirstLetter=%gameNameFirstLetterTemp:~0,1% ) for /f "delims=: tokens=7" %%a in ('type %amiRequest%') do ( echo %%a>%amiRequestTracking% ) for /f "delims=, tokens=1" %%a in ('type %amiRequestTracking%') do ( set jsonTracking=%%a ) %reqGetDeviceId%%reqDeviceID%" setlocal enabledelayedexpansion for /f "tokens=*" %%a in ('type %amiRequest%') do ( set /a amiRequest=!amiRequest! + 1 set var!amiRequest!=%%a if !amiRequest!==4 echo %%a>%amiRequestDeviceID% ) endlocal for /f "delims=: tokens=2" %%a in ('type %amiRequestDeviceId%') do ( set jsonDeviceID=%%a ) setlocal enabledelayedexpansion set jsonContentId=!jsonContentId:"=! echo !jsonContentId!>%amiRequestContentId% set jsonInstallationTitle=!jsonInstallationTitle:"=! echo !jsonInstallationTitle!>%amiRequestInstallationTitle% set jsonInstallationTitleClean1=!jsonInstallationTitle:'=! echo !jsonInstallationTitleClean1!>%amiRequestInstallationTitleClean1% set jsonInstallationTitleClean2=!jsonInstallationTitleClean1: -=! echo !jsonInstallationTitleClean2!>%amiRequestInstallationTitleClean2% set jsonRfsUrl=!jsonRfsUrl:"=! echo !jsonRfsUrl!>%jsonRfsUrl% set jsonTracking=!jsonTracking:"=! echo !jsonTracking!>%amiRequestTracking% set jsonDeviceID=!jsonDeviceID:"=! set jsonDeviceID=!jsonDeviceID: =! set jsonDeviceID=!jsonDeviceID:,=! echo !jsonDeviceID!>%amiRequestDeviceID% set gameNameNoDashes=!gameNameDashes:-=! echo !gameNameNoDashes!>%gameNameNoDashesSet% set gameNameUnderscores=!gameNameDashes:-=_! echo !gameNameUnderscores!>%gameNameUnderscoresSet% endlocal set /p jsonContentId=<%amiRequestContentId% set /p jsonInstallationTitle=<%amiRequestInstallationTitle% set /p jsonInstallationTitleClean1=<%amiRequestInstallationTitleClean1% set /p jsonInstallationTitleClean2=<%amiRequestInstallationTitleClean2% set /p jsonRfsUrl=<%jsonRfsUrl% set /p jsonTracking=<%amiRequestTracking% set /p jsonDeviceID=<%amiRequestDeviceID% set /p gameNameNoDashes=<%gameNameNoDashesSet% set /p gameNameUnderscoresSet=<%gameNameUnderscoresSet% set gameNameTitle=%jsonInstallationTitle% set cid=%jsonContentId% set gameNameTitleHTML=%jsonInstallationTitle% set gameNameTitleClean1=%jsonInstallationTitleClean1% set gameNameTitleClean2=%jsonInstallationTitleClean2% set deviceID=%jsonDeviceID% set cidHalfTemp=%cid% set cidHalf=%cidHalfTemp:~0,16% set gameNameFirstLetterTemp=%gameNameDashes% set gameNameFirstLetter=%gameNameFirstLetterTemp:~0,1% set gameNameDashesHalfTemp=%gameNameDashes% set gameNameDashesHalf=%gameNameDashesHalfTemp:~0,16% setlocal enabledelayedexpansion set space=%%20 set gameNameTitleHTML=%gameNameTitleHTML: =!space!% echo %gameNameTitleHTML%>"%temp%\tmp.tmp" endlocal set /p gameNameTitleHTML=<"%temp%\tmp.tmp" set appDirName=%gameNameDashesHalf%%cidHalf% set reqGet1=--header="/v1/install.json?result=success set reqGet2=^&installation_title=%gameNameTitleHTML% set reqGet3=^&content_id=%cid% set reqGet4=^&rfs=http://games-dl.gamehouse.com/gamehouse/pc/%gameNameFirstLetter%/%gameNameDashes%/%gameNameDashes%.rfs HTTP/1.1" set reqGet=%reqGet1%%reqGet2%%reqGet3%%reqGet4% set reqGetDeviceId=wget -d %reqDeviceIDHeader% %reqHost% %reqUserAgent% %reqAccept% %reqAcceptLanguage% %reqAcceptEncoding% %reqReferer% %reqOrigin% %reqConnection% %outFileTemp% " set baseReqExtractRFS=wget -d %reqGet% %reqHost% %reqUserAgent% %reqAccept% %reqAcceptLanguage% %reqAcceptEncoding% %reqReferer% %reqOrigin% %reqConnection% %outFileTemp% " if not exist "%desktop%\am-rfs-downloads" md "%desktop%\am-rfs-downloads" set outFileRFS=-O "%desktop%\am-rfs-downloads\%gameNameDashes%.rfs" set baseReqDownloadRFS=wget %outFileRFS% "%jsonRfsUrl% set baseRfsIndexUrl=http://profiler-cdn.am.gamehouse.com/gamehouse/pc/%gameNameFirstLetter%/%gameNameDashes%/%gameNameDashes%.rfs.0.rfsindex if %cid%==null ( goto test1 ) if %cid%==00000000000000000000000000000000 ( goto test1 ) :: Download Extracted RFS %runShellWaitTerminate% %baseReqExtractRFS%%remoteRfsBase1%%gameNameTitleHTML%%remoteRfsBase2%%cid%%remoteRfsBase3%/%gameNameFirstLetter%/%gameNameDashes%/%gameNameDashes%.rfs" goto inProgress goto testing :test2 set returnto=testing :: Launch Game %runShellWaitTerminate% %baseReq%%launch1%%cid%%launch2% %serviceStop% %serviceDelete% %serviceRegRemove% %serviceRegRemoveLicensing% set amiServiceInstalled=0 set serverStatus=0 :: Prepare For Packaging set root=%ProgramData%\activeMARK del /f /s /q "%root%\instant\aminstant.log" del /f /s /q "%root%\instant\connection.json" del /f /s /q "%root%\instant\datagathering.json" del /f /s /q "%root%\instant\games.json.lock" del /f /s /q "%root%\instant\info.json" del /f /s /q "%root%\instant\pending-requests.json" del /f /s /q "%root%\streaming\access.lock" attrib -h -s -r "%root%\data" %wait% 3 cls echo \stats\%cid%.json NOT FOUND! echo. echo. echo Please Wait! Reading available info from games.json.... echo. echo. :: Get Variables From \dynamicdata\%cid%.json :: Get exe_launch set exe_launch="%root%\dynamicdata\%cid%.json" for /f "delims=\ tokens=7" %%a in ('type %exe_launch%') do ( echo %%a>"%temp%\t0ken_exe.txt" ) :: Get Variables From \instant\games.json set gamesJSON="%root%\instant\games.json" :: Get content_id ::type %gamesJSON% | findstr content_id>"%temp%\t0ken_content_id.txt" ::set /p content_id=<"%temp%\t0ken_content_id.txt" ::%wait% 1 ::for /f "delims=" tokens=3" %%a in ('echo %content_id%') do ( :: echo %%a>"%temp%\t0ken_content_id.txt" ::) :: Get name_guess ::type %gamesJSON% | findstr name_guess>"%temp%\t0ken_name_guess.txt" ::set /p name_guess=<"%temp%\t0ken_name_guess.txt" ::%wait% 1 ::for /f "delims=\ tokens=2" %%a in ('echo %name_guess%') do ( :: echo %%a>"%temp%\t0ken_name_guess.txt" ::) :: Get disk_size ::type %gamesJSON% | findstr disk_size>"%temp%\t0ken_disk_size.txt" ::set /p disk_size=<"%temp%\t0ken_disk_size.txt" ::%wait% 1 ::for /f "delims=\ tokens=2" %%a in ('echo %disk_size%') do ( :: echo %%a>"%temp%\t0ken_disk_size.txt" ::) :: Get install_path ::type %gamesJSON% | findstr install_path>"%temp%\t0ken_install_path.txt" ::set /p install_path=<"%temp%\t0ken_install_path.txt" ::%wait% 1 ::for /f "delims=\ tokens=10" %%a in ('echo %install_path%') do ( :: echo %%a>"%temp%\t0ken_install_path.txt" ::) :: Get download_url ::type %gamesJSON% | findstr download_url>"%temp%\t0ken_download_url.txt" ::set /p download_url=<"%temp%\t0ken_download_url.txt" ::%wait% 1 ::for /f "delims=" tokens=3" %%a in ('echo %download_url%') do ( :: echo %%a>"%temp%\t0ken_download_url.txt" ::) %wait% 1 cls echo \stats\%cid%.json NOT FOUND! echo. echo. echo Please Wait! Reading available info from games.json.... echo. echo. ::set /p name_guess=<"%temp%\t0ken_name_guess.txt" set /p exe_launch=<"%temp%\t0ken_exe.txt" ::set /p disk_size=<"%temp%\t0ken_disk_size.txt" ::set /p install_path=<"%temp%\t0ken_install_path.txt" ::set /p download_url=<"%temp%\t0ken_download_url.txt" %wait% 1 setlocal enabledelayedexpansion :: set getNameGuessTemp=!name_guess:",=! :: echo !getNameGuessTemp!>"%temp%\t0ken_name_guess.txt" set getEXETemp=!exe_launch:",=! echo !getEXETemp!>"%temp%\t0ken_exe.txt" :: set getDiskSizeTemp=!disk_size:",=! :: echo !getDiskSizeTemp!>"%temp%\t0ken_disk_size.txt" :: set getInstallPathTemp=!install_path:",=! :: echo !getInstallPathTemp!>"%temp%\t0ken_install_path.txt" :: set getDownloadUrlTemp=!download_url:",=! :: echo !getDownloadUrlTemp!>"%temp%\t0ken_download_url.txt" endlocal %wait% 1 :: Final Settings of Variables From games.json ::set /p name_guess=<"%temp%\t0ken_name_guess.txt" set /p exe_launch=<"%temp%\t0ken_exe.txt" ::set /p disk_size=<"%temp%\t0ken_disk_size.txt" ::set /p install_path=<"%temp%\t0ken_install_path.txt" ::set /p download_url=<"%temp%\t0ken_download_url.txt" %wait% 1 :: Cleanup Temp Files del /f /q "%temp%\t0ken.txt" del /f /q "%temp%\t0ken_content_id.txt" del /f /q "%temp%\t0ken_name_guess.txt" del /f /q "%temp%\t0ken_exe.txt" del /f /q "%temp%\t0ken_disk_size.txt" del /f /q "%temp%\t0ken_install_path.txt" del /f /q "%temp%\t0ken_download_url.txt" ::cls ::echo name_guess: %name_guess% ::echo exe_launch: %exe_launch% ::echo disk_size: %disk_size% ::echo install_path: %install_path% ::echo download_url: %download_url% ::pause goto test3 :test3 title amiJsonTestFinder ::%show% amiJsonTestFinder cls echo \stats\%cid%.json NOT FOUND! echo. echo. echo To generate the stats JSON file, please exit game normally! echo. echo. echo You can now also press R to relaunch the game.... echo. echo. if %os%==XP choice /c:rs /n /d:s /t:5 if not %os%==XP choice /c rs /n /d s /t 5 if errorlevel 2 set doNothing=true if errorlevel 1 ( %serviceStop% %serviceDelete% %serviceRegRemove% %serviceRegRemoveLicensing% %serviceCreate% %serviceCreateAddDescription% %serviceRegAdd% %serviceStart% %runShellWaitTerminate% %baseReq%%launch1%%cid%%launch2% %serviceStop% %serviceDelete% %serviceRegRemove% %serviceRegRemoveLicensing% ) ::%wait% 5 ::taskkill /f /im "%exe_launch_temp%" if not exist "%root%\stats\%cid%.json" goto test3 if exist "%root%\stats\%cid%.json" goto test4 ::%kill% aminstantservice.exe :: Launch again to generate stats file??? ::%serviceCreate% ::%serviceCreateAddDescription% ::%serviceRegAdd% ::%serviceStart% ::%runShellWaitTerminate% %baseReq%%launch1%%cid%%launch2% ::%wait% 10 ::%serviceStop% ::%serviceDelete% ::%serviceRegRemove% ::%serviceRegRemoveLicensing% ::%wait% 10 ::taskkill /f /im "%exe_launch_temp%" :: Prepare For Packaging ::set root=%ProgramData%\activeMARK ::del /f /s /q "%root%\instant\aminstant.log" ::del /f /s /q "%root%\instant\connection.json" ::del /f /s /q "%root%\instant\datagathering.json" ::del /f /s /q "%root%\instant\games.json.lock" ::del /f /s /q "%root%\instant\info.json" ::del /f /s /q "%root%\instant\pending-requests.json" ::del /f /s /q "%root%\streaming\access.lock" ::attrib -h -s -r "%root%\data" goto test3 :test4 ::echo %cid% ::pause if not exist "%root%\images\%cid%" md "%root%\images\%cid%" wget -d http://cdn.ghstatic.com/images/gh/prod/games/%gameNameDashes%/images/%gameNameDashes%_large.jpg -O "%root%\images\%cid%\background.jpg" wget -d http://cdn.ghstatic.com/images/gh/prod/games/%gameNameDashes%/images/%gameNameDashes%_small.jpg -O "%root%\images\%cid%\preview.jpg" ::echo %gameNameDashes% ::echo "%root%background.jpg" ::echo "%root%preview.jpg" ::pause :: Grab AM RFS File set outFileRFS=-O "%amPath%\%gameNameDashes%.rfs" set baseReqDownloadRFS=wget %outFileRFS% "%jsonRfsUrl% %runShellWaitTerminate% %baseReqDownloadRFS% :: Grab AM RFSINDEX File set outFileRFS=-O "%amPath%\%gameNameDashes%.0.rfsindex" set baseRfsIndexUrl=http://profiler-cdn.am.gamehouse.com/gamehouse/pc/%gameNameFirstLetter%/%gameNameDashes%/%gameNameDashes%.rfs.0.rfsindex set baseReqDownloadRFSIndex=wget %outFileRFS% "%baseRfsIndexUrl% %runShellWaitTerminate% %baseReqDownloadRFSIndex% :: Grab GH RFS File ::set outFileRFS=-O "%amPath%\%cidEarly%-%gameNameNoDashes%.rfs" ::set baseRfsGhUrl=http://games-dl.gamehouse.com/zylom/ghmigration/%gameNameNoDashes%/%cidEarly%-%gameNameNoDashes%.rfs ::set baseReqDownloadRFSGh=wget %outFileRFS% "%baseRfsGhUrl% ::%runShellWaitTerminate% %baseReqDownloadRFSGh% :: Grab AMI File ::set outFileAMI=-O "%amPath%\%gameNameUnderscores%_AMiLoader-cRypTiC.zip" ::set baseRfsUrl=https://mega.nz/#F!PBwHURzL!T0uRSD0NEiVjBK3siDwC-Q/%gameNameFirstLetter%/%gameNameUnderscores%_AMiLoader-cRypTiC.zip ::set baseReqDownloadAMI=wget %outFileAMI% "%baseRfsUrl% ::%runShellWaitTerminate% %baseReqDownloadAMI% goto %returnTo% :cleanAmFull set returnto=testing set root=%ProgramData%\activeMARK rd /s /q "%root%\data" rd /s /q "%root%\dynamicdata" rd /s /q "%root%\instant" rd /s /q "%root%\licenses" rd /s /q "%root%\stats" rd /s /q "%root%\streaming" goto testing :writeIni set iniFileLoader=%temp%\settings-add.txt echo.>%iniFileLoader% echo loader_version=1.0>>%iniFileLoader% echo ami_server_version=8.46.46.0>>%iniFileLoader% echo ami_server_local=0>>%iniFileLoader% echo ami_server_embedded=1>>%iniFileLoader% echo ami_server_remote=0>>%iniFileLoader% echo ami_server_local_path=C:\Program Files\unRealArcade\services\ami\aminstantservice.exe>>%iniFileLoader% echo ami_server_embedded_path=loader\aminstantservice.exe>>%iniFileLoader% echo ami_server_remote_path=http://nowhereyet.com>>%iniFileLoader% echo content_id=%cid%>>%iniFileLoader% echo game_name=%jsonInstallationTitleClean2%>>%iniFileLoader% echo game_name_dashes=%gameNameDashes%>>%iniFileLoader% echo game_path=C:\ProgramData\activeMARK\instant\apps\%gameNameDashesHalf%%cidHalf%\>>%iniFileLoader% echo disk_size=>>%iniFileLoader% echo exe_launch=>>%iniFileLoader% %runShellWaitTerminate% "notepad.exe %iniFileLoader%" goto amiMenu2 :showGames %runTerminate% notepad.exe %amiGameList% goto amiMenu :menuGameSelect if %cid%==00000000000000000000000000000000 ( cls echo No Valid Content ID Has Been Set! echo. echo. pause goto %returnTo% ) if %gameNameDashes%==game-name-here ( cls echo No Valid Game Name Has Been Set! echo. echo. pause goto %returnTo% ) if "%gameNameTitleHTML%"=="Game Name Here" ( cls echo No Valid Game Title Has Been Set! echo. echo. pause goto %returnTo% ) set returnTo=menuGameSelect cls title RealArcade Wrapper Killer v%rawkver% (.-+'~^-+ AM Instant Server +-^~`+-.) [...cRypTiCwaRe 2o2o...] %laqua% echo Content ID: %cid% echo Name: %gameNameDashes% echo Title: %gameNameTitle% echo App Directory Name: %appDirName% echo Device ID: %deviceID% echo Session ID: %sessionID% echo. echo. %lyellow% echo Select an option from below echo. :: Not Downloading if %remoteDownloadFinished%==0 ( %lyellow% ) :: Completed if %remoteDownloadFinished%==1 ( %lgreen% ) :: In Progress if %remoteDownloadFinished%==2 ( %laqua% ) :: Failed if %remoteDownloadFinished%==3 ( %lred% ) echo 1) Extract Remote RFS File %lyellow% echo. echo 2) Download RFS File echo. echo 3) Multi Extract Remote RFS Files echo. echo 4) Multi Download RFS Files echo. echo. echo B) Go Back echo. if %os%==XP choice /c:1234b /n if not %os%==XP choice /c 1234b /n if errorlevel 5 goto amiMenu ::if errorlevel 4 goto downloadMulti2 if errorlevel 4 goto buildMenu if errorlevel 3 goto downloadMulti if errorlevel 2 goto download2 if errorlevel 1 goto download goto %returnTo% :rebuildReq cls echo Rebuilding Custom GET Requests Using New Game Info.... echo. echo. :: If null value then game is not available for AM Instant if %cid%==null ( set unavailable=1 cls echo Game Not Available For AM Instant echo. echo. pause set cid=00000000000000000000000000000000 set gameNameDashes=game-name-here set gameNameNoDashes=gamenamehere set gameNameTitle=Game Name Here set gameNameTitleHTML=Game Name Here set gameNameTitleClean1=Game Name Here set gameNameTitleClean2=Game Name Here set gameNameFirstLetter=g echo.>>%amLog% echo ------------------------------------------------------------------------------>>%amLog% echo %cidTest% Is Unavailable For AM Instant>>%amLog% echo ------------------------------------------------------------------------------>>%amLog% echo.>>%amLog% set returnTo=amiMenu goto %returnTo% ) :: This part doesnt work and not needed?? ::if %unavailable%==1 ( :: set unavailable=0 :: goto amiMenu ::) :: Get first 16 chars for app directory name set cidHalfTemp=%cid% set cidHalf=%cidHalfTemp:~0,16% :: Set first letter of game name for valid download link set gameNameFirstLetterTemp=%gameNameDashes% set gameNameFirstLetter=%gameNameFirstLetterTemp:~0,1% :: Get first 16 chars for app directory name set gameNameDashesHalfTemp=%gameNameDashes% set gameNameDashesHalf=%gameNameDashesHalfTemp:~0,16% :: Convert "SPACES" to "%20" before passing as string setlocal enabledelayedexpansion set space=%%20 set gameNameTitleHTML=%gameNameTitleHTML: =!space!% echo %gameNameTitleHTML%>"%temp%\tmp.tmp" endlocal set /p gameNameTitleHTML=<"%temp%\tmp.tmp" :: Directories with a single quote in them will make a directory like this: "game-s-directory" instead of "game's-directory" :: Set new AM Directory Name set appDirName=%gameNameDashesHalf%%cidHalf% :: Rebuild Headers set reqGet1=--header="/v1/install.json?result=success set reqGet2=^&installation_title=%gameNameTitleHTML% set reqGet3=^&content_id=%cid% set reqGet4=^&rfs=http://games-dl.gamehouse.com/gamehouse/pc/%gameNameFirstLetter%/%gameNameDashes%/%gameNameDashes%.rfs HTTP/1.1" set reqGet=%reqGet1%%reqGet2%%reqGet3%%reqGet4% set reqGetDeviceId=wget -d %reqDeviceIDHeader% %reqHost% %reqUserAgent% %reqAccept% %reqAcceptLanguage% %reqAcceptEncoding% %reqReferer% %reqOrigin% %reqConnection% %outFileTemp% " set baseReqExtractRFS=wget -d %reqGet% %reqHost% %reqUserAgent% %reqAccept% %reqAcceptLanguage% %reqAcceptEncoding% %reqReferer% %reqOrigin% %reqConnection% %outFileTemp% " if not exist "%desktop%\am-rfs-downloads" md "%desktop%\am-rfs-downloads" set outFileRFS=-O "%desktop%\am-rfs-downloads\%gameNameDashes%.rfs" set baseReqDownloadRFS=wget %outFileRFS% "%jsonRfsUrl% :: A few name fixes for updated RFS files (make better later!!!) ::if %jsonRfsUrl%==clearit set baseReqDownloadRFS=wget %outFileRFS% "clearit_v2 :: Logging ::time>"%temp%\time.txt" ::for /f "delims= tokens=1" %%a in ('type "%temp%\time.txt"') do ( :: set /p timeDisplay=%%a>"%temp%\time.txt" ::) echo.>>%amLog% echo ------------------------------------------------------------------------------>>%amLog% ::echo Created By The RealArcade Wrapper Killer v%rawkver% [%date% / %time%]>>%amLog% ::echo.>>%amLog% echo %cid%>>%amLog% echo %gameNameDashes%>>%amLog% echo %gameNameTitleHTML%>>%amLog% echo %appDirName%>>%amLog% echo ------------------------------------------------------------------------------>>%amLog% echo.>>%amLog% goto %returnTo% :newCreds cls echo Current CID: %cid% echo Current Game Name: %gameNameDashes% echo Current Game Title: %gameNameTitleHTML% echo. echo. echo. echo Enter New CID and press ENTER: echo. echo. echo *** TO KEEP EXISTING VALUE, JUST PRESS ENTER *** echo. echo. set /p cid= set cidTest=%cid% cls echo Current CID: %cid% echo Current Game Name: %gameNameDashes% echo Current Game Title: %gameNameTitleHTML% echo. echo. echo. echo Enter New Game Name and press ENTER: echo. echo. echo *** TO KEEP EXISTING VALUE, JUST PRESS ENTER *** echo. echo. set /p gameNameDashes= cls echo Current CID: %cid% echo Current Game Name: %gameNameDashes% echo Current Game Title: %gameNameTitleHTML% echo. echo. echo. echo Enter New Game Title and press ENTER: echo. echo. echo *** TO KEEP EXISTING VALUE, JUST PRESS ENTER *** echo. echo. set /p gameNameTitleHTML= ::set returnTo=amiMenu goto info ::goto amiMenu :norm if %serverStatus%==1 ( cls echo AM Server Already Running! echo. echo. pause goto amiMenu ) %runShellTerminate% %amInstantServer% ::%gohide% %amInstantServer% set serverStatus=1 goto amiMenu :toggleSvr %serviceQuery% if %errorlevel% equ 1060 ( set amiServiceInstalled=0 ) else if %errorlevel% equ 0 ( set amiServiceInstalled=1 ) if %amiServiceInstalled%==0 ( cls echo Cleaning Stale Instances.... echo. %kill% aminstantservice.exe %kill% aminstantservice.exe %kill% aminstantservice.exe cls %serviceCreate% %serviceCreateAddDescription% %serviceRegAdd% %serviceStart% set serverStatus=1 goto amiMenu ) if %amiServiceInstalled%==1 ( cls %serviceStop% %serviceDelete% %serviceRegRemove% %serviceRegRemoveLicensing% cls echo Cleaning Stale Instances.... echo. %kill% aminstantservice.exe %kill% aminstantservice.exe %kill% aminstantservice.exe set serverStatus=0 goto amiMenu ) goto amiMenu :session %baseReq%%getSessionID% %runShellWaitTerminate% "notepad.exe %temp%\ami-request.txt" goto amiMenu :device %reqGetDeviceId%%reqDeviceID% %runShellWaitTerminate% "notepad.exe %temp%\ami-request.txt" goto amiMenu :info ::set returnTo=info if %serverStatus%==0 ( cls echo AM Server Not Running! echo. echo. pause goto amiMenu ) cls echo Enter New Content ID and press ENTER: echo. echo. echo Example: %cid% echo. echo. set /p cid= set cidTest=%cid% if %cid%==00000000000000000000000000000000 ( cls echo No Valid Content ID Has Been Set! echo. echo. pause goto amiMenu ) :: If null value then game is not available for AM Instant if %cid%==null ( set unavailable=1 cls echo Game Not Available For AM Instant echo. echo. pause set cid=00000000000000000000000000000000 set gameNameDashes=game-name-here set gameNameNoDashes=gamenamehere set gameNameTitle=Game Name Here set gameNameTitleHTML=Game Name Here set gameNameTitleClean1=Game Name Here set gameNameTitleClean2=Game Name Here set gameNameFirstLetter=g echo.>>%amLog% echo ------------------------------------------------------------------------------>>%amLog% echo %cidTest% Is Unavailable For AM Instant>>%amLog% echo ------------------------------------------------------------------------------>>%amLog% echo.>>%amLog% set returnTo=amiMenu goto %returnTo% ) :: Get session ID %baseReq%%getSessionID% copy /y %amiRequest% %amiRequestSessionID% set /p sessionID=<%amiRequestSessionID% :: Request JSON Config File :: Single DOUBLE QUOTE here on purpose ::%runShellWaitTerminate% %baseReq%%download1%%cid%" %baseReq%%download1%%cid%" :: Get "installation_title" Part 1 for /f "delims=: tokens=3" %%a in ('type %amiRequest%') do ( echo %%a>%amiRequestInstallationTitle% ) :: Get "installation_title" Part 2 for /f "delims=, tokens=1" %%a in ('type %amiRequestInstallationTitle%') do ( set jsonInstallationTitle=%%a ) :: Get "content_id" Part 1 for /f "delims=: tokens=4" %%a in ('type %amiRequest%') do ( echo %%a>%amiRequestContentId% ) :: Get "content_id" Part 2 for /f "delims=, tokens=1" %%a in ('type %amiRequestContentId%') do ( echo %%a>%amiRequestContentId% set jsonContentId=%%a ) :: Get "rfs" Part 1 for /f "delims=: tokens=6" %%a in ('type %amiRequest%') do ( echo %%a>%amiRequestRFS% ) :: Get "rfs" Part 2 for /f "delims=, tokens=1" %%a in ('type %amiRequestRFS%') do ( echo %%a>%amiRequestRFS% ) :: Get "rfs" Part 3 (set URL to RFS here) for /f "delims=, tokens=*" %%a in ('type %amiRequestRFS%') do ( echo %%a>%amiRequestRFS% set jsonRfsUrl=http:%%a ) :: Get "rfs" Part 4 (set gameNameDashes here) for /f "delims=/ tokens=5" %%a in ('type %amiRequestRFS%') do ( set gameNameDashes=%%a set gameNameFirstLetterTemp=%gameNameDashes% set gameNameFirstLetter=%gameNameFirstLetterTemp:~0,1% ) :: Get "tracking" Part 1 for /f "delims=: tokens=7" %%a in ('type %amiRequest%') do ( echo %%a>%amiRequestTracking% ) :: Get "tracking" Part 2 for /f "delims=, tokens=1" %%a in ('type %amiRequestTracking%') do ( set jsonTracking=%%a ) :: Request JSON Init File :: Get Device ID (from init.json) ::%runShellWaitTerminate% %reqGetDeviceId%%reqDeviceID%" %reqGetDeviceId%%reqDeviceID%" :: Get "device_id" Part 1 (only write 4th line with device_id. kinda clunky!!) setlocal enabledelayedexpansion for /f "tokens=*" %%a in ('type %amiRequest%') do ( set /a amiRequest=!amiRequest! + 1 set var!amiRequest!=%%a if !amiRequest!==4 echo %%a>%amiRequestDeviceID% ) endlocal :: Get "device_id" Part 2 for /f "delims=: tokens=2" %%a in ('type %amiRequestDeviceId%') do ( set jsonDeviceID=%%a ) :: Cleanup Variables setlocal enabledelayedexpansion set jsonContentId=!jsonContentId:"=! echo !jsonContentId!>%amiRequestContentId% set jsonInstallationTitle=!jsonInstallationTitle:"=! echo !jsonInstallationTitle!>%amiRequestInstallationTitle% set jsonInstallationTitleClean1=!jsonInstallationTitle:'=! echo !jsonInstallationTitleClean1!>%amiRequestInstallationTitleClean1% set jsonInstallationTitleClean2=!jsonInstallationTitleClean1: -=! echo !jsonInstallationTitleClean2!>%amiRequestInstallationTitleClean2% set jsonRfsUrl=!jsonRfsUrl:"=! echo !jsonRfsUrl!>%jsonRfsUrl% set jsonTracking=!jsonTracking:"=! echo !jsonTracking!>%amiRequestTracking% set jsonDeviceID=!jsonDeviceID:"=! set jsonDeviceID=!jsonDeviceID: =! set jsonDeviceID=!jsonDeviceID:,=! echo !jsonDeviceID!>%amiRequestDeviceID% set gameNameNoDashes=!gameNameDashes:-=! echo !gameNameNoDashes!>%gameNameNoDashesSet% set gameNameUnderscores=!gameNameDashes:-=_! echo !gameNameUnderscores!>%gameNameUnderscoresSet% endlocal :: Set new variable without quotes set /p jsonContentId=<%amiRequestContentId% set /p jsonInstallationTitle=<%amiRequestInstallationTitle% set /p jsonInstallationTitleClean1=<%amiRequestInstallationTitleClean1% set /p jsonInstallationTitleClean2=<%amiRequestInstallationTitleClean2% set /p jsonRfsUrl=<%jsonRfsUrl% set /p jsonTracking=<%amiRequestTracking% set /p jsonDeviceID=<%amiRequestDeviceID% set /p gameNameNoDashes=<%gameNameNoDashesSet% set /p gameNameUnderscoresSet=<%gameNameUnderscoresSet% :: Store Game Name Title Original Format set gameNameTitle=%jsonInstallationTitle% :: Match to global variables set cid=%jsonContentId% ::set cidTest=%jsonContentId% set gameNameTitleHTML=%jsonInstallationTitle% set gameNameTitleClean1=%jsonInstallationTitleClean1% set gameNameTitleClean2=%jsonInstallationTitleClean2% set deviceID=%jsonDeviceID% ::%runShellWaitTerminate% "notepad.exe %temp%\ami-request.txt" goto rebuildReq :launch if %cid%==00000000000000000000000000000000 ( cls echo No Valid Content ID Has Been Set! echo. echo. pause goto amiMenu ) if %serverStatus%==0 ( cls echo AM Server Not Running! echo. echo. pause goto amiMenu ) %runShellWaitTerminate% %baseReq%%launch1%%cid%%launch2% ::set serverStatus=1 :: Kill Server As Soon As Game Launches To Stop Time Tracking (20160615) %serviceStop% %serviceDelete% %serviceRegRemove% %serviceRegRemoveLicensing% set amiServiceInstalled=0 set serverStatus=0 goto amiMenu :download set remoteDownloadFinished=2 :: Single DOUBLE QUOTE here on purpose ::%runShellWaitTerminate% %baseReq%%remoteRfsBase%/%gameNameFirstLetter%/%gameNameDashes%/%gameNameDashes%.rfs" %runShellWaitTerminate% %baseReqExtractRFS%%remoteRfsBase1%%gameNameTitleHTML%%remoteRfsBase2%%cid%%remoteRfsBase3%/%gameNameFirstLetter%/%gameNameDashes%/%gameNameDashes%.rfs" ::set serverStatus=1 cls echo Checking For Download Path.... echo. echo. %wait% 7 if not exist %amInstantAppPath% ( cls echo No Valid Download Path Has Been Detected! echo. echo This usually means there is a problem with one of the required variables. echo. echo. echo jsonContentId: %jsonContentId% echo gameNameDashes: %gameNameDashes% echo jsonInstallationTitle: %jsonInstallationTitle% echo. echo sessionID: %sessionID% echo deviceID: %deviceID% echo. echo amInstantAppPath: "%amInstantAppPath%" echo. echo. pause set remoteDownloadFinished=3 goto %returnTo% ) set remoteDownloadFinished=1 ::goto %returnTo% goto inProgress :download2 set remoteDownloadFinished=2 %runShellWaitTerminate% %baseReqDownloadRFS% set remoteDownloadFinished=1 ::goto %returnTo% goto inProgress :inProgress cls %laqua% echo Downloading In Progress.... echo. echo Please Be Patient! Some Files May Be Very Large! echo. echo. set remoteDownloadFinished=0 %wait% 6 if not exist "%gamesDynamicDataPath%" ( cls %laqua% echo Downloading In Progress.... echo. echo Please Be Patient! Some Files May Be Very Large! echo. echo. set remoteDownloadFinished=2 goto inProgress ) if exist "%gamesDynamicDataPath%" ( cls %lgreen% echo Downloading Finished! echo. echo. if %testMode%==0 echo Press any key to return to the main menu.... echo. echo. set remoteDownloadFinished=1 if %testMode%==0 pause>nul goto %returnTo% ) %wait% 1 goto inProgress :downloadMulti cls echo Not Implemented Yet! echo. echo. pause set cidList="%root%loader\cid.txt" setlocal ENABLEDELAYEDEXPANSION set processList=0 for /f "tokens=*" %%a in ('type %cidList%') do ( set /a processList=!processList! + 1 taskkill /f /im "%%a" ) endlocal ::%runShellWaitTerminate% %baseReqDownloadRFS% goto %returnTo% :downloadMulti2 cls echo Not Implemented Yet! echo. echo. pause ::%runShellWaitTerminate% %baseReqDownloadRFS% goto %returnTo% :stop if %serverStatus%==0 ( cls echo AM Server Not Running! echo. echo. pause goto amiMenu ) %kill% aminstantservice.exe %kill% aminstantservice.exe %kill% aminstantservice.exe %kill% aminstantservice.exe %kill% aminstantservice.exe set serverStatus=0 goto amiMenu :openApps %runShellTerminate% explorer.exe "%amInstantAppPath%" goto amiMenu2 :watchLog %runShellTerminate% tail.exe -f %amInstantLog% goto amiMenu2 :chkRemote %runShellWaitTerminate% wget -O "%temp%\GameHouse_GamePlayer.exe" %amInstantRemotePlayer% ::filver32.exe "%temp%\GameHouse_GamePlayer.exe">"%temp%\amiVersion.txt" ::%runShellWaitTerminate% "notepad.exe "%temp%\amiVersion.txt" filver32.exe "%temp%\GameHouse_GamePlayer.exe">"%temp%\amiVersion.cmd" call "%temp%\amiVersion.cmd" set amiVersion=%F$V% ::echo %F$V% ::pause ::http://games-dl.gamehouse.com/gamehouse/activemark/aminstantservice/versions.json goto amiMenu2 :listGames if %serverStatus%==0 ( cls echo AM Server Not Running! echo. echo. pause goto amiMenu2 ) ::%baseReqListGames% ::%runShellWaitTerminate% "notepad.exe %temp%\ami-request.txt" ::set serverStatus=1 goto amiMenu2 :extGame if %serverStatus%==0 ( cls echo AM Server Not Running! echo. echo. pause goto amiMenu ) if %cid%==00000000000000000000000000000000 ( cls echo No Valid Content ID Has Been Set! echo. echo. pause goto amiMenu ) cls %white% ::if %cid%==00000000000000000000000000000000 echo No Valid Game Selected! Use "Get Game Info" From Main Menu. ::if not %cid%==00000000000000000000000000000000 echo Extended Game Info echo Extended Game Info echo. echo. %laqua% echo Content ID: %cid% echo. %lgreen% echo Name (AMI RFS Format): %gameNameDashes% echo Name (Web Page Format): %gameNameNoDashes% echo Name (First Letter For AMI RFS Link): %gameNameFirstLetter% echo. echo Title Normal: %jsonInstallationTitle% echo Title HTML: %gameNameTitleHTML% echo Title Clean Lite: %jsonInstallationTitleClean1% echo Title Clean Full: %jsonInstallationTitleClean2% echo. %lyellow% echo Session ID: %sessionID% echo Device ID: %deviceID% echo. %lpurple% echo Directory: echo "%amInstantAppPath%\%appDirName%" echo. echo. %white% pause goto amiMenu :buildMenu setlocal enabledelayedexpansion cls set count=0 for /f %%x in ('type %amiGameList%') do ( set /a count=count+1 set choice[!count!]=%%x for %%y in (!count!) do set "choice[%%y]=!choice[%%y]:%cd%\=!" echo %%y] !choice[%%x]! ) for /l %%x in (1,1,!count!) do ( echo %%x] !choice[%%x]! pause ) set /p select=? echo You chose !choice[%select%]! pause endlocal goto %returnTo% :svcOptions cls title RealArcade Wrapper Killer v%rawkver% (.-+'~^-+ AM Instant Server +-^~`+-.) [...cRypTiCwaRe 2o2o...] %laqua% echo Content ID: %cid% echo Name: %gameNameDashes% echo Title: %gameNameTitle% echo App Directory Name: %appDirName% echo Device ID: %deviceID% echo Session ID: %sessionID% echo. echo. %lyellow% echo Select an option from below echo. if %amiServiceInstalledCheck%==0 ( %lred% ) if %amiServiceInstalledCheck%==1 ( %lgreen% ) echo 1) Check For AMI Service %lyellow% echo. echo 2) Create AMI Service echo 3) Delete AMI Service (Stops First To Avoid Restart Issues) echo. echo 4) Start AMI Service echo 5) Stop AMI Service echo. echo 6) Open Services Window echo. echo. echo B) Go Back echo. if %os%==XP choice /c:123456b /n if not %os%==XP choice /c 123456b /n if errorlevel 7 goto amiMenu2 if errorlevel 6 goto svcOpen if errorlevel 5 goto svcStop if errorlevel 4 goto svcStart if errorlevel 3 goto svcDelete if errorlevel 2 goto svcCreate if errorlevel 1 goto svcQuery goto svcOptions :svcOpen %runShellWaitTerminate% services.msc goto svcOptions :svcQuery %serviceQuery% if %errorlevel% equ 1060 ( set amiServiceInstalled=0 set amiServiceInstalledCheck=0 ) else if %errorlevel% neq 1060 ( set amiServiceInstalled=1 set amiServiceInstalledCheck=1 ) goto svcOptions :svcQueryAlt %serviceQuery% if %errorlevel% equ 1060 ( set amiServiceInstalled=0 set amiServiceInstalledCheck=0 ) else if %errorlevel% equ 0 ( set amiServiceInstalled=1 set amiServiceInstalledCheck=1 ) goto svcOptions :svcCreate %serviceCreate% %serviceCreateAddDescription% %serviceRegAdd% goto svcOptions :svcDelete %serviceStop% %serviceDelete% %serviceRegRemove% %serviceRegRemoveLicensing% goto svcOptions :svcStart %serviceStart% goto svcOptions :svcStop %serviceStop% goto svcOptions :makeZip ::%zip% "%amPath%" goto %returnTo% :forceExit cls echo Cleaning Up Files.... echo. %kill% aminstantservice.exe %kill% aminstantservice.exe %kill% aminstantservice.exe del /f /q "%temp%\tmp.tmp" del /f /q %amiRequest% del /f /q %amiRequestInstallationTitle% del /f /q %amiRequestInstallationTitleClean1% del /f /q %amiRequestInstallationTitleClean2% del /f /q %amiRequestContentId% del /f /q %amiRequestRFS% del /f /q %amiRequestTracking% del /f /q %amiRequestDeviceId% del /f /q %gameNameNoDashesSet% del /f /q %gameNameUnderscoresSet% del /f /q %amiRequestSessionID% del /f /q "%temp%\ami-json-parse.txt" del /f /q "%temp%\amiVersion.cmd" del /f /q "%temp%\GameHouse_GamePlayer.exe" :: Force Remove AMI Service Upon Exit %serviceQuery% if %errorlevel% equ 0 ( %serviceStop% %serviceDelete% %serviceRegRemove% %serviceRegRemoveLicensing% ) goto end :end if %testmode%==1 ( echo [core_am_instant_server : finished] pause>nul ) exit :: OLD AMI MENU ::cls ::echo Select an option from below ::echo. ::echo. ::echo 1) Execute Normally (Must Close EXE Manually) ::echo 2) Execute Normally Quiet (--quiet) ::echo. ::echo. ::echo 3) Console Mode (--console) ::echo. ::echo 4) Service Run (--service-run) ::echo. ::echo 5) Wait AM End (--wait-am-end) ::echo. ::echo 6) Upgrade (--upgrade) ::echo. ::echo 7) Upgrade Quiet (--upgrade --quiet) ::echo. ::echo 8) Bring To Top (--bring-to-top) ::echo. ::echo 9) Version (--version) ::echo. ::echo A) Help (--help) ::echo. ::echo. ::if %os%==XP choice /c:123456789 /n ::if not %os%==XP choice /c 123456789 /n ::if errorlevel 9 goto version ::if errorlevel 8 goto btt ::if errorlevel 7 goto upgradeq ::if errorlevel 6 goto upgrade ::if errorlevel 5 goto wae ::if errorlevel 4 goto svcrun ::if errorlevel 3 goto console ::if errorlevel 2 goto quiet ::if errorlevel 1 goto norm
esc0rtd3w/realarcade-wrapper-killer
src/core_am_instant_server.cmd
bat
gpl-3.0
47,470
cls REM µÚ1´ÎÓÅ»¯jar java -jar ..\..\..\..\proguard.jar @ÓÅ»¯jar.pro copy .\org.hzs.json.jar .\dist\org.hzs.json.jar del .\org.hzs.json.jar REM µÚ2´ÎÓÅ»¯jar cls java -jar ..\..\..\..\proguard.jar @ÓÅ»¯jar.pro copy .\org.hzs.json.jar .\dist\org.hzs.json.jar del .\org.hzs.json.jar cls REM µÚ3´ÎÓÅ»¯jar java -jar ..\..\..\..\proguard.jar @ÓÅ»¯jar.pro copy .\org.hzs.json.jar .\dist\org.hzs.json.jar del .\org.hzs.json.jar cls REM µÚ4´ÎÓÅ»¯jar java -jar ..\..\..\..\proguard.jar @ÓÅ»¯jar.pro copy .\org.hzs.json.jar .\dist\org.hzs.json.jar del .\org.hzs.json.jar cls REM µÚ5´ÎÓÅ»¯jar java -jar ..\..\..\..\proguard.jar @ÓÅ»¯jar.pro copy .\org.hzs.json.jar .\dist\org.hzs.json.jar del .\org.hzs.json.jar cls REM µÚ6´ÎÓÅ»¯jar java -jar ..\..\..\..\proguard.jar @ÓÅ»¯jar.pro copy .\org.hzs.json.jar .\dist\org.hzs.json.jar del .\org.hzs.json.jar cls REM µÚ7´ÎÓÅ»¯jar java -jar ..\..\..\..\proguard.jar @ÓÅ»¯jar.pro copy .\org.hzs.json.jar .\dist\org.hzs.json.jar del .\org.hzs.json.jar cls
MaOrKsSi/HZS.Durian
必需/org.hzs.json/优化.bat
bat
lgpl-3.0
1,018
"C:\Program Files\Unreal Engine\4.1\Engine\Binaries\Win64\UE4Editor.exe" "C:\Users\Mnemo\Documents\Unreal Projects\ErnstRubik\CoopProject.uproject" 192.168.0.100 -game
thinkunreal/ErnstRubik
client.bat
bat
lgpl-3.0
167
@echo off call paths.bat openocd -f interface/Jlink.cfg -c "adapter_khz 1000" -f rtl8710.ocd -f cortex.ocd -c "init" -c "reset halt" -c "adapter_khz 3500" -c "rtl8710_flash_read_id" -c "rtl8710_flash_read ../fullflash.bin 0 1048576" -c "shutdown" echo flash read fullflash.bin pause
pvvx/RTL00_WEB
USDK/flasher/add_sample_bat/JLink_RdFullFlash.bat
bat
unlicense
284
powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "& { Import-Module '.\src\packages\psake.4.2.0.1\tools\psake.psm1'; Invoke-psake '.\default.ps1' CreateCompareSchema; if ($lastexitcode -ne 0) {write-host "ERROR: $lastexitcode" -fore RED; exit $lastexitcode} }" & pause
ClearMeasure/IterationZero
create_compare_schema.bat
bat
apache-2.0
285
@echo off netsh wlan stop hostednetwork @pause
wvqusrtg/CSharp-About-my_WIFI_Start_Or_Close_For_WIN7.exe
WIFI_Start_Or_Close_For_WIN7修改版/nixinsheng_WIFI/Stop_nixinsheng_WIFI.bat
bat
apache-2.0
48
@echo off setlocal call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools\VsDevCmd.bat" set home=%~dp0 echo Updating dependencies cd %home%\src\RaynMaker.Portfolio.Html call npm install echo Building Solution cd %home% rmdir /s /q bin\Release call msbuild /p:Configuration=Release /p:Platform="Any CPU" %home%\RaynMaker.Portfolio.sln /t:rebuild endlocal
bg0jr/RaynMaker.Portfolio
build.cmd
bat
bsd-3-clause
408
::This script is used to accomplish a android automated compiler. ::You should make sure have accomplished the environment setting. ::You should add %ANDROID_HOME%\tools and %ANDROID_HOME%\platform-tools to the environment variable of Path. ::Copy monkeyrunner python script to android sdk tools directory. cd ..\.. copy %cd%\Monkeyrunner_TestCpp.py %ANDROID_HOME%\tools copy %cd%\ReportManager.py %ANDROID_HOME%\tools cd ..\.. set PROJECT_HOME=%cd% cd samples\TestCpp\proj.android\bin ::Copy test apk to android sdk tools directory. copy %cd%\TestCpp-debug-14.apk %ANDROID_HOME%\tools copy %cd%\TestCpp-debug-15.apk %ANDROID_HOME%\tools ::Enter android sdk tools directory. set ANDROID_ROOT=%ANDROID_HOME:~0,2% %ANDROID_ROOT% cd %ANDROID_HOME%\tools ::If monkeyrunner test failed,it automatically exit and make ERRORLEVEL nonzero. ::Running monkeyrunner test(debug,API level:14). ren TestCpp-debug-14.apk TestCpp-debug.apk call monkeyrunner Monkeyrunner_TestCpp.py TestCpp-debug.apk if %ERRORLEVEL% NEQ 0 call python ReportManager.py && exit 1 rm TestCpp-debug.apk ::Running monkeyrunner test(debug,API level:15). ren TestCpp-debug-15.apk TestCpp-debug.apk call monkeyrunner Monkeyrunner_TestCpp.py TestCpp-debug.apk if %ERRORLEVEL% NEQ 0 call python ReportManager.py && exit 1 rm TestCpp-debug.apk rm Monkeyrunner_TestCpp.py rm ReportManager.py ::Monkeyrunner success! echo Monkeyrunner Test Success! ::Clean project files. set PROJECT_ROOT=%PROJECT_HOME:~0,2% %PROJECT_ROOT% cd %PROJECT_HOME% git checkout -f git clean -df -x exit 0 ::End
zhwsh00/DirectFire-android
cocos2d-2.1beta3-x-2.1.0/tools/jenkins_scripts/windows/android/test-android-4.x-debug.bat
bat
mit
1,604
@echo off @rem The script automates creating cordova project and running on Windows platforms: @rem See https://github.com/jxcore/jxcore-cordova/blob/master/install_and_run.md @rem Save it into an empty folder and run. @rem create project call cordova create hello com.example.hello HelloWorld cd hello @rem get small downloader tool jx install download-cli @rem get plugin echo Downloading the file. Please wait... jx node_modules/download-cli/cli.js http://jxcordova.cloudapp.net/0.0.8/io.jxcore.node.jx @rem downloader tool not needed any more rm -rf ./node_modules @rem unpack plugin jx io.jxcore.node.jx @rem replace original sample if given IF [%1] NEQ [] ( IF EXIST "io.jxcore.node\sample\%~1\www" ( goto:SAMPLE_EXISTS ) else ( goto:SAMPLE_DOES_NOT_EXIST ) ) goto:FINISH :SAMPLE_DOES_NOT_EXIST echo Incorrect sample folder 'io.jxcore.node\sample\%~1\www'. set /p answer= Continue with default sample? [y/n] IF /I %answer%== y ( goto:FINISH ) else ( goto:EXIT_NOW ) goto:EXIT_NOW :SAMPLE_EXISTS IF EXIST "io.jxcore.node\sample\%~1\www\jxcore\package.json" ( @rem installing node modules if sample needs it cd "io.jxcore.node\sample\%~1\www\jxcore" jx install --autoremove ".*,*.md,*.MD" cd ../../../../../ ) xcopy /I /Q /Y /R /E "io.jxcore.node\sample\%~1\www\*.*" "www\" IF %ERRORLEVEL% == 0 ( echo Copied 'io.jxcore.node\sample\%~1\www' sample successfully. goto:FINISH ) else ( echo Could not copy 'io.jxcore.node\sample\%~1\www' goto:EXIT_NOW ) :FINISH @rem add plugin to the project call cordova plugin add io.jxcore.node @rem run on android call cordova platforms add android call cordova run android @rem or run on ios @rem call cordova platforms add ios @rem call cordova run ios goto:EXIT_NOW :EXIT_NOW cd .. goto:eof
alexisread/noreml
plugins/io.jxcore.node/install_and_run.bat
bat
mit
1,815
cmd_drivers/cpuidle/governors/built-in.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/cpuidle/governors/built-in.o drivers/cpuidle/governors/ladder.o drivers/cpuidle/governors/menu.o
jdlfg/Mecha-kernel-jdlfg
drivers/cpuidle/governors/.built-in.o.cmd
bat
gpl-2.0
244
set REL= ..\ vlib work vcom %REL%fpupack.vhd vcom %REL%pre_norm_addsub.vhd vcom %REL%addsub_28.vhd vcom %REL%post_norm_addsub.vhd vcom %REL%pre_norm_mul.vhd vcom %REL%mul_24.vhd vcom %REL%serial_mul.vhd vcom %REL%post_norm_mul.vhd vcom %REL%pre_norm_div.vhd vcom %REL%serial_div.vhd vcom %REL%post_norm_div.vhd vcom %REL%pre_norm_sqrt.vhd vcom %REL%sqrt.vhd vcom %REL%post_norm_sqrt.vhd vcom %REL%comppack.vhd vcom %REL%fpu.vhd vlog FPU_II\*.v vcom txt_util.vhd vcom tb_fpu.vhd pause Start simulation? vsim -do fpu_wave.do tb_fpu
GSejas/Dise-o-ASIC-FPGA-FPU
Literature FPUs/Jidan FPU/tags/arelease/test_bench/fpusim.bat
bat
gpl-3.0
538
@echo off SETLOCAL enabledelayedexpansion if NOT DEFINED JAVA_HOME goto err set SCRIPT_DIR=%~dp0 for %%I in ("%SCRIPT_DIR%..") do set ES_HOME=%%~dpfI TITLE Elasticsearch Plugin Manager ${project.version} SET properties= SET args= :loop SET "current=%~1" SHIFT IF "x!current!" == "x" GOTO breakloop IF "!current:~0,2%!" == "-D" ( ECHO "!current!" | FINDSTR /C:"=">nul && ( :: current matches -D*=* IF "x!properties!" NEQ "x" ( SET properties=!properties! "!current!" ) ELSE ( SET properties="!current!" ) ) || ( :: current matches -D* IF "x!properties!" NEQ "x" ( SET properties=!properties! "!current!=%~1" ) ELSE ( SET properties="!current!=%~1" ) SHIFT ) ) ELSE ( :: current matches * IF "x!args!" NEQ "x" ( SET args=!args! "!current!" ) ELSE ( SET args="!current!" ) ) GOTO loop :breakloop SET HOSTNAME=%COMPUTERNAME% "%JAVA_HOME%\bin\java" %ES_JAVA_OPTS% -Des.path.home="%ES_HOME%" !properties! -cp "%ES_HOME%/lib/*;" "org.elasticsearch.plugins.PluginCli" !args! goto finally :err echo JAVA_HOME environment variable must be set! pause :finally ENDLOCAL
myelin/elasticsearch
distribution/src/main/resources/bin/elasticsearch-plugin.bat
bat
apache-2.0
1,248
@echo off rem ********************************************************************* rem ** the phing build script for Windows based systems rem ** $Id: phing.bat 384 2008-08-19 17:56:05Z mrook $ rem ********************************************************************* rem This script will do the following: rem - check for PHP_COMMAND env, if found, use it. rem - if not found detect php, if found use it, otherwise err and terminate rem - check for PHING_HOME evn, if found use it rem - if not found error and leave rem - check for PHP_CLASSPATH, if found use it rem - if not found set it using PHING_HOME/classes if "%OS%"=="Windows_NT" @setlocal rem %~dp0 is expanded pathname of the current script under NT set DEFAULT_PHING_HOME=%~dp0.. goto init goto cleanup :init if "%PHING_HOME%" == "" set PHING_HOME=%DEFAULT_PHING_HOME% set DEFAULT_PHING_HOME= if "%PHP_COMMAND%" == "" goto no_phpcommand if "%PHP_CLASSPATH%" == "" goto set_classpath goto run goto cleanup :run %PHP_COMMAND% -d html_errors=off -qC "%PHING_HOME%\bin\phing.php" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto cleanup :no_phpcommand REM echo ------------------------------------------------------------------------ REM echo WARNING: Set environment var PHP_COMMAND to the location of your php.exe REM echo executable (e.g. C:\PHP\php.exe). (Assuming php.exe on Path) REM echo ------------------------------------------------------------------------ set PHP_COMMAND=php.exe goto init :err_home echo ERROR: Environment var PHING_HOME not set. Please point this echo variable to your local phing installation! goto cleanup :set_classpath set PHP_CLASSPATH=%PHING_HOME%\classes goto init :cleanup if "%OS%"=="Windows_NT" @endlocal REM pause
AmenoPh1x/booterfly
src/vendors/SyntaxHighlighter/build/ext/phing/bin/phing.bat
bat
mit
1,728
@if not defined _echo @echo off setlocal :SetupArgs :: Initialize the args that will be passed to cmake set __nativeWindowsDir=%~dp0\Windows set __artifactsDir=%~dp0..\..\artifacts set __rootDir=%~dp0..\.. set __CMakeBinDir="" set __IntermediatesDir="" set __BuildArch=x64 set __appContainer="" set __VCBuildArch=x86_amd64 set __BuildOS=Windows_NT set CMAKE_BUILD_TYPE=Debug set "__LinkArgs= " set "__LinkLibraries= " :Arg_Loop :: Since the native build requires some configuration information before msbuild is called, we have to do some manual args parsing if [%1] == [] goto :ToolsVersion if /i [%1] == [Release] ( set CMAKE_BUILD_TYPE=Release&&shift&goto Arg_Loop) if /i [%1] == [Debug] ( set CMAKE_BUILD_TYPE=Debug&&shift&goto Arg_Loop) if /i [%1] == [AnyCPU] ( set __BuildArch=x64&&set __VCBuildArch=x86_amd64&&shift&goto Arg_Loop) if /i [%1] == [x86] ( set __BuildArch=x86&&set __VCBuildArch=x86&&shift&goto Arg_Loop) if /i [%1] == [arm] ( set __BuildArch=arm&&set __VCBuildArch=x86_arm&&set __SDKVersion="-DCMAKE_SYSTEM_VERSION=10.0"&&shift&goto Arg_Loop) if /i [%1] == [x64] ( set __BuildArch=x64&&set __VCBuildArch=x86_amd64&&shift&goto Arg_Loop) if /i [%1] == [amd64] ( set __BuildArch=x64&&set __VCBuildArch=x86_amd64&&shift&goto Arg_Loop) if /i [%1] == [arm64] ( set __BuildArch=arm64&&set __VCBuildArch=x86_arm64&&set __SDKVersion="-DCMAKE_SYSTEM_VERSION=10.0"&&shift&goto Arg_Loop) if /i [%1] == [wasm] ( set __BuildArch=wasm&&set __VCBuildArch=x86_amd64&&shift&goto Arg_Loop) if /i [%1] == [outconfig] ( set __outConfig=%2&&shift&&shift&goto Arg_Loop) if /i [%1] == [WebAssembly] ( set __BuildOS=WebAssembly&&shift&goto Arg_Loop) shift goto :Arg_Loop :ToolsVersion :: Default to highest Visual Studio version available :: :: For VS2017 and later, multiple instances can be installed on the same box SxS and VSxxxCOMNTOOLS is only set if the user :: has launched the VS2017 or VS2019 Developer Command Prompt. :: :: Following this logic, we will default to the VS2017 or VS2019 toolset if VS150COMNTOOLS or VS160COMMONTOOLS tools is :: set, as this indicates the user is running from the VS2017 or VS2019 Developer Command Prompt and :: is already configured to use that toolset. Otherwise, we will fail the script if no supported VS instance can be found. if defined VisualStudioVersion goto :RunVCVars set _VSWHERE="%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" if exist %_VSWHERE% ( for /f "usebackq tokens=*" %%i in (`%_VSWHERE% -latest -prerelease -property installationPath`) do set _VSCOMNTOOLS=%%i\Common7\Tools ) if not exist "%_VSCOMNTOOLS%" goto :MissingVersion call "%_VSCOMNTOOLS%\VsDevCmd.bat" :RunVCVars if "%VisualStudioVersion%"=="16.0" ( goto :VS2019 ) else if "%VisualStudioVersion%"=="15.0" ( goto :VS2017 ) :MissingVersion :: Can't find VS 2017, 2019 echo Error: Visual Studio 2017 or 2019 required echo Please see https://github.com/dotnet/corefx/tree/master/Documentation for build instructions. exit /b 1 :VS2019 :: Setup vars for VS2019 set __VSVersion=vs2019 set __PlatformToolset=v142 :: Set the environment for the native build call "%VS160COMNTOOLS%..\..\VC\Auxiliary\Build\vcvarsall.bat" %__VCBuildArch% goto :SetupDirs :VS2017 :: Setup vars for VS2017 set __VSVersion=vs2017 set __PlatformToolset=v141 :: Set the environment for the native build call "%VS150COMNTOOLS%..\..\VC\Auxiliary\Build\vcvarsall.bat" %__VCBuildArch% goto :SetupDirs :SetupDirs :: Setup to cmake the native components echo Commencing build of native components echo. if [%__outConfig%] == [] set __outConfig=%__BuildOS%-%__BuildArch%-%CMAKE_BUILD_TYPE% if %__CMakeBinDir% == "" ( set "__CMakeBinDir=%__artifactsDir%\bin\native\%__outConfig%" ) if %__IntermediatesDir% == "" ( set "__IntermediatesDir=%__artifactsDir%\obj\native\%__outConfig%" ) set "__CMakeBinDir=%__CMakeBinDir:\=/%" set "__IntermediatesDir=%__IntermediatesDir:\=/%" :: Check that the intermediate directory exists so we can place our cmake build tree there if exist "%__IntermediatesDir%" rd /s /q "%__IntermediatesDir%" if not exist "%__IntermediatesDir%" md "%__IntermediatesDir%" :: Write an empty Directory.Build.props/targets to ensure that msbuild doesn't pick up :: the repo's root Directory.Build.props/targets. set MSBUILD_EMPTY_PROJECT_CONTENT= ^ ^^^<Project xmlns=^"http://schemas.microsoft.com/developer/msbuild/2003^"^^^> ^ ^^^</Project^^^> echo %MSBUILD_EMPTY_PROJECT_CONTENT% > "%__artifactsDir%\obj\native\Directory.Build.props" echo %MSBUILD_EMPTY_PROJECT_CONTENT% > "%__artifactsDir%\obj\native\Directory.Build.targets" if exist "%VSINSTALLDIR%DIA SDK" goto GenVSSolution echo Error: DIA SDK is missing at "%VSINSTALLDIR%DIA SDK". ^ Make sure you selected the correct dependencies when installing Visual Studio. :: DIA SDK not included in Express editions echo Visual Studio Express does not include the DIA SDK. ^ You need Visual Studio 2017 or 2019 (Community is free). echo See: https://github.com/dotnet/corefx/blob/master/Documentation/building/windows-instructions.md#required-software exit /b 1 :GenVSSolution :: Regenerate the VS solution pushd "%__IntermediatesDir%" call "%__nativeWindowsDir%\gen-buildsys-win.bat" "%__nativeWindowsDir%" %__VSVersion% %__BuildArch% popd :CheckForProj :: Check that the project created by Cmake exists if exist "%__IntermediatesDir%\install.vcxproj" goto BuildNativeProj if exist "%__IntermediatesDir%\Makefile" goto BuildNativeEmscripten goto :Failure :BuildNativeProj :: Build the project created by Cmake set __msbuildArgs=/p:Platform=%__BuildArch% /p:PlatformToolset="%__PlatformToolset%" call msbuild "%__IntermediatesDir%\install.vcxproj" /t:rebuild /p:Configuration=%CMAKE_BUILD_TYPE% %__msbuildArgs% IF ERRORLEVEL 1 ( goto :Failure ) echo Done building Native components :BuildNativeAOT set "__CMakeBinDir=%__artifactsDir%\bin\native\%__outConfig%-aot" set "__IntermediatesDir=%__IntermediatesDir%-aot" set "__CMakeBinDir=%__CMakeBinDir:\=/%" set "__IntermediatesDir=%__IntermediatesDir:\=/%" if exist "%__IntermediatesDir%" rd /s /q "%__IntermediatesDir%" if not exist "%__IntermediatesDir%" md "%__IntermediatesDir%" set "__LinkArgs=%__LinkArgs% /APPCONTAINER" set "__appContainer=true" pushd "%__IntermediatesDir%" call "%__nativeWindowsDir%\gen-buildsys-win.bat" "%__nativeWindowsDir%" %__VSVersion% %__BuildArch% popd if not exist "%__IntermediatesDir%\install.vcxproj" goto :Failure call msbuild "%__IntermediatesDir%\install.vcxproj" /t:rebuild /p:Configuration=%CMAKE_BUILD_TYPE% %__msbuildArgs% IF ERRORLEVEL 1 ( goto :Failure ) echo Done building Native AOT components exit /B 0 :BuildNativeEmscripten pushd "%__IntermediatesDir%" nmake install popd IF ERRORLEVEL 1 ( goto :Failure ) :: Copy results to native_aot since packaging expects a copy there too mkdir "%__artifactsDir%\bin\native\%__outConfig%-aot" copy "%__artifactsDir%\bin\native\%__outConfig%\*" "%__artifactsDir%\bin\native\%__outConfig%-aot" exit /B 0 :Failure :: Build failed echo Failed to generate native component build project! exit /b 1
ptoonen/corefx
src/Native/build-native.cmd
bat
mit
7,129