X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/6d344054d1e875131062646e7f3e081ef0ba092f..8fa49a6786bd71aa91b1e82709bc1852a65c4646:/nt/envadd.bat diff --git a/nt/envadd.bat b/nt/envadd.bat index 029d090ab6..21f0f4b08f 100644 --- a/nt/envadd.bat +++ b/nt/envadd.bat @@ -1,26 +1,24 @@ rem Hack to change/add environment variables in the makefiles for the rem Windows platform. -rem -rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. -rem + +rem Copyright (C) 2003-2015 Free Software Foundation, Inc. + rem This file is part of GNU Emacs. -rem -rem GNU Emacs is free software; you can redistribute it and/or modify + +rem GNU Emacs 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, or (at your option) -rem any later version. -rem +rem the Free Software Foundation, either version 3 of the License, or +rem (at your option) any later version. + rem GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to -rem the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -rem Boston, MA 02110-1301, USA. -rem -rem +rem along with GNU Emacs. If not, see http://www.gnu.org/licenses/. + + rem Usage: rem envadd "ENV1=VAL1" "ENV2=VAL2" ... /C rem @@ -43,6 +41,3 @@ shift rem Now, run the command line %1 %2 %3 %4 %5 %6 %7 %8 %9 -goto skipArchTag - arch-tag: 148c5181-dbce-43ae-bba6-1cc6e2a9ea75 -:skipArchTag