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
setlocal set PackageVersion=1.7.3.0 nuget.exe push NetOffice.Core.%PackageVersion%.nupkg nuget.exe push NetOffice.Core.Net20.%PackageVersion%.nupkg nuget.exe push NetOffice.Core.Net30.%PackageVersion%.nupkg nuget.exe push NetOffice.Core.Net35.%PackageVersion%.nupkg nuget.exe push NetOffice.Core.Net40.%PackageVersion%.nupkg nuget.exe push NetOffice.Core.Net45.%PackageVersion%.nupkg nuget.exe push NetOffice.Excel.%PackageVersion%.nupkg nuget.exe push NetOffice.Excel.Net20.%PackageVersion%.nupkg nuget.exe push NetOffice.Excel.Net30.%PackageVersion%.nupkg nuget.exe push NetOffice.Excel.Net35.%PackageVersion%.nupkg nuget.exe push NetOffice.Excel.Net40.%PackageVersion%.nupkg nuget.exe push NetOffice.Excel.Net45.%PackageVersion%.nupkg nuget.exe push NetOffice.MSFormsApi.%PackageVersion%.nupkg nuget.exe push NetOffice.MSFormsApi.Net20.%PackageVersion%.nupkg nuget.exe push NetOffice.MSFormsApi.Net30.%PackageVersion%.nupkg nuget.exe push NetOffice.MSFormsApi.Net35.%PackageVersion%.nupkg nuget.exe push NetOffice.MSFormsApi.Net40.%PackageVersion%.nupkg nuget.exe push NetOffice.MSFormsApi.Net45.%PackageVersion%.nupkg nuget.exe push NetOffice.Word.%PackageVersion%.nupkg nuget.exe push NetOffice.Word.Net20.%PackageVersion%.nupkg nuget.exe push NetOffice.Word.Net30.%PackageVersion%.nupkg nuget.exe push NetOffice.Word.Net35.%PackageVersion%.nupkg nuget.exe push NetOffice.Word.Net40.%PackageVersion%.nupkg nuget.exe push NetOffice.Word.Net45.%PackageVersion%.nupkg nuget.exe push NetOffice.Outlook.%PackageVersion%.nupkg nuget.exe push NetOffice.Outlook.Net20.%PackageVersion%.nupkg nuget.exe push NetOffice.Outlook.Net30.%PackageVersion%.nupkg nuget.exe push NetOffice.Outlook.Net35.%PackageVersion%.nupkg nuget.exe push NetOffice.Outlook.Net40.%PackageVersion%.nupkg nuget.exe push NetOffice.Outlook.Net45.%PackageVersion%.nupkg nuget.exe push NetOffice.PowerPoint.%PackageVersion%.nupkg nuget.exe push NetOffice.PowerPoint.Net20.%PackageVersion%.nupkg nuget.exe push NetOffice.PowerPoint.Net30.%PackageVersion%.nupkg nuget.exe push NetOffice.PowerPoint.Net35.%PackageVersion%.nupkg nuget.exe push NetOffice.PowerPoint.Net40.%PackageVersion%.nupkg nuget.exe push NetOffice.PowerPoint.Net45.%PackageVersion%.nupkg nuget.exe push NetOffice.Access.%PackageVersion%.nupkg nuget.exe push NetOffice.Access.Net20.%PackageVersion%.nupkg nuget.exe push NetOffice.Access.Net30.%PackageVersion%.nupkg nuget.exe push NetOffice.Access.Net35.%PackageVersion%.nupkg nuget.exe push NetOffice.Access.Net40.%PackageVersion%.nupkg nuget.exe push NetOffice.Access.Net45.%PackageVersion%.nupkg nuget.exe push NetOffice.MSProject.%PackageVersion%.nupkg nuget.exe push NetOffice.MSProject.Net20.%PackageVersion%.nupkg nuget.exe push NetOffice.MSProject.Net30.%PackageVersion%.nupkg nuget.exe push NetOffice.MSProject.Net35.%PackageVersion%.nupkg nuget.exe push NetOffice.MSProject.Net40.%PackageVersion%.nupkg nuget.exe push NetOffice.MSProject.Net45.%PackageVersion%.nupkg nuget.exe push NetOffice.Visio.%PackageVersion%.nupkg nuget.exe push NetOffice.Visio.Net20.%PackageVersion%.nupkg nuget.exe push NetOffice.Visio.Net30.%PackageVersion%.nupkg nuget.exe push NetOffice.Visio.Net35.%PackageVersion%.nupkg nuget.exe push NetOffice.Visio.Net40.%PackageVersion%.nupkg nuget.exe push NetOffice.Visio.Net45.%PackageVersion%.nupkg pause
CaioProiete/NetOffice-NuGet
nuget/NuGetPush.cmd
bat
mit
3,328
set bak_recur=BPL, Components
duzun/DelphiUnits
Bak/bak_subdirs.bat
bat
mit
30
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp\Framework\Abp\Abp.csproj" -Properties Configuration=Release -IncludeReferencedProjects "..\src\.nuget\NuGet.exe" "pack" "..\src\Abp\Framework\Abp.Application\Abp.Application.csproj" -Properties Configuration=Release -IncludeReferencedProjects "..\src\.nuget\NuGet.exe" "pack" "..\src\Abp\Framework\Abp.Infrastructure.EntityFramework\Abp.Infrastructure.EntityFramework.csproj" -Properties Configuration=Release -IncludeReferencedProjects "..\src\.nuget\NuGet.exe" "pack" "..\src\Abp\Framework\Abp.Infrastructure.NHibernate\Abp.Infrastructure.NHibernate.csproj" -Properties Configuration=Release -IncludeReferencedProjects "..\src\.nuget\NuGet.exe" "pack" "..\src\Abp\Framework\Abp.Web\Abp.Web.csproj" -Properties Configuration=Release -IncludeReferencedProjects "..\src\.nuget\NuGet.exe" "pack" "..\src\Abp\Framework\Abp.Web.Api\Abp.Web.Api.csproj" -Properties Configuration=Release -IncludeReferencedProjects "..\src\.nuget\NuGet.exe" "pack" "..\src\Abp\Framework\Abp.Web.Mvc\Abp.Web.Mvc.csproj" -Properties Configuration=Release -IncludeReferencedProjects
jfvaleroso/ASPNETBOILERPLATE-TEST
nupkg/pack_abp_framework.bat
bat
mit
1,102
@echo Processing... @echo off setlocal set basedir=%~dp0 set address=%1 call "%basedir%\params.bat" call "%basedir%\prepare.bat" if "%2"=="" ( set amount=0 ) else ( set amount=%2 ) if "%passphrase%"=="" ( set passphrase= ) else ( set passphrase="%passphrase%" ) copy "%basedir%\util.vbs" + "%basedir%\SendTo.vbs" "%basedir%\exec.vbs" /A %cscript% "%basedir%\exec.vbs" %rpcuser% %rpcpassword% %rpcallowip%:%rpcport% %address% %amount% %passphrase% endlocal
keystore00/monaext
SendTo.bat
bat
mit
465
@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl -x -S %0 %* if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl if %errorlevel% == 9009 echo You do not have Perl in your PATH. if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul goto endofperl @rem '; #!perl #line 15 eval 'exec C:\Perl\bin\perl.exe -S $0 ${1+"$@"}' if $running_under_some_shell; #!/usr/bin/perl -w use strict; use IO::File; use ExtUtils::Packlist; use ExtUtils::Installed; use vars qw($Inst @Modules); =head1 NAME instmodsh - A shell to examine installed modules =head1 SYNOPSIS instmodsh =head1 DESCRIPTION A little interface to ExtUtils::Installed to examine installed modules, validate your packlists and even create a tarball from an installed module. =head1 SEE ALSO ExtUtils::Installed =cut my $Module_Help = <<EOF; Available commands are: f [all|prog|doc] - List installed files of a given type d [all|prog|doc] - List the directories used by a module v - Validate the .packlist - check for missing files t <tarfile> - Create a tar archive of the module h - Display module help q - Quit the module EOF my %Module_Commands = ( f => \&list_installed, d => \&list_directories, v => \&validate_packlist, t => \&create_archive, h => \&module_help, ); sub do_module($) { my ($module) = @_; print($Module_Help); MODULE_CMD: while (1) { print("$module cmd? "); my $reply = <STDIN>; chomp($reply); my($cmd) = $reply =~ /^(\w)\b/; last if $cmd eq 'q'; if( $Module_Commands{$cmd} ) { $Module_Commands{$cmd}->($reply, $module); } elsif( $cmd eq 'q' ) { last MODULE_CMD; } else { module_help(); } } } sub list_installed { my($reply, $module) = @_; my $class = (split(' ', $reply))[1]; $class = 'all' unless $class; my @files; if (eval { @files = $Inst->files($module, $class); }) { print("$class files in $module are:\n ", join("\n ", @files), "\n"); } else { print($@); } }; sub list_directories { my($reply, $module) = @_; my $class = (split(' ', $reply))[1]; $class = 'all' unless $class; my @dirs; if (eval { @dirs = $Inst->directories($module, $class); }) { print("$class directories in $module are:\n ", join("\n ", @dirs), "\n"); } else { print($@); } } sub create_archive { my($reply, $module) = @_; my $file = (split(' ', $reply))[1]; if( !(defined $file and length $file) ) { print "No tar file specified\n"; } elsif( eval { require Archive::Tar } ) { Archive::Tar->create_archive($file, 0, $Inst->files($module)); } else { my($first, @rest) = $Inst->files($module); system('tar', 'cvf', $file, $first); for my $f (@rest) { system('tar', 'rvf', $file, $f); } print "Can't use tar\n" if $?; } } sub validate_packlist { my($reply, $module) = @_; if (my @missing = $Inst->validate($module)) { print("Files missing from $module are:\n ", join("\n ", @missing), "\n"); } else { print("$module has no missing files\n"); } } sub module_help { print $Module_Help; } ############################################################################## sub toplevel() { my $help = <<EOF; Available commands are: l - List all installed modules m <module> - Select a module q - Quit the program EOF print($help); while (1) { print("cmd? "); my $reply = <STDIN>; chomp($reply); CASE: { $reply eq 'l' and do { print("Installed modules are:\n ", join("\n ", @Modules), "\n"); last CASE; }; $reply =~ /^m\s+/ and do { do_module((split(' ', $reply))[1]); last CASE; }; $reply eq 'q' and do { exit(0); }; # Default print($help); } } } ############################################################################### $Inst = ExtUtils::Installed->new(); @Modules = $Inst->modules(); toplevel(); ############################################################################### __END__ :endofperl
amidoimidazol/bio_info
Beginning Perl for Bioinformatics/bin/instmodsh.bat
bat
mit
4,653
VersionPublisher . 2.3.0 pause
mastertnt/XRay
PublishVersion.bat
bat
mit
30
@echo off REM This builds all the libraries of the folder for 1 uname call tecmake %1 %2 %3 %4 %5 %6 %7 %8 if "%1"=="" goto end if "%1"=="vc8" goto luaexe if "%1"=="vc8_64" goto luaexe if "%1"=="cygw15" goto luaexe if "%1"=="cygw17" goto luaexe if "%1"=="dll8" goto luadll8 if "%1"=="dll8_64" goto luadll8_64 if "%1"=="all" goto lua_all goto end :lua_all call make_uname vc8 call make_uname vc8_64 call make_uname cygw15 call make_uname cygw17 if "%1"=="all" goto luadll8 goto end :luaexe call tecmake %1 "MF=lua" %2 %3 %4 %5 %6 %7 call tecmake %1 "MF=wlua" %2 %3 %4 %5 %6 %7 call tecmake %1 "MF=luac" %2 %3 %4 %5 %6 %7 call tecmake %1 "MF=bin2c" %2 %3 %4 %5 %6 %7 if "%1"=="cygw15" copy /Y ..\lib\cygw15\*.dll ..\bin\cygw15\ if "%1"=="cygw17" copy /Y ..\lib\cygw17\*.dll ..\bin\cygw17\ goto end :luadll8 copy /Y ..\lib\dll8\*.dll* ..\bin\Win32\ if "%1"=="all" goto luadll8_64 goto end :luadll8_64 copy /Y ..\lib\dll8_64\*.dll* ..\bin\Win64\ if "%1"=="all" goto luadllproxy goto end :luadllproxy call tecmake dll "MF=dllproxy" %2 %3 %4 %5 %6 %7 call tecmake dll7 "MF=dllproxy" %2 %3 %4 %5 %6 %7 call tecmake dll8 "MF=dllproxy" %2 %3 %4 %5 %6 %7 call tecmake dll8_64 "MF=dllproxy" %2 %3 %4 %5 %6 %7 call tecmake dll9 "MF=dllproxy" %2 %3 %4 %5 %6 %7 call tecmake dll9_64 "MF=dllproxy" %2 %3 %4 %5 %6 %7 goto end :end
gak/gravit
Xcode/Gravit/External/lua/src/make_uname.bat
bat
gpl-2.0
1,409
perl mysql-test-run.pl --verbose-restart --force --suite-timeout=120 --max-test-fail=10 --retry=3 --parallel=4 --suite=^ vcol,gcol,perfschema,^ main,^ innodb,^ plugins,^ mariabackup,^ roles,^ auth_gssapi,^ rocksdb
grooverdan/mariadb-server
mysql-test/collections/buildbot_suites.bat
bat
gpl-2.0
215
cmd_drivers/hid/hid.o := /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/hid/hid.o drivers/hid/hid-core.o drivers/hid/hid-input.o drivers/hid/hid-debug.o
yncconsulting/HTC_Express_Kernel
drivers/hid/.hid.o.cmd
bat
gpl-2.0
199
cmd_drivers/video/omap2/built-in.o := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/video/omap2/built-in.o drivers/video/omap2/dss/built-in.o drivers/video/omap2/omapfb/built-in.o drivers/video/omap2/displays/built-in.o
sembre/kernel_totoro_update3
common/drivers/video/omap2/.built-in.o.cmd
bat
gpl-2.0
234
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/pid.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-2.6.32-122-rtai/scripts/module-common.lds --build-id -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/pid.ko /home/yutingkao23/linuxcnc-add-hal-ethercat/src/pid.o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/pid.mod.o
CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver
src/.pid.ko.cmd
bat
gpl-2.0
329
cmd_arch/arm/lib/ashrdi3.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.ashrdi3.o.d -nostdinc -isystem /media/mwilson/SSD/NU3001/kk4.4.2-rk/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/../lib/gcc/arm-eabi/4.6.x-google/include -I/media/mwilson/SSD/NU3001/kk4.4.2-rk/kernel/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk3188/include -Iarch/arm/plat-rk/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -c -o arch/arm/lib/ashrdi3.o arch/arm/lib/ashrdi3.S source_arch/arm/lib/ashrdi3.o := arch/arm/lib/ashrdi3.S deps_arch/arm/lib/ashrdi3.o := \ /media/mwilson/SSD/NU3001/kk4.4.2-rk/kernel/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/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) \ /media/mwilson/SSD/NU3001/kk4.4.2-rk/kernel/arch/arm/include/asm/linkage.h \ arch/arm/lib/ashrdi3.o: $(deps_arch/arm/lib/ashrdi3.o) $(deps_arch/arm/lib/ashrdi3.o):
Zaphod-Beeblebrox/kernel_rockchip_rk3188
arch/arm/lib/.ashrdi3.o.cmd
bat
gpl-2.0
1,475
cmd_fs/devpts/devpts.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o fs/devpts/devpts.o fs/devpts/inode.o
domintech/PandaBoard-LinuxKernel
fs/devpts/.devpts.o.cmd
bat
gpl-2.0
201
java.exe -cp "s:\Ultravnc.sam\JavaViewer FT" VncViewer HOST localhost PORT 5900
lightbase/agente-windows
srcacic/JavaViewer/run.bat
bat
gpl-2.0
81
cmd_drivers/usb/gadget/g_multi.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/usb/gadget/g_multi.o drivers/usb/gadget/multi.o
yohanes/Acer-BeTouch-E130-Linux-Kernel
drivers/usb/gadget/.g_multi.o.cmd
bat
gpl-2.0
152
copy /y ..\..\..\build\weft\*.eot css\ move /y css\* .\ move /y js\* .\
thetnswe/zawgyi
burglish/bgl_web/www/gpages/movecssjs.bat
bat
gpl-2.0
75
@ECHO OFF set M2_HOME=D:\frameworks\apache-maven-2.2.1 set MVN_EXEC=D:\frameworks\apache-maven-2.2.1\bin\mvn cd veloster-api %MVN_EXEC% clean javadoc:jar source:jar install rem cd .. rem cd veloster-droid rem %MVN_EXEC% clean javadoc:jar source:jar install exit
mobilemindtec/veloster
veloster-api/deploy.bat
bat
gpl-2.0
265
cmd_drivers/char/agp/built-in.o := rm -f drivers/char/agp/built-in.o; /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ar rcsD drivers/char/agp/built-in.o
FEDEVEL/tmp-imx6-tiny-rex-linux
drivers/char/agp/.built-in.o.cmd
bat
gpl-2.0
225
cmd_sound/isa/es1688/built-in.o := rm -f sound/isa/es1688/built-in.o; ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ar rcs sound/isa/es1688/built-in.o
spacecaker/CM7_Space_Kernel_Cooper
sound/isa/es1688/.built-in.o.cmd
bat
gpl-2.0
156
ECHO parameter=%1 CD %1 COPY AddOSGrid.exe temp.exe ..\..\packages\ilmerge.2.13.0307\ILMerge.exe /out:AddOSGrid.exe temp.exe DotNetCoords.dll DEL temp.exe
joejcollins/AddOsGrid
AddOsGrid/ConsoleApp/ILMerge.bat
bat
gpl-2.0
157
cmd_fs/debugfs/debugfs.o := /home/mpokwsths/android/rom/aosp/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld -EL -r -o fs/debugfs/debugfs.o fs/debugfs/inode.o fs/debugfs/file.o
mpokwsths/Z3_kernel
fs/debugfs/.debugfs.o.cmd
bat
gpl-2.0
216
cmd_console-tools/setconsole.o := gcc -Wp,-MD,console-tools/.setconsole.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(setconsole)" -D"KBUILD_MODNAME=KBUILD_STR(setconsole)" -c -o console-tools/setconsole.o console-tools/setconsole.c deps_console-tools/setconsole.o := \ console-tools/setconsole.c \ $(wildcard include/config/feature/setconsole/long/options.h) \ include/libbb.h \ $(wildcard include/config/selinux.h) \ $(wildcard include/config/locale/support.h) \ $(wildcard include/config/feature/shadowpasswds.h) \ $(wildcard include/config/use/bb/shadow.h) \ $(wildcard include/config/use/bb/pwd/grp.h) \ $(wildcard include/config/lfs.h) \ $(wildcard include/config/feature/buffers/go/on/stack.h) \ $(wildcard include/config/feature/buffers/go/in/bss.h) \ $(wildcard include/config/feature/ipv6.h) \ $(wildcard include/config/feature/seamless/lzma.h) \ $(wildcard include/config/feature/seamless/bz2.h) \ $(wildcard include/config/feature/seamless/gz.h) \ $(wildcard include/config/feature/seamless/z.h) \ $(wildcard include/config/feature/check/names.h) \ $(wildcard include/config/feature/utmp.h) \ $(wildcard include/config/feature/prefer/applets.h) \ $(wildcard include/config/busybox/exec/path.h) \ $(wildcard include/config/long/opts.h) \ $(wildcard include/config/feature/getopt/long.h) \ $(wildcard include/config/feature/pidfile.h) \ $(wildcard include/config/feature/syslog.h) \ $(wildcard include/config/feature/individual.h) \ $(wildcard include/config/echo.h) \ $(wildcard include/config/printf.h) \ $(wildcard include/config/test.h) \ $(wildcard include/config/kill.h) \ $(wildcard include/config/chown.h) \ $(wildcard include/config/ls.h) \ $(wildcard include/config/xxx.h) \ $(wildcard include/config/route.h) \ $(wildcard include/config/feature/hwib.h) \ $(wildcard include/config/desktop.h) \ $(wildcard include/config/feature/crond/d.h) \ $(wildcard include/config/use/bb/crypt.h) \ $(wildcard include/config/feature/adduser/to/group.h) \ $(wildcard include/config/feature/del/user/from/group.h) \ $(wildcard include/config/ioctl/hex2str/error.h) \ $(wildcard include/config/feature/editing.h) \ $(wildcard include/config/feature/editing/history.h) \ $(wildcard include/config/feature/editing/savehistory.h) \ $(wildcard include/config/feature/tab/completion.h) \ $(wildcard include/config/feature/username/completion.h) \ $(wildcard include/config/feature/editing/vi.h) \ $(wildcard include/config/pmap.h) \ $(wildcard include/config/feature/show/threads.h) \ $(wildcard include/config/feature/ps/additional/columns.h) \ $(wildcard include/config/feature/topmem.h) \ $(wildcard include/config/feature/top/smp/process.h) \ $(wildcard include/config/killall.h) \ $(wildcard include/config/pgrep.h) \ $(wildcard include/config/pkill.h) \ $(wildcard include/config/pidof.h) \ $(wildcard include/config/sestatus.h) \ $(wildcard include/config/feature/mtab/support.h) \ $(wildcard include/config/feature/devfs.h) \ include/platform.h \ $(wildcard include/config/werror.h) \ $(wildcard include/config/big/endian.h) \ $(wildcard include/config/little/endian.h) \ $(wildcard include/config/nommu.h) \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/limits.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/syslimits.h \ /usr/include/limits.h \ /usr/include/features.h \ /usr/include/x86_64-linux-gnu/bits/predefs.h \ /usr/include/x86_64-linux-gnu/sys/cdefs.h \ /usr/include/x86_64-linux-gnu/bits/wordsize.h \ /usr/include/x86_64-linux-gnu/gnu/stubs.h \ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ /usr/include/x86_64-linux-gnu/bits/local_lim.h \ /usr/include/linux/limits.h \ /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ /usr/include/byteswap.h \ /usr/include/x86_64-linux-gnu/bits/byteswap.h \ /usr/include/endian.h \ /usr/include/x86_64-linux-gnu/bits/endian.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdint.h \ /usr/include/stdint.h \ /usr/include/x86_64-linux-gnu/bits/wchar.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdbool.h \ /usr/include/ctype.h \ /usr/include/x86_64-linux-gnu/bits/types.h \ /usr/include/x86_64-linux-gnu/bits/typesizes.h \ /usr/include/xlocale.h \ /usr/include/dirent.h \ /usr/include/x86_64-linux-gnu/bits/dirent.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h \ /usr/include/errno.h \ /usr/include/x86_64-linux-gnu/bits/errno.h \ /usr/include/linux/errno.h \ /usr/include/x86_64-linux-gnu/asm/errno.h \ /usr/include/asm-generic/errno.h \ /usr/include/asm-generic/errno-base.h \ /usr/include/fcntl.h \ /usr/include/x86_64-linux-gnu/bits/fcntl.h \ /usr/include/x86_64-linux-gnu/sys/types.h \ /usr/include/time.h \ /usr/include/x86_64-linux-gnu/sys/select.h \ /usr/include/x86_64-linux-gnu/bits/select.h \ /usr/include/x86_64-linux-gnu/bits/sigset.h \ /usr/include/x86_64-linux-gnu/bits/time.h \ /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ /usr/include/x86_64-linux-gnu/bits/uio.h \ /usr/include/x86_64-linux-gnu/bits/stat.h \ /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ /usr/include/inttypes.h \ /usr/include/netdb.h \ /usr/include/netinet/in.h \ /usr/include/x86_64-linux-gnu/sys/socket.h \ /usr/include/x86_64-linux-gnu/sys/uio.h \ /usr/include/x86_64-linux-gnu/bits/socket.h \ /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ /usr/include/x86_64-linux-gnu/asm/socket.h \ /usr/include/asm-generic/socket.h \ /usr/include/x86_64-linux-gnu/asm/sockios.h \ /usr/include/asm-generic/sockios.h \ /usr/include/x86_64-linux-gnu/bits/socket2.h \ /usr/include/x86_64-linux-gnu/bits/in.h \ /usr/include/rpc/netdb.h \ /usr/include/x86_64-linux-gnu/bits/siginfo.h \ /usr/include/x86_64-linux-gnu/bits/netdb.h \ /usr/include/setjmp.h \ /usr/include/x86_64-linux-gnu/bits/setjmp.h \ /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ /usr/include/signal.h \ /usr/include/x86_64-linux-gnu/bits/signum.h \ /usr/include/x86_64-linux-gnu/bits/sigaction.h \ /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ /usr/include/x86_64-linux-gnu/bits/sigstack.h \ /usr/include/x86_64-linux-gnu/sys/ucontext.h \ /usr/include/x86_64-linux-gnu/bits/sigthread.h \ /usr/include/stdio.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h \ /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ /usr/include/x86_64-linux-gnu/bits/stdio2.h \ /usr/include/stdlib.h \ /usr/include/x86_64-linux-gnu/bits/waitflags.h \ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ /usr/include/alloca.h \ /usr/include/x86_64-linux-gnu/bits/stdlib.h \ /usr/include/string.h \ /usr/include/x86_64-linux-gnu/bits/string3.h \ /usr/include/x86_64-linux-gnu/sys/poll.h \ /usr/include/x86_64-linux-gnu/bits/poll.h \ /usr/include/x86_64-linux-gnu/sys/ioctl.h \ /usr/include/x86_64-linux-gnu/bits/ioctls.h \ /usr/include/x86_64-linux-gnu/asm/ioctls.h \ /usr/include/asm-generic/ioctls.h \ /usr/include/linux/ioctl.h \ /usr/include/x86_64-linux-gnu/asm/ioctl.h \ /usr/include/asm-generic/ioctl.h \ /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ /usr/include/x86_64-linux-gnu/sys/mman.h \ /usr/include/x86_64-linux-gnu/bits/mman.h \ /usr/include/x86_64-linux-gnu/sys/stat.h \ /usr/include/x86_64-linux-gnu/sys/time.h \ /usr/include/x86_64-linux-gnu/sys/wait.h \ /usr/include/x86_64-linux-gnu/sys/resource.h \ /usr/include/x86_64-linux-gnu/bits/resource.h \ /usr/include/termios.h \ /usr/include/x86_64-linux-gnu/bits/termios.h \ /usr/include/unistd.h \ /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ /usr/include/x86_64-linux-gnu/bits/environments.h \ /usr/include/x86_64-linux-gnu/bits/confname.h \ /usr/include/getopt.h \ /usr/include/x86_64-linux-gnu/bits/unistd.h \ /usr/include/x86_64-linux-gnu/sys/param.h \ /usr/include/linux/param.h \ /usr/include/x86_64-linux-gnu/asm/param.h \ /usr/include/asm-generic/param.h \ /usr/include/mntent.h \ /usr/include/paths.h \ /usr/include/x86_64-linux-gnu/sys/statfs.h \ /usr/include/x86_64-linux-gnu/bits/statfs.h \ /usr/include/pwd.h \ /usr/include/grp.h \ /usr/include/arpa/inet.h \ include/pwd_.h \ include/grp_.h \ include/shadow_.h \ include/xatonum.h \ console-tools/setconsole.o: $(deps_console-tools/setconsole.o) $(deps_console-tools/setconsole.o):
muthumani2/Muthu-busybox
console-tools/.setconsole.o.cmd
bat
gpl-2.0
9,525
@echo off "%~dp0python3.bat" -B -E "%~dp0\pyld.py" ftomac %*
drtuxwang/system-config
bin/ftomac.bat
bat
gpl-2.0
61
cmd_miscutils/lib.a := rm -f miscutils/lib.a; ar rcs miscutils/lib.a miscutils/adjtimex.o miscutils/beep.o miscutils/chat.o miscutils/chrt.o miscutils/crond.o miscutils/crontab.o miscutils/dc.o miscutils/devmem.o miscutils/eject.o miscutils/fbsplash.o miscutils/hdparm.o miscutils/ionice.o miscutils/last_fancy.o miscutils/less.o miscutils/makedevs.o miscutils/man.o miscutils/microcom.o miscutils/mountpoint.o miscutils/mt.o miscutils/newcmd.o miscutils/pr.o miscutils/raidautorun.o miscutils/readahead.o miscutils/runlevel.o miscutils/rx.o miscutils/setsid.o miscutils/strings.o miscutils/time.o miscutils/timeout.o miscutils/ttysize.o miscutils/volname.o miscutils/wall.o miscutils/watchdog.o
muthumani2/Muthu-busybox
miscutils/.lib.a.cmd
bat
gpl-2.0
697
cmd_scripts/kconfig/lxdialog/checklist.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.checklist.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/checklist.o scripts/kconfig/lxdialog/checklist.c source_scripts/kconfig/lxdialog/checklist.o := scripts/kconfig/lxdialog/checklist.c deps_scripts/kconfig/lxdialog/checklist.o := \ scripts/kconfig/lxdialog/dialog.h \ /usr/include/x86_64-linux-gnu/sys/types.h \ /usr/include/features.h \ /usr/include/x86_64-linux-gnu/bits/predefs.h \ /usr/include/x86_64-linux-gnu/sys/cdefs.h \ /usr/include/x86_64-linux-gnu/bits/wordsize.h \ /usr/include/x86_64-linux-gnu/gnu/stubs.h \ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ /usr/include/x86_64-linux-gnu/bits/types.h \ /usr/include/x86_64-linux-gnu/bits/typesizes.h \ /usr/include/time.h \ /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stddef.h \ /usr/include/endian.h \ /usr/include/x86_64-linux-gnu/bits/endian.h \ /usr/include/x86_64-linux-gnu/bits/byteswap.h \ /usr/include/x86_64-linux-gnu/sys/select.h \ /usr/include/x86_64-linux-gnu/bits/select.h \ /usr/include/x86_64-linux-gnu/bits/sigset.h \ /usr/include/x86_64-linux-gnu/bits/time.h \ /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ /usr/include/fcntl.h \ /usr/include/x86_64-linux-gnu/bits/fcntl.h \ /usr/include/x86_64-linux-gnu/bits/stat.h \ /usr/include/unistd.h \ /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ /usr/include/x86_64-linux-gnu/bits/environments.h \ /usr/include/x86_64-linux-gnu/bits/confname.h \ /usr/include/getopt.h \ /usr/include/ctype.h \ /usr/include/xlocale.h \ /usr/include/stdlib.h \ /usr/include/x86_64-linux-gnu/bits/waitflags.h \ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ /usr/include/alloca.h \ /usr/include/string.h \ /usr/include/x86_64-linux-gnu/bits/string.h \ /usr/include/x86_64-linux-gnu/bits/string2.h \ /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdbool.h \ /usr/include/libintl.h \ /usr/include/locale.h \ /usr/include/x86_64-linux-gnu/bits/locale.h \ /usr/include/ncurses.h \ /usr/include/ncurses_dll.h \ /usr/include/stdio.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdarg.h \ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ /usr/include/x86_64-linux-gnu/bits/stdio.h \ /usr/include/unctrl.h \ /usr/include/curses.h \ scripts/kconfig/lxdialog/checklist.o: $(deps_scripts/kconfig/lxdialog/checklist.o) $(deps_scripts/kconfig/lxdialog/checklist.o):
jyh0082007/sigTaint
scripts/kconfig/lxdialog/.checklist.o.cmd
bat
gpl-2.0
2,730
@echo off :start cls echo Compiling javac -cp CITS2200.jar Compress.java Huffman.java HuffmanTree.java BitByteConverter.java WriteBuffer.java move /Y *.class compiled/ echo. echo Compiled pause goto start
mpomery/huffman
~compile.bat
bat
gpl-3.0
204
@echo off set BEAM4_HOME=${installer:sys.installationDir} "%BEAM4_HOME%\jre\bin\java.exe" ^ -Xmx1024M ^ -Dceres.context=beam ^ "-Dbeam.mainClass=org.esa.beam.coastcolour.util.WorldQuickLookGeneratorMain" ^ "-Dbeam.home=%BEAM4_HOME%" ^ -jar "%BEAM4_HOME%\bin\ceres-launcher.jar" %* exit /B 0
bcdev/coastcolour
src/main/bin/win/wql.bat
bat
gpl-3.0
314
rem - This requires nasm (Netwide Assembler) to be in your path directory. rem - If you don't know what that means, you probably don't need this (no offense!) @echo off for %%F in (*.asm) do ( @nasm -o %%~nF.bin %%F if errorlevel 1 goto error ) goto end :error pause :end
flarn2006/SA2CheatTable
sa2lua/assemble.bat
bat
gpl-3.0
273
@echo off echo testing Code 11 zint -o bar01.png -b 1 --height=50 --border=10 -d 87654321 zint -o bar01.eps -b 1 --height=50 --border=10 -d 87654321 zint -o bar01.svg -b 1 --height=50 --border=10 -d 87654321 echo testing Code 2 of 5 Standard zint -o bar02.png -b 2 --height=50 --border=10 -d 87654321 zint -o bar02.eps -b 2 --height=50 --border=10 -d 87654321 zint -o bar02.svg -b 2 --height=50 --border=10 -d 87654321 echo testing Interleaved 2 of 5 zint -o bar03.png -b 3 --height=50 --border=10 -d 87654321 zint -o bar03.eps -b 3 --height=50 --border=10 -d 87654321 zint -o bar03.svg -b 3 --height=50 --border=10 -d 87654321 echo testing Code 2 of 5 IATA zint -o bar04.png -b 4 --height=50 --border=10 -d 87654321 zint -o bar04.eps -b 4 --height=50 --border=10 -d 87654321 zint -o bar04.svg -b 4 --height=50 --border=10 -d 87654321 echo testing Code 2 of 5 Data Logic zint -o bar06.png -b 6 --height=50 --border=10 -d 87654321 zint -o bar06.eps -b 6 --height=50 --border=10 -d 87654321 zint -o bar06.svg -b 6 --height=50 --border=10 -d 87654321 echo testing Code 2 of 5 Industrial zint -o bar07.png -b 7 --height=50 --border=10 -d 87654321 zint -o bar07.eps -b 7 --height=50 --border=10 -d 87654321 zint -o bar07.svg -b 7 --height=50 --border=10 -d 87654321 echo testing Code 39 zint -o bar08.png -b 8 --height=50 --border=10 -d CODE39 zint -o bar08.eps -b 8 --height=50 --border=10 -d CODE39 zint -o bar08.svg -b 8 --height=50 --border=10 -d CODE39 echo testing Extended Code 39 zint -o bar09.png -b 9 --height=50 --border=10 -d "Code 39e" zint -o bar09.eps -b 9 --height=50 --border=10 -d "Code 39e" zint -o bar09.svg -b 9 --height=50 --border=10 -d "Code 39e" echo testing EAN8 zint -o bar10.png -b 13 --height=50 --border=10 -d 7654321 zint -o bar10.eps -b 13 --height=50 --border=10 -d 7654321 zint -o bar10.svg -b 13 --height=50 --border=10 -d 7654321 echo testing EAN8 - 2 digits add on zint -o bar11.png -b 13 --height=50 --border=10 -d 7654321+21 zint -o bar11.eps -b 13 --height=50 --border=10 -d 7654321+21 zint -o bar11.svg -b 13 --height=50 --border=10 -d 7654321+21 echo testing EAN8 - 5 digits add-on zint -o bar12.png -b 13 --height=50 --border=10 -d 7654321+54321 zint -o bar12.eps -b 13 --height=50 --border=10 -d 7654321+54321 zint -o bar12.svg -b 13 --height=50 --border=10 -d 7654321+54321 echo testing EAN13 zint -o bar13.png -b 13 --height=50 --border=10 -d 210987654321 zint -o bar13.eps -b 13 --height=50 --border=10 -d 210987654321 zint -o bar13.svg -b 13 --height=50 --border=10 -d 210987654321 echo testing EAN13 - 2 digits add-on zint -o bar14.png -b 13 --height=50 --border=10 -d 210987654321+21 zint -o bar14.eps -b 13 --height=50 --border=10 -d 210987654321+21 zint -o bar14.svg -b 13 --height=50 --border=10 -d 210987654321+21 echo testing EAN13 - 5 digits add-on zint -o bar15.png -b 13 --height=50 --border=10 -d 210987654321+54321 zint -o bar15.eps -b 13 --height=50 --border=10 -d 210987654321+54321 zint -o bar15.svg -b 13 --height=50 --border=10 -d 210987654321+54321 echo testing GS1-128 zint -o bar16.png -b 16 --height=50 --border=10 -d "[01]98898765432106[3202]012345[15]991231" zint -o bar16.eps -b 16 --height=50 --border=10 -d "[01]98898765432106[3202]012345[15]991231" zint -o bar16.svg -b 16 --height=50 --border=10 -d "[01]98898765432106[3202]012345[15]991231" echo testing CodaBar zint -o bar18.png -b 18 --height=50 --border=10 -d D765432C zint -o bar18.eps -b 18 --height=50 --border=10 -d D765432C zint -o bar18.svg -b 18 --height=50 --border=10 -d D765432C echo testing Code 128 zint -o bar20.png -b 20 --height=50 --border=10 -d "Code 128" zint -o bar20.eps -b 20 --height=50 --border=10 -d "Code 128" zint -o bar20.svg -b 20 --height=50 --border=10 -d "Code 128" echo testing Deutshe Post Leitcode zint -o bar21.png -b 21 --height=50 --border=10 -d 3210987654321 zint -o bar21.eps -b 21 --height=50 --border=10 -d 3210987654321 zint -o bar21.svg -b 21 --height=50 --border=10 -d 3210987654321 echo testing Deutche Post Identcode zint -o bar22.png -b 22 --height=50 --border=10 -d 10987654321 zint -o bar22.eps -b 22 --height=50 --border=10 -d 10987654321 zint -o bar22.svg -b 22 --height=50 --border=10 -d 10987654321 echo testing Code 16k zint -o bar23.png -b 23 --height=50 --border=10 -d "Demonstration Code 16k symbol generated by libzint" zint -o bar23.eps -b 23 --height=50 --border=10 -d "Demonstration Code 16k symbol generated by libzint" zint -o bar23.svg -b 23 --height=50 --border=10 -d "Demonstration Code 16k symbol generated by libzint" zint -o bar23a.png -b 23 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231" zint -o bar23a.eps -b 23 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231" zint -o bar23a.svg -b 23 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231" echo testing Code 49 zint -o bar24.png -b 24 -d "Demonstration Code 49" zint -o bar24.eps -b 24 -d "Demonstration Code 49" zint -o bar24.svg -b 24 -d "Demonstration Code 49" echo testing Code 93 zint -o bar25.png -b 25 --height=50 --border=10 -d "Code 93" zint -o bar25.eps -b 25 --height=50 --border=10 -d "Code 93" zint -o bar25.svg -b 25 --height=50 --border=10 -d "Code 93" echo testing Flattermarken zint -o bar28.png -b 28 --height=50 --border=10 -d 87654321 zint -o bar28.eps -b 28 --height=50 --border=10 -d 87654321 zint -o bar28.svg -b 28 --height=50 --border=10 -d 87654321 echo testing GS1 DataBar-14 zint -o bar29.png -b 29 --height=33 --border=10 -d 2001234567890 zint -o bar29.eps -b 29 --height=33 --border=10 -d 2001234567890 zint -o bar29.svg -b 29 --height=33 --border=10 -d 2001234567890 echo testing GS1 DataBar Limited zint -o bar30.png -b 30 --height=50 --border=10 -w 2 -d 31234567890 zint -o bar30.eps -b 30 --height=50 --border=10 -w 2 -d 31234567890 zint -o bar30.svg -b 30 --height=50 --border=10 -w 2 -d 31234567890 echo testing GS1 DataBar Expanded zint -o bar31.png -b 31 --height=50 --border=10 -d "[01]90012345678908[3103]001750" zint -o bar31.eps -b 31 --height=50 --border=10 -d "[01]90012345678908[3103]001750" zint -o bar31.svg -b 31 --height=50 --border=10 -d "[01]90012345678908[3103]001750" echo testing Telepen Alpha zint -o bar32.png -b 32 --height=50 --border=10 -d "Telepen" zint -o bar32.eps -b 32 --height=50 --border=10 -d "Telepen" zint -o bar32.svg -b 32 --height=50 --border=10 -d "Telepen" echo testing UPC A zint -o bar34.png -b 34 --height=50 --border=10 -d 10987654321 zint -o bar34.eps -b 34 --height=50 --border=10 -d 10987654321 zint -o bar34.svg -b 34 --height=50 --border=10 -d 10987654321 echo testing UPC A - 2 digit add-on zint -o bar35.png -b 34 --height=50 --border=10 -d 10987654321+21 zint -o bar35.eps -b 34 --height=50 --border=10 -d 10987654321+21 zint -o bar35.svg -b 34 --height=50 --border=10 -d 10987654321+21 echo testing UPC A - 5 digit add-on zint -o bar36.png -b 36 --height=50 --border=10 -d 10987654321+54321 zint -o bar36.eps -b 36 --height=50 --border=10 -d 10987654321+54321 zint -o bar36.svg -b 36 --height=50 --border=10 -d 10987654321+54321 echo testing UPC E zint -o bar37.png -b 37 --height=50 --border=10 -d 654321 zint -o bar37.eps -b 37 --height=50 --border=10 -d 654321 zint -o bar37.svg -b 37 --height=50 --border=10 -d 654321 echo testing UPC E - 2 digit add-on zint -o bar38.png -b 37 --height=50 --border=10 -d 654321+21 zint -o bar38.eps -b 37 --height=50 --border=10 -d 654321+21 zint -o bar38.svg -b 37 --height=50 --border=10 -d 654321+21 echo testing UPC E - 5 digit add-on zint -o bar39.png -b 37 --height=50 --border=10 -d 654321+54321 zint -o bar39.eps -b 37 --height=50 --border=10 -d 654321+54321 zint -o bar39.svg -b 37 --height=50 --border=10 -d 654321+54321 echo testing PostNet-6 zint -o bar41.png -b 40 --border=10 -d 54321 zint -o bar41.eps -b 40 --border=10 -d 54321 zint -o bar41.svg -b 40 --border=10 -d 54321 echo testing PostNet-10 zint -o bar43.png -b 40 --border=10 -d 987654321 zint -o bar43.eps -b 40 --border=10 -d 987654321 zint -o bar43.svg -b 40 --border=10 -d 987654321 echo testing PostNet-12 zint -o bar45.png -b 40 --border=10 -d 10987654321 zint -o bar45.eps -b 40 --border=10 -d 10987654321 zint -o bar45.svg -b 40 --border=10 -d 10987654321 echo testing MSI Code zint -o bar47.png -b 47 --height=50 --border=10 -d 87654321 zint -o bar47.eps -b 47 --height=50 --border=10 -d 87654321 zint -o bar47.svg -b 47 --height=50 --border=10 -d 87654321 echo testing FIM zint -o bar49.png -b 49 --height=50 --border=10 -d D zint -o bar49.eps -b 49 --height=50 --border=10 -d D zint -o bar49.svg -b 49 --height=50 --border=10 -d D echo testing LOGMARS zint -o bar50.png -b 50 --height=50 --border=10 -d LOGMARS zint -o bar50.eps -b 50 --height=50 --border=10 -d LOGMARS zint -o bar50.svg -b 50 --height=50 --border=10 -d LOGMARS echo testing Pharmacode One-Track zint -o bar51.png -b 51 --height=50 --border=10 -d 123456 zint -o bar51.eps -b 51 --height=50 --border=10 -d 123456 zint -o bar51.svg -b 51 --height=50 --border=10 -d 123456 echo testing Pharmazentralnumber zint -o bar52.png -b 52 --height=50 --border=10 -d 654321 zint -o bar52.eps -b 52 --height=50 --border=10 -d 654321 zint -o bar52.svg -b 52 --height=50 --border=10 -d 654321 echo testing Pharmacode Two-Track zint -o bar53.png -b 53 --height=50 --border=10 -d 12345678 zint -o bar53.eps -b 53 --height=50 --border=10 -d 12345678 zint -o bar53.svg -b 53 --height=50 --border=10 -d 12345678 echo testing PDF417 zint -o bar55.png -b 55 --border=10 -d "Demonstration PDF417 symbol generated by libzint" zint -o bar55.eps -b 55 --border=10 -d "Demonstration PDF417 symbol generated by libzint" zint -o bar55.svg -b 55 --border=10 -d "Demonstration PDF417 symbol generated by libzint" echo testing PDF417 Truncated zint -o bar56.png -b 56 --border=10 -d "Demonstration PDF417 symbol generated by libzint" zint -o bar56.eps -b 56 --border=10 -d "Demonstration PDF417 symbol generated by libzint" zint -o bar56.svg -b 56 --border=10 -d "Demonstration PDF417 symbol generated by libzint" echo testing Maxicode zint -o bar57.png -b 57 --border=10 --primary="999999999840012" -d "Demonstration Maxicode symbol generated by libzint" zint -o bar57.eps -b 57 --border=10 --primary="999999999840012" -d "Demonstration Maxicode symbol generated by libzint" zint -o bar57.svg -b 57 --border=10 --primary="999999999840012" -d "Demonstration Maxicode symbol generated by libzint" echo testing QR Code zint -o bar58.png -b 58 --border=10 -d "Demonstration QR Code symbol generated by libzint" zint -o bar58.eps -b 58 --border=10 -d "Demonstration QR Code symbol generated by libzint" zint -o bar58.svg -b 58 --border=10 -d "Demonstration QR Code symbol generated by libzint" zint -o bar58k.png -b 58 --kanji --border=10 -d "画像内の単語を非表示にする" zint -o bar58k.eps -b 58 --kanji --border=10 -d "画像内の単語を非表示にする" zint -o bar58k.svg -b 58 --kanji --border=10 -d "画像内の単語を非表示にする" echo testing Code 128 Subset B zint -o bar60.png -b 60 --height=50 --border=10 -d 87654321 zint -o bar60.eps -b 60 --height=50 --border=10 -d 87654321 zint -o bar60.svg -b 60 --height=50 --border=10 -d 87654321 echo testing Australian Post Standard Customer zint -o bar63.png -b 63 --border=10 -d 87654321 zint -o bar63.eps -b 63 --border=10 -d 87654321 zint -o bar63.svg -b 63 --border=10 -d 87654321 echo testing Australian Post Customer 2 zint -o bar64.png -b 63 --border=10 -d 87654321AUSPS zint -o bar64.eps -b 63 --border=10 -d 87654321AUSPS zint -o bar64.svg -b 63 --border=10 -d 87654321AUSPS echo testing Australian Post Customer 3 zint -o bar65.png -b 63 --border=10 -d "87654321 AUSTRALIA" zint -o bar65.eps -b 63 --border=10 -d "87654321 AUSTRALIA" zint -o bar65.svg -b 63 --border=10 -d "87654321 AUSTRALIA" echo testing Australian Post Reply Paid zint -o bar66.png -b 66 --border=10 -d 87654321 zint -o bar66.eps -b 66 --border=10 -d 87654321 zint -o bar66.svg -b 66 --border=10 -d 87654321 echo testing Australian Post Routing zint -o bar67.png -b 67 --border=10 -d 87654321 zint -o bar67.eps -b 67 --border=10 -d 87654321 zint -o bar67.svg -b 67 --border=10 -d 87654321 echo testing Australian Post Redirection zint -o bar68.png -b 68 --border=10 -d 87654321 zint -o bar68.eps -b 68 --border=10 -d 87654321 zint -o bar68.svg -b 68 --border=10 -d 87654321 echo testing ISBN Code zint -o bar69.png -b 69 --height=50 --border=10 -d 0333638514 zint -o bar69.eps -b 69 --height=50 --border=10 -d 0333638514 zint -o bar69.svg -b 69 --height=50 --border=10 -d 0333638514 echo testing Royal Mail 4 State zint -o bar70.png -b 70 --border=10 -d ROYALMAIL zint -o bar70.eps -b 70 --border=10 -d ROYALMAIL zint -o bar70.svg -b 70 --border=10 -d ROYALMAIL echo testing Data Matrix zint -o bar71.png -b 71 --border=10 -d "Demonstration Data Matrix symbol generated by libzint" zint -o bar71.eps -b 71 --border=10 -d "Demonstration Data Matrix symbol generated by libzint" zint -o bar71.svg -b 71 --border=10 -d "Demonstration Data Matrix symbol generated by libzint" zint -o bar71a.png -b 71 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231" zint -o bar71a.eps -b 71 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231" zint -o bar71a.svg -b 71 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231" echo testing Data Matrix ECC 050 zint -o bar71b.png --mode=3 -b 71 --border=10 -d "Demonstration Data Matrix symbol generated by libzint" zint -o bar71b.eps --mode=3 -b 71 --border=10 -d "Demonstration Data Matrix symbol generated by libzint" zint -o bar71b.svg --mode=3 -b 71 --border=10 -d "Demonstration Data Matrix symbol generated by libzint" echo testing EAN-14 zint -o bar72.png -b 72 --height=50 --border=10 -d 3210987654321 zint -o bar72.eps -b 72 --height=50 --border=10 -d 3210987654321 zint -o bar72.svg -b 72 --height=50 --border=10 -d 3210987654321 echo testing Codablock-F zint -o bar74.png -b 74 --border=10 -d "Demonstration Codablock-F symbol generated by libzint" zint -o bar74.eps -b 74 --border=10 -d "Demonstration Codablock-F symbol generated by libzint" zint -o bar74.svg -b 74 --border=10 -d "Demonstration Codablock-F symbol generated by libzint" zint -o bar74a.png -b 74 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231" zint -o bar74a.eps -b 74 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231" zint -o bar74a.svg -b 74 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231" echo testing NVE-18 zint -o bar75.png -b 75 --height=50 --border=10 -d 76543210987654321 zint -o bar75.eps -b 75 --height=50 --border=10 -d 76543210987654321 zint -o bar75.svg -b 75 --height=50 --border=10 -d 76543210987654321 echo testing Japanese Post zint -o bar76.png -b 76 --border=10 -d "10000131-3-2-503" zint -o bar76.eps -b 76 --border=10 -d "10000131-3-2-503" zint -o bar76.svg -b 76 --border=10 -d "10000131-3-2-503" echo testing Korea Post zint -o bar77.png -b 77 --height=50 --border=10 -d 123456 zint -o bar77.eps -b 77 --height=50 --border=10 -d 123456 zint -o bar77.svg -b 77 --height=50 --border=10 -d 123456 echo testing GS1 DataBar Truncated zint -o bar78.png -b 29 --height=13 --border=10 -d 1234567890 zint -o bar78.eps -b 29 --height=13 --border=10 -d 1234567890 zint -o bar78.svg -b 29 --height=13 --border=10 -d 1234567890 echo testing GS1 DataBar Stacked zint -o bar79.png -b 79 --border=10 -d 1234567890 zint -o bar79.eps -b 79 --border=10 -d 1234567890 zint -o bar79.svg -b 79 --border=10 -d 1234567890 echo testing GS1 DataBar Stacked Omnidirectional zint -o bar80.png -b 80 --height=69 --border=10 -d 3456789012 zint -o bar80.eps -b 80 --height=69 --border=10 -d 3456789012 zint -o bar80.svg -b 80 --height=69 --border=10 -d 3456789012 echo testing GS1 DataBar Expanded Stacked zint -o bar81.png -b 81 --border=10 -d "[01]98898765432106[3202]012345[15]991231" zint -o bar81.eps -b 81 --border=10 -d "[01]98898765432106[3202]012345[15]991231" zint -o bar81.svg -b 81 --border=10 -d "[01]98898765432106[3202]012345[15]991231" echo testing Planet 12 Digit zint -o bar82.png -b 82 --border=10 -d 10987654321 zint -o bar82.eps -b 82 --border=10 -d 10987654321 zint -o bar82.svg -b 82 --border=10 -d 10987654321 echo testing Planet 14 Digit zint -o bar83.png -b 82 --border=10 -d 3210987654321 zint -o bar83.eps -b 82 --border=10 -d 3210987654321 zint -o bar83.svg -b 82 --border=10 -d 3210987654321 echo testing Micro PDF417 zint -o bar84.png -b 84 --border=10 -d "Demonstration MicroPDF417 symbol generated by libzint" zint -o bar84.eps -b 84 --border=10 -d "Demonstration MicroPDF417 symbol generated by libzint" zint -o bar84.svg -b 84 --border=10 -d "Demonstration MicroPDF417 symbol generated by libzint" echo testing USPS OneCode 4-State Customer Barcode zint -o bar85.png -b 85 --border=10 -d 01234567094987654321 zint -o bar85.eps -b 85 --border=10 -d 01234567094987654321 zint -o bar85.svg -b 85 --border=10 -d 01234567094987654321 echo testing Plessey Code with bidirectional reading support zint -o bar86.png -b 86 --height=50 --border=10 -d 87654321 zint -o bar86.eps -b 86 --height=50 --border=10 -d 87654321 zint -o bar86.svg -b 86 --height=50 --border=10 -d 87654321 echo testing Telepen Numeric zint -o bar87.png -b 87 --height=50 --border=10 -d 87654321 zint -o bar87.eps -b 87 --height=50 --border=10 -d 87654321 zint -o bar87.svg -b 87 --height=50 --border=10 -d 87654321 echo testing ITF-14 zint -o bar89.png -b 89 --height=50 --border=10 -d 3210987654321 zint -o bar89.eps -b 89 --height=50 --border=10 -d 3210987654321 zint -o bar89.svg -b 89 --height=50 --border=10 -d 3210987654321 echo testing KIX Code zint -o bar90.png -b 90 --border=10 -d "1231FZ13Xhs" zint -o bar90.eps -b 90 --border=10 -d "1231FZ13Xhs" zint -o bar90.svg -b 90 --border=10 -d "1231FZ13Xhs" echo testing Aztec Code zint -o bar92.png -b 92 --border=10 -d "Demonstration Aztec Code symbol generated by libzint" zint -o bar92.eps -b 92 --border=10 -d "Demonstration Aztec Code symbol generated by libzint" zint -o bar92.svg -b 92 --border=10 -d "Demonstration Aztec Code symbol generated by libzint" zint -o bar92a.png -b 92 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231" zint -o bar92a.eps -b 92 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231" zint -o bar92a.svg -b 92 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231" echo testing DAFT Code zint -o bar93.png -b 93 --border=10 -d "daftdaftdaftdaftdaftdaftdaftdaftdaft" zint -o bar93.eps -b 93 --border=10 -d "daftdaftdaftdaftdaftdaftdaftdaftdaft" zint -o bar93.svg -b 93 --border=10 -d "daftdaftdaftdaftdaftdaftdaftdaftdaft" echo testing Micro QR Code zint -o bar97.png -b 97 --border=10 -d "MicroQR Code" zint -o bar97.eps -b 97 --border=10 -d "MicroQR Code" zint -o bar97.svg -b 97 --border=10 -d "MicroQR Code" zint -o bar97k.png -b 97 --kanji --border=10 -d "小さい" zint -o bar97k.eps -b 97 --kanji --border=10 -d "小さい" zint -o bar97k.svg -b 97 --kanji --border=10 -d "小さい" echo testing HIBC LIC 128 zint -o bar98.png -b 98 --border=10 -d "A99912345/9901510X3" zint -o bar98.eps -b 98 --border=10 -d "A99912345/9901510X3" zint -o bar98.svg -b 98 --border=10 -d "A99912345/9901510X3" echo testing HIBC LIC 39 zint -o bar99.png -b 99 --border=10 -d "A123BJC5D6E71" zint -o bar99.eps -b 99 --border=10 -d "A123BJC5D6E71" zint -o bar99.svg -b 99 --border=10 -d "A123BJC5D6E71" echo testing HIBC LIC Data Matrix zint -o bar102.png -b 102 --border=10 -d "A99912345/9901510X3" zint -o bar102.eps -b 102 --border=10 -d "A99912345/9901510X3" zint -o bar102.svg -b 102 --border=10 -d "A99912345/9901510X3" echo testing HIBC LIC QR-Code zint -o bar104.png -b 104 --border=10 -d "A99912345/9901510X3" zint -o bar104.eps -b 104 --border=10 -d "A99912345/9901510X3" zint -o bar104.svg -b 104 --border=10 -d "A99912345/9901510X3" echo testing HIBC LIC PDF417 zint -o bar106.png -b 106 --border=10 -d "A99912345/9901510X3" zint -o bar106.eps -b 106 --border=10 -d "A99912345/9901510X3" zint -o bar106.svg -b 106 --border=10 -d "A99912345/9901510X3" echo testing HIBC LIC MicroPDF417 zint -o bar108.png -b 108 --border=10 -d "A99912345/9901510X3" zint -o bar108.eps -b 108 --border=10 -d "A99912345/9901510X3" zint -o bar108.svg -b 108 --border=10 -d "A99912345/9901510X3" echo testing HIBC LIC Codablock F zint -o bar110.png -b 110 --border=10 -d "A99912345/9901510X3" zint -o bar110.eps -b 110 --border=10 -d "A99912345/9901510X3" zint -o bar110.svg -b 110 --border=10 -d "A99912345/9901510X3" echo testing Aztec Runes zint -o bar128.png -b 128 --border=10 -d 125 zint -o bar128.eps -b 128 --border=10 -d 125 zint -o bar128.svg -b 128 --border=10 -d 125 echo testing Code 23 zint -o bar129.png -b 129 --border=10 -d "12345678" zint -o bar129.eps -b 129 --border=10 -d "12345678" zint -o bar129.svg -b 129 --border=10 -d "12345678" echo testing EAN-8 Composite with CC-A zint -o bar130.png -b 130 --height=100 --border=10 --mode=1 --primary=1234567 -d "[21]A12345678" zint -o bar130.eps -b 130 --height=100 --border=10 --mode=1 --primary=1234567 -d "[21]A12345678" zint -o bar130.svg -b 130 --height=100 --border=10 --mode=1 --primary=1234567 -d "[21]A12345678" echo testing EAN-13 Composite with CC-A zint -o bar130a.png -b 130 --height=100 --border=10 --mode=1 --primary=331234567890 -d "[99]1234-abcd" zint -o bar130a.eps -b 130 --height=100 --border=10 --mode=1 --primary=331234567890 -d "[99]1234-abcd" zint -o bar130a.svg -b 130 --height=100 --border=10 --mode=1 --primary=331234567890 -d "[99]1234-abcd" echo testing UCC/EAN-128 Composite with CC-A zint -o bar131.png -b 131 --height=100 --border=10 --mode=1 --primary="[01]03212345678906" -d "[10]1234567ABCDEFG" zint -o bar131.eps -b 131 --height=100 --border=10 --mode=1 --primary="[01]03212345678906" -d "[10]1234567ABCDEFG" zint -o bar131.svg -b 131 --height=100 --border=10 --mode=1 --primary="[01]03212345678906" -d "[10]1234567ABCDEFG" echo testing UCC/EAN-128 Composite with CC-C zint -o bar131a.png -b 131 --height=100 --border=10 --mode=3 --primary="[00]030123456789012340" -d "[02]13012345678909[10]1234567ABCDEFG" zint -o bar131a.eps -b 131 --height=100 --border=10 --mode=3 --primary="[00]030123456789012340" -d "[02]13012345678909[10]1234567ABCDEFG" zint -o bar131a.svg -b 131 --height=100 --border=10 --mode=3 --primary="[00]030123456789012340" -d "[02]13012345678909[10]1234567ABCDEFG" echo testing RSS-14 Composite with CC-A zint -o bar132.png -b 132 --height=100 --border=10 --mode=1 --primary=361234567890 -d "[11]990102" zint -o bar132.eps -b 132 --height=100 --border=10 --mode=1 --primary=361234567890 -d "[11]990102" zint -o bar132.svg -b 132 --height=100 --border=10 --mode=1 --primary=361234567890 -d "[11]990102" echo testing RSS Limited Composite with CC-B zint -o bar133.png -b 133 --height=100 --border=10 --mode=2 --primary=351234567890 -d "[21]abcdefghijklmnopqrstuv" zint -o bar133.eps -b 133 --height=100 --border=10 --mode=2 --primary=351234567890 -d "[21]abcdefghijklmnopqrstuv" zint -o bar133.svg -b 133 --height=100 --border=10 --mode=2 --primary=351234567890 -d "[21]abcdefghijklmnopqrstuv" echo testing RSS Expanded Composite with CC-A zint -o bar134.png -b 134 --height=100 --border=10 --mode=1 --primary="[01]93712345678904[3103]001234" -d "[91]1A2B3C4D5E" zint -o bar134.eps -b 134 --height=100 --border=10 --mode=1 --primary="[01]93712345678904[3103]001234" -d "[91]1A2B3C4D5E" zint -o bar134.svg -b 134 --height=100 --border=10 --mode=1 --primary="[01]93712345678904[3103]001234" -d "[91]1A2B3C4D5E" echo testing UPC-A Composite with CC-A zint -o bar135.png -b 135 --height=100 --border=10 --mode=1 --primary=10987654321 -d "[15]021231" zint -o bar135.eps -b 135 --height=100 --border=10 --mode=1 --primary=10987654321 -d "[15]021231" zint -o bar135.svg -b 135 --height=100 --border=10 --mode=1 --primary=10987654321 -d "[15]021231" echo testing UPC-E Composite with CC-A zint -o bar136.png -b 136 --height=100 --border=10 --mode=1 --primary=121230 -d "[15]021231" zint -o bar136.eps -b 136 --height=100 --border=10 --mode=1 --primary=121230 -d "[15]021231" zint -o bar136.svg -b 136 --height=100 --border=10 --mode=1 --primary=121230 -d "[15]021231" echo testing RSS-14 Stacked Composite with CC-A zint -o bar137.png -b 137 --border=10 --mode=1 --primary=341234567890 -d "[17]010200" zint -o bar137.eps -b 137 --border=10 --mode=1 --primary=341234567890 -d "[17]010200" zint -o bar137.svg -b 137 --border=10 --mode=1 --primary=341234567890 -d "[17]010200" echo testing RSS-14 Stacked Omnidirectional Composite with CC-A zint -o bar138.png -b 138 --border=10 --mode=1 --primary=341234567890 -d "[17]010200" zint -o bar138.eps -b 138 --border=10 --mode=1 --primary=341234567890 -d "[17]010200" zint -o bar138.svg -b 138 --border=10 --mode=1 --primary=341234567890 -d "[17]010200" echo testing RSS Expanded Stacked Composite with CC-A zint -o bar139.png -b 139 --height=150 --border=10 --mode=1 --primary="[01]00012345678905[10]ABCDEF" -d "[21]12345678" zint -o bar139.eps -b 139 --height=150 --border=10 --mode=1 --primary="[01]00012345678905[10]ABCDEF" -d "[21]12345678" zint -o bar139.svg -b 139 --height=150 --border=10 --mode=1 --primary="[01]00012345678905[10]ABCDEF" -d "[21]12345678" echo testing Channel Code zint -o bar140.png -b 140 --height=100 --border=10 -d "12345" zint -o bar140.eps -b 140 --height=100 --border=10 -d "12345" zint -o bar140.svg -b 140 --height=100 --border=10 -d "12345" echo testing Code One zint -o bar141.png -b 141 --border=10 -d "Demonstration Code One symbol generated by libzint" zint -o bar141.eps -b 141 --border=10 -d "Demonstration Code One symbol generated by libzint" zint -o bar141.svg -b 141 --border=10 -d "Demonstration Code One symbol generated by libzint" echo testing PNG rotation zint -o barrot0.png -b 130 --height=50 --border=10 --mode=1 --rotate=0 --primary=331234567890+01234 -d "[99]1234-abcd" zint -o barrot90.png -b 130 --height=50 --border=10 --mode=1 --rotate=90 --primary=331234567890+01234 -d "[99]1234-abcd" zint -o barrot180.png -b 130 --height=50 --border=10 --mode=1 --rotate=180 --primary=331234567890+01234 -d "[99]1234-abcd" zint -o barrot270.png -b 130 --height=50 --border=10 --mode=1 --rotate=270 --primary=331234567890+01234 -d "[99]1234-abcd" echo testing Extended ASCII support zint -o barext.png --height=50 --border=10 -d "größer" zint -o barext.svg --height=50 --border=10 -d "größer"
samlown/zint
win32/test.bat
bat
gpl-3.0
27,527
@echo off IF [%1] == [] ( SET SERIAL=controller01 ) ELSE ( SET "SERIAL=%~1" ) REM client_commandline.exe returns a virtual device id we need for the calls below for /f %%i in ('client_commandline.exe addcontroller "%SERIAL%"') do set VirtualDeviceId=%%i IF [%VirtualDeviceId%] == [Error] ( echo "Couldn't create virtual controller" ) ELSE ( REM Set device properties client_commandline.exe setdeviceproperty %VirtualDeviceId% 1000 string lighthouse client_commandline.exe setdeviceproperty %VirtualDeviceId% 1001 string "Vive Controller MV" client_commandline.exe setdeviceproperty %VirtualDeviceId% 1003 string vr_controller_vive_1_5 client_commandline.exe setdeviceproperty %VirtualDeviceId% 1004 bool 0 client_commandline.exe setdeviceproperty %VirtualDeviceId% 1005 string HTC client_commandline.exe setdeviceproperty %VirtualDeviceId% 1006 string "1465809478 htcvrsoftware@firmware-win32 2016-06-13 FPGA 1.6/0/0 VRC 1465809477 Radio 1466630404" client_commandline.exe setdeviceproperty %VirtualDeviceId% 1007 string "product 129 rev 1.5.0 lot 2000/0/0 0" client_commandline.exe setdeviceproperty %VirtualDeviceId% 1010 bool 1 client_commandline.exe setdeviceproperty %VirtualDeviceId% 1017 uint64 2164327680 client_commandline.exe setdeviceproperty %VirtualDeviceId% 1018 uint64 1465809478 client_commandline.exe setdeviceproperty %VirtualDeviceId% 1029 int32 2 client_commandline.exe setdeviceproperty %VirtualDeviceId% 3001 uint64 12884901895 client_commandline.exe setdeviceproperty %VirtualDeviceId% 3002 int32 1 client_commandline.exe setdeviceproperty %VirtualDeviceId% 3003 int32 3 client_commandline.exe setdeviceproperty %VirtualDeviceId% 3004 int32 0 client_commandline.exe setdeviceproperty %VirtualDeviceId% 3005 int32 0 client_commandline.exe setdeviceproperty %VirtualDeviceId% 3006 int32 0 client_commandline.exe setdeviceproperty %VirtualDeviceId% 3007 int32 0 client_commandline.exe setdeviceproperty %VirtualDeviceId% 5000 string icons client_commandline.exe setdeviceproperty %VirtualDeviceId% 5001 string {htc}controller_status_off.png client_commandline.exe setdeviceproperty %VirtualDeviceId% 5002 string {htc}controller_status_searching.gif client_commandline.exe setdeviceproperty %VirtualDeviceId% 5003 string {htc}controller_status_searching_alert.gif client_commandline.exe setdeviceproperty %VirtualDeviceId% 5004 string {htc}controller_status_ready.png client_commandline.exe setdeviceproperty %VirtualDeviceId% 5005 string {htc}controller_status_ready_alert.png client_commandline.exe setdeviceproperty %VirtualDeviceId% 5006 string {htc}controller_status_error.png client_commandline.exe setdeviceproperty %VirtualDeviceId% 5007 string {htc}controller_status_standby.png client_commandline.exe setdeviceproperty %VirtualDeviceId% 5008 string {htc}controller_status_ready_low.png REM Let OpenVR know that there is a new device client_commandline.exe publishdevice %VirtualDeviceId% REM New devices are initially in disconnected state client_commandline.exe setdeviceconnection %VirtualDeviceId% 1 REM set device position client_commandline.exe setdeviceposition %VirtualDeviceId% 0 0 0 )
matzman666/OpenVR-InputEmulator
scripts/create_virtual_controller.bat
bat
gpl-3.0
3,168
git add . git commit -m "message" git push origin master
fx-moon/fx-moonblog
sync.bat
bat
gpl-3.0
56
rmdir /S /Q .\rtnet48 rmdir /S /Q .\rtnet6.0-windows @IF exist .\rtnet48 GOTO err @IF exist .\rtnet6.0-windows GOTO err mkdir rtnet48 mkdir rtnet6.0-windows "%ProgramFiles%\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" /m Altaxo.sln /t:Restore;Build /p:Configuration=Release "/p:Platform=Any CPU" @IF %ERRORLEVEL% NEQ 0 GOTO err @exit /B 0 :err @PAUSE @exit /B 1
Altaxo/Altaxo
releasebuild.cmd
bat
gpl-3.0
390
SET DB_ANFR_CARTORADIO_PATH= SET DB_ARCEP_COUVERTURE_MOBILE_PATH= SET DB_ARCEP_QOS_MOBILE_PATH= SET DB_CNIG_PCRS_PATH= SET DB_DGFIP_EDIGEO_PATH= SET DB_DGFIP_MAJIC_PATH= SET DB_ETALAB_BANV2_PATH= SET DB_FRANCETHD_OBSERVATOIRE_PATH= SET DB_GRACETHD_PGDUMP_IN_PATH= SET DB_GRACETHD_PGDUMP_OUT_PATH= SET DB_GRACETHD_SPATIALITE_IN_PATH= SET DB_GRACETHD_SPATIALITE_OUT_PATH= SET DB_GRACETHD_SHPCSV_IN_PATH= SET DB_GRACETHD_SHPCSV_OUT_PATH= SET DB_INSEE_IRIS_PATH= SET DB_INSEE_NAF_PATH= SET DB_INSEE_SIREN_PATH= SET DB_ORANGE_BLO_PATH= SET DB_ORANGE_NRA_PATH= SET DB_ORANGE_PIT_PATH= SET DB_OSM_OPENFLA_PATH=
Opentelcos/Opentelcos
conf/config_db.bat
bat
gpl-3.0
604
@echo off java -jar nermis.jar
mInternauta/Nermis
src/mInternauta.Nermis.Deamon/start.bat
bat
gpl-3.0
30
@echo off echo Compiling: release gcc -m32 -Wall -O1 -s -march=nocona -c *.c echo Linking gcc -m32 -s -shared -o antikoncept.dll *.o -L..\ -lcom_plugin echo Cleaning up del *.o pause
atrX/CoD4x-Server
plugins/antikoncept/compile.cmd
bat
agpl-3.0
186
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\python-opendaq.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\python-opendaq.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
armandovincelle/opendaq-python
docs/make.bat
bat
lgpl-3.0
6,475
@echo off .nuget\nuget.exe update -self .nuget\nuget.exe install FAKE -OutputDirectory packages -ExcludeVersion -Version 2.10.24 if not exist packages\SourceLink.Fake\tools\SourceLink.fsx ( .nuget\nuget.exe install SourceLink.Fake -OutputDirectory packages -ExcludeVersion ) cls set encoding=utf-8 packages\FAKE\tools\FAKE.exe build.fsx %*
Horusiath/akka.net
build.cmd
bat
apache-2.0
349
@REM don't watch the sausage being made @ECHO OFF REM the folder this script is in (*/bootplate/tools) SET TOOLS=%~DP0 REM enyo location SET ENYO=%TOOLS%\..\enyo REM deploy script location SET DEPLOY=%ENYO%\tools\deploy.js REM node location SET NODE=node.exe REM use node to invoke deploy.js with imported parameters %NODE% "%DEPLOY%" %* if not "%1" == "" ( if "%1" == "--chrome" ( echo Chromeeee rem I don't know how to write batch scripts, but this works. :setBase SET BASE=%~dp0..\ if [%BASE%] == [] goto setBase echo. %BASE% :setDest SET DEST=%BASE%deploy\DashWeather if [%DEST%] == [] goto setDest rem echo. Dest: %DEST% :setChrome SET CHROME=%BASE%extension if [%CHROME%] == [] goto setChrome rem echo. Chrome: %CHROME% xcopy %CHROME% %DEST% /e /q ) )
choorp/dash-weather
tools/deploy.bat
bat
apache-2.0
851
@echo off python %~dp0\..\showjar.py %*
tp7309/AndroidOneKeyDecompiler
bin/showjar.bat
bat
apache-2.0
39
@echo off dotnet run --project build/build.csproj -c Release -- %*
JasperFx/oakton
build.cmd
bat
apache-2.0
68
@echo off cls echo ################################################################### echo -->Device: adb shell grep ro.product.model= system/build.prop echo -->Codename adb shell grep ro.product.device= system/build.prop echo -->Android version: adb shell grep ro.build.version.release= system/build.prop echo -->Api: adb shell grep ro.build.version.sdk= system/build.prop echo Status: adb get-state echo Serial Number: adb get-serialno echo #################################################################### echo. echo. echo Unlocking Bootloder.... @adb root echo Looking for device.... adb wait-for-device echo Found a Device, if it's a Lg L5, pause adb remount echo Pushing Bootloader..... @adb push emmc_appsboot.bin /sddcard/ echo Writing..... @adb shell su -c "dd if=/data/local/tmp/emmc_appsboot.bin of=/dev/block/mmcblk0p5 bs=4096" @adb reboot @adb wait-for device @adb shell rm /sdcard/emmc_appsboot.bin echo Done! C:\LgTool\common\Start.bat
DeathTears/Lg-L-Toolkit
Lg-l5/Bootloader/unlock.bat
bat
apache-2.0
955
c:\Qt\Qt5.5.0\5.5\msvc2010\bin\lrelease.exe -verbose hmb-photocrop_ru.ts -qm hmb-photocrop_ru.qm
Flk427/hmb-photocrop
i18n/call_lrelease.cmd
bat
apache-2.0
98
@rem =========================================================================================================== @rem Copyright (c) Microsoft Corporation. All Rights Reserved. @rem See License.txt in the project root for license information. @rem =========================================================================================================== @rem Notes/instructions for modifications: @rem @rem * Do not use "::" for comments, as the line will be parsed and can create spurious @rem errors, i.e. if it contains variables, "|" or ">" characters, esp. within "IF" @rem and "FOR" compound statements @rem @rem * The coloring method uses the colors from color /h through a hacky trick with findstr. @rem Only use filename-safe characters if you use CALL :colorEcho @rem @rem * Parts of this batch file require administrator permission. If such permissions aren't @rem available, a warning will be issued and relevant parts will not be executed. @rem @rem * Currently, only one paramter is parsed and combinations are not possible @rem @rem * Installation of F# FSC compiler and FSI are done in the SHARED SDK directory. Henceforth @rem each installation of Visual Studio 2017 will use the updated FSC.exe and the commandline @rem FSI.exe. The in-product VS FSI plugin, syntax highlighting and IntelliSense must be @rem installed through VSIXInstaller.exe debug\net40\bin\VisualFSharpFull.vsix @rem @rem This procedure needs to be changed once F# supports multiple side-by-side installations @rem at which point everything will go through VSIXInstaller.exe @echo off setlocal EnableDelayedExpansion rem Count errors, warnings and succesful copies set ERRORCOUNT=0 set WARNCOUNT=0 set COPYCOUNT=0 rem Enable colors, but can ONLY BE USED WITH PRINTING LINES THAT FIT IN A FILENAME! for /F "tokens=1,2 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1) do rem"') do ( set "DEL=%%a" ) if /i "%1" == "debug" ( set ACTION=debug set DEPLOY=yes set BINDIR=%~dp0..\%1\net40\bin goto :ok ) if /i "%1" == "release" ( set ACTION=release set DEPLOY=yes set BINDIR=%~dp0..\%1\net40\bin goto :ok ) if /i "%1" == "restore" ( set ACTION=restore set DEPLOY=no set BINDIR=%~dp0..\%1 goto :ok ) if /i "%1" == "backup" ( set ACTION=backup set DEPLOY=no set BINDIR=%~dp0..\restore goto :ok ) set GOTOHELP=yes :ok set RESTOREDIR=%~dp0..\restore set TOPDIR=%~dp0.. rem By using a token that does not exist in paths, this will resolve any ".." and "." in the path, even if path contains spaces FOR /F "tokens=*" %%I IN ("%RESTOREDIR%") DO set RESTOREDIR=%%~fI FOR /F "tokens=*" %%I IN ("%BINDIR%") DO set BINDIR=%%~fI FOR /F "tokens=*" %%I IN ("%TOPDIR%") DO set TOPDIR=%%~fI if /i "%GOTOHELP%" == "yes" goto :help GOTO :start :help echo. echo Installs or restores F# SDK bits, which applies system-wide to all Visual Studio echo 2017 installations. After running this, each project targeting F# 4.5 will use echo your locally built FSC.exe. It will not update other F# tools, see remarks below. echo. echo Requires Administrator privileges for removing/restoring strong-naming. echo. echo Syntax: %0 [debug^|release^|restore^|backup] echo. echo debug integrates debug builds of FSC, FSI ^& tools echo release integrates release builds of FSC, FSI ^& tools echo restore restores original SDK from an earlier backup echo backup backups the files that would be overwritten, does not deploy anything echo. echo Paths used: echo. echo Root location: %TOPDIR% echo Debug bin location: %TOPDIR%\debug\net40\bin echo Release bin location: %TOPDIR%\release\net40\bin echo Backup location: %RESTOREDIR% echo. echo Remarks: echo. echo This script should only be run after build.cmd has completed successfully. echo. echo Clearing the git repository may clear the backup directory. To be on the safe echo side, you should place a copy of the backup dir outside of the git repo. echo. echo This batch script will only update the relevant SDK bits, and remove or restore echo strong-naming automatically. It is recommended that you also update the F# Tools echo by running the following two commands after a build of "build vs" or echo "build vs debug" has completed. More instructions in DEVGUIDE.md in the root. echo. echo For Release builds: echo. echo ^> VSIXInstaller.exe /u:"VisualFSharp" echo ^> VSIXInstaller.exe release\net40\bin\VisualFSharpFull.vsix echo. echo For Debug builds: echo. echo ^> VSIXInstaller.exe /u:"VisualFSharp" echo ^> VSIXInstaller.exe debug\net40\bin\VisualFSharpFull.vsix echo. exit /b 1 :start echo. if "%DEPLOY%" == "yes" echo Starting deployment of %ACTION% bits. if not "%DEPLOY%" == "yes" echo Starting %ACTION% echo. rem This check whether we're started with administrator rights CALL :checkPrequisites if /i "%PROCESSOR_ARCHITECTURE%"=="x86" set X86_PROGRAMFILES=%ProgramFiles% if /I "%PROCESSOR_ARCHITECTURE%"=="AMD64" set X86_PROGRAMFILES=%ProgramFiles(x86)% set REGEXE32BIT=reg.exe if not "%OSARCH%"=="x86" set REGEXE32BIT=%WINDIR%\syswow64\reg.exe rem See https://stackoverflow.com/a/17113667/111575 on 2^>NUL for suppressing the error "ERROR: The system was unable to find the specified registry key or value." from reg.exe, this fixes #3619 rem The delims are a TAB and a SPACE, do not normalize it! FOR /F "tokens=2* delims= " %%A IN ('%REGEXE32BIT% QUERY "HKLM\Software\WOW6432Node\Microsoft\Microsoft SDKs\NETFXSDK\4.6.2\WinSDK-NetFx40Tools" /v InstallationFolder 2^>NUL') DO SET WINSDKNETFXTOOLS=%%B if "%WINSDKNETFXTOOLS%"=="" FOR /F "tokens=2* delims= " %%A IN ('%REGEXE32BIT% QUERY "HKLM\Software\WOW6432Node\Microsoft\Microsoft SDKs\NETFXSDK\4.6.1\WinSDK-NetFx40Tools" /v InstallationFolder 2^>NUL') DO SET WINSDKNETFXTOOLS=%%B if "%WINSDKNETFXTOOLS%"=="" FOR /F "tokens=2* delims= " %%A IN ('%REGEXE32BIT% QUERY "HKLM\Software\Microsoft\Microsoft SDKs\NETFXSDK\4.6\WinSDK-NetFx40Tools" /v InstallationFolder 2^>NUL') DO SET WINSDKNETFXTOOLS=%%B if "%WINSDKNETFXTOOLS%"=="" FOR /F "tokens=2* delims= " %%A IN ('%REGEXE32BIT% QUERY "HKLM\Software\Microsoft\Microsoft SDKs\Windows\v8.1A\WinSDK-NetFx40Tools" /v InstallationFolder 2^>NUL') DO SET WINSDKNETFXTOOLS=%%B if "%WINSDKNETFXTOOLS%"=="" FOR /F "tokens=2* delims= " %%A IN ('%REGEXE32BIT% QUERY "HKLM\Software\Microsoft\Microsoft SDKs\Windows\v8.0A\WinSDK-NetFx40Tools" /v InstallationFolder 2^>NUL') DO SET WINSDKNETFXTOOLS=%%B if "%WINSDKNETFXTOOLS%"=="" FOR /F "tokens=2* delims= " %%A IN ('%REGEXE32BIT% QUERY "HKLM\Software\Microsoft\Microsoft SDKs\Windows\v7.1\WinSDK-NetFx40Tools" /v InstallationFolder 2^>NUL') DO SET WINSDKNETFXTOOLS=%%B if "%WINSDKNETFXTOOLS%"=="" FOR /F "tokens=2* delims= " %%A IN ('%REGEXE32BIT% QUERY "HKLM\Software\Microsoft\Microsoft SDKs\Windows\v7.0A\WinSDK-NetFx40Tools" /v InstallationFolder 2^>NUL') DO SET WINSDKNETFXTOOLS=%%B set SN32="%WINSDKNETFXTOOLS%sn.exe" set SN64="%WINSDKNETFXTOOLS%x64\sn.exe" set NGEN32=%windir%\Microsoft.NET\Framework\v4.0.30319\ngen.exe set NGEN64=%windir%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe set FSHARPVERSION=4.3 set FSHARPVERSION2=43 rem The various locations of the SDK and tools rem SDK path, will be created if it doesn't exist set COMPILERSDKPATH=%X86_PROGRAMFILES%\Microsoft SDKs\F#\%FSHARPVERSION%\Framework\v4.0 rem Main assemblies path, will be created if it doesn't exist set COMPILERMAINASSEMBLIESPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.%FSHARPVERSION%.0 rem The .NET Core 3.7 assemblies path, will be created if it doesn't exist set COMPILER7ASSEMBLIESPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.7.%FSHARPVERSION2%.0 rem The .NET Core 3.78 assemblies path, will be created if it doesn't exist set COMPILER78ASSEMBLIESPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.78.%FSHARPVERSION2%.0 rem The .NET Core 3.259 assemblies path, will be created if it doesn't exist set COMPILER259ASSEMBLIESPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.259.%FSHARPVERSION2%.0 rem The .NET Portable 3.47 assemblies path, will be created if it doesn't exist set COMPILER47ASSEMBLIESPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETPortable\3.47.%FSHARPVERSION2%.0 rem Try to create target and backup folders, if needed set RESTOREBASE=%RESTOREDIR% rem Only create backup dirs if we are backupping or restoring rem (in the latter case, the directories should already be there, but if not, it prevents errors later on) if "!DEPLOY!" == "no" ( CALL :tryCreateFolder "!RESTOREBASE!\compiler_sdk" CALL :tryCreateFolder "!RESTOREBASE!\main_assemblies" CALL :tryCreateFolder "!RESTOREBASE!\profile_7" CALL :tryCreateFolder "!RESTOREBASE!\profile_78" CALL :tryCreateFolder "!RESTOREBASE!\profile_259" CALL :tryCreateFolder "!RESTOREBASE!\profile_47" ) CALL :tryCreateFolder "!COMPILERSDKPATH!" CALL :tryCreateFolder "!COMPILERMAINASSEMBLIESPATH!" CALL :tryCreateFolder "!COMPILER7ASSEMBLIESPATH!" & CALL :tryCreateFolder "!COMPILER78ASSEMBLIESPATH!" CALL :tryCreateFolder "!COMPILER259ASSEMBLIESPATH!" CALL :tryCreateFolder "!COMPILER47ASSEMBLIESPATH!" rem If one or more directories could not be created, exit early with a non-zero error code if "!CREATEFAILED!"=="true" CALL :exitFailDir & EXIT /B 1 rem Deploying main files, fsi.exe and fsc.exe and related echo. CALL :colorEcho 02 "[!ACTION!] Processing files for compiler_sdk" & echo. set SOURCEDIR=%BINDIR% set RESTOREDIR=!RESTOREBASE!\compiler_sdk CALL :checkAvailability compiler_sdk if "!BIN_AVAILABLE!" == "true" ( CALL :backupAndOrCopy fsc.exe "!COMPILERSDKPATH!" CALL :backupAndOrCopy fsc.exe.config "%COMPILERSDKPATH%" CALL :backupAndOrCopy FSharp.Build.dll "%COMPILERSDKPATH%" CALL :backupAndOrCopy FSharp.Compiler.Private.dll "%COMPILERSDKPATH%" CALL :backupAndOrCopy FSharp.Compiler.Interactive.Settings.dll "%COMPILERSDKPATH%" CALL :backupAndOrCopy fsi.exe "%COMPILERSDKPATH%" CALL :backupAndOrCopy fsi.exe.config "%COMPILERSDKPATH%" CALL :backupAndOrCopy fsiAnyCpu.exe "%COMPILERSDKPATH%" CALL :backupAndOrCopy fsiAnyCpu.exe.config "%COMPILERSDKPATH%" CALL :backupAndOrCopy Microsoft.FSharp.Targets "%COMPILERSDKPATH%" CALL :backupAndOrCopy Microsoft.Portable.FSharp.Targets "%COMPILERSDKPATH%" CALL :backupAndOrCopy Microsoft.FSharp.NetSdk.props "%COMPILERSDKPATH%" CALL :backupAndOrCopy Microsoft.FSharp.NetSdk.targets "%COMPILERSDKPATH%" CALL :backupAndOrCopy Microsoft.FSharp.Overrides.NetSdk.targets "%COMPILERSDKPATH%" rem Special casing for SupportedRuntimes.xml, it has a different source directory, it's always there set SOURCEDIR="%TOPDIR%\vsintegration\src\SupportedRuntimes" CALL :backupAndOrCopy SupportedRuntimes.xml "%COMPILERSDKPATH%" ) rem Deploying main assemblies echo. CALL :colorEcho 02 "[!ACTION!] Processing files for main_assemblies" & echo. set SOURCEDIR=%BINDIR% set RESTOREDIR=!RESTOREBASE!\main_assemblies CALL :checkAvailability main_assemblies if "!BIN_AVAILABLE!" == "true" ( CALL :backupAndOrCopy FSharp.Core.dll "%COMPILERMAINASSEMBLIESPATH%" CALL :backupAndOrCopy FSharp.Core.optdata "%COMPILERMAINASSEMBLIESPATH%" CALL :backupAndOrCopy FSharp.Core.sigdata "%COMPILERMAINASSEMBLIESPATH%" CALL :backupAndOrCopy FSharp.Core.xml "%COMPILERMAINASSEMBLIESPATH%" ) REM TODO: this was already here (2017-09-28) and was already commented out, I think (AB) that these redirects aren't necessary anymore and can be permanently removed REM echo ^<configuration^>^<runtime^>^<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" appliesTo="v4.0.30319"^>^<dependentAssembly^>^<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /^> ^<bindingRedirect oldVersion="2.0.0.0-4.%FSHARPVERSION%.0" newVersion="4.%FSHARPVERSION%.0"/^>^</dependentAssembly^>^</assemblyBinding^>^</runtime^>^</configuration^> > "%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.%FSHARPVERSION%.0\pub.config" rem To add registry keys and to change strong-name validation requires Administrator access if "%DEPLOY%" == "yes" if "!ISADMIN!" == "yes" ( echo. CALL :colorEcho 02 "[!ACTION!] Setting or adding registry keys for open source assemblies" & echo. if /I "!PROCESSOR_ARCHITECTURE!"=="AMD64" ( REG ADD "HKLM\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319\AssemblyFoldersEx\F# !FSHARPVERSION! Core Assemblies (Open Source)" /ve /t REG_SZ /f /d "!X86_PROGRAMFILES!\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.!FSHARPVERSION!.0\ REG ADD "HKLM\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.50709\AssemblyFoldersEx\F# !FSHARPVERSION! Core Assemblies (Open Source)" /ve /t REG_SZ /f /d "!X86_PROGRAMFILES!\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.!FSHARPVERSION!.0\ ) REG ADD "HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319\AssemblyFoldersEx\F# !FSHARPVERSION! Core Assemblies (Open Source)" /ve /t REG_SZ /f /d "!X86_PROGRAMFILES!\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.!FSHARPVERSION!.0\ REG ADD "HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.50709\AssemblyFoldersEx\F# !FSHARPVERSION! Core Assemblies (Open Source)" /ve /t REG_SZ /f /d "!X86_PROGRAMFILES!\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.!FSHARPVERSION!.0\ rem Disable strong-name validation for F# binaries built from open source that are signed with the microsoft key echo. CALL :colorEcho 02 "[!ACTION!] Removing strong-name validation of F# binaries" & echo. !SN32! -Vr FSharp.Core,b03f5f7f11d50a3a 1>NUL 2>NUL !SN32! -Vr FSharp.Build,b03f5f7f11d50a3a 1>NUL 2>NUL !SN32! -Vr FSharp.Compiler.Interactive.Settings,b03f5f7f11d50a3a 1>NUL 2>NUL !SN32! -Vr HostedCompilerServer,b03f5f7f11d50a3a 1>NUL 2>NUL !SN32! -Vr FSharp.Compiler,b03f5f7f11d50a3a 1>NUL 2>NUL !SN32! -Vr FSharp.Compiler.Server.Shared,b03f5f7f11d50a3a 1>NUL 2>NUL !SN32! -Vr FSharp.Editor,b03f5f7f11d50a3a 1>NUL 2>NUL !SN32! -Vr FSharp.LanguageService,b03f5f7f11d50a3a 1>NUL 2>NUL !SN32! -Vr FSharp.LanguageService.Base,b03f5f7f11d50a3a 1>NUL 2>NUL !SN32! -Vr FSharp.ProjectSystem.Base,b03f5f7f11d50a3a 1>NUL 2>NUL !SN32! -Vr FSharp.ProjectSystem.FSharp,b03f5f7f11d50a3a 1>NUL 2>NUL !SN32! -Vr FSharp.ProjectSystem.PropertyPages,b03f5f7f11d50a3a 1>NUL 2>NUL !SN32! -Vr FSharp.VS.FSI,b03f5f7f11d50a3a 1>NUL 2>NUL !SN32! -Vr VisualFSharp.UnitTests,b03f5f7f11d50a3a 1>NUL 2>NUL !SN32! -Vr VisualFSharp.Salsa,b03f5f7f11d50a3a 1>NUL 2>NUL REM Do this *in addition* to the above for x64 systems if /i "!PROCESSOR_ARCHITECTURE!"=="AMD64" ( !SN64! -Vr FSharp.Core,b03f5f7f11d50a3a 1>NUL 2>NUL !SN64! -Vr FSharp.Build,b03f5f7f11d50a3a 1>NUL 2>NUL !SN64! -Vr FSharp.Compiler.Interactive.Settings,b03f5f7f11d50a3a 1>NUL 2>NUL !SN64! -Vr HostedCompilerServer,b03f5f7f11d50a3a 1>NUL 2>NUL !SN64! -Vr FSharp.Compiler,b03f5f7f11d50a3a 1>NUL 2>NUL !SN64! -Vr FSharp.Compiler.Server.Shared,b03f5f7f11d50a3a 1>NUL 2>NUL !SN64! -Vr FSharp.Editor,b03f5f7f11d50a3a 1>NUL 2>NUL !SN64! -Vr FSharp.LanguageService,b03f5f7f11d50a3a 1>NUL 2>NUL !SN64! -Vr FSharp.LanguageService.Base,b03f5f7f11d50a3a 1>NUL 2>NUL !SN64! -Vr FSharp.ProjectSystem.Base,b03f5f7f11d50a3a 1>NUL 2>NUL !SN64! -Vr FSharp.ProjectSystem.FSharp,b03f5f7f11d50a3a 1>NUL 2>NUL !SN64! -Vr FSharp.ProjectSystem.PropertyPages,b03f5f7f11d50a3a 1>NUL 2>NUL !SN64! -Vr FSharp.VS.FSI,b03f5f7f11d50a3a 1>NUL 2>NUL !SN64! -Vr VisualFSharp.UnitTests,b03f5f7f11d50a3a 1>NUL 2>NUL !SN64! -Vr VisualFSharp.Salsa,b03f5f7f11d50a3a 1>NUL 2>NUL ) rem NGen fsc, fsi, fsiAnyCpu, and FSharp.Build.dll echo. CALL :colorEcho 02 "[!ACTION!] Queuing for NGEN of FSI and FSC binaries" & echo. echo [!ACTION!] NGEN of "!COMPILERSDKPATH!\fsc.exe" "!NGEN32!" install "!COMPILERSDKPATH!\fsc.exe" /queue:1 1>NUL echo [!ACTION!] NGEN of "!COMPILERSDKPATH!\fsi.exe" "!NGEN32!" install "!COMPILERSDKPATH!\fsi.exe" /queue:1 1>NUL echo [!ACTION!] NGEN of "!COMPILERSDKPATH!\fsiAnyCpu.exe" "!NGEN32!" install "!COMPILERSDKPATH!\fsiAnyCpu.exe" /queue:1 1>NUL echo [!ACTION!] NGEN of "!COMPILERSDKPATH!\FSharp.Build.dll" "!NGEN32!" install "!COMPILERSDKPATH!\FSharp.Build.dll" /queue:1 1>NUL if /i "!PROCESSOR_ARCHITECTURE!"=="AMD64" ( echo [!ACTION!] NGEN64 of "!COMPILERSDKPATH!\fsiAnyCpu.exe" "!NGEN64!" install "!COMPILERSDKPATH!\fsiAnyCpu.exe" /queue:1 1>NUL echo [!ACTION!] NGEN64 of "!COMPILERSDKPATH!\FSharp.Build.dll" "!NGEN64!" install "!COMPILERSDKPATH!\FSharp.Build.dll" /queue:1 1>NUL ) ) if "%DEPLOY%" == "yes" if "!ISADMIN!" == "no" ( echo. CALL :colorEcho 0E "[!ACTION!] SKIPPED (no admin) Setting or adding registry keys for open source assemblies" & echo. CALL :colorEcho 0E "[!ACTION!] SKIPPED (no admin) Removing strong-name validation of F# binaries" & echo. CALL :colorEcho 02 "[!ACTION!] SKIPPED (no admin) Queuing for NGEN of FSI and FSC binaries" & echo. SET /A WARNCOUNT+=3 ) rem Re-enable certain settings when restoring, NGEN the original files again, requires admin rights if "%ACTION%" == "restore" if "!ISADMIN!" == "yes" ( rem Re-enable strong-name validation for F# binaries that were previously installed echo. CALL :colorEcho 02 "[!ACTION!] Re-enabling strong-name validation of original F# binaries" & echo. !SN32! -Vu FSharp.Core,b03f5f7f11d50a3a 2>NUL 1>NUL !SN32! -Vu FSharp.Build,b03f5f7f11d50a3a 2>NUL 1>NUL !SN32! -Vu FSharp.Compiler.Interactive.Settings,b03f5f7f11d50a3a 2>NUL 1>NUL !SN32! -Vu HostedCompilerServer,b03f5f7f11d50a3a 2>NUL 1>NUL !SN32! -Vu FSharp.Compiler,b03f5f7f11d50a3a 2>NUL 1>NUL !SN32! -Vu FSharp.Compiler.Server.Shared,b03f5f7f11d50a3a 2>NUL 1>NUL !SN32! -Vu FSharp.Editor,b03f5f7f11d50a3a 2>NUL 1>NUL !SN32! -Vu FSharp.LanguageService,b03f5f7f11d50a3a 2>NUL 1>NUL !SN32! -Vu FSharp.LanguageService.Base,b03f5f7f11d50a3a 2>NUL 1>NUL !SN32! -Vu FSharp.ProjectSystem.Base,b03f5f7f11d50a3a 2>NUL 1>NUL !SN32! -Vu FSharp.ProjectSystem.FSharp,b03f5f7f11d50a3a 2>NUL 1>NUL !SN32! -Vu FSharp.ProjectSystem.PropertyPages,b03f5f7f11d50a3a 2>NUL 1>NUL !SN32! -Vu FSharp.VS.FSI,b03f5f7f11d50a3a 2>NUL 1>NUL !SN32! -Vu VisualFSharp.UnitTests,b03f5f7f11d50a3a 2>NUL 1>NUL !SN32! -Vu VisualFSharp.Salsa,b03f5f7f11d50a3a 2>NUL 1>NUL REM Do this *in addition* to the above for x64 systems if /i "!PROCESSOR_ARCHITECTURE!"=="AMD64" ( !SN64! -Vu FSharp.Core,b03f5f7f11d50a3a 2>NUL 1>NUL !SN64! -Vu FSharp.Build,b03f5f7f11d50a3a 2>NUL 1>NUL !SN64! -Vu FSharp.Compiler.Interactive.Settings,b03f5f7f11d50a3a 2>NUL 1>NUL !SN64! -Vu HostedCompilerServer,b03f5f7f11d50a3a 2>NUL 1>NUL !SN64! -Vu FSharp.Compiler,b03f5f7f11d50a3a 2>NUL 1>NUL !SN64! -Vu FSharp.Compiler.Server.Shared,b03f5f7f11d50a3a 2>NUL 1>NUL !SN64! -Vu FSharp.Editor,b03f5f7f11d50a3a 2>NUL 1>NUL !SN64! -Vu FSharp.LanguageService,b03f5f7f11d50a3a 2>NUL 1>NUL !SN64! -Vu FSharp.LanguageService.Base,b03f5f7f11d50a3a 2>NUL 1>NUL !SN64! -Vu FSharp.ProjectSystem.Base,b03f5f7f11d50a3a 2>NUL 1>NUL !SN64! -Vu FSharp.ProjectSystem.FSharp,b03f5f7f11d50a3a 2>NUL 1>NUL !SN64! -Vu FSharp.ProjectSystem.PropertyPages,b03f5f7f11d50a3a 2>NUL 1>NUL !SN64! -Vu FSharp.VS.FSI,b03f5f7f11d50a3a 2>NUL 1>NUL !SN64! -Vu VisualFSharp.UnitTests,b03f5f7f11d50a3a 2>NUL 1>NUL !SN64! -Vu VisualFSharp.Salsa,b03f5f7f11d50a3a 2>NUL 1>NUL ) rem NGen fsc, fsi, fsiAnyCpu, and FSharp.Build.dll echo. CALL :colorEcho 02 "[!ACTION!] Queuing for NGEN of FSI and FSC binaries" & echo. echo [!ACTION!] NGEN of "!COMPILERSDKPATH!\fsc.exe" "!NGEN32!" install "!COMPILERSDKPATH!\fsc.exe" /queue:1 1>NUL echo [!ACTION!] NGEN of "!COMPILERSDKPATH!\fsi.exe" "!NGEN32!" install "!COMPILERSDKPATH!\fsi.exe" /queue:1 1>NUL echo [!ACTION!] NGEN of "!COMPILERSDKPATH!\fsiAnyCpu.exe" "!NGEN32!" install "!COMPILERSDKPATH!\fsiAnyCpu.exe" /queue:1 1>NUL echo [!ACTION!] NGEN of "!COMPILERSDKPATH!\FSharp.Build.dll" "!NGEN32!" install "!COMPILERSDKPATH!\FSharp.Build.dll" /queue:1 1>NUL if /i "!PROCESSOR_ARCHITECTURE!"=="AMD64" ( echo [!ACTION!] NGEN64 of "!COMPILERSDKPATH!\fsiAnyCpu.exe" "!NGEN64!" install "!COMPILERSDKPATH!\fsiAnyCpu.exe" /queue:1 1>NUL echo [!ACTION!] NGEN64 of "!COMPILERSDKPATH!\FSharp.Build.dll" "!NGEN64!" install "!COMPILERSDKPATH!\FSharp.Build.dll" /queue:1 1>NUL ) ) if "%ACTION%" == "restore" if "!ISADMIN!" == "no" ( CALL :colorEcho 0E "[!ACTION!] SKIPPED (no admin) Re-enabling strong-name validation of original F# binaries" & echo. CALL :colorEcho 0E "[!ACTION!] SKIPPED (no admin) Queuing for NGEN of FSI and FSC binaries" & echo. set /A WARNCOUNT+=2 ) GOTO :summary :checkAvailability rem Checks whether a given source is available, issues a warning otherwise, SOURCEDIR must be set to the appropriate binaries rem This will simultaneously remove the quotes of the original param and add the filename to it, then it is surrounded by quotes again FOR /F "usebackq tokens=*" %%I IN ('%SOURCEDIR%') DO set SOURCE="%%~fI\*" if not exist !SOURCE! ( rem For debug and release deploy it matters, but for restore and backup we don't care set BIN_AVAILABLE=true if "!DEPLOY!" == "yes" ( echo [!ACTION!] Source bindir does not exist: !SOURCE! CALL :colorEcho 0E "[!ACTION!] Source binaries not found, deploy of %1 skipped" & echo. & set /A WARNCOUNT+=1 set BIN_AVAILABLE=false ) ) else ( set BIN_AVAILABLE=true ) EXIT /B :backupAndOrCopy rem Creates a backup and copies, depending on whether debug, release, restore or backup is selected rem This will simultaneously remove the quotes of the original param and add the filename to it, then it is surrounded by quotes again FOR /F "usebackq tokens=*" %%I IN ('%2') DO set TARGET="%%~fI\%1" FOR /F "usebackq tokens=*" %%I IN ('%RESTOREDIR%') DO set BACKUP="%%~fI\%1" FOR /F "usebackq tokens=*" %%I IN ('%SOURCEDIR%') DO set SOURCE="%%~fI\%1" if "%ACTION%" == "backup" ( rem When backing up, the target becomes the source if not exist !TARGET! ( rem Remove a file from the backup location if it is not part of this SDK install DEL /f !BACKUP! 1>NUL 2>NUL ) else ( rem Otherwise, copy over the original CALL :copyFile !TARGET! !BACKUP! ) ) if "%ACTION%" == "restore" ( rem When restoring, the backup location becomes the source if not exist !BACKUP! ( rem If this file didn't exist in the previous installation, we should remove it to prevent confusion of left-over bits DEL /f !TARGET! 1>NUL 2>NUL ) else ( rem Otherwise, copy over the original CALL :copyFile !BACKUP! !TARGET! ) ) if "%DEPLOY%" == "yes" ( rem Deploy of debug or release build, depending on selected action CALL :copyFile !SOURCE! !TARGET! ) EXIT /B rem Copies a file and logs errors in red, warnings in yellow :copyFile FOR /F "usebackq tokens=*" %%I IN ('%1') DO set SOURCE="%%~fI" FOR /F "usebackq tokens=*" %%I IN ('%2') DO set TARGET="%%~fI" echo [%ACTION%] source: !SOURCE! echo [%ACTION%] target: !TARGET! if EXIST !SOURCE! ( copy /y !SOURCE! !TARGET! 1>NUL 2>copyresult.log if "!errorlevel!" == "0" echo [!ACTION!] 1 file copied & set /A COPYCOUNT+=1 if not "!errorlevel!" == "0" ( set /p COPYRESULT=<copyresult.log CALL :colorEcho 0C "[!ACTION!] !COPYRESULT!" & echo. rem No admin right needed to *read* from program-files, but admin rights usually required to write to program-files. if "!ISADMIN!" == "no" ( if not "!ACTION!" == "backup" ( CALL :colorEcho 0C "[!ACTION!] No admin rights detected, try again with elevated permissions (run as Administrator)" & echo. & set /A ERRORCOUNT+=1 ) ) else ( CALL :colorEcho 0C "[!ACTION!] Failed copying this file; make sure the file is not in use and is not read-only, system or hidden." & echo. & set /A ERRORCOUNT+=1 ) ) del copyresult.log 2>nul set COPYRESULT= ) else ( if "%ACTION%" == "backup" CALL [backup] File not found, nothing to backup if "%ACTION%" == "restore" CALL :colorEcho 0E "[restore] File not found, not able to restore, possibly it didn't exist originally" & echo. & set /A WARNCOUNT+=1 if "%DEPLOY%" == "yes" CALL :colorEcho 0C "[!ACTION!] File not found, not able to deploy" & echo. & set /A ERRORCOUNT+=1 ) EXIT /B rem Creates a folder, if it already exists, it will do nothing, if there's an access-denied, it will set %CREATEFAILED% to true :tryCreateFolder rem Add a backslash safely, by taking care of auxiliary quotes FOR /F "usebackq tokens=*" %%I IN ('%1') DO set FOLDER_TO_BE_CREATED="%%~fI\" if not exist !FOLDER_TO_BE_CREATED! ( mkdir !FOLDER_TO_BE_CREATED! 2>NUL if "!errorlevel!" EQU "0" ( echo [!ACTION!] Created directory !FOLDER_TO_BE_CREATED! ) else ( set CREATEFAILED=true echo Failed to create %1 CALL :colorEcho 0C "Could not create directory, check access rights or whether a file with that name exists " echo. echo. ) ) EXIT /B :summary echo. if not "%ACTION%" == "restore" if not "%ACTION%" == "backup" echo Finished installing F# SDK and other bits. The following directories were updated and & echo a backup is written to %RESTOREDIR%. if "%ACTION%" == "restore" echo Finished restoring original F# SDK and other bits. The following directories were used while & echo restoring a backup from %RESTOREDIR%. if "%ACTION%" == "backup" echo Finished creating a backup in %RESTOREBASE%. echo. echo Root location: %TOPDIR% if "!ACTION!" == "debug" echo Debug bin location: %TOPDIR%\debug\net40\bin if "!ACTION!" == "release" echo Release bin location: %TOPDIR%\release\net40\bin if "!DEPLOY!" == "no" echo Backup location: %RESTOREBASE% echo. echo Target locations used: echo. echo Win SDK tools: %WINSDKNETFXTOOLS% echo Compiler SDK path: %COMPILERSDKPATH% echo F# compiler main assemblies: %COMPILERMAINASSEMBLIESPATH% echo Portable profile 7: %COMPILER7ASSEMBLIESPATH% echo Portable profile 78: %COMPILER78ASSEMBLIESPATH% echo Portable profile 259: %COMPILER259ASSEMBLIESPATH% echo Portable profile 47: %COMPILER47ASSEMBLIESPATH% echo. rem Display success, warning, error counts if "%ACTION%" == "backup" SET VERB=backed up if "%ACTION%" == "restore" SET VERB=restored if "%DEPLOY%" == "yes" SET VERB=deployed CALL :colorEcho 0A "A total of %COPYCOUNT% file(s) were %VERB%." & echo. if %ERRORCOUNT% equ 1 CALL :colorEcho 0C "%ERRORCOUNT% error reported, see log" & echo. if %ERRORCOUNT% gtr 1 CALL :colorEcho 0C "%ERRORCOUNT% errors reported, see log" & echo. if %ERRORCOUNT% equ 0 CALL :colorEcho 0A "No errors reported" & echo. if %WARNCOUNT% equ 1 CALL :colorEcho 0E "%WARNCOUNT% warning reported, see log" & echo. if %WARNCOUNT% gtr 1 CALL :colorEcho 0E "%WARNCOUNT% warnings reported, see log" & echo. if %WARNCOUNT% equ 0 CALL :colorEcho 0A "No warnings reported" & echo. rem Return non-zero error code for use-cases where this script is called from other scripts if %ERRORCOUNT% gtr 0 EXIT /B 1 EXIT /B 0 GOTO :EOF :exitFailDir echo. CALL :colorEcho 0C "One or more directories failed to be created. No files have been copied." & echo. echo. echo Possible causes include: echo - Insufficient rights to create directories in this folder echo - A file with that name already exists echo. echo No error is raised if the directory exists. echo No files were copied or backed up. echo. rem Return non-zero error code for use-cases where this script is called from other scripts EXIT /B 1 :checkPrequisites rem Whether or not we have administrator rights SET ISADMIN=yes rem The error level of NET SESSION is set to 2 when you don't have administrator rights, simplest hack net sessions 1>NUL 2>NUL if %ERRORLEVEL% GTR 0 ( SET ISADMIN=no CALL :colorEcho 0E "[!ACTION!] Started without administrator access, strong-naming will not be adjusted, reg-keys not changed" & echo. SET /A WARNCOUNT+=1 ) EXIT /B rem See: https://stackoverflow.com/a/21666354/111575 rem Prevent accidentally entering the colorEcho label GOTO :EOF :colorEcho <nul set /p ".=%DEL%" > "%~2" findstr /v /a:%1 /R "^$" "%~2" nul del "%~2" > nul 2>&1i
syeerzy/visualfsharp
vsintegration/update-vsintegration.cmd
bat
mit
28,919
start "" http://localhost:8080 npm start
tianweiliu/wows-stats
run.bat
bat
mit
40
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXNSPI.S02_ObtainDetailsInfo.MSOXNSPI_S02_TC14_QueryRowsSuccessWithSpeicfiedPropTag /testcontainer:..\..\MS-OXNSPI\TestSuite\bin\Debug\MS-OXNSPI_TestSuite.dll /runconfig:..\..\MS-OXNSPI\MS-OXNSPI.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXNSPI/RunMSOXNSPI_S02_TC14_QueryRowsSuccessWithSpeicfiedPropTag.cmd
bat
mit
316
@echo off xcopy Src\bin\Release\Win32\ClientWindowsCSharp\SharingClient.dll SDK\Client\CSharp\bin\Windows\x86\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\x64\ClientWindowsCSharp\SharingClient.dll SDK\Client\CSharp\bin\Windows\x64\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\ARM\ClientUniversalCSharp\SharingClient.dll SDK\Client\CSharp\bin\UWP\ARM\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\Win32\ClientUniversalCSharp\SharingClient.dll SDK\Client\CSharp\bin\UWP\x86\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\x64\ClientUniversalCSharp\SharingClient.dll SDK\Client\CSharp\bin\UWP\x64\ /S /I /F /H /R /K /Y xcopy Src\GeneratedInterface\CSharpAPI\* SDK\Client\CSharp\API\ /S /I /F /H /R /K /Y xcopy Src\Source\Helpers\CSharp\* SDK\Client\CSharp\API\ /S /I /F /H /R /K /Y xcopy Src\GeneratedInterface\SideCarAPI\* SDK\Client\SideCar\include\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\Win32\ClientWindowsJava\SharingClient.dll SDK\Client\Java\bin\Windows\x86\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\x64\ClientWindowsJava\SharingClient.dll SDK\Client\Java\bin\Windows\x64\ /S /I /F /H /R /K /Y xcopy Src\GeneratedInterface\JavaAPI\* SDK\Client\Java\API\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\x64\SharingService\SharingService.exe SDK\Server\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\Win32\ProfilerX\ProfilerX.exe SDK\Tools\Profiler\x86\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\Win32\ProfilerX\SharingProfiler.dll SDK\Tools\Profiler\x86\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\x64\ProfilerX\ProfilerX.exe SDK\Tools\Profiler\x64\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\x64\ProfilerX\SharingProfiler.dll SDK\Tools\Profiler\x64\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\Win32\SessionManager.UI\SessionManager.UI.exe SDK\Tools\SessionManager\x86\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\Win32\SessionManager.UI\SharingClient.dll SDK\Tools\SessionManager\x86\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\x64\SessionManager.UI\SessionManager.UI.exe SDK\Tools\SessionManager\x64\ /S /I /F /H /R /K /Y xcopy Src\bin\Release\x64\SessionManager.UI\SharingClient.dll SDK\Tools\SessionManager\x64\ /S /I /F /H /R /K /Y
joevdh/HoloToolkit
Sharing/CopyToSDK.bat
bat
mit
2,141
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\node_modules\nodemon\bin\nodemon.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\node_modules\nodemon\bin\nodemon.js" %* )
ganyuling/nvm
npm/nodemon.cmd
bat
mit
206
@ECHO OFF REM Command file for Sphinx documentation set SPHINXBUILD=sphinx-build set ALLSPHINXOPTS=-d _build/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. 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. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter 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 (_build\*) do rmdir /q /s %%i del /q /s _build\* goto end ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% _build/html echo. echo.Build finished. The HTML pages are in _build/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% _build/dirhtml echo. echo.Build finished. The HTML pages are in _build/dirhtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% _build/pickle echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% _build/json echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% _build/htmlhelp echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in _build/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% _build/qthelp echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in _build/qthelp, like this: echo.^> qcollectiongenerator _build\qthelp\django-generic-images.qhcp echo.To view the help file: echo.^> assistant -collectionFile _build\qthelp\django-generic-images.ghc goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% _build/latex echo. echo.Build finished; the LaTeX files are in _build/latex. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% _build/changes echo. echo.The overview file is in _build/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% _build/linkcheck echo. echo.Link check complete; look for any errors in the above output ^ or in _build/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% _build/doctest echo. echo.Testing of doctests in the sources finished, look at the ^ results in _build/doctest/output.txt. goto end ) :end
kmike/django-generic-images
docs/make.bat
bat
mit
2,989
@echo off rem *****************************{begin:header}******************************** rem fida - https://code.google.com/p/xml-snippets/ rem *************************************************************************** rem rem fida: an XML Revision Tracking and Version Control Software. rem rem Copyright (C) 2012-2014 Jani Hautamaki <jani.hautamaki@hotmail.com> rem rem Licensed under the terms of GNU General Public License v3. rem rem You should have received a copy of the GNU General Public License v3 rem along with this program as the file LICENSE.txt; if not, please see rem http://www.gnu.org/licenses/gpl-3.0.html rem rem ******************************{end:header}********************************* java -cp %~dp0\..\build.dir\xmlsnippets.jar; xmlsnippets.fida.XidClient %*
jani-hautamaki/xml-snippets
templ/fida.bat
bat
gpl-3.0
842
@echo off set DBDRIVER=oracle import.bat
mrev11/ccc3
tools/sql2/test/testdata_import/so.bat
bat
lgpl-2.1
44
@echo off TITLE PocketMine-MP server software for Minecraft: Pocket Edition cd /d %~dp0 if exist bin\php\php.exe ( if exist bin\mintty.exe ( start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o Font="DejaVu Sans Mono" -o FontHeight=10 -o CursorType=0 -o CursorBlinks=1 -h error -t "PocketMine-MP" -i bin/pocketmine.ico -w max bin\php\php.exe -d enable_dl=On PocketMine-MP.php --enable-ansi %* ) else ( bin\php\php.exe -d enable_dl=On PocketMine-MP.php %* ) ) else ( if exist bin\mintty.exe ( start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o Font="DejaVu Sans Mono" -o FontHeight=10 -o CursorType=0 -o CursorBlinks=1 -h error -t "PocketMine-MP" -i bin/pocketmine.ico -w max php -d enable_dl=On PocketMine-MP.php --enable-ansi %* ) else ( php -d enable_dl=On PocketMine-MP.php %* ) )
Vladik46/PocketMine-MP
start.cmd
bat
lgpl-3.0
871
@REM Copyright (c) Microsoft. All rights reserved. @REM Licensed under the MIT license. See LICENSE file in the project root for full license information. @setlocal EnableExtensions EnableDelayedExpansion @echo off set current-path=%~dp0 rem // remove trailing slash set current-path=%current-path:~0,-1% set build-root=%current-path%\..\.. rem // resolve to fully qualified path for %%i in ("%build-root%") do set build-root=%%~fi rem ----------------------------------------------------------------------------- rem -- check prerequisites rem ----------------------------------------------------------------------------- rem ----------------------------------------------------------------------------- rem -- parse script arguments rem ----------------------------------------------------------------------------- rem // default build options set build-clean=0 set build-config= set build-platform=Win32 set CMAKE_use_wsio=OFF set CMAKE_build_python=OFF set CMAKE_build_javawrapper=OFF :args-loop if "%1" equ "" goto args-done if "%1" equ "--config" goto arg-build-config if "%1" equ "--platform" goto arg-build-platform if "%1" equ "--use-websockets" goto arg-use-websockets if "%1" equ "--buildpython" goto arg-build-python if "%1" equ "--build-javawrapper" goto arg-build-javawrapper call :usage && exit /b 1 :arg-build-config shift if "%1" equ "" call :usage && exit /b 1 set build-config=%1 goto args-continue :arg-build-platform shift if "%1" equ "" call :usage && exit /b 1 set build-platform=%1 goto args-continue :arg-use-websockets set CMAKE_use_wsio=ON goto args-continue :arg-build-python set CMAKE_build_python=2.7 if "%2"=="" goto args-continue set PyVer=%2 if "%PyVer:~0,2%"=="--" goto args-continue set CMAKE_build_python=%PyVer% shift goto args-continue :arg-build-javawrapper set CMAKE_build_javawrapper=ON goto args-continue :args-continue shift goto args-loop :args-done set cmake-output=cmake_%build-platform% rem ----------------------------------------------------------------------------- rem -- build with CMAKE rem ----------------------------------------------------------------------------- if %CMAKE_use_wsio% == ON ( echo WebSockets support only available for x86 platform. ) echo CMAKE Output Path: %USERPROFILE%\%cmake-output% rmdir /s/q %USERPROFILE%\%cmake-output% rem no error checking mkdir %USERPROFILE%\%cmake-output% rem no error checking pushd %USERPROFILE%\%cmake-output% if %build-platform% == Win32 ( echo ***Running CMAKE for Win32*** cmake %build-root% -Duse_wsio:BOOL=%CMAKE_use_wsio% -Dbuild_python:STRING=%CMAKE_build_python% -Dbuild_javawrapper:BOOL=%CMAKE_build_javawrapper% if not !ERRORLEVEL!==0 exit /b !ERRORLEVEL! ) else ( echo ***Running CMAKE for Win64*** cmake %build-root% -G "Visual Studio 14 Win64" -Dbuild_python:STRING=%CMAKE_build_python% -Dbuild_javawrapper:BOOL=%CMAKE_build_javawrapper% if not !ERRORLEVEL!==0 exit /b !ERRORLEVEL! ) if not defined build-config ( echo ***Building both configurations*** msbuild /m azure_iot_sdks.sln /p:Configuration=Release if not !ERRORLEVEL!==0 exit /b !ERRORLEVEL! msbuild /m azure_iot_sdks.sln /p:Configuration=Debug if not !ERRORLEVEL!==0 exit /b !ERRORLEVEL! ) else ( echo ***Building %build-config% only*** msbuild /m azure_iot_sdks.sln /p:Configuration=%build-config% if not !ERRORLEVEL!==0 exit /b !ERRORLEVEL! ) popd goto :eof :usage echo build_client.cmd [options] echo options: echo --config ^<value^> [Debug] build configuration (e.g. Debug, Release) echo --platform ^<value^> [Win32] build platform (e.g. Win32, x64, ...) echo --buildpython ^<value^> [2.7] build python extension (e.g. 2.7, 3.4, ...) goto :eof
damonbarry/azure-iot-sdks-1
c/build_all/windows/build_client.cmd
bat
mit
3,693
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:Rdpegfx_ClearCodec_PositiveTest_Residual_ZeroRunLengthFactor /Logger:trx pause
dongruiqing/WindowsProtocolTestSuites
TestSuites/RDP/src/Batch/RDPEGFX/Rdpegfx_ClearCodec_PositiveTest_Residual_ZeroRunLengthFactor.cmd
bat
mit
249
:: Turn off script echoing. @echo off :: Set your env to here set HADOOP_HOME=C:\hadoop-2.6.0 set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_25 cd /d %~dp0 :: Set Hadoop Env set PATH=%PATH%;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\jre\bin\server :: Set the OpenCVR home set VEH_HOME=C:\veh ::set VEH_HOME=%HADOOP_HOME%\share\hadoop\ rmdir /q %VEH_HOME% mklink /d %VEH_HOME% %HADOOP_HOME%\share\hadoop\ set HADOOP_CLASSPATH_COMMON=C:\ set HADOOP_COMMON=%VEH_HOME%\common\ pushd %HADOOP_COMMON% for /R %%i in (*.jar) do (call :concat1 %%i) popd set HADOOP_CLASSPATH_HDFS=C:\ set HADOOP_HDFS=%VEH_HOME%\hdfs\ pushd %HADOOP_HDFS% for /R %%i in (*.jar) do (call :concat2 %%i) popd set CLASSPATH=.;%JAVA_HOME%\lib;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;%HADOOP_CLASSPATH_COMMON%;%HADOOP_CLASSPATH_HDFS% echo %CLASSPATH% start /b .\"OpenCVR x64.exe" :concat1 set file=%1 set HADOOP_CLASSPATH_COMMON=%HADOOP_CLASSPATH_COMMON%;%1 :concat2 set file=%1 set HADOOP_CLASSPATH_HDFS=%HADOOP_CLASSPATH_HDFS%;%1
xiaojuntong/opencvr
veapp/prj_win32/x64/Debug/opencvr-hadoop.cmd
bat
mit
1,045
call "%VS80COMNTOOLS%..\..\VC\vcvarsall.bat" cl -Id:\home2\libsrc\boost_1_37_0 -I../cpplib/include -Ox -Zi -EHs -GL %1 -MT ../cpplib/lib.cpp wsock32.lib /link /release /opt:ref,icf /ltcg
kayuri/HNC
hn_tests/link.cmd
bat
lgpl-3.0
187
@echo off set fdir=%WINDIR%\Microsoft.NET\Framework64 if not exist %fdir% ( set fdir=%WINDIR%\Microsoft.NET\Framework ) set msbuild=%fdir%\v4.0.30319\msbuild.exe %msbuild% SuperSocket.2010.sln /p:Configuration=Debug /t:Clean;Rebuild /p:OutputPath=..\bin\Net40\Debug FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" %msbuild% SuperSocket.2010.sln /p:Configuration=Release /t:Clean;Rebuild /p:OutputPath=..\bin\Net40\Release FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" %msbuild% SuperSocket.2010.NET35.sln /p:Configuration=Debug /t:Clean;Rebuild /p:OutputPath=..\bin\Net35\Debug FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" %msbuild% SuperSocket.2010.NET35.sln /p:Configuration=Release /t:Clean;Rebuild /p:OutputPath=..\bin\Net35\Release FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319\SKUs\.NETFramework,Version=v4.5" 2>nul if errorlevel 0 ( %msbuild% SuperSocket.2013.sln /p:Configuration=Debug /t:Clean;Rebuild /p:OutputPath=..\bin\Net45\Debug FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" %msbuild% SuperSocket.2013.sln /p:Configuration=Release /t:Clean;Rebuild /p:OutputPath=..\bin\Net45\Release FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G" ) pause
ZixiangBoy/SuperSocket
Build.bat
bat
apache-2.0
1,374
@echo off for /f %%i in (needPublishPro.config) DO ( D:\Vs2017\MSBuild\15.0\Bin\MSBuild.exe %%i /t:pack /p:Configuration=Release move %%i\..\bin\Release\*.nupkg .\nupkg\ ) .\tools\nuget\nuget.exe push .\nupkg\*.nupkg -s http://192.168.19.88:1024/nuget clear rem del /q /f .\nupkg\*.nupkg echo ÉÏ´«packgeÍê³É£¬ÊäÈëÈÎÒâ¼ü¼ÌÐø set/p xxxx= >nul
ShiningRush/aspnetboilerplate
NugetRelease.bat
bat
mit
350
@setlocal @set node_name=yasa @rem Get the absolute 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 ) @rem extract erlang cookie from vm.args @set vm_args=%releases_dir%\%release_version%\vm.args @for /f "usebackq tokens=1-2" %%I in (`findstr /b \-setcookie %vm_args%`) do @set erlang_cookie=%%J @set erts_bin=%node_root%\erts-%erts_version%\bin @set service_name=%node_name%_%release_version% @if "%1"=="usage" @goto usage @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 @if "%1"=="query" @goto query @if "%1"=="attach" @goto attach @if "%1"=="upgrade" @goto upgrade @echo Unknown command: "%1" :usage @echo Usage: %~n0 [install^|uninstall^|start^|stop^|restart^|console^|query^|attach^|upgrade] @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% -config %releases_dir%\%release_version%\sys.config -args_file %vm_args% -sname %node_name% @goto :EOF :query @%erts_bin%\erlsrv.exe list %service_name% @exit /b %ERRORLEVEL% @goto :EOF :attach @for /f "usebackq" %%I in (`hostname`) do @set hostname=%%I start %erts_bin%\werl.exe -boot %releases_dir%\%release_version%\start_clean -remsh %node_name%@%hostname% -sname console -setcookie %erlang_cookie% @goto :EOF :upgrade @if "%2"=="" ( @echo Missing upgrade package argument @echo Usage: %~n0 upgrade {package base name} @echo NOTE {package base name} MUST NOT include the .tar.gz suffix @goto :EOF ) @%erts_bin%\escript.exe %node_root%\bin\install_upgrade.escript %node_name% %erlang_cookie% %2 @goto :EOF :set_trim @set %1=%2 @goto :EOF
rramsden/yasa
rel/files/yasa.cmd
bat
mit
2,520
@echo off sfc /scannow
andry81/contools
Scripts/Tools/admin/sfc_scan.bat
bat
mit
27
@echo off ::This is the source code for WiN.exe cd %APPDATA%\WiN\ start %APPDATA%\WiN\python.exe %APPDATA%\WiN\client.py
NickGeek/WiN
Windows/Release version files/client.bat
bat
mit
121
@echo off if "%INCLUDE%%LIB%" == "" ( if not "%VS120COMNTOOLS%" == "" ( echo Setting up Visual Studio Pro 2013 Tools... @call "%VS120COMNTOOLS%vsvars32.bat" goto build ) if not "%VS100COMNTOOLS%" == "" ( echo Setting up Visual Studio Pro 2010 Tools... @call "%VS100COMNTOOLS%vsvars32.bat" goto build ) if not "%VS110COMNTOOLS%" == "" ( echo Setting up Visual Studio Express 2010 Tools... @call "%VS110COMNTOOLS%vsvars32.bat" goto build ) ) :build if "%~1" == "" ( SET BUILD=Release ) else ( SET BUILD=%~1 ) @echo on @pushd "%~dp0" msbuild "/target:Clean;Compile" /property:Configuration="%BUILD%" /property:RootDir=.. /property:BUILD_NUMBER="0.0.0.abcd" build.win.proj @popd
darcywong00/libpalaso
build/TestBuild.bat
bat
mit
707
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled echo. coverage to run coverage check of the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) REM Check if sphinx-build is available and fallback to Python version if any %SPHINXBUILD% 2> nul if errorlevel 9009 goto sphinx_python goto sphinx_ok :sphinx_python set SPHINXBUILD=python -m sphinx.__init__ %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) :sphinx_ok if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Fileseq.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Fileseq.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
sqlboy/fileseq
docs/make.bat
bat
mit
6,983
@echo off setLocal EnableDelayedExpansion REM Path to core and library classes set MAIN=%~dp0/.. set CP=%MAIN%/BaseX.jar;%MAIN%/lib/*;%MAIN%/lib/custom/* REM Options for virtual machine set BASEX_JVM=-Xmx1400m %BASEX_JVM% REM Run code java -cp "%CP%" %BASEX_JVM% org.basex.BaseX %*
Ahnde/SCXQ
example/basex-blackjack/bin/basex.bat
bat
mit
297
@echo off cmd /c flexx.cmd cmd /c flexj.cmd
ttimbul/eclipse.wst
bundles/org.eclipse.wst.sse.core/DevTimeSupport/SedModel/HTMLTokenizer/devel/flex.cmd
bat
epl-1.0
47
@echo off REM *************************************************************************** REM package-nightly.cmd REM --------------------- REM begin : January 2011 REM copyright : (C) 2011 by Juergen E. Fischer REM email : jef at norbit dot de REM *************************************************************************** REM * * REM * This program is free software; you can redistribute it and/or modify * REM * it under the terms of the GNU General Public License as published by * REM * the Free Software Foundation; either version 2 of the License, or * REM * (at your option) any later version. * REM * * REM *************************************************************************** setlocal enabledelayedexpansion set VERSION=%1 set PACKAGE=%2 set PACKAGENAME=%3 set ARCH=%4 set SHA=%5 set SITE=%6 if "%VERSION%"=="" goto usage if "%PACKAGE%"=="" goto usage if "%PACKAGENAME%"=="" goto usage if "%ARCH%"=="" goto usage if not "%SHA%"=="" set SHA=-%SHA% if "%SITE%"=="" set SITE=qgis.org set BUILDDIR=%CD%\build-nightly-%ARCH% if "%OSGEO4W_ROOT%"=="" ( if "%ARCH%"=="x86" ( set OSGEO4W_ROOT=C:\OSGeo4W ) else ( set OSGEO4W_ROOT=C:\OSGeo4W64 ) ) if not exist "%BUILDDIR%" mkdir %BUILDDIR% if not exist "%BUILDDIR%" (echo could not create build directory %BUILDDIR% & goto error) if not exist "%OSGEO4W_ROOT%\bin\o4w_env.bat" (echo o4w_env.bat not found & goto error) call "%OSGEO4W_ROOT%\bin\o4w_env.bat" set O4W_ROOT=%OSGEO4W_ROOT:\=/% set LIB_DIR=%O4W_ROOT% if not "%PROGRAMFILES(X86)%"=="" set PF86=%PROGRAMFILES(X86)% if "%PF86%"=="" set PF86=%PROGRAMFILES% if "%PF86%"=="" (echo PROGRAMFILES not set & goto error) if "%ARCH%"=="x86" goto devenv_x86 goto devenv_x86_64 :devenv_x86 set GRASS6_VERSION=6.4.4 call "%PF86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 if exist "c:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.Cmd" call "c:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.Cmd" /x86 /Release path %path%;%PF86%\Microsoft Visual Studio 10.0\VC\bin set CMAKE_OPT=^ -G "Visual Studio 10" ^ -D SIP_BINARY_PATH=%O4W_ROOT%/apps/Python27/sip.exe ^ -D QWT_LIBRARY=%O4W_ROOT%/lib/qwt.lib ^ -D CMAKE_CXX_FLAGS_RELWITHDEBINFO="/MD /ZI /MP /Od /D NDEBUG /D QGISDEBUG" ^ -D CMAKE_PDB_OUTPUT_DIRECTORY_RELWITHDEBINFO=%BUILDDIR%\apps\%PACKAGENAME%\pdb goto devenv :devenv_x86_64 set GRASS6_VERSION=6.4.3 call "%PF86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64 if exist "c:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.Cmd" call "c:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.Cmd" /x64 /Release path %path%;%PF86%\Microsoft Visual Studio 10.0\VC\bin set SETUPAPI_LIBRARY=%PF86%\Microsoft SDKs\Windows\v7.0A\Lib\x64\SetupAPI.Lib if not exist "%SETUPAPI_LIBRARY%" set SETUPAPI_LIBRARY=%PROGRAMFILES%\Microsoft SDKs\Windows\v7.1\Lib\x64\SetupAPI.lib if not exist "%SETUPAPI_LIBRARY%" (echo SETUPAPI_LIBRARY not found & goto error) set CMAKE_OPT=^ -G "Visual Studio 10 Win64" ^ -D SPATIALINDEX_LIBRARY=%O4W_ROOT%/lib/spatialindex-64.lib ^ -D SIP_BINARY_PATH=%O4W_ROOT%/bin/sip.exe ^ -D QWT_LIBRARY=%O4W_ROOT%/lib/qwt5.lib ^ -D CMAKE_CXX_FLAGS_RELWITHDEBINFO="/MD /Zi /MP /Od /D NDEBUG /D QGISDEBUG" ^ -D CMAKE_PDB_OUTPUT_DIRECTORY_RELWITHDEBINFO=%BUILDDIR%\apps\%PACKAGENAME%\pdb ^ -D SETUPAPI_LIBRARY="%SETUPAPI_LIBRARY%" ^ -D CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS=TRUE :devenv for /f "usebackq tokens=1" %%a in (`%OSGEO4W_ROOT%\bin\grass70 --config path`) do set GRASS70_PATH=%%a for %%i in ("%GRASS70_PATH%") do set GRASS70_VERSION=%%~nxi set GRASS70_VERSION=%GRASS70_VERSION:grass-=% set GRASS_VERSIONS=%GRASS6_VERSION% %GRASS70_VERSION% set PYTHONPATH= path %PF86%\CMake\bin;%PATH%;c:\cygwin\bin PROMPT qgis%VERSION%$g set BUILDCONF=RelWithDebInfo cd ..\.. set SRCDIR=%CD% if "%BUILDDIR:~1,1%"==":" %BUILDDIR:~0,2% cd %BUILDDIR% set PKGDIR=%OSGEO4W_ROOT%\apps\%PACKAGENAME% if exist repackage goto package if not exist build.log goto build REM REM try renaming the logfile to see if it's locked REM if exist build.tmp del build.tmp if exist build.tmp (echo could not remove build.tmp & goto error) ren build.log build.tmp if exist build.log goto locked if not exist build.tmp goto locked ren build.tmp build.log if exist build.tmp goto locked if not exist build.log goto locked goto build :locked echo Logfile locked if exist build.tmp del build.tmp goto error :build echo BEGIN: %DATE% %TIME% set >buildenv.log if exist qgsversion.h del qgsversion.h if exist CMakeCache.txt if exist skipcmake goto skipcmake touch %SRCDIR%\CMakeLists.txt echo CMAKE: %DATE% %TIME% if errorlevel 1 goto error set LIB=%LIB%;%OSGEO4W_ROOT%\lib set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\include cmake %CMAKE_OPT% ^ -D BUILDNAME="%PACKAGENAME%-%VERSION%%SHA%-Nightly-VC10-%ARCH%" ^ -D SITE="%SITE%" ^ -D PEDANTIC=TRUE ^ -D WITH_QSPATIALITE=TRUE ^ -D WITH_SERVER=TRUE ^ -D SERVER_SKIP_ECW=TRUE ^ -D WITH_GRASS=TRUE ^ -D WITH_GRASS6=TRUE ^ -D WITH_GRASS7=TRUE ^ -D GRASS_PREFIX=%O4W_ROOT%/apps/grass/grass-%GRASS6_VERSION% ^ -D GRASS_PREFIX7=%GRASS70_PATH:\=/% ^ -D WITH_GLOBE=TRUE ^ -D WITH_TOUCH=TRUE ^ -D WITH_ORACLE=TRUE ^ -D WITH_CUSTOM_WIDGETS=TRUE ^ -D CMAKE_BUILD_TYPE=%BUILDCONF% ^ -D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^ -D GEOS_LIBRARY=%O4W_ROOT%/lib/geos_c.lib ^ -D SQLITE3_LIBRARY=%O4W_ROOT%/lib/sqlite3_i.lib ^ -D SPATIALITE_LIBRARY=%O4W_ROOT%/lib/spatialite_i.lib ^ -D PYTHON_EXECUTABLE=%O4W_ROOT%/bin/python.exe ^ -D PYTHON_INCLUDE_PATH=%O4W_ROOT%/apps/Python27/include ^ -D PYTHON_LIBRARY=%O4W_ROOT%/apps/Python27/libs/python27.lib ^ -D QT_BINARY_DIR=%O4W_ROOT%/bin ^ -D QT_LIBRARY_DIR=%O4W_ROOT%/lib ^ -D QT_HEADERS_DIR=%O4W_ROOT%/include/qt4 ^ -D QWT_INCLUDE_DIR=%O4W_ROOT%/include/qwt ^ -D CMAKE_INSTALL_PREFIX=%O4W_ROOT%/apps/%PACKAGENAME% ^ -D FCGI_INCLUDE_DIR=%O4W_ROOT%/include ^ -D FCGI_LIBRARY=%O4W_ROOT%/lib/libfcgi.lib ^ -D WITH_INTERNAL_JINJA2=FALSE ^ -D WITH_INTERNAL_MARKUPSAFE=FALSE ^ -D WITH_INTERNAL_PYGMENTS=FALSE ^ -D WITH_INTERNAL_DATEUTIL=FALSE ^ -D WITH_INTERNAL_PYTZ=FALSE ^ -D WITH_INTERNAL_SIX=FALSE ^ -D WITH_INTERNAL_NOSE2=FALSE ^ -D WITH_INTERNAL_MOCK=FALSE ^ -D WITH_INTERNAL_HTTPLIB2=FALSE ^ %SRCDIR% if errorlevel 1 (echo cmake failed & goto error) :skipcmake if exist noclean (echo skip clean & goto skipclean) echo CLEAN: %DATE% %TIME% cmake --build %BUILDDIR% --target clean --config %BUILDCONF% if errorlevel 1 (echo clean failed & goto error) :skipclean echo ALL_BUILD: %DATE% %TIME% cmake --build %BUILDDIR% --config %BUILDCONF% if errorlevel 1 cmake --build %BUILDDIR% --config %BUILDCONF% if errorlevel 1 (echo build failed twice & goto error) if exist ..\skiptests goto skiptests echo RUN_TESTS: %DATE% %TIME% set oldtemp=%TEMP% set oldtmp=%TMP% set oldpath=%PATH% set TEMP=%TEMP%\%PACKAGENAME%-%ARCH% set TMP=%TEMP% if exist "%TEMP%" rmdir /s /q "%TEMP%" mkdir "%TEMP%" for %%g IN (%GRASS_VERSIONS%) do ( set path=!path!;%OSGEO4W_ROOT%\apps\grass\grass-%%g\lib set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass-%%g ) PATH %path%;%BUILDDIR%\output\plugins\%BUILDCONF% cmake --build %BUILDDIR% --target Nightly --config %BUILDCONF% if errorlevel 1 echo TESTS WERE NOT SUCCESSFUL. set TEMP=%oldtemp% set TMP=%oldtmp% PATH %oldpath% :skiptests if exist "%PKGDIR%" ( echo REMOVE: %DATE% %TIME% rmdir /s /q "%PKGDIR%" ) echo INSTALL: %DATE% %TIME% cmake --build %BUILDDIR% --target INSTALL --config %BUILDCONF% if errorlevel 1 (echo INSTALL failed & goto error) :package echo PACKAGE: %DATE% %TIME% cd .. sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversions@/%GRASS_VERSIONS%/g' postinstall-dev.bat >%OSGEO4W_ROOT%\etc\postinstall\%PACKAGENAME%.bat if errorlevel 1 (echo creation of desktop postinstall failed & goto error) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversions@/%GRASS_VERSIONS%/g' preremove-dev.bat >%OSGEO4W_ROOT%\etc\preremove\%PACKAGENAME%.bat if errorlevel 1 (echo creation of desktop preremove failed & goto error) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' designer.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-designer.bat.tmpl if errorlevel 1 (echo creation of designer template failed & goto error) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' qgis.reg.tmpl >%PKGDIR%\bin\qgis.reg.tmpl if errorlevel 1 (echo creation of registry template & goto error) set batches= for %%g IN (%GRASS_VERSIONS%) do ( sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%%g/g' qgis-grass.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-g%%g.bat.tmpl if errorlevel 1 (echo creation of desktop template failed & goto error) set batches=!batches! bin/%PACKAGENAME%-g%%g.bat.tmpl sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%%g/g' browser-grass.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-browser-g%%g.bat.tmpl if errorlevel 1 (echo creation of browser template & goto error) set batches=!batches! bin/%PACKAGENAME%-browser-g%%g.bat.tmpl ) sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' python.bat.tmpl >%OSGEO4W_ROOT%\bin\python-%PACKAGENAME%.bat.tmpl if errorlevel 1 (echo creation of python wrapper failed & goto error) REM sed -e 's/%OSGEO4W_ROOT:\=\\\\\\\\%/@osgeo4w@/' %PKGDIR%\python\qgis\qgisconfig.py >%PKGDIR%\python\qgis\qgisconfig.py.tmpl REM if errorlevel 1 (echo creation of qgisconfig.py.tmpl failed & goto error) REM del %PKGDIR%\python\qgis\qgisconfig.py touch exclude move %PKGDIR%\bin\qgis.exe %OSGEO4W_ROOT%\bin\%PACKAGENAME%-bin.exe if errorlevel 1 (echo move of desktop executable failed & goto error) move %PKGDIR%\bin\qbrowser.exe %OSGEO4W_ROOT%\bin\%PACKAGENAME%-browser-bin.exe if errorlevel 1 (echo move of browser executable failed & goto error) if not exist %PKGDIR%\qtplugins\sqldrivers mkdir %PKGDIR%\qtplugins\sqldrivers move %OSGEO4W_ROOT%\apps\qt4\plugins\sqldrivers\qsqlocispatial.dll %PKGDIR%\qtplugins\sqldrivers if errorlevel 1 (echo move of oci sqldriver failed & goto error) move %OSGEO4W_ROOT%\apps\qt4\plugins\sqldrivers\qsqlspatialite.dll %PKGDIR%\qtplugins\sqldrivers if errorlevel 1 (echo move of spatialite sqldriver failed & goto error) if not exist %PKGDIR%\qtplugins\designer mkdir %PKGDIR%\qtplugins\designer move %OSGEO4W_ROOT%\apps\qt4\plugins\designer\qgis_customwidgets.dll %PKGDIR%\qtplugins\designer if errorlevel 1 (echo move of customwidgets failed & goto error) if not exist %PKGDIR%\python\PyQt4\uic\widget-plugins mkdir %PKGDIR%\python\PyQt4\uic\widget-plugins move %OSGEO4W_ROOT%\apps\Python27\Lib\site-packages\PyQt4\uic\widget-plugins\qgis_customwidgets.py %PKGDIR%\python\PyQt4\uic\widget-plugins if errorlevel 1 (echo move of customwidgets binding failed & goto error) if not exist %ARCH%\release\qgis\%PACKAGENAME% mkdir %ARCH%\release\qgis\%PACKAGENAME% tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%/%PACKAGENAME%-%VERSION%-%PACKAGE%.tar.bz2 ^ --exclude-from exclude ^ --exclude "*.pyc" ^ apps/%PACKAGENAME% ^ bin/%PACKAGENAME%-bin.exe ^ bin/%PACKAGENAME%-browser-bin.exe ^ %batches% ^ bin/%PACKAGENAME%-designer.bat.tmpl ^ bin/python-%PACKAGENAME%.bat.tmpl ^ etc/postinstall/%PACKAGENAME%.bat ^ etc/preremove/%PACKAGENAME%.bat if errorlevel 1 (echo tar failed & goto error) if not exist %ARCH%\release\qgis\%PACKAGENAME%-pdb mkdir %ARCH%\release\qgis\%PACKAGENAME%-pdb tar -C %BUILDDIR% -cjf %ARCH%/release/qgis/%PACKAGENAME%-pdb/%PACKAGENAME%-pdb-%VERSION%-%PACKAGE%.tar.bz2 ^ apps/%PACKAGENAME%/pdb if errorlevel 1 (echo tar failed & goto error) goto end :usage echo usage: %0 version package packagename arch [sha [site]] echo sample: %0 2.11.0 38 qgis-dev x86_64 339dbf1 qgis.org exit :error echo BUILD ERROR %ERRORLEVEL%: %DATE% %TIME% if exist %PACKAGENAME%-%VERSION%-%PACKAGE%.tar.bz2 del %PACKAGENAME%-%VERSION%-%PACKAGE%.tar.bz2 :end echo FINISHED: %DATE% %TIME% endlocal
SebDieBln/QGIS
ms-windows/osgeo4w/package-nightly.cmd
bat
gpl-2.0
12,491
cmd_drivers/i2c/busses/built-in.o := /home/azure/Kernel/arm-2010q1/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/i2c/busses/built-in.o drivers/i2c/busses/i2c-msm.o
denzfarid/rndc-kernel
drivers/i2c/busses/.built-in.o.cmd
bat
gpl-2.0
171
cmd_net/mac80211/built-in.o := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -m elf_i386 -r -o net/mac80211/built-in.o net/mac80211/mac80211.o
ashishtanwer/NFTable-porting-on-Android-Goldfish
net/mac80211/.built-in.o.cmd
bat
gpl-2.0
189
cmd_fs/devpts/devpts.o := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o fs/devpts/devpts.o fs/devpts/inode.o
sembre/kernel_totoro_update3
common/fs/devpts/.devpts.o.cmd
bat
gpl-2.0
114
cmd_fs/ioctl.o := gcc -Wp,-MD,fs/.ioctl.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-larger-than=2048 -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(ioctl)" -D"KBUILD_MODNAME=KBUILD_STR(ioctl)" -c -o fs/ioctl.o fs/ioctl.c deps_fs/ioctl.o := \ fs/ioctl.c \ include/linux/syscalls.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/v850.h) \ include/linux/types.h \ $(wildcard include/config/lbd.h) \ $(wildcard include/config/lsf.h) \ $(wildcard include/config/resources/64bit.h) \ include/linux/posix_types.h \ include/linux/stddef.h \ include/linux/compiler.h \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc4.h \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/asm/posix_types.h \ $(wildcard include/config/x86/32.h) \ include/asm/posix_types_32.h \ include/asm/types.h \ $(wildcard include/config/x86/64.h) \ $(wildcard include/config/highmem64g.h) \ include/asm-generic/int-ll64.h \ include/linux/aio_abi.h \ include/asm/byteorder.h \ $(wildcard include/config/x86/bswap.h) \ include/linux/byteorder/little_endian.h \ include/linux/byteorder/swab.h \ include/linux/byteorder/generic.h \ include/linux/capability.h \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ include/linux/prefetch.h \ include/asm/processor.h \ $(wildcard include/config/x86/vsmp.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/x86/ht.h) \ $(wildcard include/config/paravirt.h) \ $(wildcard include/config/x86/debugctlmsr.h) \ include/asm/processor-flags.h \ include/asm/vm86.h \ $(wildcard include/config/vm86.h) \ include/asm/ptrace.h \ include/asm/ptrace-abi.h \ include/asm/segment.h \ include/asm/ds.h \ include/linux/init.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/hotplug.h) \ include/asm/math_emu.h \ include/asm/sigcontext.h \ include/asm/current.h \ include/asm/current_32.h \ include/asm/percpu.h \ include/asm-generic/percpu.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/asm/cpufeature.h \ $(wildcard include/config/x86/invlpg.h) \ include/asm/required-features.h \ $(wildcard include/config/x86/minimum/cpu/family.h) \ $(wildcard include/config/math/emulation.h) \ $(wildcard include/config/x86/pae.h) \ $(wildcard include/config/x86/cmov.h) \ $(wildcard include/config/x86/use/3dnow.h) \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ include/asm/bitops.h \ include/asm/alternative.h \ include/asm/asm.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/ext2-non-atomic.h \ include/asm-generic/bitops/le.h \ include/asm-generic/bitops/minix.h \ include/asm/system.h \ $(wildcard include/config/ia32/emulation.h) \ $(wildcard include/config/x86/ppro/fence.h) \ $(wildcard include/config/x86/oostore.h) \ include/asm/cmpxchg.h \ include/asm/cmpxchg_32.h \ $(wildcard include/config/x86/cmpxchg.h) \ $(wildcard include/config/x86/cmpxchg64.h) \ include/asm/nops.h \ $(wildcard include/config/mk7.h) \ $(wildcard include/config/x86/p6/nop.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/numa.h) \ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdarg.h \ include/linux/linkage.h \ include/asm/linkage.h \ $(wildcard include/config/x86/alignment/16.h) \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/trace/irqflags/support.h) \ $(wildcard include/config/x86.h) \ include/asm/irqflags.h \ $(wildcard include/config/debug/lock/alloc.h) \ include/asm/page.h \ include/linux/const.h \ include/asm/page_32.h \ $(wildcard include/config/highmem4g.h) \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/x86/3dnow.h) \ include/linux/string.h \ include/asm/string.h \ include/asm/string_32.h \ include/asm-generic/pgtable-nopmd.h \ include/asm-generic/pgtable-nopud.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/out/of/line/pfn/to/page.h) \ include/asm-generic/page.h \ include/asm/msr.h \ include/asm/msr-index.h \ include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/errno.h \ include/asm/desc_defs.h \ include/linux/personality.h \ include/linux/cpumask.h \ $(wildcard include/config/have/cpumask/of/cpu/map.h) \ $(wildcard include/config/hotplug/cpu.h) \ include/linux/bitmap.h \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/asm/cache.h \ $(wildcard include/config/x86/l1/cache/shift.h) \ include/linux/sem.h \ $(wildcard include/config/sysvipc.h) \ include/linux/ipc.h \ include/asm/ipcbuf.h \ include/linux/kref.h \ include/asm/atomic.h \ include/asm/atomic_32.h \ $(wildcard include/config/m386.h) \ include/asm-generic/atomic.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/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ include/asm/thread_info.h \ include/asm/thread_info_32.h \ $(wildcard include/config/4kstacks.h) \ $(wildcard include/config/debug/stack/usage.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/asm/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/locking.h) \ include/asm/spinlock.h \ include/asm/rwlock.h \ include/linux/spinlock_api_smp.h \ include/asm/sembuf.h \ include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/asm/signal.h \ include/linux/time.h \ include/linux/seqlock.h \ include/linux/math64.h \ include/asm/div64.h \ include/asm-generic/signal.h \ include/linux/quota.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/asm/rwsem.h \ include/linux/wait.h \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/key.h \ $(wildcard include/config/keys.h) \ $(wildcard include/config/sysctl.h) \ include/linux/rbtree.h \ include/linux/rcupdate.h \ $(wildcard include/config/classic/rcu.h) \ include/linux/percpu.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) \ $(wildcard include/config/slabinfo.h) \ include/linux/gfp.h \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/highmem.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/nodemask.h \ include/linux/pageblock-flags.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) \ include/linux/notifier.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ include/linux/smp.h \ include/asm/smp.h \ $(wildcard include/config/x86/local/apic.h) \ $(wildcard include/config/x86/io/apic.h) \ $(wildcard include/config/x86/32/smp.h) \ $(wildcard include/config/x86/64/smp.h) \ include/asm/mpspec.h \ $(wildcard include/config/mca.h) \ $(wildcard include/config/eisa.h) \ $(wildcard include/config/acpi.h) \ include/asm/mpspec_def.h \ include/asm-x86/mach-default/mach_mpspec.h \ include/asm/apic.h \ $(wildcard include/config/x86/good/apic.h) \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ include/linux/delay.h \ include/asm/delay.h \ include/asm/fixmap.h \ include/asm/fixmap_32.h \ $(wildcard include/config/x86/visws/apic.h) \ $(wildcard include/config/x86/f00f/bug.h) \ $(wildcard include/config/x86/cyclone/timer.h) \ $(wildcard include/config/pci/mmconfig.h) \ $(wildcard include/config/provide/ohci1394/dma/init.h) \ include/asm/acpi.h \ $(wildcard include/config/acpi/numa.h) \ include/acpi/pdc_intel.h \ include/asm/numa.h \ include/asm/numa_32.h \ include/asm/mmu.h \ include/asm/apicdef.h \ include/asm/kmap_types.h \ $(wildcard include/config/debug/highmem.h) \ include/asm/io_apic.h \ include/asm/pda.h \ $(wildcard include/config/cc/stackprotector.h) \ include/asm-x86/mach-default/mach_apicdef.h \ include/asm/topology.h \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/x86/64/acpi/numa.h) \ include/asm-generic/topology.h \ include/asm/sparsemem.h \ include/linux/slab_def.h \ include/linux/kmalloc_sizes.h \ include/linux/rcuclassic.h \ include/linux/sysctl.h \ include/linux/mm.h \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/vm.h) \ $(wildcard include/config/security.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/shmem.h) \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/prio_tree.h \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/mm_types.h \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/mm/owner.h) \ include/linux/auxvec.h \ include/asm/auxvec.h \ include/linux/completion.h \ include/asm/pgtable.h \ include/asm/pgtable_32.h \ $(wildcard include/config/highpte.h) \ include/asm/paravirt.h \ include/asm/pgtable-2level-defs.h \ include/asm/pgtable-2level.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/ia64/uncached/allocator.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/no/hz.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/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/auditsyscall.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/preempt/bkl.h) \ $(wildcard include/config/group/sched.h) \ include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/timex.h \ include/asm/timex.h \ $(wildcard include/config/x86/elan.h) \ $(wildcard include/config/x86/rdc321x.h) \ include/asm/tsc.h \ $(wildcard include/config/x86/tsc.h) \ include/linux/jiffies.h \ include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/signal.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/asm/seccomp.h \ include/asm/seccomp_32.h \ include/linux/unistd.h \ include/asm/unistd.h \ include/asm/unistd_32.h \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/param.h \ include/linux/resource.h \ include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects/free.h) \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/latencytop.h \ include/linux/aio.h \ include/linux/workqueue.h \ include/linux/uio.h \ include/linux/file.h \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ $(wildcard include/config/profiling.h) \ include/linux/namei.h \ include/linux/stat.h \ include/asm/stat.h \ include/linux/radix-tree.h \ include/linux/semaphore.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/fcntl.h \ include/asm/fcntl.h \ include/asm-generic/fcntl.h \ $(wildcard include/config/64bit.h) \ include/linux/err.h \ include/linux/security.h \ $(wildcard include/config/security/network.h) \ $(wildcard include/config/security/network/xfrm.h) \ include/linux/binfmts.h \ include/linux/shm.h \ include/asm/shmparam.h \ include/asm/shmbuf.h \ include/linux/msg.h \ include/asm/msgbuf.h \ include/linux/xfrm.h \ include/net/flow.h \ include/linux/in6.h \ include/linux/module.h \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/markers.h) \ include/linux/kmod.h \ $(wildcard include/config/kmod.h) \ include/linux/elf.h \ include/linux/elf-em.h \ include/asm/elf.h \ $(wildcard include/config/compat/vdso.h) \ include/asm/user.h \ include/asm/user_32.h \ include/asm/vdso.h \ include/asm/desc.h \ include/asm/ldt.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ppc64.h) \ include/linux/marker.h \ include/asm/local.h \ include/asm/module.h \ $(wildcard include/config/m486.h) \ $(wildcard include/config/m586.h) \ $(wildcard include/config/m586tsc.h) \ $(wildcard include/config/m586mmx.h) \ $(wildcard include/config/mcore2.h) \ $(wildcard include/config/m686.h) \ $(wildcard include/config/mpentiumii.h) \ $(wildcard include/config/mpentiumiii.h) \ $(wildcard include/config/mpentiumm.h) \ $(wildcard include/config/mpentium4.h) \ $(wildcard include/config/mk6.h) \ $(wildcard include/config/mk8.h) \ $(wildcard include/config/mcrusoe.h) \ $(wildcard include/config/mefficeon.h) \ $(wildcard include/config/mwinchipc6.h) \ $(wildcard include/config/mwinchip2.h) \ $(wildcard include/config/mwinchip3d.h) \ $(wildcard include/config/mcyrixiii.h) \ $(wildcard include/config/mviac3/2.h) \ $(wildcard include/config/mviac7.h) \ $(wildcard include/config/mgeodegx1.h) \ $(wildcard include/config/mgeode/lx.h) \ include/linux/uaccess.h \ include/asm/uaccess.h \ include/asm/uaccess_32.h \ $(wildcard include/config/x86/intel/usercopy.h) \ $(wildcard include/config/x86/wp/works/ok.h) \ include/asm/ioctls.h \ fs/ioctl.o: $(deps_fs/ioctl.o) $(deps_fs/ioctl.o):
namgk/kernel-tut
fs/.ioctl.o.cmd
bat
gpl-2.0
19,472
@%~dp0\busybox.exe dpkg-deb %*
witwall/busybox-w32
dpkg-deb.bat
bat
gpl-2.0
31
cmd_drivers/misc/eeprom/eeprom_93cx6.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/misc/eeprom/eeprom_93cx6.ko drivers/misc/eeprom/eeprom_93cx6.o drivers/misc/eeprom/eeprom_93cx6.mod.o
avareldalton85/rpi2-linux-rt
drivers/misc/eeprom/.eeprom_93cx6.ko.cmd
bat
gpl-2.0
299
cmd_sound/soc/rk29/snd-soc-hdmi-spdif.o := arm-linux-gnueabihf-ld -EL -r -o sound/soc/rk29/snd-soc-hdmi-spdif.o sound/soc/rk29/rk_hdmi_spdif.o
Dee-UK/D33_KK_Kernel
sound/soc/rk29/.snd-soc-hdmi-spdif.o.cmd
bat
gpl-2.0
147
cmd_kernel/semaphore.o := ppc_4xx-gcc -m32 -Wp,-MD,kernel/.semaphore.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -msoft-float -pipe -Iarch/powerpc -ffixed-r2 -mmultiple -mno-altivec -mno-spe -mspe=no -funit-at-a-time -mno-string -Wa,-m405 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(semaphore)" -D"KBUILD_MODNAME=KBUILD_STR(semaphore)" -c -o kernel/.tmp_semaphore.o kernel/semaphore.c deps_kernel/semaphore.o := \ kernel/semaphore.c \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ include/linux/kernel.h \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include/stdarg.h \ include/linux/linkage.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/linkage.h \ include/linux/stddef.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/types.h \ $(wildcard include/config/phys/64bit.h) \ include/asm-generic/int-ll64.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/posix_types.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bitops.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/asm-compat.h \ $(wildcard include/config/power4/only.h) \ $(wildcard include/config/ibm405/err77.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/synch.h \ $(wildcard include/config/ppc/e500mc.h) \ $(wildcard include/config/e500.h) \ $(wildcard include/config/smp.h) \ include/linux/stringify.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/feature-fixups.h \ $(wildcard include/config/ppc64.h) \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/find.h \ include/asm-generic/bitops/sched.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/typecheck.h \ include/linux/dynamic_debug.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/byteorder.h \ include/linux/byteorder/big_endian.h \ include/linux/swab.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/swab.h \ include/linux/byteorder/generic.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/div64.h \ include/asm-generic/div64.h \ include/linux/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/kallsyms.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ $(wildcard include/config/sysfs.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/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/4xx.h) \ $(wildcard include/config/booke.h) \ $(wildcard include/config/altivec.h) \ $(wildcard include/config/spe.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/reg.h \ $(wildcard include/config/40x.h) \ $(wildcard include/config/fsl/emb/perfmon.h) \ $(wildcard include/config/8xx.h) \ $(wildcard include/config/ppc/book3s/64.h) \ $(wildcard include/config/ppc/book3s/32.h) \ $(wildcard include/config/ppc/book3e/64.h) \ $(wildcard include/config/e200.h) \ $(wildcard include/config/ppc/cell.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cputable.h \ $(wildcard include/config/mpc10x/bridge.h) \ $(wildcard include/config/ppc/83xx.h) \ $(wildcard include/config/8260.h) \ $(wildcard include/config/ppc/mpc52xx.h) \ $(wildcard include/config/bdi/switch.h) \ $(wildcard include/config/power3.h) \ $(wildcard include/config/power4.h) \ $(wildcard include/config/44x.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/reg_booke.h \ $(wildcard include/config/403gcx.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ptrace.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cache.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/system.h \ $(wildcard include/config/debugger.h) \ $(wildcard include/config/kexec.h) \ $(wildcard include/config/6xx.h) \ $(wildcard include/config/booke/wdt.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/irqflags.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/hw_irq.h \ $(wildcard include/config/ppc/book3e.h) \ $(wildcard include/config/perf/events.h) \ include/linux/errno.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/asm-generic/cmpxchg-local.h \ include/linux/stat.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/stat.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/thread_info.h \ $(wildcard include/config/ppc/256k/pages.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/page.h \ $(wildcard include/config/ppc/64k/pages.h) \ $(wildcard include/config/ppc/16k/pages.h) \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/physical/start.h) \ $(wildcard include/config/relocatable.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/ppc/std/mmu/64.h) \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/ppc/smlpar.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/kdump.h \ $(wildcard include/config/crash/dump.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/page_32.h \ $(wildcard include/config/physical/align.h) \ $(wildcard include/config/not/coherent/cache.h) \ $(wildcard include/config/pte/64bit.h) \ include/asm-generic/getorder.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ $(wildcard include/config/sparsemem.h) \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ include/linux/rwlock_types.h \ include/linux/spinlock_up.h \ include/linux/rwlock.h \ include/linux/spinlock_api_up.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/atomic.h \ include/asm-generic/atomic64.h \ include/asm-generic/atomic-long.h \ include/linux/math64.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/wait.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/current.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/string.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/rwsem.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ include/linux/cpumask.h \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/topology.h \ $(wildcard include/config/pci.h) \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/elf.h \ include/linux/elf-em.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/elf.h \ $(wildcard include/config/spu/base.h) \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/no/hz.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/user/sched.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/group/sched.h) \ $(wildcard include/config/mm/owner.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/capability.h \ include/linux/timex.h \ include/linux/param.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/timex.h \ include/linux/jiffies.h \ include/linux/rbtree.h \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/auxvec.h \ include/linux/prio_tree.h \ include/linux/completion.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/mmu.h \ $(wildcard include/config/ppc/std/mmu/32.h) \ $(wildcard include/config/ppc/book3e/mmu.h) \ $(wildcard include/config/ppc/8xx.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/mmu-44x.h \ $(wildcard include/config/ppc/early/debug/44x.h) \ $(wildcard include/config/ppc/early/debug/44x/physlow.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ipcbuf.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/sembuf.h \ include/linux/rcupdate.h \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ include/linux/rcutree.h \ include/linux/signal.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/path.h \ include/linux/pid.h \ include/linux/percpu.h \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/slab_def.h \ include/linux/kmemtrace.h \ $(wildcard include/config/kmemtrace.h) \ include/trace/events/kmem.h \ include/linux/tracepoint.h \ include/trace/define_trace.h \ include/linux/kmalloc_sizes.h \ include/linux/pfn.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/seccomp.h \ include/linux/unistd.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/unistd.h \ include/linux/rculist.h \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects/free.h) \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ $(wildcard include/config/security.h) \ include/linux/key.h \ $(wildcard include/config/sysctl.h) \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/local.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/module.h \ $(wildcard include/config/dynamic/ftrace.h) \ include/trace/events/module.h \ include/linux/semaphore.h \ include/linux/ftrace.h \ $(wildcard include/config/function/tracer.h) \ $(wildcard include/config/stack/tracer.h) \ $(wildcard include/config/frame/pointer.h) \ $(wildcard include/config/hw/branch/tracer.h) \ include/linux/trace_clock.h \ include/linux/kallsyms.h \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/radix-tree.h \ include/linux/fiemap.h \ include/linux/quota.h \ $(wildcard include/config/quota/netlink/interface.h) \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/inet.h \ include/linux/fcntl.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ftrace.h \ kernel/semaphore.o: $(deps_kernel/semaphore.o) $(deps_kernel/semaphore.o):
mattkelly/linux-2.6-xlnx
kernel/.semaphore.o.cmd
bat
gpl-2.0
21,414
@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT IF EXIST "%~dp0perl.exe" ( "%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 ) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" ( "%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 ) ELSE ( perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 ) goto endofperl :WinNT IF EXIST "%~dp0perl.exe" ( "%~dp0perl.exe" -x -S %0 %* ) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" ( "%~dp0..\..\bin\perl.exe" -x -S %0 %* ) ELSE ( perl -x -S %0 %* ) if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl if %errorlevel% == 9009 echo You do not have Perl in your PATH. if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul goto endofperl @rem '; #!/usr/bin/env perl #line 29 use App::FatPacker -run_script; =head1 NAME fatpack - Command line frontend for App::FatPacker =head1 COMMANDS =head2 pack $ fatpack pack myscript.pl > myscript.packed.pl A shortcut to do all the work of tracing, collecting packlists, extracting modules in fatlib, then concatenating into a packed script - in one shot. If you need more detailed controls for additional modules, use the following commands separately (see L</RECIPES>). =head2 trace $ fatpack trace [--to=trace-file|--to-stderr] [--use=MODULE] myscript.pl Compiles myscript.pl (as in "perl -c") and writes out a trace file containing every module require()d during the compilation. The trace file is called 'fatpacker.trace' by default; the --to option overrides this. If you pass --to-stderr fatpack writes the trace to STDERR instead. You cannot pass both --to and --to-stderr. If the --use option specifies a module (or modules, if used multiple times) those modules will be additionally included in the trace output. =head2 packlists-for $ fatpack packlists-for Module1 Module2 Module3 Searches your perl's @INC for .packlist files containing the .pm files for the modules requested and emits a list of unique packlist files to STDOUT. These packlists will, in a pure cpan-installation environment, be all non-core distributions required for those modules. Unfortunately most vendors strip the .packlist files so if you installed modules via e.g. apt-get you may be missing those modules; installing your dependencies into a L<local::lib|local::lib> first is the preferred workaround. =head2 tree $ fatpack tree fatlib packlist1 packlist2 packlist3 Takes a list of packlist files and copies their contents into a tree at the requested location. This tree should be sufficient to 'use lib' to make available all modules provided by the distributions whose packlists were specified. =head2 file $ fatpack file Recurses into the 'lib' and 'fatlib' directories and bundles all .pm files found into a BEGIN block which adds a virtual @INC entry to load these files from the bundled code rather than disk. =head1 RECIPES Current basic recipe for packing: $ fatpack trace myscript.pl $ fatpack packlists-for `cat fatpacker.trace` >packlists $ fatpack tree `cat packlists` $ fatpack file myscript.pl >myscript.packed.pl =head1 COPYRIGHT, LICENSE, AUTHOR See the corresponding sections in L<App::FatPacker>. =cut __END__ :endofperl
mishin/dwimperl-windows
strawberry-perl-5.20.0.1-32bit-portable/perl/site/bin/fatpack.bat
bat
gpl-2.0
3,315
SETLOCAL ENABLEDELAYEDEXPANSION set START_DIR=%~d0%~p0%~nx0 set START_DIR=!START_DIR:%~0=! echo %START_DIR% cd "%~d0%~p0" astyle --indent=tab=4 --indent-classes --indent-switches --indent-preprocessor --break-closing-brackets --pad-oper --pad-header --unpad-paren --convert-tabs --fill-empty-lines --max-instatement-indent=79 --suffix=none ..\client\*.cpp ..\client\*.h ..\windows\*.cpp ..\windows\*.h ..\XMLParser\*.cpp ..\XMLParser\*.h ..\XMLMerge\*.cpp ..\XMLMerge\*.h ..\GdiOle\*.cpp ..\GdiOle\*.h ..\dht\*.cpp ..\dht\*.h ..\FlyFeatures\*.h ..\FlyFeatures\*.cpp ..\test\*.cpp cd %START_DIR%
pavel-pimenov/flylinkdc-r5xx
Tools/Astyle.bat
bat
gpl-2.0
597
cmd_arch/powerpc/kernel/cputable.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/kernel/.cputable.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -msoft-float -pipe -Iarch/powerpc -ffixed-r2 -mmultiple -mno-altivec -mno-spe -mspe=no -funit-at-a-time -mno-string -Wa,-m405 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -Werror -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(cputable)" -D"KBUILD_MODNAME=KBUILD_STR(cputable)" -c -o arch/powerpc/kernel/.tmp_cputable.o arch/powerpc/kernel/cputable.c deps_arch/powerpc/kernel/cputable.o := \ arch/powerpc/kernel/cputable.c \ $(wildcard include/config/ppc32.h) \ $(wildcard include/config/ppc64.h) \ $(wildcard include/config/ppc/book3e/64.h) \ $(wildcard include/config/ppc/book3s/64.h) \ $(wildcard include/config/8xx.h) \ $(wildcard include/config/40x.h) \ $(wildcard include/config/44x.h) \ $(wildcard include/config/e200.h) \ $(wildcard include/config/e500.h) \ $(wildcard include/config/booke.h) \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/types.h \ $(wildcard include/config/phys/64bit.h) \ include/asm-generic/int-ll64.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ include/linux/stddef.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/posix_types.h \ /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include/stdarg.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/string.h \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/no/hz.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/virt/cpu/accounting.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/user/sched.h) \ $(wildcard include/config/sysfs.h) \ $(wildcard include/config/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/preempt/notifiers.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/debug/mutexes.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/compat.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/group/sched.h) \ $(wildcard include/config/mm/owner.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/capability.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ include/linux/linkage.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/linkage.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bitops.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/asm-compat.h \ $(wildcard include/config/power4/only.h) \ $(wildcard include/config/ibm405/err77.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/synch.h \ $(wildcard include/config/ppc/e500mc.h) \ include/linux/stringify.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/feature-fixups.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/find.h \ include/asm-generic/bitops/sched.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/typecheck.h \ include/linux/dynamic_debug.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/byteorder.h \ include/linux/byteorder/big_endian.h \ include/linux/swab.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/swab.h \ include/linux/byteorder/generic.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/div64.h \ include/asm-generic/div64.h \ include/linux/timex.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cache.h \ $(wildcard include/config/403gcx.h) \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/tracer.h) \ include/linux/thread_info.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/thread_info.h \ $(wildcard include/config/ppc/256k/pages.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/processor.h \ $(wildcard include/config/vsx.h) \ $(wildcard include/config/ppc/prep.h) \ $(wildcard include/config/task/size.h) \ $(wildcard include/config/kernel/start.h) \ $(wildcard include/config/4xx.h) \ $(wildcard include/config/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/cell.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cputable.h \ $(wildcard include/config/mpc10x/bridge.h) \ $(wildcard include/config/ppc/83xx.h) \ $(wildcard include/config/8260.h) \ $(wildcard include/config/ppc/mpc52xx.h) \ $(wildcard include/config/bdi/switch.h) \ $(wildcard include/config/power3.h) \ $(wildcard include/config/power4.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/reg_booke.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ptrace.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/page.h \ $(wildcard include/config/ppc/64k/pages.h) \ $(wildcard include/config/ppc/16k/pages.h) \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/physical/start.h) \ $(wildcard include/config/relocatable.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/ppc/std/mmu/64.h) \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/ppc/smlpar.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/kdump.h \ $(wildcard include/config/crash/dump.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/page_32.h \ $(wildcard include/config/physical/align.h) \ $(wildcard include/config/not/coherent/cache.h) \ $(wildcard include/config/pte/64bit.h) \ include/asm-generic/getorder.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ $(wildcard include/config/sparsemem.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ $(wildcard include/config/illegal/pointer/value.h) \ include/linux/prefetch.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/system.h \ $(wildcard include/config/debugger.h) \ $(wildcard include/config/kexec.h) \ $(wildcard include/config/6xx.h) \ $(wildcard include/config/booke/wdt.h) \ include/linux/irqflags.h \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/irqflags.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/hw_irq.h \ $(wildcard include/config/ppc/book3e.h) \ include/linux/errno.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/asm-generic/cmpxchg-local.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lock/stat.h) \ include/linux/rwlock_types.h \ include/linux/spinlock_up.h \ include/linux/rwlock.h \ include/linux/spinlock_api_up.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/atomic.h \ include/asm-generic/atomic64.h \ include/asm-generic/atomic-long.h \ include/linux/math64.h \ include/linux/param.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/timex.h \ include/linux/jiffies.h \ include/linux/rbtree.h \ include/linux/cpumask.h \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/bitmap.h \ include/linux/nodemask.h \ $(wildcard include/config/highmem.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/auxvec.h \ include/linux/prio_tree.h \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/rwsem.h \ include/linux/completion.h \ include/linux/wait.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/current.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/mmu.h \ $(wildcard include/config/ppc/std/mmu/32.h) \ $(wildcard include/config/ppc/book3e/mmu.h) \ $(wildcard include/config/ppc/8xx.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/mmu-44x.h \ $(wildcard include/config/ppc/early/debug/44x.h) \ $(wildcard include/config/ppc/early/debug/44x/physlow.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ include/linux/sem.h \ include/linux/ipc.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ipcbuf.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/sembuf.h \ include/linux/rcupdate.h \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ include/linux/rcutree.h \ include/linux/signal.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/path.h \ include/linux/pid.h \ include/linux/percpu.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/gfp.h \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/mutex.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/topology.h \ $(wildcard include/config/pci.h) \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/slab_def.h \ include/linux/kmemtrace.h \ $(wildcard include/config/kmemtrace.h) \ include/trace/events/kmem.h \ include/linux/tracepoint.h \ $(wildcard include/config/tracepoints.h) \ include/trace/define_trace.h \ $(wildcard include/config/event/tracing.h) \ include/linux/kmalloc_sizes.h \ include/linux/pfn.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/seccomp.h \ include/linux/unistd.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/unistd.h \ include/linux/rculist.h \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects/free.h) \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ $(wildcard include/config/security.h) \ include/linux/key.h \ $(wildcard include/config/sysctl.h) \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/module.h \ $(wildcard include/config/symbol/prefix.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/constructors.h) \ include/linux/stat.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/stat.h \ include/linux/kmod.h \ include/linux/elf.h \ include/linux/elf-em.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/elf.h \ $(wildcard include/config/spu/base.h) \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/local.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/module.h \ $(wildcard include/config/dynamic/ftrace.h) \ include/trace/events/module.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/oprofile_impl.h \ $(wildcard include/config/oprofile/cell.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/prom.h \ include/linux/of.h \ $(wildcard include/config/sparc.h) \ include/linux/mod_devicetable.h \ include/linux/of_fdt.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.h) \ include/linux/fs.h \ $(wildcard include/config/dnotify.h) \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/inotify.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/ioctl.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/radix-tree.h \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.h \ $(wildcard include/config/quota/netlink/interface.h) \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/inet.h \ include/linux/fcntl.h \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/err.h \ include/linux/magic.h \ include/linux/platform_device.h \ include/linux/device.h \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/devtmpfs.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ $(wildcard include/config/pm/runtime.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/device.h \ $(wildcard include/config/swiotlb.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include/asm/irq.h \ $(wildcard include/config/nr/irqs.h) \ $(wildcard include/config/irqstacks.h) \ arch/powerpc/kernel/cputable.o: $(deps_arch/powerpc/kernel/cputable.o) $(deps_arch/powerpc/kernel/cputable.o):
mattkelly/linux-2.6-xlnx
arch/powerpc/kernel/.cputable.o.cmd
bat
gpl-2.0
22,299
python manage.py runscript setup_dev --traceback
wasit7/algae2
algae_project/_setup_dev.bat
bat
gpl-2.0
48
REM imp system/awpassword@ORCL fromuser=rrhh touser=rrhh file=tmp/rrhh.dmp imp system/awpassword@ORCL fromuser=contabilidad touser=contabilidad file=tmp/contabilidad.dmp imp system/awpassword@ORCL fromuser=costocont touser=costocont file=tmp/costocont.dmp imp system/awpassword@ORCL fromuser=ctaxpagar touser=ctaxpagar file=tmp/ctaxpagar.dmp imp system/awpassword@ORCL fromuser=ventas touser=ventas file=tmp/ventas.dmp imp system/awpassword@ORCL fromuser=seguridadqa touser=seguridadqa file=tmp/seguridadqa.dmp imp system/awpassword@ORCL fromuser=suministrosqa touser=suministrosqa file=tmp/suministrosqa.dmp
AlanGuerraQuispe/SisAtuxPerfumeria
db-utils/import-db.bat
bat
gpl-2.0
730
ECHO OFF REM Copyright 2007, 2012 Stephen Fisher and Junhyong Kim, University of REM Pennsylvania. REM REM This file is part of Glo-DB. REM REM Glo-DB is free software: you can redistribute it and/or modify it REM under the terms of the GNU General Public License as published by REM the Free Software Foundation, either version 3 of the License, or REM (at your option) any later version. REM REM Glo-DB is distributed in the hope that it will be useful, but REM WITHOUT ANY WARRANTY; without even the implied warranty of REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU REM General Public License for more details. REM REM You should have received a copy of the GNU General Public License REM along with Glo-DB. If not, see <http://www.gnu.org/licenses/>. REM REM setup the environment. REM rem set CLASSPATH=classes;jython.jar set CLASSPATH=gloDB.jar;jython.jar REM REM run the application passing the command line args to the application. REM REM jdb -classpath gloDB.jar;jython.jar edu.upenn.gloDB.GloDBMain REM set the max heap size to 128MB, the default is 64MB rem java -XX:+PrintGCDetails -verbose:gc -Xmx512m -cp %CLASSPATH% edu.upenn.gloDB.GloDbMain %1 java -Xmx2048m -cp %CLASSPATH% edu.upenn.gloDB.GloDBMain %1 %2 %3 %4 %5 %6 %7 %8 %9 REM for java debugger rem jdb -classpath %CLASSPATH% edu.upenn.gloDB.GloDBMain REM for profiling with YourKit Java Profiler rem set PATH=c:\Program Files\YourKit Java Profiler 6.0 EAP build 1030\bin\win32;%PATH% REM for JVMPI rem java -Xmx1024m -Xrunyjpagent -cp %CLASSPATH% edu.upenn.gloDB.GloDbMain %1 %2 %3 %4 %5 %6 %7 %8 %9 REM for JVMTI rem java -Xmx1024m -agentlib:yjpagent -cp %CLASSPATH% edu.upenn.gloDB.GloDbMain %1 %2 %3 %4 %5 %6 %7 %8 %9 REM -Dcom.sun.management.jmxremote allows for the use of jconsole to monitor the process rem java -Dcom.sun.management.jmxremote -Xmx1024m -cp %CLASSPATH% edu.upenn.gloDB.GloDbMain %1 %2 %3 %4 %5 %6 %7 %8 %9
safisher/Glo-DB
gloDB.bat
bat
gpl-3.0
1,988
@echo off setlocal if exist ccp.com del ccp.com if exist cpm3.sys del cpm3.sys if exist gencpm.dat del gencpm.dat if exist loader.cim del loader.cim if exist bnkbios3.spr del bnkbios3.spr if exist system.epr del system.epr if exist system.evn del system.evn if exist system.odd del system.odd
wwarthen/CPU280
ZPM3/Clean.cmd
bat
gpl-3.0
303
@echo off echo Pushing branch to origin... git push origin master echo done. pause
knyteblayde/strife
push.bat
bat
gpl-3.0
84
cmd_/mnt/hgfs/windows/src/1drivermodel/1-10proc/proc/demo.ko := /usr/local/arm/4.2.2-eabi/usr/bin/arm-linux-ld -EL -r -o /mnt/hgfs/windows/src/1drivermodel/1-10proc/proc/demo.ko /mnt/hgfs/windows/src/1drivermodel/1-10proc/proc/demo.o /mnt/hgfs/windows/src/1drivermodel/1-10proc/proc/demo.mod.o
gatieme/LDD-LinuxDeviceDrivers
books/fengguojin/src/1-drivermodel/1-9proc/proc/.demo.ko.cmd
bat
gpl-3.0
296
@echo off echo Registration of 'nphaptic.dll' in progress... regsvr32 .\nphaptic.dll echo Task completed.
guari/jhaptic
NPAPI-Plugin/Bin/Register_Plugin.bat
bat
gpl-3.0
105
npm install copy config.sample.js config.js
Serabass/opencart
INSTALL.bat
bat
gpl-3.0
44
@echo off copy %CCCDIR%\ccclib\ppo\alert.cpp copy %CCCDIR%\ccclib\ppo\ascan.cpp copy %CCCDIR%\ccclib\ppo\class.cpp copy %CCCDIR%\ccclib\ppo\compat_ccc3.cpp copy %CCCDIR%\ccclib\ppo\day.cpp copy %CCCDIR%\ccclib\ppo\deferror.cpp copy %CCCDIR%\ccclib\ppo\directory.cpp copy %CCCDIR%\ccclib\ppo\memoread.cpp copy %CCCDIR%\ccclib\ppo\o_error.cpp copy %CCCDIR%\ccclib\ppo\o_object.cpp copy %CCCDIR%\ccclib\ppo\set.cpp copy %CCCDIR%\ccclib\ppo\setcursor.cpp copy %CCCDIR%\ccclib\ppo\simplehash.cpp copy %CCCDIR%\ccclib\ppo\strtran.cpp copy %CCCDIR%\ccclib\ppo\wordlist.cpp
mrev11/ccc2c
setup/setup-windows/copy_from_ppo.bat
bat
lgpl-2.1
584
vcpkg install g3log:x64-windows-static mkdir build-x64-windows-static cd build-x64-windows-static cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_GENERATOR_PLATFORM=x64 -DUSE_MSVC_STATIC_RUNTIME=ON cmake --build . --config Release pause
myd7349/Ongoing-Study
cpp/CMake/vcpkg/g3log_example/build-x64-windows-static.bat
bat
lgpl-3.0
319
echo This will create a loving-spoonful-build folder in the parent directory of the current one. pause echo echo --- Building --- rmdir ..\loving-spoonful-build /s mkdir ..\loving-spoonful-build meteor build ..\loving-spoonful-build --server-only --server meatup.lovingspoonful.org echo --- Copying to Server --- pscp -scp lsapp@66.228.44.6:~ ..\loving-spoonful-build\loving-spoonful.tar.gz echo --- Connecting to Server --- plink lsapp@66.228.44.6 -m deploy_on_server.sh
loving-spoonful/carrot-top
deploy_to_server.bat
bat
lgpl-3.0
477
@echo off setLocal EnableDelayedExpansion set CLASSPATH=" for /R ./lib %%a in (*.jar) do ( set CLASSPATH=!CLASSPATH!;%%a ) set CCLASSPATH=!CLASSPATH!" echo !CCLASSPATH! java -classpath INHoop.jar;CCLASSPATH INHoop
Mindtoeye/Hoop
Resources/Scripts/hoop.bat
bat
lgpl-3.0
219
@echo off rem keeps the current directory from changing if a video is dropped on the bat file cd /d "%~dp0" if not "%1"=="" ( echo Processing, please wait. start /b /wait python-3.6.0\python.exe do_the_mosh_win.py %1 ) else ( echo Please provide a video file name. )
happyhorseskull/you-can-datamosh-on-windows
datamosh.bat
bat
unlicense
284
rem set JAVA_HOME=C:\jdk1.6.0 start %ANT_HOME%\bin\ant copy
jior/glaf
workspace/glaf-core/copy.bat
bat
apache-2.0
61
cd contents rmdir /Q /S lib mkdir lib cd lib mkdir netstandard2.0\ robocopy ../../../../../src/Bin/netstandard/Release netstandard2.0 Solid.Patterns.Memento.* /E cd ../../ nuget pack contents/Solid.Patterns.Memento.nuspec -OutputDirectory ../../../output
godrose/Solid
devops/pack/solid.patterns.memento/pack.bat
bat
apache-2.0
254
@echo off setlocal set PATH=%PATH%;%~dp0lib java -cp "%~dp0lizzy.jar;%~dp0lib\args4j.jar;%~dp0classes" christophedelory.lizzy.AddToPlaylist %*
wenerme/Lizzy
test/AddToPlaylist.bat
bat
bsd-2-clause
143
@echo off echo ÕýÔÚÇåÀíϵͳÀ¬»øÎļþ£¬ÇëÉÔµÈ...... del /f /s /q %systemdrive%\*.tmp del /f /s /q %systemdrive%\*._mp del /f /s /q %systemdrive%\*.log del /f /s /q %systemdrive%\*.gid del /f /s /q %systemdrive%\*.chk del /f /s /q %systemdrive%\*.old del /f /s /q %systemdrive%\recycled\*.* del /f /s /q %windir%\*.bak del /f /s /q %windir%\prefetch\*.* rd /s /q %windir%\temp & md %windir%\temp del /f /q %userprofile%\cookies\*.* del /f /q %userprofile%\recent\*.* del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" del /f /s /q "%userprofile%\Local Settings\Temp\*.*" del /f /s /q "%userprofile%\recent\*.*" echo ÇåÀíϵͳÀ¬»øÍê³É£¡ echo. & pause
spheee/tc-notes
一键清理系统垃圾文件.bat
bat
bsd-2-clause
688
@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\art-portfolio.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\art-portfolio.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
goldhand/art-portfolio
docs/make.bat
bat
bsd-3-clause
5,109
@echo off :: Copyright 2013 The Chromium Authors. All rights reserved. :: Use of this source code is governed by a BSD-style license that can be :: found in the LICENSE file. setlocal :: This is required with cygwin only. PATH=%~dp0;%PATH% :: Defer control. %~dp0python "%~dp0\gn.py" %*
kevinkindom/chrome_depto_tools
gn.bat
bat
bsd-3-clause
289
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\hopper.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\hopper.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
transcode-de/hopper
docs/make.bat
bat
bsd-3-clause
6,459
updater-body.bat "D:\sites\rdo\help" "D:\sites\rdo\help_assistant"
AlexChernov/rdo_studio
app/rdo_studio/help/web/scripts/Bat/updater.bat
bat
mit
66
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S07_GetItemEstimate.MSASCMD_S07_TC15_GetItemEstimate_Collection_LimitValue /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique pause
OfficeDev/Interop-TestSuites
ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S07_TC15_GetItemEstimate_Collection_LimitValue.cmd
bat
mit
309
REM ×¢ÊÍ @echo off set ocd=%cd% cd /d %~dp0 cd .. echo ##### Ìáʾ£º¶ÁÈ¡ÅäÖÃÎļþ ##### if exist ..\config.bat call ..\config.bat if exist ..\..\config.bat call ..\..\config.bat if exist ..\..\..\config.bat call ..\..\..\config.bat if exist ..\..\..\..\config.bat call ..\..\..\..\config.bat if exist ..\..\..\..\..\config.bat call ..\..\..\..\..\config.bat if exist ..\..\..\..\..\..\config.bat call ..\..\..\..\..\..\config.bat if exist ..\..\..\..\..\..\..\config.bat call ..\..\..\..\..\..\..\config.bat setlocal enabledelayedexpansion call :GET_PATH_NAME %cd% set project=%PATH_NAME% if not exist proj.win32 md proj.win32 cd proj.win32 echo #####Ìáʾ£º¿ªÊ¼¹¹½¨##### cmake -DDXM_CMAKE_PLATFORM=WIN32 .. echo %errorlevel% if %errorlevel% neq 0 goto :cmEnd cmake -DDXM_CMAKE_PLATFORM=WIN32 .. echo %errorlevel% if %errorlevel% neq 0 goto :cmEnd echo #####Ìáʾ£º¹¹½¨½áÊø##### echo #####Ìáʾ£º¿ªÊ¼±àÒë##### rem BuildConsole.exe %project%.sln /prj=ALL_BUILD /Silent /OpenMonitor /Cfg="Debug|WIN32,Release|WIN32" rem BuildConsole.exe %project%.sln /prj=ALL_BUILD /Silent /Cfg="Debug|WIN32,Release|WIN32" rem if %errorlevel% neq 0 goto :cmEnd echo #####Ìáʾ£º±àÒë½áÊø##### echo #####Ìáʾ£º¿ªÊ¼°²×°##### cmake -DBUILD_TYPE="Debug" -P cmake_install.cmake if %errorlevel% neq 0 goto :cmEnd cmake -DBUILD_TYPE="Release" -P cmake_install.cmake if %errorlevel% neq 0 goto :cmEnd echo #####Ìáʾ£º°²×°½áÊø##### goto cmDone :cmEnd echo setup failed pause exit :cmDone cmake -P dxm_cmake_compile_succeeded.cmake cmake -P dxm_cmake_install_succeeded.cmake cd /d %ocd% goto :eof :GET_PATH_NAME set PATH_NAME=%~n1 :eof
dxmgame/dxm
templates/prebuilt/build/setup.win32.bat
bat
mit
1,679
echo This is a test batch file echo @echo off echo Testing with echo off echo on echo Testing wih echo on echo off test2 p1 p2 p3 p4 echo This should not appear!! echo END OF test1.bat
joyent/sdcboot
freedos/source/command/tests/test1.bat
bat
mpl-2.0
185