code
stringlengths
3
1.03M
repo_name
stringlengths
5
84
path
stringlengths
4
233
language
stringclasses
1 value
license
stringclasses
15 values
size
int32
3
1.03M
cmd_arch/powerpc/boot/cuboot-katmai.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/boot/.cuboot-katmai.o.d -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -Os -msoft-float -pipe -fomit-frame-pointer -fno-builtin -fPIC -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -g -fno-stack-protector -Iarch/powerpc/boot -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/boot -mcpu=405 -c -o arch/powerpc/boot/cuboot-katmai.o arch/powerpc/boot/cuboot-katmai.c deps_arch/powerpc/boot/cuboot-katmai.o := \ arch/powerpc/boot/cuboot-katmai.c \ arch/powerpc/boot/ops.h \ /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include/stddef.h \ arch/powerpc/boot/types.h \ arch/powerpc/boot/string.h \ arch/powerpc/boot/stdio.h \ /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include/stdarg.h \ arch/powerpc/boot/reg.h \ arch/powerpc/boot/dcr.h \ $(wildcard include/config/bank/enable.h) \ $(wildcard include/config/size/mask.h) \ $(wildcard include/config/bank/size.h) \ $(wildcard include/config/addr.h) \ $(wildcard include/config/data.h) \ arch/powerpc/boot/4xx.h \ arch/powerpc/boot/44x.h \ arch/powerpc/boot/cuboot.h \ arch/powerpc/boot/ppcboot.h \ arch/powerpc/boot/cuboot-katmai.o: $(deps_arch/powerpc/boot/cuboot-katmai.o) $(deps_arch/powerpc/boot/cuboot-katmai.o):
mattkelly/linux-2.6-xlnx
arch/powerpc/boot/.cuboot-katmai.o.cmd
bat
gpl-2.0
1,366
cmd_arch/arm/plat-bcmap/csl/built-in.o := /home/percy/sgy/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o arch/arm/plat-bcmap/csl/built-in.o arch/arm/plat-bcmap/csl/csl_dma.o arch/arm/plat-bcmap/csl/csl_lcdc.o arch/arm/plat-bcmap/csl/csl_cam.o arch/arm/plat-bcmap/csl/csl_sysmap.o
percy215/common
arch/arm/plat-bcmap/csl/.built-in.o.cmd
bat
gpl-2.0
280
REM "%GBC%\fart.exe" "%GBC%\net\%EXECT%\%CPS%\fba.ini" [ROMPTH] "%GBG%\%GAM%\%CONS%\%CPS%\SOURCE"
HoodlumDTX/rom-jacket
CPSexeject.bat
bat
gpl-2.0
97
cmd_sound/core/built-in.o := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o sound/core/built-in.o sound/core/snd.o sound/core/snd-timer.o sound/core/snd-pcm.o sound/core/snd-page-alloc.o
sembre/kernel_totoro_update3
common/sound/core/.built-in.o.cmd
bat
gpl-2.0
192
@echo off premake5 --file=../premake5.lua shaders pause
jpcy/ioq3-renderer-bgfx
bin/shaders.bat
bat
gpl-2.0
56
@ECHO OFF start cmd.exe
Blue-IT/G1-Chat
app/src/main/parse cloud code/parse_begin.bat
bat
gpl-2.0
23
cmd_sound/soc/snd-soc-core.o := /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/soc/snd-soc-core.o sound/soc/soc-core.o sound/soc/soc-dapm.o sound/soc/soc-jack.o sound/soc/soc-cache.o sound/soc/soc-utils.o sound/soc/soc-pcm.o sound/soc/soc-io.o
selva-simple/Galaxy-R-Kernel
sound/soc/.snd-soc-core.o.cmd
bat
gpl-2.0
294
cmd_kernel/trace/libftrace.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o kernel/trace/libftrace.o kernel/trace/ftrace.o
PrestigeMod/SHW-M440S
kernel/trace/.libftrace.o.cmd
bat
gpl-2.0
180
@echo off setlocal rem Generates a build number based upon the current local date (YYYYMMDD) rem Source: https://superuser.com/questions/1287756/how-can-i-get-the-date-in-a-locale-independent-format-in-a-batch-file rem use findstr to strip blank lines from wmic output for /f "usebackq skip=1 tokens=1-3" %%g in (`wmic Path Win32_LocalTime Get Day^,Month^,Year ^| findstr /r /v "^$"`) do ( set _day=00%%g set _month=00%%h set _year=%%i ) rem Pad the day and month with leading zeroes set _month=%_month:~-2% set _day=%_day:~-2% echo %_year%%_month%%_day% endlocal
pgmodeler/pgmodeler
getbuildnum.bat
bat
gpl-3.0
572
@echo off rem Copyright (C) 2005 - 2012 Eric Van Dewoestine 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 3 of the License, or rem (at your option) any later version. rem rem This program is distributed in the hope that it will be useful, rem but WITHOUT ANY WARRANTY; without even the implied warranty of rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the rem GNU General Public License for more details. rem rem You should have received a copy of the GNU General Public License rem along with this program. If not, see <http://www.gnu.org/licenses/>. set ECLIPSE_HOME=%~dp0 set CLASSPATH= rem ECLIMD_OPTS=-java.ext.dirs start "eclimd" "%ECLIPSE_HOME%\eclipse" -debug -nosplash -clean -refresh -application org.eclim.application -vmargs %ECLIMD_OPTS% %*
euclio/eclim
org.eclim/bin/eclimd.bat
bat
gpl-3.0
952
@echo off rem *** Clean dist folder rmdir dist /S /Q rem *** Generate new icon file cd icons del PassGen.ico ..\png2ico.exe PassGen.ico PassGen128.png PassGen64.png PassGen48.png PassGen32.png PassGen16.png cd .. rem *** Build executable file python build.py py2exe rem *** Remove unused files del dist\w9xpopen.exe rem *** Wait and remove temporary folders ping -n 3 127.0.0.1 > nul rmdir build /S /Q ping -n 3 127.0.0.1 > nul rmdir build /S /Q rem *** Sleep before ends rem echo Finished! rem pause rem *** The end is near!
disabler/passgen
build.cmd
bat
gpl-3.0
561
ECHO ON REM Running Python Script SET PATH=%PATH%;C:\Python27 python reQBT.py PAUSE
mramdass/re-engineered_Quant-Based_Tool_Python
run.bat
bat
gpl-3.0
83
#!/bin/sh copy -f ico-astronavi.png ico-astronavi-8472.png copy -f ico-astronavi.png ico-astronavi-breen.png copy -f ico-astronavi.png ico-astronavi-tellar.png copy -f ico-astronavi.png ico-astronavi-varie.png copy -f ico-astronavi-bajor.png ico-astronavi-bajor-antares.png copy -f ico-astronavi-bajor.png ico-astronavi-bajor-vela.png copy -f ico-astronavi-borg.png ico-astronavi-borg-cubi.png copy -f ico-astronavi-borg.png ico-astronavi-borg-sfere.png copy -f ico-astronavi-cardassia.png ico-astronavi-cardassia-galor.png copy -f ico-astronavi-cardassia.png ico-astronavi-cardassia-hideki.png copy -f ico-astronavi-cardassia.png ico-astronavi-cardassia-kelon.png copy -f ico-astronavi-dominio.png ico-astronavi-dominio-battaglia.png copy -f ico-astronavi-dominio.png ico-astronavi-dominio-caccia.png copy -f ico-astronavi-dominio.png ico-astronavi-dominio-incrociatore.png copy -f ico-astronavi-ferengi.png ico-astronavi-ferengi-dkora.png copy -f ico-astronavi-ferengi.png ico-astronavi-ferengi-pod.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-akira.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-ambassador.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-andromeda.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-antares.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-apollo.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-bradbury.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-centaur.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-challenger.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-chimera.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-constellation.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-constitution.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-daedalus.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-danube.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-defiant.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-deneva.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-excelsior.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-freedom.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-galaxy.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-hokulea.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-intrepid.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-istanbul.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-iv.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-korolev.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-mediterranean.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-merced.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-miranda.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-nar.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-nebula.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-neworleans.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-niagara.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-norway.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-nova.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-nx.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-oberth.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-olympic.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-peregrine.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-prometheus.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-renaissance.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-rigel.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-saber.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-sequoia.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-shuttle-6.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-shuttle-7.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-shuttle-8.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-shuttle-9.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-shuttle-10.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-shuttle-11.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-shuttle-15.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-shuttle-angolare.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-shuttle-defiant.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-shuttle-ii.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-shuttle-originale.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-shuttle-pod.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-shuttle-vari.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-sovereign.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-soyuz.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-springfield.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-steamrunner.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-surak.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-sydney.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-venture.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-wambundu.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-wells.png copy -f ico-astronavi-flottastellare.png ico-astronavi-flottastellare-yorkshire.png copy -f ico-astronavi-klingon.png ico-astronavi-klingon-brel.png copy -f ico-astronavi-klingon.png ico-astronavi-klingon-d5.png copy -f ico-astronavi-klingon.png ico-astronavi-klingon-d7.png copy -f ico-astronavi-klingon.png ico-astronavi-klingon-d12.png copy -f ico-astronavi-klingon.png ico-astronavi-klingon-ktinga.png copy -f ico-astronavi-klingon.png ico-astronavi-klingon-ktoch.png copy -f ico-astronavi-klingon.png ico-astronavi-klingon-kvort.png copy -f ico-astronavi-klingon.png ico-astronavi-klingon-neghvar.png copy -f ico-astronavi-klingon.png ico-astronavi-klingon-raptor.png copy -f ico-astronavi-klingon.png ico-astronavi-klingon-toron.png copy -f ico-astronavi-klingon.png ico-astronavi-klingon-vorcha.png copy -f ico-astronavi-romulane.png ico-astronavi-romulane-bop2150.png copy -f ico-astronavi-romulane.png ico-astronavi-romulane-bop2260.png copy -f ico-astronavi-romulane.png ico-astronavi-romulane-d7.png copy -f ico-astronavi-romulane.png ico-astronavi-romulane-dderidex.png copy -f ico-astronavi-romulane.png ico-astronavi-romulane-scout.png copy -f ico-astronavi-romulane.png ico-astronavi-romulane-warbird.png copy -f ico-astronavi-terra.png ico-astronavi-terra-dy100.png copy -f ico-astronavi-terra.png ico-astronavi-terra-dy500.png copy -f ico-astronavi-terra.png ico-astronavi-terra-j.png copy -f ico-astronavi-terra.png ico-astronavi-terra-y.png copy -f ico-astronavi-ufp.png ico-astronavi-ufp-erewon.png copy -f ico-astronavi-vulcano.png ico-astronavi-vulcano-sn.png copy -f ico-astronavi-vulcano.png ico-astronavi-vulcano-suurok.png copy -f ico-cast.png ico-cast-a.png copy -f ico-cast.png ico-cast-b.png copy -f ico-cast.png ico-cast-c.png copy -f ico-cast.png ico-cast-d.png copy -f ico-cast.png ico-cast-e.png copy -f ico-cast.png ico-cast-f.png copy -f ico-cast.png ico-cast-g.png copy -f ico-cast.png ico-cast-h.png copy -f ico-cast.png ico-cast-i.png copy -f ico-cast.png ico-cast-j.png copy -f ico-cast.png ico-cast-k.png copy -f ico-cast.png ico-cast-l.png copy -f ico-cast.png ico-cast-m.png copy -f ico-cast.png ico-cast-n.png copy -f ico-cast.png ico-cast-o.png copy -f ico-cast.png ico-cast-p.png copy -f ico-cast.png ico-cast-q.png copy -f ico-cast.png ico-cast-r.png copy -f ico-cast.png ico-cast-s.png copy -f ico-cast.png ico-cast-t.png copy -f ico-cast.png ico-cast-u.png copy -f ico-cast.png ico-cast-v.png copy -f ico-cast.png ico-cast-w.png copy -f ico-cast.png ico-cast-x.png copy -f ico-cast.png ico-cast-y.png copy -f ico-cast.png ico-cast-z.png copy -f ico-dsn.png ico-dsn-episodio.png copy -f ico-dsn.png ico-dsn-produzione.png copy -f ico-dsn.png ico-dsn-qv.png copy -f ico-dsn.png ico-dsn-titoliita.png copy -f ico-dsn.png ico-dsn-titoliori.png copy -f ico-ent.png ico-ent-episodio.png copy -f ico-ent.png ico-ent-produzione.png copy -f ico-ent.png ico-ent-qv.png copy -f ico-ent.png ico-ent-titoliita.png copy -f ico-ent.png ico-ent-titoliori.png copy -f ico-etc.png ico-etc-altrishow.png copy -f ico-etc.png ico-etc-qv.png copy -f ico-libri.png ico-libri-altri.png copy -f ico-libri.png ico-libri-newfrontier.png copy -f ico-libri.png ico-libri-nonfiction.png copy -f ico-med.png ico-med-farmaci.png copy -f ico-med.png ico-med-malattie.png copy -f ico-med.png ico-med-procedure.png copy -f ico-med.png ico-med-strumenti.png copy -f ico-mirror.png ico-mirror-basistellari.png copy -f ico-mirror.png ico-mirror-organizzazioni.png copy -f ico-navigazione.png ico-navigazione-basistellari.png copy -f ico-navigazione.png ico-navigazione-bevande.png copy -f ico-navigazione.png ico-navigazione-cibi.png copy -f ico-navigazione.png ico-navigazione-fenomeni.png copy -f ico-navigazione.png ico-navigazione-giochi.png copy -f ico-navigazione.png ico-navigazione-manufatti.png copy -f ico-navigazione.png ico-navigazione-monete.png copy -f ico-navigazione.png ico-navigazione-nebulose.png copy -f ico-navigazione.png ico-navigazione-piante.png copy -f ico-navigazione.png ico-navigazione-sistemistellari.png copy -f ico-navigazione.png ico-navigazione-xenobestiario.png copy -f ico-navigazione.png ico-navigazione-zone.png copy -f ico-personaggi.png ico-personaggi-09.png copy -f ico-personaggi.png ico-personaggi-a.png copy -f ico-personaggi.png ico-personaggi-b.png copy -f ico-personaggi.png ico-personaggi-c.png copy -f ico-personaggi.png ico-personaggi-d.png copy -f ico-personaggi.png ico-personaggi-e.png copy -f ico-personaggi.png ico-personaggi-f.png copy -f ico-personaggi.png ico-personaggi-g.png copy -f ico-personaggi.png ico-personaggi-h.png copy -f ico-personaggi.png ico-personaggi-i.png copy -f ico-personaggi.png ico-personaggi-j.png copy -f ico-personaggi.png ico-personaggi-k.png copy -f ico-personaggi.png ico-personaggi-l.png copy -f ico-personaggi.png ico-personaggi-m.png copy -f ico-personaggi.png ico-personaggi-n.png copy -f ico-personaggi.png ico-personaggi-o.png copy -f ico-personaggi.png ico-personaggi-p.png copy -f ico-personaggi.png ico-personaggi-q.png copy -f ico-personaggi.png ico-personaggi-r.png copy -f ico-personaggi.png ico-personaggi-s.png copy -f ico-personaggi.png ico-personaggi-t.png copy -f ico-personaggi.png ico-personaggi-u.png copy -f ico-personaggi.png ico-personaggi-v.png copy -f ico-personaggi.png ico-personaggi-w.png copy -f ico-personaggi.png ico-personaggi-x.png copy -f ico-personaggi.png ico-personaggi-y.png copy -f ico-personaggi.png ico-personaggi-z.png copy -f ico-personaggi.png ico-personaggi-sn.png copy -f ico-pianeti.png ico-pianeti-09.png copy -f ico-pianeti.png ico-pianeti-a.png copy -f ico-pianeti.png ico-pianeti-b.png copy -f ico-pianeti.png ico-pianeti-c.png copy -f ico-pianeti.png ico-pianeti-d.png copy -f ico-pianeti.png ico-pianeti-e.png copy -f ico-pianeti.png ico-pianeti-f.png copy -f ico-pianeti.png ico-pianeti-g.png copy -f ico-pianeti.png ico-pianeti-h.png copy -f ico-pianeti.png ico-pianeti-i.png copy -f ico-pianeti.png ico-pianeti-j.png copy -f ico-pianeti.png ico-pianeti-k.png copy -f ico-pianeti.png ico-pianeti-l.png copy -f ico-pianeti.png ico-pianeti-m.png copy -f ico-pianeti.png ico-pianeti-n.png copy -f ico-pianeti.png ico-pianeti-o.png copy -f ico-pianeti.png ico-pianeti-p.png copy -f ico-pianeti.png ico-pianeti-q.png copy -f ico-pianeti.png ico-pianeti-r.png copy -f ico-pianeti.png ico-pianeti-s.png copy -f ico-pianeti.png ico-pianeti-t.png copy -f ico-pianeti.png ico-pianeti-u.png copy -f ico-pianeti.png ico-pianeti-v.png copy -f ico-pianeti.png ico-pianeti-w.png copy -f ico-pianeti.png ico-pianeti-x.png copy -f ico-pianeti.png ico-pianeti-y.png copy -f ico-pianeti.png ico-pianeti-z.png copy -f ico-pianeti.png ico-pianeti-sn.png copy -f ico-specie.png ico-specie-09.png copy -f ico-specie.png ico-specie-a.png copy -f ico-specie.png ico-specie-b.png copy -f ico-specie.png ico-specie-c.png copy -f ico-specie.png ico-specie-d.png copy -f ico-specie.png ico-specie-e.png copy -f ico-specie.png ico-specie-f.png copy -f ico-specie.png ico-specie-g.png copy -f ico-specie.png ico-specie-h.png copy -f ico-specie.png ico-specie-i.png copy -f ico-specie.png ico-specie-j.png copy -f ico-specie.png ico-specie-k.png copy -f ico-specie.png ico-specie-l.png copy -f ico-specie.png ico-specie-m.png copy -f ico-specie.png ico-specie-n.png copy -f ico-specie.png ico-specie-o.png copy -f ico-specie.png ico-specie-p.png copy -f ico-specie.png ico-specie-q.png copy -f ico-specie.png ico-specie-r.png copy -f ico-specie.png ico-specie-s.png copy -f ico-specie.png ico-specie-t.png copy -f ico-specie.png ico-specie-u.png copy -f ico-specie.png ico-specie-v.png copy -f ico-specie.png ico-specie-w.png copy -f ico-specie.png ico-specie-x.png copy -f ico-specie.png ico-specie-y.png copy -f ico-specie.png ico-specie-z.png copy -f ico-specie.png ico-specie-altri.png copy -f ico-starfleet.png ico-starfleet-direttive.png copy -f ico-starfleet.png ico-starfleet-procedure.png copy -f ico-starfleet.png ico-starfleet-uniformi.png copy -f ico-tas.png ico-tas-episodio.png copy -f ico-tas.png ico-tas-produzione.png copy -f ico-tas.png ico-tas-titoliita.png copy -f ico-tas.png ico-tas-titoliori.png copy -f ico-tech.png ico-tech-armi.png copy -f ico-tech.png ico-tech-materiali.png copy -f ico-tech.png ico-tech-strumenti.png copy -f ico-tech.png ico-tech-teletrasporto.png copy -f ico-tech.png ico-tech-warp.png copy -f ico-tng.png ico-tng-episodio.png copy -f ico-tng.png ico-tng-produzione.png copy -f ico-tng.png ico-tng-qv.png copy -f ico-tng.png ico-tng-titoliita.png copy -f ico-tng.png ico-tng-titoliori.png copy -f ico-tos.png ico-tos-episodio.png copy -f ico-tos.png ico-tos-produzione.png copy -f ico-tos.png ico-tos-qv.png copy -f ico-tos.png ico-tos-titoliita.png copy -f ico-tos.png ico-tos-titoliori.png copy -f ico-voy.png ico-voy-episodio.png copy -f ico-voy.png ico-voy-produzione.png copy -f ico-voy.png ico-voy-qv.png copy -f ico-voy.png ico-voy-titoliita.png copy -f ico-voy.png ico-voy-titoliori.png chown 1000 *
luigirosa/hypertrek
skin/classic/moltiplica.bat
bat
gpl-3.0
15,220
@echo off cygpath.exe -H > pathtmp.txt for /F %%I in (pathtmp.txt) DO set cyghometmp=%%I set userarg=%2 IF defined userarg ( mkpasswd %1 -u %userarg% -p%cyghometmp% >> ../etc/passwd ) ELSE ( mkpasswd %1 -p%cyghometmp% >> ../etc/passwd ) set cyghometmp= set userarg= del pathtmp.txt
GaryLBaird/CommandLineHelper
bin/OpenSSH/bin/addUser.cmd
bat
gpl-3.0
281
REM # ==================================== About ==================================== REM # =============================================================================== REM # Author: Elliott Saille <[email protected]> REM # Date: June 16, 2015 REM # =================================== License =================================== REM # =============================================================================== REM # This Source Code Form is subject to the terms of the Mozilla Public License, REM # v. 2.0. If a copy of the MPL was not distributed with this file, You can REM # obtain one at http://mozilla.org/MPL/2.0/. REM # =============================================================================== @echo off cls rem Set Office Version (Office15 for 2013, Office14 for 2010) set VER=Office15 rem Keys for Office (Current as of 4/7/15) set Office_Key= set Visio_Key= set Project_Key= rem Check what system we are installing on and set script path to match IF EXIST "%PROGRAMFILES(X86)%\Microsoft Office\%VER%\ospp.vbs" ( SET "LOC=%PROGRAMFILES(X86)%" goto Main ) IF EXIST "%PROGRAMFILES%\Microsoft Office\%VER%\ospp.vbs" ( SET "LOC=%PROGRAMFILES%" goto Main ) :Main rem Add Key for Office cscript "%LOC%\Microsoft Office\%VER%\ospp.vbs" /inpkey:%Office_Key% rem Add Key for Visio cscript "%LOC%\Microsoft Office\%VER%\ospp.vbs" /inpkey:%Visio_Key% rem Add Key for Project cscript "%LOC%\Microsoft Office\%VER%\ospp.vbs" /inpkey:%Project_Key% rem Activate Office Products cscript "%LOC%\Microsoft Office\%VER%\ospp.vbs" /act rem Print activation status cscript "%LOC%\Microsoft Office\%VER%\ospp.vbs" /dstatus pause
ellisgeek/Scripts_Windows
BATCH/actmso.bat
bat
mpl-2.0
1,719
./cfg_fuzzball ./prescan-bad-diet -stp-path ./stp -linux-syscalls -trace-syscalls -trace-stopping -coverage-stats -time-stats -trace-iterations -trace-assigns-string -check-condition-at 0x08048269:'R_ESI:reg32_t - 0xbfffcf09:reg32_t > 50:reg32_t' -fuzz-start-addr 0x08048555 -symbolic-cstring-fulllen 0x50000008+110 -finish-on-nonfalse-cond -cfg ../../../cfg/MIT/sendmail/s5/prescan-bad-diet.cfg -target-addr 0x08048269 -loop-pattern 0x0804817a -trace-pattern -- ./prescan-bad-diet |& tee 2010-11-18.out
bitblaze-fuzzball/d-s-se-directed-tests
vulapps/sendmail/s5/2010-11-18.cmd
bat
apache-2.0
504
service.bat install zookeeper1 pause service.bat start zookeeper1 pause
jior/cluster
zookeeper1/bin/zk-installservice.bat
bat
apache-2.0
72
# Please NOTE: In this sample we're assuming Cloud Api Server is hosted at "https://localhost". # If it's not then please replace this with with your hosting url. curl --location --request POST 'https://localhost/pdf/convert/from/doc' \ --header 'x-api-key: {{x-api-key}}' \ --form 'encrypt=true' \ --form 'url=https://bytescout-com.s3-us-west-2.amazonaws.com/files/demo-files/cloud-api/doc-to-pdf/sample.docx' \ --form 'name=result.pdf'
bytescout/ByteScout-SDK-SourceCode
Cloud API Server/DOC To PDF API/cURL/Document to PDF/Convert-DOC-to-PDF.cmd
bat
apache-2.0
439
@ECHO OFF :: Check Windows version (XP Pro or later) and command line arguments (none) IF NOT "%OS%"=="Windows_NT" GOTO Syntax IF NOT "%~1"=="" GOTO Syntax WMIC.EXE Alias /? >NUL 2>&1 || GOTO Syntax SETLOCAL ENABLEDELAYEDEXPANSION :: Use WMIC to retrieve date and time FOR /F "skip=1 tokens=1-6" %%A IN ('WMIC Path Win32_LocalTime Get Day^,Hour^,Minute^,Month^,Second^,Year /Format:table') DO ( IF NOT "%%~F"=="" ( SET /A SortDate = 10000 * %%F + 100 * %%D + %%A SET /A SortTime = 10000 * %%B + 100 * %%C + %%E SET SortTime=0000000!SortTime! SET SortTime=!SortTime:~-6! ) ) :: Display the results: ECHO #define VERSION_TIMESTAMP "%SortDate%.%SortTime%" :: Done ENDLOCAL GOTO:EOF
eh2k/fs-inspect
makeVersionDefine.cmd
bat
artistic-2.0
711
@ECHO OFF call UnInstallService.cmd @Echo Building... call Build.cmd @Echo Installing service... call InstallService.cmd Echo Press any key to uninstall service... pause call UnInstallService.cmd
trondr/NCmdLiner.SolutionTemplates
Client Service Application/BuildAndInstallServiceAndThenUnInstallService.cmd
bat
bsd-3-clause
197
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\grunt-simple-mocha\bin\grunt-simple-mocha" %* ) ELSE ( node "%~dp0\..\grunt-simple-mocha\bin\grunt-simple-mocha" %* )
danactive/mod-files
node_modules/.bin/grunt-simple-mocha.cmd
bat
mit
179
cmd_drivers/video/omap2/displays/built-in.o := rm -f drivers/video/omap2/displays/built-in.o; arm-linux-gnueabi-ar rcsD drivers/video/omap2/displays/built-in.o
qubir/PhoenixA20_linux_sourcecode
drivers/video/omap2/displays/.built-in.o.cmd
bat
gpl-2.0
161
@echo off set OPENSSL=%PRODUCT_ROOT%\unsupported\openssl\ix86_win32\bin\openssl.exe set CERT_NAME=example_certstore %OPENSSL% genrsa -out %CERT_NAME%_privkey.pem 2048 %OPENSSL% rsa -in %CERT_NAME%_privkey.pem -out %CERT_NAME%_pubkey.pem -pubout %OPENSSL% req -config config_openssl.txt -new -key %CERT_NAME%_privkey.pem -out %CERT_NAME%_csr.pem %OPENSSL% req -config config_openssl.txt -in %CERT_NAME%_csr.pem -text %OPENSSL% x509 -req -sha1 -in %CERT_NAME%_csr.pem -signkey %CERT_NAME%_privkey.pem -CAcreateserial -out %CERT_NAME%.crt %OPENSSL% x509 -in %CERT_NAME%.crt -outform DER -out %CERT_NAME%.der %OPENSSL% x509 -in %CERT_NAME%.crt -text
DmitryADP/diff_qc750
3rdparty/trustedlogic/sdk/tegra3/tf_sdk/examples/example_certstore/generate_certificate/generate_certificate.bat
bat
gpl-2.0
668
/* * $Id$ * * Author: Juan Jose Garcia Ripoll <[email protected]>. * Webpage: http://www.arrakis.es/~worm/ * * makedef.cmd - update a DLL export list using a newly created library file * in a.out format, plus an old .DEF file. * * standard output gets a sorted list with all entrypoints with entrycodes. * This list, plus a few .def sentences (LIBRARY, DESCRIPTION and EXPORT) * is used to build a new .def file. * * `_nc_*' symbols are ignored. * * returns 1 when the old def_file is corrupted -- that is, export items are * not properly formatted. * * returns 0 if everything went OK. */ parse arg lib_file def_file lib_file = translate(lib_file,'\','/') def_file = translate(def_file,'\','/') call CleanQueue /* * `codes' is the stem that links a code to every symbol * `names' is the stem where symbols are stored sequentially * `last' is the index of the last symbol defined */ last = 0 used. = 0 codes. = 0 names. = '' tmp_name = 'foo.tmp' /* * This sed expression cleans empty lines, comments and special .DEF * commands, such as LIBRARY..., EXPORTS..., etc */ tidy_up = '"/^[A-Z]/d;s/[ ][ ]*/ /g;s/;.*$//g;s/^[ ]*//g;/^[ ]*$/d"' /* * First we find all public symbols (functions and variables). Next we * concatenate this list with the old one, sorting it and wiping out * all unused data (comments, DLL directives, blanks, etc). All this * information is pushed into a REXX private list with the RXQUEUE * utility program. */ '@echo off' 'emxexp -u' lib_file '>' tmp_name 'cat' tmp_name def_file '| sed' tidy_up '| sort > foo2.tmp' 'type foo2.tmp | rxqueue' 'del' tmp_name '1>NUL' /* * This loop runs over the queue items */ do while queued() > 0 /* * We retrieve the symbol name (NEW_NAME) and its number (NEW_NUMBER) * When the line comes from `emximp's output, there's no number, so * we assign it the special value 0. */ parse pull new_symbol '@'new_code rest if Left(new_symbol,1) = '"' then parse var new_symbol '"' new_name '"' rest else do echo 'Symbol 'new_symbol' was not quoted' new_name = new_symbol end if new_code = '' then new_code = 0 /* * Here, one would place all smart checks that would kill unused symbols. * However, export tables are not that big, so why bothering? if Left(new_name,4) = '_nc_' then iterate */ /* * The algorithm: * IF (this is the 2nd time the symbol appears) THEN * (this symbol comes from a .DEF file) * it has a valid code that we store * we mark that code as used * ELIF (it has no number) THEN * (it's a new symbol) * we increase the counter of defined symbols * we assign it the special number 0 * (later on it'll be assigned an unused export code) * ELSE * this symbol was in the old DLL and it's no longer * here, so we skip it. */ select when new_name = '' then 'echo Warning: empty symbol found 1>&2' when names.last = new_name then do codes.last = new_code used.new_code = 1 end when new_code = 0 then do last = last + 1 names.last = new_name codes.last = 0 end otherwise 'echo Warning: symbol "'new_name'" has disappeared 1>&2' end /* select */ end /* do while queued() */ /* * Finally we scan the stem, writing out all symbols with export codes. * Those that did not have a valid one (just 0) are assigned a new one. */ new_code = 1 inx = 1 do while inx <= last if codes.inx = 0 then do do while used.new_code \= 0 new_code = new_code + 1 end codes.inx = new_code used.new_code = 1 end say ' "'names.inx'" @'codes.inx' NONAME' inx = inx + 1 end 'del foo2.tmp 1>NUL' exit 0 /* * Cleans the REXX queue by pulling and forgetting every line. * This is needed, at least, when `makedef.cmd' starts, because an aborted * REXX program might have left some rubbish in. */ CleanQueue: procedure do while queued() > 0 parse pull foo end return
ipwndev/DSLinux-Mirror
lib/libncurses/misc/makedef.cmd
bat
gpl-2.0
4,106
@echo off if "%1"=="Debug" exit echo ######## Packing '/res' directory to 'ArchiveResource.cs' ######## cd %~dp0 packfolder.exe ../res ../ArchiveResource.cs -csharp -x "*IconBundler*;*sciter.dll"
MISoftware/SciterSharp
Tests/TestGTK/scripts/packWindows.bat
bat
gpl-3.0
197
SET JAVA_OPTS=%JAVA_OPTS% -server -Xss1024K -Xms1G -Xmx3G -XX:NewSize=512m -Djava.net.preferIPv4Stack=true
cortiz/craftercms
resources/tomcat-config/setenv.bat
bat
gpl-3.0
106
@echo off java -jar "%~dp0\a2.jar" pause
tobiasstraub/bwinf-releases
BwInf 33 (2014-2015)/Runde 1/Aufgabe 2/ByteSector/Executables/start.bat
bat
gpl-3.0
40
rem dojo-for-pion.js contains all the Dojo code that Pion needs, but no Pion code. rem It's useful for debugging Pion code without having to load a zillion Dojo files. set buildscripts=C:\dojo-release-1.6.1-src\util\buildscripts copy dojo-for-pion.profile.js %buildscripts%\profiles cd %buildscripts% copy /y build.bat build-with-pause.bat echo pause >> build-with-pause.bat rem Create a release build in C:\dojo-release-1.6.1-src\release\dojo-release... build-with-pause.bat profile=dojo-for-pion action=release releaseName=dojo-release layerOptimize=shrinksafe.keepLines localeList="en-us,en-gb,en,ROOT"
ravidontharaju/pion-core
platform/ui/dojo-custom-build/build-dojo-for-pion.bat
bat
agpl-3.0
610
@ECHO OFF REM Command file for Sphinx documentation set SPHINXBUILD=sphinx-build set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. pdf to make PDF document 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 (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\dulwich.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\dulwich.ghc goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "pdf" ( %SPHINXBUILD% -b pdf %ALLSPHINXOPTS% %BUILDDIR%/pdf echo. echo.Build finished. The PDF files are in %BUILDDIR%/pdf. goto end ) :end
johndbritton/gitviz
dulwich/docs/make.bat
bat
mit
3,268
/****************************************************************************** * * tdes_cbc_decrypt_ccs.cmd - CCS linker configuration file for tdes_cbc_decrypt. * * Copyright (c) 2013-2017 Texas Instruments Incorporated. All rights reserved. * Software License Agreement * * Texas Instruments (TI) is supplying this software for use solely and * exclusively on TI's microcontroller products. The software is owned by * TI and/or its suppliers, and is protected under applicable copyright * laws. You may not combine this software with "viral" open-source * software in order to form a larger program. * * THIS SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS. * NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT * NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. TI SHALL NOT, UNDER ANY * CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL * DAMAGES, FOR ANY REASON WHATSOEVER. * * This is part of revision 2.1.4.178 of the EK-TM4C129EXL Firmware Package. * *****************************************************************************/ --retain=g_pfnVectors /* The following command line options are set as part of the CCS project. */ /* If you are building using the command line, or for some reason want to */ /* define them here, you can uncomment and modify these lines as needed. */ /* If you are using CCS for building, it is probably better to make any such */ /* modifications in your CCS project and leave this file alone. */ /* */ /* --heap_size=0 */ /* --stack_size=256 */ /* --library=rtsv7M3_T_le_eabi.lib */ /* The starting address of the application. Normally the interrupt vectors */ /* must be located at the beginning of the application. */ #define APP_BASE 0x00000000 #define RAM_BASE 0x20000000 /* System memory map */ MEMORY { /* Application stored in and executes from internal flash */ FLASH (RX) : origin = APP_BASE, length = 0x00100000 /* Application uses internal RAM for data */ SRAM (RWX) : origin = 0x20000000, length = 0x00040000 } /* Section allocation in memory */ SECTIONS { .intvecs: > APP_BASE .text : > FLASH .const : > FLASH .cinit : > FLASH .pinit : > FLASH .init_array : > FLASH .vtable : > RAM_BASE .data : > SRAM .bss : > SRAM .sysmem : > SRAM .stack : > SRAM } __STACK_TOP = __stack + 1024;
cergatgmu/xbs_xbd
platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/ek-tm4c129exl/tdes_cbc_decrypt/tdes_cbc_decrypt_ccs.cmd
bat
gpl-3.0
2,814
@ECHO OFF goto comment Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. :comment call "%~dp0init_reqs" if ERRORLEVEL 1 exit /B 1 "%CORDOVA_NODE%\node.exe" "%~dp0\lib\install-emulator" %*
cedhavalpanchal/phonegap-myapp
platforms/blackberry10/cordova/install-emulator.bat
bat
apache-2.0
992
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=python -msphinx ) set SOURCEDIR=source set BUILDDIR=build set SPHINXPROJ=JupyterLab if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The Sphinx module was not found. Make sure you have Sphinx installed, echo.then set the SPHINXBUILD environment variable to point to the full echo.path of the 'sphinx-build' executable. Alternatively you may add the echo.Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% goto end :help %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% :end popd
jupyter/jupyterlab
docs/make.bat
bat
bsd-3-clause
812
REM check JAVA_HOME & java set "JAVA_CMD="%JAVA_HOME%/bin/java"" if "%JAVA_HOME%" == "" goto noJavaHome if exist "%JAVA_HOME%\bin\java.exe" goto mainEntry :noJavaHome echo --------------------------------------------------- echo WARN: JAVA_HOME environment variable is not set. echo --------------------------------------------------- set "JAVA_CMD=java" :mainEntry REM set HOME_DIR set "CURR_DIR=%cd%" cd .. set "MYCAT_HOME=%cd%" cd %CURR_DIR% %JAVA_CMD% -Xms256M -Xmx1G -XX:MaxPermSize=64M -DMYCAT_HOME=%MYCAT_HOME% -cp "..\conf;..\lib\*" io.mycat.config.loader.zkprocess.xmltozk.XmltoZkMain
lian88jian/Mycat-Server
src/main/assembly/bin/init_zk_data.bat
bat
gpl-2.0
597
@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\Pygments.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Pygments.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
emineKoc/WiseWit
wisewit_front_end/node_modules/pygmentize-bundled/vendor/pygments/doc/make.bat
bat
gpl-3.0
5,100
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: The MIT License (MIT) :: Copyright (c) 2007 Perica Zivkovic :: Permission is hereby granted, free of charge, to any person obtaining a :: copy of this software and associated documentation files (the "Software"), :: to deal in the Software without restriction, including without limitation :: the rights to use, copy, modify, merge, publish, distribute, sublicense, :: and/or sell copies of the Software, and to permit persons to whom the :: Software is furnished to do so, subject to the following conditions: :: The above copyright notice and this permission notice shall be included :: in all copies or substantial portions of the Software. :: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS :: OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, :: FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE :: AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, :: WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN :: CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. :: http://PortablePython.com ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: set PY_VERSION=3.2 set PP_VERSION=5.1 set PY_SHORT_VERSION=32 :: Modules set PY_MSI_DOWNLOAD="http://python.org/ftp/python/3.2.5/python-3.2.5.msi" set PY_MSI_FILE=python-3.2.5.msi set PY_MSI_MD5=cdd6fdc59461c968bd105fdf08f4a17d set PY_DISTRIBUTE_VERSION=distribute-0.6.34 set PY_DISTRIBUTE_DOWNLOAD="http://pypi.python.org/packages/source/d/distribute/%PY_DISTRIBUTE_VERSION%.tar.gz" set PY_DISTRIBUTE_TAR=%PY_DISTRIBUTE_VERSION%.tar set PY_DISTRIBUTE_FILE=%PY_DISTRIBUTE_VERSION%.tar.gz set PY_DISTRIBUTE_MD5=4576ab843a6db5100fb22a72deadf56d set PY_SCRIPTER_DOWNLOAD="http://pyscripter.googlecode.com/files/PyScripter-v2.5.3.zip" set PY_SCRIPTER_FILE=PyScripter-v2.5.3.zip set PY_SCRIPTER_SHA1=363226a2dc708bc5dd83eda9ccc36339b79a7345 set NUMPY_DOWNLOAD="http://sourceforge.net/projects/numpy/files/NumPy/1.7.1/numpy-1.7.1-win32-superpack-python3.2.exe" set NUMPY_FILE=numpy-1.7.1-win32-superpack-python3.2.exe set NUMPY_FILE_NOSSE=numpy-1.7.1-nosse.exe set NUMPY_ZIP_MD5=bb0d30de007d649757a2d6d2e1c59c9a set SCIPY_DOWNLOAD="http://sourceforge.net/projects/scipy/files/scipy/0.12.0/scipy-0.12.0-win32-superpack-python3.2.exe" set SCIPY_FILE=scipy-0.12.0-win32-superpack-python3.2.exe set SCIPY_FILE_NOSSE=scipy-0.12.0-nosse.exe set SCIPY_ZIP_MD5=391b306093c43f58d6588cee76bf0c10 set PYWIN32_DOWNLOAD="http://sourceforge.net/projects/pywin32/files/pywin32/Build 218/pywin32-218.win32-py3.2.exe" set PYWIN32_FILE=pywin32-218.win32-py3.2.exe set PYWIN32_MD5=527c69c12ab817d2d325b378adb32583 set NETWORKX_DOWNLOAD="http://pypi.python.org/packages/3.2/n/networkx/networkx-1.7-py3.2.egg" set NETWORKX_FILE=networkx-1.7-py3.2.egg set NETWORKX_MD5=5a852d8e2c815dd69ffce22e6056af9e set MATPLOTLIB_DOWNLOAD="http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.win32-py3.2.exe" set MATPLOTLIB_FILE=matplotlib-1.2.1.win32-py3.2.exe set MATPLOTLIB_MD5=e888b2d1d3e2d914209a1c46532384fc set LXML_DOWNLOAD="http://pypi.python.org/packages/3.2/l/lxml/lxml-2.3.win32-py3.2.exe" set LXML_FILE=lxml-2.3.win32-py3.2.exe set PY_SERIAL_DOWNLOAD="http://pypi.python.org/packages/any/p/pyserial/pyserial-py3k-2.5.win32.exe" set PY_SERIAL_FILE=pyserial-py3k-2.5.win32.exe set PY_SERIAL_MD5=c7d770dede6f6c6197d9652a7658f18e set PYODBC_DOWNLOAD="http://pyodbc.googlecode.com/files/pyodbc-3.0.2.win32-py3.2.exe" set PYODBC_FILE=pyodbc-3.0.2.win32-py3.2.exe set PYODBC_SHA1=9abe8b36be9f3a2dbb427a4a049e9b70cd909c6d set PYQT_DOWNLOAD="http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.9.6/PyQt-Py3.2-x86-gpl-4.9.6-1.exe" set PYQT_FILE=PyQt-Py3.2-x86-gpl-4.9.6-1.exe set PYQT_MD5=9c4a1b3b1246e936c3439c0e8a1d5774 set IPYTHON_DOWNLOAD="http://pypi.python.org/packages/any/i/ipython/ipython-0.13.1.py3-win32.exe" set IPYTHON_FILE=ipython-0.13.1.py3-win32.exe set IPYTHON_MD5=43c1c567b920b718a38fffd1866a4392 set PANDAS_DOWNLOAD="https://pypi.python.org/packages/3.2/p/pandas/pandas-0.11.0.win32-py3.2.exe" set PANDAS_FILE=pandas-0.11.0.win32-py3.2.exe set PANDAS_MD5=7f11d2f59284c5ba64e7d781e1023f95 set PYCHARM_DOWNLOAD="http://download-cf.jetbrains.com/python/pycharm-community-3.1.2.exe" set PYCHARM_FILE=pycharm-community-3.1.2.exe set PYCHARM_MD5=4707668758b044bf5a4214557e7a15fa
xunningy/portablepython
3.2/settings.bat
bat
mit
4,542
set VER=0.0.4 fsi build.fsx -- nuget-pack
OlegZee/Suave.OAuth
build-nuget-test.cmd
bat
mit
43
svcutil /t:code /syncOnly /directory:.\BrightstarDB\Client /out:BrightstarWcfServiceClient.cs /namespace:*,BrightstarDB.Client http://localhost:8090/brightstar /i /r:BrightstarDB\bin\Debug\BrightstarDB.dll
dharmatech/BrightstarDB
src/core/clientgen.bat
bat
mit
207
rem Clean up the results directory rmdir /S /Q results mkdir results rem Synthesize the VHDL Wrapper Files echo 'Synthesizing example design with XST'; xst -ifn xst.scr copy digit_exdes.ngc .\results\ rem Copy the netlist generated by Coregen echo 'Copying files from the netlist directory to the results directory' copy ..\..\digit.ngc results\ rem Copy the constraints files generated by Coregen echo 'Copying files from constraints directory to results directory' copy ..\example_design\digit_exdes.ucf results\ cd results echo 'Running ngdbuild' ngdbuild -p xc7a100t-csg324-1 digit_exdes echo 'Running map' map digit_exdes -o mapped.ncd -pr i echo 'Running par' par mapped.ncd routed.ncd echo 'Running trce' trce -e 10 routed.ncd mapped.pcf -o routed echo 'Running design through bitgen' bitgen -w routed -g UnconstrainedPins:Allow echo 'Running netgen to create gate level Verilog model' netgen -ofmt verilog -sim -tm digit_exdes -pcf mapped.pcf -w -sdf_anno false routed.ncd routed.v
Fairyland0902/BlockyRoads
src/BlockyRoads/ipcore_dir/digit/implement/implement.bat
bat
mit
1,019
@echo off REM counts the arguments to check if we can proceed with the following code. set argC=0 for %%x in (%*) do Set /A argC+=1 if %argC% LSS 1 ( GOTO :EOF ) if %1==status ( echo Frage den Status fuer Serviceinstance ab... ) if %1==start ( echo Starte Serviceinstance... ) if %1==stop ( echo Stoppe Serviceinstance... ) if %1==restart ( echo Starte Serviceinstance neu... ) if %argC% LSS 3 ( GOTO :EOF ) if %2==predict ( if %1==status ( if %3==0 ( echo Serviceinstance ist gestartet. exit 0 ) if %3==3 ( echo Serviceinstance ist gestoppt. 1>&2 exit 3 ) if %3==17 ( echo Serviceinstance ist gestoppt. 1>&2 exit 17 ) if %3==8 ( echo Serviceinstance wird gestartet bzw. gestoppt. 1>&2 exit 8 ) exit %3 ) else ( if %3==0 ( echo Aktion erfolgreich ausgefuehrt. exit 0 ) if %3==1 ( echo Fehler beim Ausfuehren der Aktion. 1>&2 exit 1 ) if %3==2 ( echo Aktion nicht bekannt. 1>&2 exit 2 ) if %3 GEQ 3 ( echo Unbekannter Fehler! 1>&2 exit %3 ) exit %3 ) )
arz-ngs/arz-ngs
ng-service-ejb/lib/scripts/exitCodeDummy.bat
bat
mit
1,122
@echo off SET GENERATOR="Visual Studio 16 2019" cd ../foreign/ cd SPIRV-Tools mkdir build cd build cmake -G%GENERATOR% -A Win32 -DSPIRV-Headers_SOURCE_DIR=%cd:\=/%/../../SPIRV-Headers .. cmake --build . cmake --build . --config Release cd .. mkdir build64 cd build64 cmake -G%GENERATOR% -A x64 -DSPIRV-Headers_SOURCE_DIR=%cd:\=/%/../../SPIRV-Headers .. cmake --build . cmake --build . --config Release cd .. cd .. cd SPIRV-Cross mkdir build cd build cmake -G%GENERATOR% -A Win32 .. cmake --build . cmake --build . --config Release cd .. mkdir build64 cd build64 cmake -G%GENERATOR% -A x64 .. cmake --build . cmake --build . --config Release cd .. cd .. cd glslang mkdir build cd build cmake -G%GENERATOR% -A Win32 .. cmake --build . cmake --build . --config Release cd .. mkdir build64 cd build64 cmake -G%GENERATOR% -A x64 .. cmake --build . cmake --build . --config Release cd .. cd .. cd ../windows
turol/smaaDemo
windows/build-foreign.bat
bat
mit
918
if not defined ULTRADEFRAG_32_URL set ULTRADEFRAG_32_URL=http://downloads.sourceforge.net/ultradefrag/ultradefrag-portable-7.0.2.bin.i386.zip if not defined ULTRADEFRAG_64_URL set ULTRADEFRAG_64_URL=http://downloads.sourceforge.net/ultradefrag/ultradefrag-portable-7.0.2.bin.amd64.zip :::::::::::: :main :::::::::::: if not exist "C:\Windows\Temp\7z920-x64.msi" ( powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12; (New-Object System.Net.WebClient).DownloadFile('http://www.7-zip.org/a/7z920-x64.msi', 'C:\Windows\Temp\7z920-x64.msi')" <NUL msiexec /qb /i C:\Windows\Temp\7z920-x64.msi ) if defined ProgramFiles(x86) ( set ULTRADEFRAG_URL=%ULTRADEFRAG_64_URL% ) else ( set ULTRADEFRAG_URL=%ULTRADEFRAG_32_URL% ) for %%i in ("%ULTRADEFRAG_URL%") do set ULTRADEFRAG_ZIP=%%~nxi set ULTRADEFRAG_DIR=%TEMP%\ultradefrag set ULTRADEFRAG_PATH=%ULTRADEFRAG_DIR%\%ULTRADEFRAG_ZIP% echo ==^> Creating "%ULTRADEFRAG_DIR%" mkdir "%ULTRADEFRAG_DIR%" pushd "%ULTRADEFRAG_DIR%" echo ==^> Downloading "%ULTRADEFRAG_URL%" to "%ULTRADEFRAG_PATH%" powershell -Command "(New-Object System.Net.WebClient).DownloadFile('%ULTRADEFRAG_URL%', '%ULTRADEFRAG_PATH%')" <NUL echo ==^> Unzipping "%ULTRADEFRAG_PATH%" to "%ULTRADEFRAG_DIR%" "C:\Program Files\7-Zip\7z.exe" e -y -o"%ULTRADEFRAG_DIR%" "%ULTRADEFRAG_PATH%" *\udefrag.exe *\*.dll @if errorlevel 1 echo ==^> WARNING: Error %ERRORLEVEL% was returned by: 7z e -o"%ULTRADEFRAG_DIR%" "%ULTRADEFRAG_PATH%" ver>nul for /r %%i in (udefrag.exe) do if exist "%%~i" set ULTRADEFRAG_EXE=%%~i if not exist "%ULTRADEFRAG_EXE%" echo ==^> ERROR: File not found: udefrag.exe in "%ULTRADEFRAG_DIR%" & goto exit1 echo ==^> Running UltraDefrag on %SystemDrive% "%ULTRADEFRAG_EXE%" --optimize --repeat %SystemDrive% @if errorlevel 1 echo ==^> WARNING: Error %ERRORLEVEL% was returned by: "%ULTRADEFRAG_EXE%" --optimize --repeat %SystemDrive% ver>nul popd echo ==^> Removing "%ULTRADEFRAG_DIR%" rmdir /q /s "%ULTRADEFRAG_DIR%" :exit0 @ping 127.0.0.1 @ver>nul @goto :exit :exit1 @ping 127.0.0.1 @verify other 2>nul :exit @echo ==^> Script exiting with errorlevel %ERRORLEVEL% @exit /b %ERRORLEVEL%
mitchellh/vagrant-installers
packer/vagrant/scripts/windows/ultradefrag.bat
bat
mit
2,256
@echo off %CD%/vendor/bin/phpunit.bat -v -c ./phpunit.xml ./tests/fixtures
jkobus/crc16-ccit
test.bat
bat
mit
74
@echo off setlocal enableextensions enabledelayedexpansion if not "%JAVA_HOME%" == "" goto java_home_set echo. echo ERROR: JAVA_HOME not found in your environment. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation echo. goto error :java_home_set if exist "%JAVA_HOME%\bin\java.exe" goto java_home_ok echo. echo ERROR: JAVA_HOME is set to an invalid directory. echo JAVA_HOME = "%JAVA_HOME%" echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation echo. goto error :java_home_ok set JAVA="%JAVA_HOME%\bin\java.exe" @REM change directory to the lib directory set CWD=%CD% cd %~dp0../lib @REM build up the classpath set CLASSPATH=; FOR /R %%G IN (*.jar) DO ( SET CLASSPATH=!CLASSPATH!;%%G ) cd %CWD% %JAVA% -cp "%CLASSPATH%" org.geometrycommands.App %* goto end :error set ERROR_CODE=1 :end
jericks/geometrycommands
bin/geom.bat
bat
mit
928
@echo off IF DEFINED JAVA_HOME ( set JAVA="%JAVA_HOME%\bin\java.exe" ) ELSE ( FOR %%I IN (java.exe) DO set JAVA=%%~$PATH:I ) IF NOT EXIST %JAVA% ( ECHO Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME 1>&2 EXIT /B 1 ) set SCRIPT_DIR=%~dp0 for %%I in ("%SCRIPT_DIR%..") do set ES_HOME=%%~dpfI REM check in case a user was using this mechanism if "%ES_CLASSPATH%" == "" ( set ES_CLASSPATH=!ES_HOME!/lib/elasticsearch-5.2.0.jar;!ES_HOME!/lib/* ) else ( ECHO Error: Don't modify the classpath with ES_CLASSPATH, Best is to add 1>&2 ECHO additional elements via the plugin mechanism, or if code must really be 1>&2 ECHO added to the main classpath, add jars to lib\, unsupported 1>&2 EXIT /B 1 ) set ES_PARAMS=-Delasticsearch -Des.path.home="%ES_HOME%"
rosberglinhares/IISLogMonitor
IISLogMonitor.Setup.Files/elasticsearch-5.2.0/bin/elasticsearch.in.bat
bat
mit
803
start %1
ghostnetwork/tools
bin/win/o.bat
bat
mit
10
avrdude.exe -q -pm328 -Pusb -cavrispmkII -u -Uhfuse:w:0xDE:m -Ulfuse:w:0xFF:m -Uefuse:w:0x04:m -Uflash:w:HolidayDuino04_plus_optiboot_holiday328_20MHz.hex:i
moorescloud/HolidayTest1
Resources/holiprog.cmd
bat
mit
157
@echo CSharp Command-Line Compile @echo off @echo Usage: @echo build.cmd @Config @Platform @echo @Config: Release or Debug. The default value is Release @echo @Platform: x64 or x86. The default value is x64 @echo build.cmd clear to remove all previous build for this solution set config=Release set platform="Any Cpu" set solution = AddinX.Configuration.sln IF [%1] EQU [clean] GOTO CleanAll IF [%1] EQU [clear] GOTO CleanAll IF [%1] EQU [] GOTO RunCmd set config=%1 :CheckPlatform IF [%2] EQU [] GOTO RunCmd set platform=%2 IF [%1] NEQ "Release" IF [%1] NEQ "Debug" GOTO RunCmd goto RunCmd :CleanAll "%ProgramFiles(x86)%\MSBuild\14.0\Bin"\msbuild.exe %solution% /property:Configuration=Debug /property:Platform=x86 /t:clean "%ProgramFiles(x86)%\MSBuild\14.0\Bin"\msbuild.exe %solution% /property:Configuration=Debug /property:Platform=x64 /t:clean "%ProgramFiles(x86)%\MSBuild\14.0\Bin"\msbuild.exe %solution% /property:Configuration=Release /property:Platform=x86 /t:clean "%ProgramFiles(x86)%\MSBuild\14.0\Bin"\msbuild.exe %solution% /property:Configuration=Release /property:Platform=x64 /t:clean goto finish :RunCmd @echo %config% @echo %platform% "%ProgramFiles(x86)%\MSBuild\14.0\Bin"\msbuild.exe %solution% /property:Configuration=%config% /property:Platform=%platform% /t:rebuild /verbosity:quiet :finish @echo on
AddinX/AddinX.Configuration
build.cmd
bat
mit
1,344
Start Master.exe timeout 1 Start Server.exe timeout 3 Start Client.exe
Meraz/doremi
Installer/Run.bat
bat
mit
71
@echo off setlocal set ELECTRON_RUN_AS_NODE=1 call "%~dp0..\..\..\..\Oni.exe" "%~dp0..\..\lib\cli\src\cli.js" %* endlocal
extr0py/oni
cli/win/oni.cmd
bat
mit
121
cmd_arch/arm/crypto/sha512-arm-neon.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o arch/arm/crypto/sha512-arm-neon.ko arch/arm/crypto/sha512-arm-neon.o arch/arm/crypto/sha512-arm-neon.mod.o
avareldalton85/rpi2-linux-rt
arch/arm/crypto/.sha512-arm-neon.ko.cmd
bat
gpl-2.0
295
cmd_net/core/built-in.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o net/core/built-in.o net/core/sock.o net/core/request_sock.o net/core/skbuff.o net/core/iovec.o net/core/datagram.o net/core/stream.o net/core/scm.o net/core/gen_stats.o net/core/gen_estimator.o net/core/net_namespace.o net/core/secure_seq.o net/core/flow_dissector.o net/core/sysctl_net_core.o net/core/dev.o net/core/ethtool.o net/core/dev_addr_lists.o net/core/dst.o net/core/netevent.o net/core/neighbour.o net/core/rtnetlink.o net/core/utils.o net/core/link_watch.o net/core/filter.o net/core/sock_diag.o net/core/flow.o net/core/net-sysfs.o net/core/fib_rules.o net/core/net-traces.o
Algesat/BladeApex2
net/core/.built-in.o.cmd
bat
gpl-2.0
674
cmd_fs/cramfs/cramfs.o := arm-arago-linux-gnueabi-ld -EL -r -o fs/cramfs/cramfs.o fs/cramfs/inode.o fs/cramfs/uncompress.o
calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1
fs/cramfs/.cramfs.o.cmd
bat
gpl-2.0
127
cmd_arch/arm/lib/lshrdi3.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.lshrdi3.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-goldfish/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -c -o arch/arm/lib/lshrdi3.o arch/arm/lib/lshrdi3.S deps_arch/arm/lib/lshrdi3.o := \ arch/arm/lib/lshrdi3.S \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include/asm/linkage.h \ arch/arm/lib/lshrdi3.o: $(deps_arch/arm/lib/lshrdi3.o) $(deps_arch/arm/lib/lshrdi3.o):
mjmccall/Kernel
arch/arm/lib/.lshrdi3.o.cmd
bat
gpl-2.0
1,133
cmd_net/ipv6/udp.o := arm-eabi-gcc -Wp,-MD,net/ipv6/.udp.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-tegra/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -fno-dwarf2-cfi-asm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=1024 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(udp)" -D"KBUILD_MODNAME=KBUILD_STR(ipv6)" -c -o net/ipv6/udp.o net/ipv6/udp.c deps_net/ipv6/udp.o := \ net/ipv6/udp.c \ $(wildcard include/config/ipv6/subtrees.h) \ $(wildcard include/config/compat.h) \ $(wildcard include/config/proc/fs.h) \ include/linux/errno.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ include/linux/stddef.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/posix_types.h \ include/linux/socket.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/socket.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sockios.h \ include/linux/sockios.h \ include/linux/uio.h \ include/linux/net.h \ $(wildcard include/config/sysctl.h) \ include/linux/stringify.h \ include/linux/random.h \ include/linux/ioctl.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/irqnr.h \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/smp.h) \ include/linux/wait.h \ $(wildcard include/config/lockdep.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 \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hwcap.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/arch/has/barriers.h) \ $(wildcard include/config/arm/dma/mem/bufferable.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ $(wildcard include/config/cpu/32v6k.h) \ include/linux/linkage.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/linkage.h \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ include/linux/typecheck.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/irqflags.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/outercache.h \ $(wildcard include/config/outer/cache/sync.h) \ $(wildcard include/config/outer/cache.h) \ arch/arm/mach-tegra/include/mach/barriers.h \ include/asm-generic/cmpxchg-local.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 \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bitops.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/arch_hweight.h \ include/asm-generic/bitops/const_hweight.h \ include/asm-generic/bitops/lock.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/numa.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include/stdarg.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/dynamic_debug.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/div64.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/prove/rcu.h) \ include/linux/rwlock_types.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/spinlock.h \ include/linux/rwlock.h \ include/linux/spinlock_api_smp.h \ $(wildcard include/config/inline/spin/lock.h) \ $(wildcard include/config/inline/spin/lock/bh.h) \ $(wildcard include/config/inline/spin/lock/irq.h) \ $(wildcard include/config/inline/spin/lock/irqsave.h) \ $(wildcard include/config/inline/spin/trylock.h) \ $(wildcard include/config/inline/spin/trylock/bh.h) \ $(wildcard include/config/inline/spin/unlock.h) \ $(wildcard include/config/inline/spin/unlock/bh.h) \ $(wildcard include/config/inline/spin/unlock/irq.h) \ $(wildcard include/config/inline/spin/unlock/irqrestore.h) \ include/linux/rwlock_api_smp.h \ $(wildcard include/config/inline/read/lock.h) \ $(wildcard include/config/inline/write/lock.h) \ $(wildcard include/config/inline/read/lock/bh.h) \ $(wildcard include/config/inline/write/lock/bh.h) \ $(wildcard include/config/inline/read/lock/irq.h) \ $(wildcard include/config/inline/write/lock/irq.h) \ $(wildcard include/config/inline/read/lock/irqsave.h) \ $(wildcard include/config/inline/write/lock/irqsave.h) \ $(wildcard include/config/inline/read/trylock.h) \ $(wildcard include/config/inline/write/trylock.h) \ $(wildcard include/config/inline/read/unlock.h) \ $(wildcard include/config/inline/write/unlock.h) \ $(wildcard include/config/inline/read/unlock/bh.h) \ $(wildcard include/config/inline/write/unlock/bh.h) \ $(wildcard include/config/inline/read/unlock/irq.h) \ $(wildcard include/config/inline/write/unlock/irq.h) \ $(wildcard include/config/inline/read/unlock/irqrestore.h) \ $(wildcard include/config/inline/write/unlock/irqrestore.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/atomic.h \ $(wildcard include/config/generic/atomic64.h) \ include/asm-generic/atomic-long.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/current.h \ include/linux/fcntl.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/fcntl.h \ include/asm-generic/fcntl.h \ include/linux/kmemcheck.h \ $(wildcard include/config/kmemcheck.h) \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/mm/owner.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/auxvec.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/prio_tree.h \ include/linux/rbtree.h \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/linux/rwsem-spinlock.h \ include/linux/completion.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/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/string.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ $(wildcard include/config/sparsemem.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/have/tcm.h) \ $(wildcard include/config/zone/dma.h) \ include/linux/const.h \ arch/arm/mach-tegra/include/mach/memory.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ include/linux/rcupdate.h \ $(wildcard include/config/rcu/torture/test.h) \ $(wildcard include/config/tree/rcu.h) \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tiny/rcu.h) \ $(wildcard include/config/debug/objects/rcu/head.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/seqlock.h \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/debug/objects/free.h) \ include/linux/rcutree.h \ $(wildcard include/config/no/hz.h) \ include/linux/sysctl.h \ include/linux/ratelimit.h \ include/linux/param.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/in6.h \ include/linux/netdevice.h \ $(wildcard include/config/dcb.h) \ $(wildcard include/config/wlan.h) \ $(wildcard include/config/ax25.h) \ $(wildcard include/config/mac80211/mesh.h) \ $(wildcard include/config/tr.h) \ $(wildcard include/config/net/ipip.h) \ $(wildcard include/config/net/ipgre.h) \ $(wildcard include/config/ipv6/sit.h) \ $(wildcard include/config/ipv6/tunnel.h) \ $(wildcard include/config/netpoll.h) \ $(wildcard include/config/rps.h) \ $(wildcard include/config/net/poll/controller.h) \ $(wildcard include/config/fcoe.h) \ $(wildcard include/config/wireless/ext.h) \ $(wildcard include/config/net/dsa.h) \ $(wildcard include/config/net/ns.h) \ $(wildcard include/config/net/dsa/tag/dsa.h) \ $(wildcard include/config/net/dsa/tag/trailer.h) \ $(wildcard include/config/netpoll/trap.h) \ include/linux/if.h \ include/linux/hdlc/ioctl.h \ include/linux/if_ether.h \ include/linux/skbuff.h \ $(wildcard include/config/nf/conntrack.h) \ $(wildcard include/config/bridge/netfilter.h) \ $(wildcard include/config/xfrm.h) \ $(wildcard include/config/net/sched.h) \ $(wildcard include/config/net/cls/act.h) \ $(wildcard include/config/ipv6/ndisc/nodetype.h) \ $(wildcard include/config/net/dma.h) \ $(wildcard include/config/network/secmark.h) \ $(wildcard include/config/network/phy/timestamping.h) \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/math64.h \ include/linux/textsearch.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/stat.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/stat.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/compaction.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/no/bootmem.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/have/memoryless/nodes.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/linux/nodemask.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/generated/bounds.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/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/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ $(wildcard include/config/use/percpu/numa/node/id.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/smp.h \ arch/arm/mach-tegra/include/mach/smp.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hardware/gic.h \ include/linux/percpu.h \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/pfn.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/workqueue.h \ $(wildcard include/config/debug/objects/work.h) \ $(wildcard include/config/freezer.h) \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/jiffies.h \ include/linux/timex.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/timex.h \ arch/arm/mach-tegra/include/mach/timex.h \ include/linux/elf.h \ include/linux/elf-em.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/elf.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/user.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kobject_ns.h \ include/linux/kref.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/tracepoint.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ include/linux/err.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/failslab.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ $(wildcard include/config/slab.h) \ include/linux/slab_def.h \ include/trace/events/kmem.h \ include/trace/events/gfpflags.h \ include/linux/kmalloc_sizes.h \ include/net/checksum.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/uaccess.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/checksum.h \ include/linux/dmaengine.h \ $(wildcard include/config/async/tx/disable/channel/switch.h) \ $(wildcard include/config/dma/engine.h) \ $(wildcard include/config/async/tx/dma.h) \ include/linux/device.h \ $(wildcard include/config/of.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) \ $(wildcard include/config/pm/ops.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/device.h \ $(wildcard include/config/dmabounce.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ include/linux/dma-mapping.h \ $(wildcard include/config/has/dma.h) \ $(wildcard include/config/have/dma/attrs.h) \ $(wildcard include/config/need/dma/map/state.h) \ include/linux/dma-attrs.h \ include/linux/bug.h \ include/linux/scatterlist.h \ $(wildcard include/config/debug/sg.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/scatterlist.h \ include/asm-generic/scatterlist.h \ $(wildcard include/config/need/sg/dma/length.h) \ include/linux/mm.h \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/ksm.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ $(wildcard include/config/memory/failure.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/linux/range.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/pgtable.h \ $(wildcard include/config/highpte.h) \ include/asm-generic/4level-fixup.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/proc-fns.h \ $(wildcard include/config/cpu/arm7tdmi.h) \ $(wildcard include/config/cpu/arm720t.h) \ $(wildcard include/config/cpu/arm740t.h) \ $(wildcard include/config/cpu/arm9tdmi.h) \ $(wildcard include/config/cpu/arm920t.h) \ $(wildcard include/config/cpu/arm922t.h) \ $(wildcard include/config/cpu/arm925t.h) \ $(wildcard include/config/cpu/arm926t.h) \ $(wildcard include/config/cpu/arm940t.h) \ $(wildcard include/config/cpu/arm946e.h) \ $(wildcard include/config/cpu/arm1020.h) \ $(wildcard include/config/cpu/arm1020e.h) \ $(wildcard include/config/cpu/arm1022.h) \ $(wildcard include/config/cpu/arm1026.h) \ $(wildcard include/config/cpu/mohawk.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/cpu/v6.h) \ $(wildcard include/config/cpu/v7.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cpu-single.h \ arch/arm/mach-tegra/include/mach/vmalloc.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/pgtable-hwdef.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/arch/uses/pg/uncached.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/s390.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/io.h \ arch/arm/mach-tegra/include/mach/io.h \ $(wildcard include/config/resetlog.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/dma-mapping.h \ include/asm-generic/dma-coherent.h \ $(wildcard include/config/have/generic/dma/coherent.h) \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/if_packet.h \ include/linux/if_link.h \ include/linux/netlink.h \ include/linux/capability.h \ include/linux/pm_qos_params.h \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/miscdevice.h \ include/linux/major.h \ include/linux/delay.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/delay.h \ $(wildcard include/config/arch/provides/udelay.h) \ arch/arm/mach-tegra/include/mach/delay.h \ include/linux/rculist.h \ include/linux/ethtool.h \ include/net/net_namespace.h \ $(wildcard include/config/ipv6.h) \ $(wildcard include/config/ip/dccp.h) \ $(wildcard include/config/netfilter.h) \ $(wildcard include/config/wext/core.h) \ $(wildcard include/config/net.h) \ include/net/netns/core.h \ include/net/netns/mib.h \ $(wildcard include/config/xfrm/statistics.h) \ include/net/snmp.h \ include/linux/snmp.h \ include/linux/u64_stats_sync.h \ include/net/netns/unix.h \ include/net/netns/packet.h \ include/net/netns/ipv4.h \ $(wildcard include/config/ip/multiple/tables.h) \ $(wildcard include/config/security.h) \ $(wildcard include/config/ip/mroute.h) \ $(wildcard include/config/ip/mroute/multiple/tables.h) \ include/net/inet_frag.h \ include/net/netns/ipv6.h \ $(wildcard include/config/ipv6/multiple/tables.h) \ $(wildcard include/config/ipv6/mroute.h) \ $(wildcard include/config/ipv6/mroute/multiple/tables.h) \ include/net/dst_ops.h \ include/net/netns/dccp.h \ include/net/netns/x_tables.h \ $(wildcard include/config/bridge/nf/ebtables.h) \ include/linux/netfilter.h \ $(wildcard include/config/netfilter/debug.h) \ $(wildcard include/config/nf/nat/needed.h) \ include/linux/in.h \ include/net/flow.h \ include/linux/proc_fs.h \ $(wildcard include/config/proc/devicetree.h) \ $(wildcard include/config/proc/kcore.h) \ include/linux/fs.h \ $(wildcard include/config/quota.h) \ $(wildcard include/config/fsnotify.h) \ $(wildcard include/config/fs/posix/acl.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/debug/writecount.h) \ $(wildcard include/config/file/locking.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/block.h) \ $(wildcard include/config/fs/xip.h) \ $(wildcard include/config/migration.h) \ include/linux/limits.h \ include/linux/blk_types.h \ $(wildcard include/config/blk/dev/integrity.h) \ include/linux/kdev_t.h \ include/linux/dcache.h \ include/linux/path.h \ include/linux/radix-tree.h \ include/linux/pid.h \ include/linux/semaphore.h \ include/linux/fiemap.h \ include/linux/quota.h \ $(wildcard include/config/quota/netlink/interface.h) \ include/linux/percpu_counter.h \ include/linux/dqblk_xfs.h \ include/linux/dqblk_v1.h \ include/linux/dqblk_v2.h \ include/linux/dqblk_qtree.h \ include/linux/nfs_fs_i.h \ include/linux/nfs.h \ include/linux/sunrpc/msg_prot.h \ include/linux/inet.h \ include/linux/magic.h \ include/net/netns/conntrack.h \ include/linux/list_nulls.h \ include/net/netns/xfrm.h \ include/linux/xfrm.h \ include/linux/seq_file_net.h \ include/linux/seq_file.h \ include/net/dsa.h \ include/linux/interrupt.h \ $(wildcard include/config/generic/irq/probe.h) \ include/linux/irqreturn.h \ include/linux/hardirq.h \ $(wildcard include/config/virt/cpu/accounting.h) \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/lockup/detector.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/security/sealimemodule.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/cgroup/sched.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ipcbuf.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/sigcontext.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/proportions.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/resource.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ include/linux/key.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/aio_abi.h \ include/linux/ftrace_irq.h \ $(wildcard include/config/ftrace/nmi/enter.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hardirq.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/irq.h \ arch/arm/mach-tegra/include/mach/irqs.h \ $(wildcard include/config/arch/tegra/2x/soc.h) \ include/linux/irq_cpustat.h \ include/linux/if_arp.h \ include/linux/ipv6.h \ $(wildcard include/config/ipv6/privacy.h) \ $(wildcard include/config/ipv6/router/pref.h) \ $(wildcard include/config/ipv6/route/info.h) \ $(wildcard include/config/ipv6/optimistic/dad.h) \ $(wildcard include/config/ipv6/mip6.h) \ include/linux/icmpv6.h \ include/linux/tcp.h \ $(wildcard include/config/tcp/md5sig.h) \ include/net/sock.h \ include/linux/security.h \ $(wildcard include/config/security/path.h) \ $(wildcard include/config/security/network.h) \ $(wildcard include/config/security/network/xfrm.h) \ $(wildcard include/config/securityfs.h) \ include/linux/fsnotify.h \ include/linux/fsnotify_backend.h \ $(wildcard include/config/fanotify.h) \ $(wildcard include/config/fanotify/access/permissions.h) \ include/linux/idr.h \ include/linux/audit.h \ $(wildcard include/config/change.h) \ include/linux/binfmts.h \ include/linux/shm.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/shmparam.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/shmbuf.h \ include/linux/msg.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/msgbuf.h \ include/linux/filter.h \ include/linux/rculist_nulls.h \ include/linux/poll.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/poll.h \ include/asm-generic/poll.h \ include/net/dst.h \ $(wildcard include/config/net/cls/route.h) \ include/linux/rtnetlink.h \ include/linux/if_addr.h \ include/linux/neighbour.h \ include/net/neighbour.h \ include/net/rtnetlink.h \ include/net/netlink.h \ include/net/inet_connection_sock.h \ include/net/inet_sock.h \ include/linux/jhash.h \ include/net/request_sock.h \ include/net/netns/hash.h \ include/net/inet_timewait_sock.h \ include/net/tcp_states.h \ include/net/timewait_sock.h \ include/linux/udp.h \ include/net/ndisc.h \ include/net/protocol.h \ include/net/transp_v6.h \ include/net/ip6_route.h \ include/net/ip6_fib.h \ include/linux/ipv6_route.h \ include/linux/ip.h \ include/net/raw.h \ include/linux/icmp.h \ include/net/ip6_checksum.h \ include/net/ip.h \ $(wildcard include/config/inet.h) \ include/net/xfrm.h \ $(wildcard include/config/xfrm/sub/policy.h) \ $(wildcard include/config/xfrm/migrate.h) \ include/linux/pfkeyv2.h \ include/linux/ipsec.h \ include/net/route.h \ include/net/inetpeer.h \ include/linux/in_route.h \ include/linux/route.h \ include/net/ipv6.h \ include/net/if_inet6.h \ net/ipv6/udp_impl.h \ include/net/udp.h \ include/net/udplite.h \ include/net/addrconf.h \ include/net/inet_common.h \ net/ipv6/udp.o: $(deps_net/ipv6/udp.o) $(deps_net/ipv6/udp.o):
timmytim/honeybutter_kernel
net/ipv6/.udp.o.cmd
bat
gpl-2.0
36,220
@echo off set SWAP=YES-DXMS-SWAP____________________ if NOT "%SWAP%"=="YES-DXMS-SWAP____________________" goto err1 if exist Z:\rescan.com Z:\rescan -All : BEGIN Internal stuff for ska -- If one of these three commands : fail for you, your distribution is broken! Please report. for %%a in (lib\lib.mak cmd\cmd.mak shell\command.mak) do if not exist %%a set SWAP=NO if "%SWAP%"=="NO" set XMS_SWAP= if "%SWAP%"=="NO" call dmake dist : END set SWAP= set COMPILER=TURBOCPP if not exist config.bat goto err3 if not exist config.mak goto err2 call config.bat if exist lastmake.mk call clean.bat if "%1"=="-r" call clean.bat if "%1"=="-r" shift if "%1"=="clean" clean.bat if "%1"=="clean" goto ende if "%1"=="-h" goto help if "%1"=="-?" goto help :loop_commandline if "%1"=="xms-swap" goto special if "%1"=="xmsswap" goto special if "%1"=="debug" goto special if "%1"=="wc" goto special if "%1"=="tc" goto special if "%1"=="tcpp" goto special if "%1"=="bc" goto special if "%1"=="nec98" goto special if "%1"=="ibmpc" goto special if "%1"=="generic" goto special if "%1"=="dbcs" goto special if "%1"=="no-enh" goto special goto run :special if "%1"=="xms-swap" set XMS_SWAP=1 if "%1"=="xmsswap" set XMS_SWAP=1 if "%1"=="debug" set DEBUG=1 if "%1"=="wc" set COMPILER=WATCOM if "%1"=="tc" set COMPILER=TC2 if "%1"=="tcpp" set COMPILER=TURBOCPP if "%1"=="bc" set COMPILER=BC5 if "%1"=="nec98" set NEC98=1 if "%1"=="ibmpc" set IBMPC=1 if "%1"=="generic" set GENDOS=1 if "%1"=="dbcs" set DBCS=1 if "%1"=="no-enh" set NO_ENH_INP=1 shift if not "%1" == "" goto loop_commandline if not "%1"=="-h" goto run :help echo Build FreeCOM echo Usage: %0 [-r] [clean] [xms-swap] [debug] [language] echo -r: Rebuild -- Clean before proceed echo clean: Remove *.OBJ, *.COM, *.LIB, etc. files, then exit echo xms-swap: Build FreeCOM with XMS-Only Swap support echo debug: Build FreeCOM with debug settings. echo generic: Build DOS generic version of FreeCOM. echo ibmpc: Build FreeCOM for IBM PC series. echo nec98: Build FreeCOM for NEC PC-9801 series. echo dbcs: Build FreeCOM with double-byted characters support. echo no-enh: Disable enhanced line input (history and filename completion). echo You can select for which language to built FreeCOM by setting echo the environment variable LNG before running this script, e.g.: echo SET LNG=german echo selects the German language. For available language see STRINGS\*.LNG goto ende :run if not "%GENDOS%" == "1" goto run2 set NEC98= set IBMPC= set NO_ENH_INP=1 :run2 if not x%1==x set LNG=%1 if "%lng%"=="" set LNG=english echo Building FreeCOM for language %LNG% if not "%MAKE%" == "" goto skip_make if "%COMPILER%" == "TC2" set MAKE=%TC2_BASE%\make -f if "%COMPILER%" == "TURBOCPP" set MAKE=%TP1_BASE%\bin\make -f if "%COMPILER%" == "BC5" set MAKE=%BC5_BASE%\bin\make -f if "%COMPILER%" == "WATCOM" set MAKE=wmake /ms /h /f echo Make is %MAKE%. :skip_make echo. echo Checking SUPPL library cd suppl if exist skip goto endSuppl echo Building SUPPL library %MAKE%suppl.mak all if errorlevel 1 goto ende cd src %MAKE%suppl.mak all if errorlevel 1 goto ende cd .. :endSuppl cd .. echo. echo Making basic utilities for build process echo. cd utils %MAKE%utils.mak all if errorlevel 1 goto ende cd .. echo. echo Making STRINGS resource echo. cd strings %MAKE%strings.mak all if errorlevel 1 goto ende cd strings %MAKE%strings.mak all if errorlevel 1 goto ende cd ..\.. echo. echo Making CRITER resource echo. cd criter %MAKE%criter.mak all if errorlevel 1 goto ende cd .. echo. echo Making misc library echo. cd lib %MAKE%lib.mak all if errorlevel 1 goto ende cd .. echo. echo Making commands library echo. cd cmd %MAKE%cmd.mak all if errorlevel 1 goto ende cd .. echo. echo Making COMMAND.COM echo. cd shell %MAKE%command.mak all if errorlevel 1 goto ende cd .. utils\mkinfres.exe /tinfo.txt infores shell\command.map shell\command.exe copy /b shell\command.exe + infores + criter\criter1 + criter\criter + strings\strings.dat command.com if not exist command.com goto ende echo. echo Making supplemental tools echo. cd tools type tools.m1 >tools.mak ..\utils\mktools.exe >>tools.mak type tools.m2 >>tools.mak %MAKE%tools.mak all if errorlevel 1 goto ende cd .. echo. echo Patching heap size to 6KB echo. tools\ptchsize.exe command.com +6KB echo. echo All done. COMMAND.COM is ready for usage! echo. if NOT "%XMS_SWAP%"=="" goto ende echo Note: To build the XMS-Only Swap featured FreeCOM, re-run echo BUILD.BAT -r xms-swap %LNG% goto ende :err3 echo Please copy CONFIG.B into CONFIG.BAT and update the echo settings therein. goto ende :err2 echo Please copy CONFIG.STD into CONFIG.MAK and update the echo settings therein. goto ende :err1 echo Environment full (cannot add environment variables) echo Cannot proceed :ende set XMS_SWAP= set DEBUG= set MAKE= set COMPILER= set TC2_BASE= set TP1_BASE= set BC5_BASE= set XNASM= set LNG= set GENDOS= set FMR= set IBMPC= set NEC98= set DBCS= set NO_ENH_INP=
lpproj/freecom_dbcs
build.bat
bat
gpl-2.0
5,275
cmd_sound/mips/built-in.o := rm -f sound/mips/built-in.o; /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/mips/built-in.o
miamo/miamOv
sound/mips/.built-in.o.cmd
bat
gpl-2.0
131
cmd_drivers/media/rc/keymaps/built-in.o := rm -f drivers/media/rc/keymaps/built-in.o; mips-openwrt-linux-uclibc-ar rcsD drivers/media/rc/keymaps/built-in.o
shizhai/wprobe
build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/drivers/media/rc/keymaps/.built-in.o.cmd
bat
gpl-2.0
157
cmd_sound/soc/atmel/built-in.o := rm -f sound/soc/atmel/built-in.o; /home/jashaswee/vibex2/X2_ROW_L_OpenSource/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ar rcsD sound/soc/atmel/built-in.o
jashasweejena/VibeKernel
sound/soc/atmel/.built-in.o.cmd
bat
gpl-2.0
199
#!./bin/linux-x86_64-debug/mrf # This file must be in the community mrfioc2 top directory to work. dbLoadDatabase("dbd/mrf.dbd") mrf_registerRecordDeviceDriver(pdbbase) mrmEvrSetupPCI("EVR","16:09.0") dbLoadRecords("db/evr-cpci-230.db","SYS=TST, D=evr:4, EVR=EVR, FEVT=88.0525") # 230 mrmEvgSetupPCI("EVG1", "16:0c.0") # 220 # mrmEvgSetupPCI("EVG2", "16:0e.0") dbLoadRecords("db/vme-evg230.db", "SYS=TST, D=evg:1, EVG=EVG1, FRF=352.21, FDIV=4, FEVT=88.0525") # dbLoadRecords("db/vme-evg230.db", "SYS=TST, D=evg:2, EVG=EVG2") # needed with software timestamp source w/o RT thread scheduling var evrMrmTimeNSOverflowThreshold 100000 iocInit() dbpf "TST{evg:1}1ppsInp-Sel" "Sys Clk" dbpf TST{evg:1-TrigEvt:0}EvtCode-SP 14 dbpf TST{evg:1-TrigEvt:0}TrigSrc-Sel "Mxc0" dbpf TST{evg:1-Mxc:0}Prescaler-SP 6289464 dbpf TST{evg:1-Mxc:7}Prescaler-SP 88052496 dbpf TST{evg:1-TrigEvt:7}EvtCode-SP 122 dbpf TST{evg:1-TrigEvt:7}TrigSrc-Sel "Mxc7" dbpf TST{evr:4-DlyGen:0}Width-SP 10000 dbpf TST{evr:4-DlyGen:0}Evt:Trig0-SP 14 dbpf TST{evr:4-Out:FPUV0}Src:Pulse-SP "Pulser 0"
icshwi/icsem_scripts
tests/st.cmd
bat
gpl-2.0
1,071
C:\Programme\PHP\cli\php.exe -q fakemail-deamon.php %1 %2 %3 %4 %5 %6
matschaffer/fakemail
experimental/php/fakemail.cmd
bat
gpl-2.0
69
cmd_.tmp_vmlinux1 := arm-eabi-ld -EL -p --no-undefined -X --build-id -o .tmp_vmlinux1 -T arch/arm/kernel/vmlinux.lds arch/arm/kernel/head.o arch/arm/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/arm/vfp/built-in.o arch/arm/kernel/built-in.o arch/arm/mm/built-in.o arch/arm/common/built-in.o arch/arm/mach-exynos/built-in.o arch/arm/plat-s5p/built-in.o arch/arm/plat-samsung/built-in.o kernel/built-in.o mm/built-in.o fs/built-in.o ipc/built-in.o security/built-in.o crypto/built-in.o block/built-in.o arch/arm/lib/lib.a lib/lib.a arch/arm/lib/built-in.o lib/built-in.o drivers/built-in.o sound/built-in.o firmware/built-in.o net/built-in.o --end-group
knightkill3r/FalcoKernel
..tmp_vmlinux1.cmd
bat
gpl-2.0
701
"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
Erotemic/local
windows/oldscripts/vs2010.bat
bat
gpl-3.0
75
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. 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\HEAVyBASE.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\HEAVyBASE.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
lucaclivio/HEAVyBASE
doc/make.bat
bat
gpl-3.0
5,102
php prepare.php pause
Konnekt/konnekt
publish/prepare.bat
bat
mpl-2.0
21
@echo off REM ************************************************************************************** REM * The contents of this file are subject to the vtiger CRM Public License Version 1.0 * REM * ("License"); You may not use this file except in compliance with the License * REM * The Original Code is: vtiger CRM Open Source * REM * The Initial Developer of the Original Code is vtiger. * REM * Portions created by vtiger are Copyright (C) vtiger. * REM * All Rights Reserved. * REM * * REM ************************************************************************************** set PHP_EXE="C:\xampp\php\php.exe" cd /D "C:\xampp\htdocs\plugins\erpconnector\Inspections_populate" %PHP_EXE% -f Inspections.php
andreadanzi/rotho_dev
plugins/erpconnector/Inspections_populate/Inspections.bat
bat
mpl-2.0
969
@echo OFF REM SocketPerformanceChecker REM Copyright (2016) Daniel Bonrath, Michael Baer, All rights reserved. REM REM This file is part of SocketPerformanceChecker; SocketPerformanceChecker is free software; you can redistribute it and/or REM modify it under the terms of the GNU Lesser General Public REM License as published by the Free Software Foundation; either REM version 2.1 of the License, or (at your option) any later version. REM REM This library is distributed in the hope that it will be useful, REM but WITHOUT ANY WARRANTY; without even the implied warranty of REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU REM Lesser General Public License for more details. REM REM You should have received a copy of the GNU Lesser General Public REM License along with this library; if not, write to the Free Software REM Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Set ROOT_DIR=%3 call build-common.bat %1 %2 SET SOURCE_DIR=%cd% SET DEP_DIR=%ROOT_DIR% Set ARCHIVE=m2etis-0.4.0-src-rev121.zip Set BUILD_DIR=%cd%\tmp\m2etis-0.4.0-src-rev121 Set PREFIX=%ROOT_DIR%/%ARCH_DIR%/m2etis if exist %PREFIX% exit /b echo "Compile m2etis" call build-common.bat downloadAndUnpack %ARCHIVE% %BUILD_DIR% http://clockwork-origins.de/m2etis/downloads/ SET DEP_DIR=%ROOT_DIR% echo "Configuring m2etis" echo "%DEP_DIR%\..\config\m2etis" xcopy /I /S /Y "%DEP_DIR%\..\config\m2etis" "%BUILD_DIR%\library\generated\" cd %BUILD_DIR% cmake -DCMAKE_INSTALL_PREFIX=%PREFIX% -DCMAKE_BUILD_TYPE=Release -DDEP_DIR=%DEP_DIR%/%ARCH_DIR%/ -DWITH_TESTING=OFF -DWITH_SIM=OFF -DWITH_LOGGING=OFF -DWITH_MESSAGECOMPRESSION=OFF -G "%VSCOMPILER%%VSARCH%" . echo "Building m2etis" MSBuild.exe m2etis.sln /p:Configuration=Release echo "Installing m2etis" MSBuild.exe INSTALL.vcxproj /p:Configuration=Release echo "Cleaning up" cd %DEP_DIR% RD /S /Q "%BUILD_DIR%/.."
ClockworkOrigins/SocketPerformanceChecker
dependencies/build-m2etis.bat
bat
lgpl-2.1
1,903
@echo off call "%~dp0\..\sbt.bat" "project Core" %*
melezov/gruj
core/sbt.bat
bat
unlicense
56
@echo off setlocal if exist "%programfiles%\Manifold System\Config\Add-Ins\$safeprojectname$\" GOTO ALREADYINSTALLED GOTO DOINST :DOINST echo ------- Creating directory $safeprojectname$ echo ------- under %programfiles%\Manifold System\Config\Add-Ins\ mkdir "%programfiles%\Manifold System\Config\Add-Ins\$safeprojectname$" if exist "%programfiles%\Manifold System\Config\Add-Ins\$safeprojectname$\" GOTO COPYFILES GOTO CANNOTCREATEDIR :COPYFILES echo ------- Copying add-in files copy $safeprojectname$.dll "%programfiles%\Manifold System\Config\Add-Ins\$safeprojectname$\" copy $safeprojectname$.xml "%programfiles%\Manifold System\Config\Add-Ins\$safeprojectname$\" copy $safeprojectname$.png "%programfiles%\Manifold System\Config\Add-Ins\$safeprojectname$\" copy uninstall_$safeprojectname$.bat "%programfiles%\Manifold System\Config\Add-Ins\$safeprojectname$\" copy readme.txt "%programfiles%\Manifold System\Config\Add-Ins\$safeprojectname$\" goto END :CANNOTCREATEDIR echo Error: Cannot create Addin directory. echo You must have write permission for %programfiles%\Manifold System\Config goto END :ALREADYINSTALLED echo Error: Cannot install echo $safeprojectname$ directory already exists echo Try running %programfiles%\Manifold System\Config\Add-Ins\$safeprojectname$\uninstall_$safeprojectname$.bat first GOTO END :END endlocal pause
rkolka/Template-for-Manifold-GIS-Custom-Add-In-in-CSharp
install_tmpl.bat
bat
unlicense
1,357
@echo off REM Licensed to the Apache Software Foundation (ASF) under one REM or more contributor license agreements. See the NOTICE file REM distributed with this work for additional information REM regarding copyright ownership. The ASF licenses this file REM to you under the Apache License, Version 2.0 (the REM "License"); you may not use this file except in compliance REM with the License. You may obtain a copy of the License at REM REM http://www.apache.org/licenses/LICENSE-2.0 REM REM Unless required by applicable law or agreed to in writing, REM software distributed under the License is distributed on an REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY REM KIND, either express or implied. See the License for the REM specific language governing permissions and limitations REM under the License. REM this script starts ApacheDS (as non-windows-service) REM IF NOT exist target/apacheds-service-*.jar GOTO :MVN IF NOT exist target/apacheds-service-2.0.0-M11.jar GOTO :MVN echo "Service jar exists" GOTO :JAVA :MVN echo "Service jar not found, need to build it" call mvn clean install GOTO :JAVA :JAVA md target/instance md target/instance/conf cp log4j.properties target/instance/conf/log4j.properties md target/instance/partitions md target/instance/log set ADS_CONTROLS="-Dapacheds.controls=org.apache.directory.api.ldap.codec.controls.cascade.CascadeFactory,org.apache.directory.api.ldap.codec.controls.manageDsaIT.ManageDsaITFactory,org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeFactory,org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsFactory,org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchFactory,org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesFactory,org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyFactory,org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueFactory,org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncInfoValueFactory,org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueFactory,org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueFactory" set ADS_EXTENDED_OPERATIONS="-Dapacheds.extendedOperations=org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelFactory,org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory,org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory,org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory,org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory" java %ADS_CONTROLS% %ADS_EXTENDED_OPERATIONS% -Dlog4j.configuration="file:///%cd%/target/instance/conf/log4j.properties" -jar target/apacheds-service-2.0.0-M11.jar %cd%/target/instance
lucastheisen/apache-directory-server
service/apacheds.bat
bat
apache-2.0
2,968
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled echo. coverage to run coverage check of the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) REM Check if sphinx-build is available and fallback to Python version if any %SPHINXBUILD% 1>NUL 2>NUL if errorlevel 9009 goto sphinx_python goto sphinx_ok :sphinx_python set SPHINXBUILD=python -m sphinx.__init__ %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) :sphinx_ok if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\web3j.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\web3j.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
saulbein/web3j
docs/make.bat
bat
apache-2.0
6,993
IF EXIST build. RMDIR /S /Q build. IF EXIST Rapido-win32-ia32. RMDIR /S /Q Rapido-win32-ia32. IF EXIST Rapido-win32-x64. RMDIR /S /Q Rapido-win32-x64. IF EXIST Rapido-linux-armv7l. RMDIR /S /Q Rapido-linux-armv7l. IF EXIST Rapido-linux-ia32. RMDIR /S /Q Rapido-linux-ia32. IF EXIST Rapido-linux-x64. RMDIR /S /Q Rapido-linux-x64. IF EXIST Rapido-darwin-x64. RMDIR /S /Q Rapido-darwin-x64. IF EXIST Rapido-mas-x64. RMDIR /S /Q Rapido-mas-x64. CALL .\node_modules\.bin\electron-packager --platform=win32 --arch=ia32 --overwrite . CALL .\node_modules\.bin\electron-packager --platform=win32 --arch=x64 --overwrite . REM CALL .\node_modules\.bin\electron-packager --platform=linux --arch=ia32 --overwrite . REM CALL .\node_modules\.bin\electron-packager --platform=linux --arch=x64 --overwrite . REM CALL .\node_modules\.bin\electron-packager --platform=darwin --arch=x64 --overwrite . CALL .\node_modules\.bin\electron-packager --win32metadata.ProductName=Rapido --win32metadata.InternalName=Rapido --win32metadata.FileDescriptioni="FTSafe teamtalk." --win32metadata.OriginalFilename=Rapido.exe --platform=win32 --arch=ia32 --overwrite . CALL .\node_modules\.bin\electron-packager --win32metadata.ProductName=Rapido --win32metadata.InternalName=Rapido --win32metadata.FileDescriptioni="FTSafe teamtalk." --win32metadata.OriginalFilename=Rapido.exe --platform=win32 --arch=x64 --overwrite . REM CALL .\node_modules\.bin\electron-packager --win32metadata.ProductName=Rapido --win32metadata.InternalName=Rapido --win32metadata.FileDescriptioni="FTSafe teamtalk." --win32metadata.OriginalFilename=Rapido.exe --platform=linux --arch=ia32 --overwrite . REM CALL .\node_modules\.bin\electron-packager --win32metadata.ProductName=Rapido --win32metadata.InternalName=Rapido --win32metadata.FileDescriptioni="FTSafe teamtalk." --win32metadata.OriginalFilename=Rapido.exe --platform=linux --arch=x64 --overwrite . REM CALL .\node_modules\.bin\electron-packager --win32metadata.ProductName=Rapido --win32metadata.InternalName=Rapido --win32metadata.FileDescriptioni="FTSafe teamtalk." --win32metadata.OriginalFilename=Rapido.exe --platform=darwin --arch=x64 --overwrite . node build_installer.js
ccfish86/sctalk
clients/tt-rapido/make_installer.bat
bat
apache-2.0
2,184
@echo off set LIB=..\..\win32\lib;%LIB% cl /W3 /nologo /DXMLAPI=__declspec(dllimport) /I..\..\include /Fe..\..\win32\bin\pull1 pull1.c xmlreader.c parsifal.lib @echo Run it using: win32\bin\pull1 ^< document.xml
LiberatorUSA/GUCEF
dependencies/libparsifal/samples/pull/build.bat
bat
apache-2.0
212
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. epub3 to make an epub3 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled echo. coverage to run coverage check of the documentation if enabled echo. dummy to check syntax errors of document sources goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) REM Check if sphinx-build is available and fallback to Python version if any %SPHINXBUILD% 1>NUL 2>NUL if errorlevel 9009 goto sphinx_python goto sphinx_ok :sphinx_python set SPHINXBUILD=python -m sphinx.__init__ %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) :sphinx_ok if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %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\asyncpgsa.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\asyncpgsa.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "epub3" ( %SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3 if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub3 file is in %BUILDDIR%/epub3. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "coverage" ( %SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage if errorlevel 1 exit /b 1 echo. echo.Testing of coverage in the sources finished, look at the ^ results in %BUILDDIR%/coverage/python.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) if "%1" == "dummy" ( %SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy if errorlevel 1 exit /b 1 echo. echo.Build finished. Dummy builder generates no files. goto end ) :end
CanopyTax/asyncpgsa
docs/make.bat
bat
apache-2.0
7,738
@echo off set _arch=%1 set _arch=%_arch:Win32=x86% copy %2"\Redist\D3D\"%_arch%"\d3dcompiler_47.dll" %3 > NUL
mxOBS/deb-pkg_trusty_chromium-browser
third_party/angle/src/copy_compiler_dll.bat
bat
bsd-3-clause
110
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S11_Ping.MSASCMD_S11_TC06_Ping_ChangesOccurred /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_S11_TC06_Ping_ChangesOccurred.cmd
bat
mit
281
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_LISTSWS.S03_OperationOnListItem.MSLISTSWS_S03_TC29_GetListItemChangesWithKnowledge_ZeroRowLimit /testcontainer:..\..\MS-LISTSWS\TestSuite\bin\Debug\MS-LISTSWS_TestSuite.dll /runconfig:..\..\MS-LISTSWS\MS-LISTSWS.testsettings /unique pause
XinwLi/Interop-TestSuites-1
SharePoint/Source/Scripts/MS-LISTSWS/RunMSLISTSWS_S03_TC29_GetListItemChangesWithKnowledge_ZeroRowLimit.cmd
bat
mit
332
@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\EvolvingGraphs.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\EvolvingGraphs.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
weijianzhang/EvolvingGraphs.jl
doc_backup/make.bat
bat
mit
6,717
@echo // Copyright (C) 1996-2004 Markus F.X.J. Oberhumer @echo // @echo // Windows 32-bit @echo // Metrowerks CodeWarrior C/C++ @echo // @call b\prepare.bat @if "%BECHO%"=="n" echo off set CC=mwcc -gccinc set CF=-opt full %CFI% %CFASM% set LF=%BLIB% -lwinmm.lib %CC% -w on %CF% -c @b\src.rsp @if errorlevel 1 goto error mwld -library -o %BLIB% @b\win32\vc.rsp @if errorlevel 1 goto error %CC% %CF% examples\simple.c %LF% @if errorlevel 1 goto error %CC% %CF% examples\uclpack.c %LF% @if errorlevel 1 goto error @call b\done.bat @goto end :error @echo ERROR during build! :end @call b\unset.bat
null--/graviton
code/external/ucl/B/win32/mwerks.bat
bat
gpl-3.0
634
call build_xXX.cmd x86 fre win7
ten0s/bthmsdevemul
src/freebt/src/driver/fbtusb/build_fre_win7_x86.cmd
bat
gpl-3.0
31
@ set PATH=%JAVA_HOME%\bin;%ANDROID_HOME%\tools;%PATH% @ android update project -p . -t 4
nurv/lirec
scenarios/MyFriend/MyPleo/workspace/Pleo/updateProperties.bat
bat
gpl-3.0
90
@echo off set PATH=%PATH%;C:\MinGW\bin echo Generate IntWars Makefiles echo ------------------------------ IF EXIST .\codeblocksbuild\ ( GOTO BUILDDIR ) ELSE ( GOTO MAIN ) :BUILDDIR echo Build directory exists, removing... rmdir /s /q codeblocksbuild GOTO MAIN :MAIN echo Recreating build directory... mkdir codeblocksbuild cd codeblocksbuild echo Creating CodeBlocks MinGW Makefiles... echo ------------------------------ cmake .. -G "CodeBlocks - MinGW Makefiles" cd .. pause
Elyotna/IntWars
GenerateCodeBlocksProject.bat
bat
gpl-3.0
479
@echo off @REM --------------------------------------------------------------------------------- @REM InstallDbs.bat file @REM @REM This batch file installs the databases needed to run the unit tests. @REM @REM ---------------------------------------------------------------------------------- echo. echo ========================================================================== echo InstallDbs.bat echo Installs Databases for Enterprise Library echo ========================================================================== echo. set binDir="." :RUN @REM ------------------------------------------------ @REM Shorten the command prompt for making the output @REM easier to read. @REM ------------------------------------------------ set savedPrompt=%prompt% set prompt=*$g @REM ------------------------------------------------------- @REM Set the current directory @REM ------------------------------------------------------- pushd %binDir% @ECHO. @ECHO ----------------------------------------------------------------- @ECHO Caching Database @ECHO ----------------------------------------------------------------- @ECHO. cd ..\Blocks\Caching\Src\Database\Scripts if Exist CreateCachingDb.cmd Call CreateCachingDb.cmd @if errorlevel 1 goto :error popd pushd %binDir% @ECHO. @ECHO ----------------------------------------------------------------- @ECHO Logging @ECHO ----------------------------------------------------------------- @ECHO. cd ..\Blocks\Logging\Src\DatabaseTraceListener\Scripts if Exist CreateLoggingDb.cmd Call CreateLoggingDb.cmd @if errorlevel 1 goto :error popd pushd %binDir% @ECHO. @ECHO ----------------------------------------------------------------- @ECHO Northwind @ECHO ----------------------------------------------------------------- @ECHO. if Exist CreateNorthwindDb.cmd Call CreateNorthwindDb.cmd @if errorlevel 1 goto :error @ECHO. @ECHO ---------------------------------------- @ECHO InstallDbs.bat Completed @ECHO ---------------------------------------- @ECHO. @REM ---------------------------------------- @REM Restore the command prompt and exit @REM ---------------------------------------- @goto :exit @REM ------------------------------------------- @REM Handle errors @REM @REM Use the following after any call to exit @REM and return an error code when errors occur @REM @REM if errorlevel 1 goto :error @REM ------------------------------------------- :error @ECHO An error occured in InstallDbs.bat - %errorLevel% goto exit @REM ---------------------------------------- @REM The exit label @REM ---------------------------------------- :exit popd set binDir= set prompt=%savedPrompt% set savedPrompt= echo on
magenta-aps/cprbroker
PART/Source/Lib/EntLib50/Scripts/InstallDbs.bat
bat
mpl-2.0
2,852
@setlocal EnableDelayedExpansion EnableExtensions @for %%i in (%~dp0\_packer_config*.cmd) do @call "%%~i" @if defined PACKER_DEBUG (@echo on) else (@echo off) echo on title Installing wget. Please wait... if not defined WGET_URL set WGET_URL=https://eternallybored.org/misc/wget/current/wget.exe for %%i in ("%WGET_URL%") do set filename=%SystemRoot%\%%~nxi if not exist "%~dp0\_download.cmd" goto _download_cmd_not_found copy /y "%~dp0\_download.cmd" "%SystemRoot%\" call "%~dp0\_download.cmd" "%WGET_URL%" "%filename%" if exist "%filename%" goto exit0 :_download_cmd_not_found echo ==^> Downloading "%WGET_URL%" to "%filename%" :powershell powershell -Command "(New-Object System.Net.WebClient).DownloadFile('%WGET_URL%', '%filename%')" <NUL if exist "%filename%" goto exit0 set bitsadmin= for %%i in (bitsadmin.exe) do set bitsadmin=%%~$PATH:i if not defined bitsadmin set bitsadmin=%SystemRoot%\System32\bitsadmin.exe if not exist "%bitsadmin%" goto exit1 for %%i in ("%filename%") do set jobname=%%~nxi "%bitsadmin%" /transfer "%jobname%" "%WGET_URL%" "%filename%" if exist "%filename%" goto exit0 goto exit1 :exit0 ver>nul goto :exit :exit1 verify other 2>nul :exit
ambakshi/windows
floppy/01-install-wget.cmd
bat
apache-2.0
1,199
@echo off set RUBYFOUND= for %%e in (%PATHEXT%) do ( for %%X in (jruby%%e) do ( if not defined RUBYFOUND ( set RUBYFOUND=%%~$PATH:X ) ) for %%X in (ruby%%e) do ( if not defined RUBYFOUND ( set RUBYFOUND=%%~$PATH:X ) ) ) if not defined RUBYFOUND goto needruby if "%1"=="self-test" goto selftest IF not "%1"=="new" goto rubydeployer SHIFT IF "%1"=="" goto providename IF "%1"=="-h" goto usage IF "%1"=="--help" goto usage REM check if we are already in a valid Roxy project if NOT EXIST deploy\lib\ml.rb GOTO skip_roxy_exists set /p response= "Running ml new from within a Roxy project is not recommended. Continue? [y/N] " if /i "%response:~,1%" NEQ "Y" exit /b :skip_roxy_exists set app_name=%1 SHIFT set GITFOUND= for %%e in (%PATHEXT%) do ( for %%X in (git%%e) do ( if not defined GITFOUND ( set GITFOUND=%%~$PATH:X ) ) ) if not defined GITFOUND goto needgit set BRANCH=master set INIT_GIT=0 set APPTYPE=mvc set FORCE_INSTALL=0 set FORK=marklogic :loop if not "%1"=="" ( if "%1"=="--branch" ( set BRANCH=%2 shift ) if "%1"=="--app-type" ( set APPTYPE=%2 shift ) if "%1"=="--force" ( set FORCE_INSTALL=1 ) if "%1"=="--fork" ( set FORK=%2 shift ) shift goto :loop ) if "%FORCE_INSTALL%"=="1" GOTO skip_already_exists if EXIST %app_name% GOTO alreadyexists :skip_already_exists if not "%APPTYPE%"=="bare" if not "%APPTYPE%"=="mvc" if not "%APPTYPE%"=="rest" if not "%APPTYPE%"=="hybrid" ( echo Valid values for app-type are bare, mvc, rest and hybrid. Aborting. exit /b ) echo. echo Creating new Application: %app_name%... REM TODO: check errorlevel and bail out if any of the below commands fail.. if EXIST %app_name% ( cmd /c git clone git://github.com/%FORK%/roxy.git -b %BRANCH% %app_name%.tmp_1 xcopy %app_name%.tmp_1\* %app_name%\ /E rmdir /s /q %app_name%.tmp_1 ) if NOT EXIST %app_name% ( cmd /c git clone git://github.com/%FORK%/roxy.git -b %BRANCH% %app_name% ) pushd %app_name% rmdir /Q /S .git del /F /Q .gitignore if not "%APPTYPE%"=="mvc" if not "%APPTYPE%"=="hybrid" ( REM For non-MVC applications, we won't be using the MVC code. Remove it. rmdir /S /Q src mkdir src echo. echo No initial source code is provided for non-MVC apps. You can capture code from a REST application, or add your own code. ) for /f "tokens=1-2*" %%a in ("%*") do ( set arg-command=%%a set arg-appname=%%b set arg-options=%%c ) cmd /c ml init %app_name% %arg-options% popd echo done echo. IF NOT EXIST %app_name% GOTO end if not "%1"=="--git" goto end pushd %app_name% echo Creating a git repository echo. cmd /c git init cmd /c git add . cmd /c git commit -q -m "Initial Commit" echo ...done echo. popd goto end :selftest if NOT EXIST deploy\test\test_main.rb GOTO missingdeploy REM Save original env variable value set ROXY_TEST_SERVER_VERSION_ORG=%ROXY_TEST_SERVER_VERSION% :loop2 if not "%1"=="" ( REM Look for --server-version param, and export that as env variable. Unit testing doesn't allow cmd params.. if "%1"=="--server-version" ( set ROXY_TEST_SERVER_VERSION=%2 shift ) shift goto :loop2 ) "%RUBYFOUND%" -Ideploy -Ideploy\lib -Ideploy\test deploy\test\test_main.rb REM Restore original env variable value set ROXY_TEST_SERVER_VERSION=%ROXY_TEST_SERVER_VERSION_ORG% set ROXY_TEST_SERVER_VERSION_ORG= goto end :rubydeployer if NOT EXIST deploy\lib\ml.rb GOTO missingdeploy "%RUBYFOUND%" -Ideploy -Ideploy\lib deploy\lib\ml.rb %* goto end :missingdeploy echo. echo You must run this command inside a valid Roxy Project. Use 'ml new' to create a project. echo. goto usage :needruby echo. echo Ruby is required to run the ml scripts. echo. goto end :needgit echo. echo Git is required to use the new command. echo. goto end :alreadyexists echo. echo %app_name% already exists. Aborting. echo. goto end :providename echo. echo "NOTE: Please provide an app name.." echo. :usage echo Usage: ml new app-name --server-version=[version] [--branch=branch] [--git] [--force] echo. echo. echo use --server-version to specify the major version of MarkLogic you will echo target in your project (4, 5, 6, 7) echo use --branch to specify the GitHub branch of the Roxy project your project echo will be based on (master, dev) echo use --git to automatically configure a git repo echo use --force to overwrite an existing directory echo. goto end :end exit /b %errorlevel%
chvrga/outdoor-explorer
xqy/box/ml.bat
bat
mit
4,562
setPreference -pref UserLevel:NOVICE setPreference -pref MessageLevel:DETAILED setPreference -pref ConcurrentMode:FALSE setPreference -pref UseHighz:FALSE setPreference -pref ConfigOnFailure:STOP setPreference -pref StartupCLock:AUTO_CORRECTION setPreference -pref AutoSignature:FALSE setPreference -pref KeepSVF:FALSE setPreference -pref svfUseTime:FALSE setPreference -pref UserLevel:NOVICE setPreference -pref MessageLevel:DETAILED setPreference -pref ConcurrentMode:FALSE setPreference -pref UseHighz:FALSE setPreference -pref ConfigOnFailure:STOP setPreference -pref StartupCLock:AUTO_CORRECTION setPreference -pref AutoSignature:FALSE setPreference -pref KeepSVF:FALSE setPreference -pref svfUseTime:FALSE setMode -bs setCable -port usb21 Identify setAttribute -position 1 -attr devicePartName -value "xcf32p" setAttribute -position 2 -attr devicePartName -value "xcf32p" setAttribute -position 1 -attr configFileName -value "xilinx-ml50x_0.mcs" #setAttribute -position 2 -attr configFileName -value "xilinx-ml50x_1.mcs" Program -p 1 -e -v setMode -pff setMode -sm setMode -bs setMode -bs setMode -ss setMode -sm setMode -bsfile setMode -dtconfig setMode -cf setMode -mpm setMode -pff setMode -bs setMode -bs quit
elkhadiy/xph-leons
grlib-gpl-1.4.1-b4156/boards/xilinx-ml50x/prom-usb.cmd
bat
gpl-2.0
1,221
@echo off powershell -NoProfile -ExecutionPolicy Bypass -Command "& .\ConvertPdfToCsvFromUploadedFile.ps1" echo Script finished with errorlevel=%errorlevel% pause
bytescout/ByteScout-SDK-SourceCode
PDF.co Web API/PDF To CSV API/PowerShell/Convert PDF To CSV From Uploaded File/run.bat
bat
apache-2.0
164
cmd_drivers/bluetooth/hci_uart.o := arm-eabi-ld -EL -r -o drivers/bluetooth/hci_uart.o drivers/bluetooth/hci_ldisc.o drivers/bluetooth/hci_h4.o drivers/bluetooth/hci_ll.o
NooNameR/Sense4.0-kernel
drivers/bluetooth/.hci_uart.o.cmd
bat
gpl-2.0
175
./gradlew SetupDecompWorkspace
moyasimaru/Minecraft_AI
1_Setup_win.bat
bat
lgpl-2.1
31
@cmd /K type readme.txt
jswrenn/xtreemfs
packaging/windows/cbfs_installation/run_xtreemfs_client_command_line_prompt.bat
bat
bsd-3-clause
23
C:\xampp\php\php.exe artisan serve pause
hartbold/beer_to_beer
serve.bat
bat
mit
40
@echo off gcc string.c -c -std=c99 -Wall gcc line.c -c -std=c99 -Wall gcc view.c -c -std=c99 -Wall gcc view_test.c -c -std=c99 -Wall gcc string.o line.o view.o view_test.o -o view_test -std=c99 -Wall del string.o line.o view.o view_test.o view_test
hangim/zVi
src/make_view_test.bat
bat
mit
265
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\ngc-webpack\src\main.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\ngc-webpack\src\main.js" %* )
deventry/umbiliko-ui-cabinet
node_modules/.bin/ngc-w.cmd
bat
mit
188
..\..\Automata graphviz input.enfa input.dot ..\..\Automata graphviz output.dfa output.dot ..\..\Automata minimize-dfa output.dfa minimized.dfa ..\..\Automata graphviz minimized.dfa minimized.dot ..\..\Automata metrics-dfa output.dfa output_metrics.txt ..\Render.bat
jonathanvdc/automata-generator
examples/mssc/Process.bat
bat
mit
269
nuget pack webblocks.nuspec nuget pack webblocks.core.nuspec
base33/Mentor-Web-Blocks
WebBlocks/Build Nuget Package.bat
bat
mit
60
@Echo OFF @setlocal EnableExtensions EnableDelayedExpansion IF %1.==. GOTO Usage set NUGET_EXE=%~dp0..\.nuget\nuget.exe set BASE_PATH=%1 set VERSION=%2 set SRC_DIR=%3 IF %2 == "" set VERSION=%~dp0..\Build\Version.txt @echo CreateOrleansNugetPackages running in directory = %1 @cd @echo CreateOrleansNugetPackages version file = %VERSION% from base dir = %BASE_PATH% using nuget location = %NUGET_EXE% if "%BASE_PATH%" == "." ( if EXIST "Release" ( set BASE_PATH=Release ) else if EXIST "Debug" ( set BASE_PATH=Debug ) ) @echo Using binary drop location directory %BASE_PATH% if EXIST "%VERSION%" ( @Echo Using version number from file %VERSION% FOR /F "usebackq tokens=1,2,3,4 delims=." %%i in (`type "%VERSION%"`) do ( set VERSION=%%i.%%j.%%k.%%l ) ) else ( @Echo ERROR: Unable to read version number from file %VERSION% GOTO Usage ) if not "%VERSION_BETA%" == "" ( set VERSION=%VERSION%-%VERSION_BETA% ) @echo VERSION_BETA=%VERSION_BETA% @echo VERSION=%VERSION% @echo CreateOrleansNugetPackages: Version = %VERSION% -- Drop location = %BASE_PATH% -- SRC_DIR=%SRC_DIR% @set NUGET_PACK_OPTS= -Version %VERSION% @set NUGET_PACK_OPTS=%NUGET_PACK_OPTS% -NoPackageAnalysis @set NUGET_PACK_OPTS=%NUGET_PACK_OPTS% -BasePath "%BASE_PATH%" -Properties SRC_DIR=%SRC_DIR% REM @set NUGET_PACK_OPTS=%NUGET_PACK_OPTS% -Verbosity detailed FOR %%G IN ("%~dp0*.nuspec") DO ( "%NUGET_EXE%" pack "%%G" %NUGET_PACK_OPTS% -Symbols if ERRORLEVEL 1 EXIT /B 1 ) FOR %%G IN ("%~dp0*.nuspec-NoSymbols") DO ( REM %%~dpnG gets the full filename path but without the extension move "%%G" "%%~dpnG.nuspec" "%NUGET_EXE%" pack "%%~dpnG.nuspec" %NUGET_PACK_OPTS% if ERRORLEVEL 1 EXIT /B 1 move "%%~dpnG.nuspec" "%%G" ) GOTO EOF :Usage @ECHO Usage: @ECHO CreateOrleansPackages ^<Path to Orleans SDK folder^> ^<VersionFile^> EXIT /B -1 :EOF
gigya/orleans
src/NuGet/CreateOrleansPackages.bat
bat
mit
1,878
@echo off SET project=%~dp0 SET assemble=%project%Assemble\bin\debug\assemble.exe SET source=%project%%1 %assemble% %source%
it-depends/CPSG-Nand2Tetris
DebrisFromExercises/06/assemble.cmd
bat
mit
125
pushd "%~dp0\nodejs" call npm update less
duncansmart/LessCoffee
src/Handlers/UPDATE LESS.cmd
bat
mit
44
@echo off setlocal mongo PublishersDb --eval "db.dropDatabase()" mongoimport -d PublishersDb -c User User.json mongoimport -d PublishersDb -c Book Book.json mongoimport -d PublishersDb -c Role Role.json mongoimport -d PublishersDb -c BookDemand BookDemand.json :end
habiburrahman-dehzad/publishers-web-client
DB Setup/mongo_import.bat
bat
mit
268
@echo off SET dotnet="C:/Program Files/dotnet/dotnet.exe" SET opencover=..\..\tools\OpenCover.4.6.519\tools\OpenCover.Console.exe SET coveralls=..\..\tools\coveralls.net.0.412\tools\csmacnz.Coveralls.exe SET targetargs="test" SET filter="+[*]CloseEnoughEquality.* -[CloseEnoughEquality.Tests]* -[xunit.*]* " SET coveragefile=Coverage.xml SET coveragedir=Coverage nuget install OpenCover -Version 4.6.519 -OutputDirectory ..\..\tools nuget install coveralls.net -Version 0.412.0 -OutputDirectory ..\..\tools REM Run code coverage analysis %opencover% -oldStyle -returntargetcode -register:user -target:%dotnet% -output:%coveragefile% -targetargs:%targetargs% -filter:%filter% -skipautoprops -hideskipped:All IF %ERRORLEVEL% NEQ 0 ( Echo Unit tests failed EXIT /B %ERRORLEVEL% ) REM publish IF NOT "%COVERALLS_REPO_TOKEN%"=="" %coveralls% --serviceName appveyor --opencover -i .\Coverage.xml
ipjohnson/CloseEnoughEquality
tests/CloseEnoughEquality.Tests/CodeCoverageAppVeyor.cmd
bat
mit
912
@echo off set MAVEN_OPTS=-Xms64m -Xmx1024m -Xss2048k -Xmn32m :start cls echo WORKING_DIR=%~dp0 echo MAVEN_HOME=%MAVEN_HOME% echo MAVEN_OPTS=%MAVEN_OPTS% echo JAVA_HOME=%JAVA_HOME% echo ------------------ echo u. svn update echo i. install (no tests) echo e. eclipse (online) echo o. eclipse (offline) echo c. clean echo d. download dependencies echo r. release echo y. update, deploy echo s. generate sources echo m. assembly echo t. status echo j. update java_home to latest (Windows) echo a. update maven_home to maven3_home echo q. quit echo ------------------ CHOICE /N /C:uieocdrysmtjaq set nr=%ERRORLEVEL% IF %nr% EQU 1 goto lsvnup IF %nr% EQU 2 goto llocinstall IF %nr% EQU 3 goto leclipse IF %nr% EQU 4 goto leclipseoff IF %nr% EQU 5 goto lclean IF %nr% EQU 6 goto ldependency IF %nr% EQU 7 goto lrelease IF %nr% EQU 8 goto ldeploy IF %nr% EQU 9 goto lgen IF %nr% EQU 10 goto lass IF %nr% EQU 11 goto lstatus IF %nr% EQU 12 goto ljavahome IF %nr% EQU 13 goto lmavenhome IF %nr% EQU 14 goto lquit goto start :lmavenhome set MAVEN_HOME=%MAVEN3_HOME% goto start :ljavahome @for /d %%i in ("\Program Files\Java\jdk*") do set JAVA_HOME=%%i goto start :lstatus cls if exist status.bat goto lstatusbat svn status . pause goto start :lstatusbat cls call status.bat goto start :lsvnup cls if exist svnup.bat goto lsvnupbat svn update pause goto start :lsvnupbat cls call svnup.bat goto start :llocinstall cls call mvn -Dmaven.tomcat.skip=true -e install -DskipTests=true -DupdateReleaseInfo=true pause goto start :leclipse cls call mvn -Dmaven.tomcat.skip=true -e -U -DdownloadSources=true -Dwtpversion=2.0 eclipse:eclipse pause goto start :leclipseoff cls call mvn -Dmaven.tomcat.skip=true -e -U -DdownloadSources=true -Dwtpversion=2.0 eclipse:eclipse -o pause goto start :lclean cls call mvn -Dmaven.tomcat.skip=true -e clean pause goto start :ldependency cls call mvn -Dmaven.tomcat.skip=true -e dependency:go-offline pause goto start :lrelease cls call mvn -Dmaven.tomcat.skip=true -e release:prepare call mvn -Dmaven.tomcat.skip=true -e release:perform pause goto start :ldeploy cls svn update call mvn -Dmaven.tomcat.skip=true -e deploy pause goto start :lgen cls call mvn -Dmaven.tomcat.skip=true -e generate-sources pause goto start :lass cls call mvn -o -Dmaven.tomcat.skip=true -e package assembly:assembly pause :lquit cls
jurgendl/swing-easy
cmds.bat
bat
mit
2,482