Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)
[bpt/emacs.git] / nt / envadd.bat
CommitLineData
e65be2d5
JR
1rem Hack to change/add environment variables in the makefiles for the\r
2rem Windows platform.\r
eef0be9e 3\r
49f70d46 4rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012\r
eef0be9e
GM
5rem Free Software Foundation, Inc.\r
6\r
e65be2d5 7rem This file is part of GNU Emacs.\r
eef0be9e
GM
8\r
9rem GNU Emacs is free software: you can redistribute it and/or modify\r
e65be2d5 10rem it under the terms of the GNU General Public License as published by\r
eef0be9e
GM
11rem the Free Software Foundation, either version 3 of the License, or\r
12rem (at your option) any later version.\r
13\r
e65be2d5
JR
14rem GNU Emacs is distributed in the hope that it will be useful,\r
15rem but WITHOUT ANY WARRANTY; without even the implied warranty of\r
16rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r
17rem GNU General Public License for more details.\r
eef0be9e 18\r
e65be2d5 19rem You should have received a copy of the GNU General Public License\r
eef0be9e
GM
20rem along with GNU Emacs. If not, see http://www.gnu.org/licenses/.\r
21\r
22\r
e65be2d5
JR
23rem Usage:\r
24rem envadd "ENV1=VAL1" "ENV2=VAL2" ... /C <command line>\r
25rem\r
26rem The "/C" switch marks the end of environment variables, and the\r
27rem beginning of the command line.\r
28rem\r
29rem By Peter 'Luna' Runestig <peter@runestig.com> 2003\r
30\r
31:Loop\r
32if .%1% == ./C goto EndLoop\r
33rem just to avoid an endless loop:\r
34if .%1% == . goto EndLoop\r
35set %1\r
36shift\r
37goto Loop\r
38:EndLoop\r
39\r
40rem Eat the "/C"\r
41shift\r
42rem Now, run the command line\r
43%1 %2 %3 %4 %5 %6 %7 %8 %9\r
4256310d
MB
44\r
45goto skipArchTag\r
46 arch-tag: 148c5181-dbce-43ae-bba6-1cc6e2a9ea75\r
47:skipArchTag\r