]> code.delx.au - gnu-emacs/blobdiff - nt/envadd.bat
from trunk
[gnu-emacs] / nt / envadd.bat
index 020e24ebf9d89ec2b2f68eddc8a679a8f3ad847b..11a4e40b934b9e839f84ea496d67caeedb0f1f27 100644 (file)
@@ -1,26 +1,25 @@
 rem  Hack to change/add environment variables in the makefiles for the\r
 rem  Windows platform.\r
-rem\r
-rem  Copyright (c) 2003 Free Software Foundation, Inc.\r
-rem\r
+\r
+rem  Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\r
+rem    Free Software Foundation, Inc.\r
+\r
 rem  This file is part of GNU Emacs.\r
-rem\r
-rem  GNU Emacs is free software; you can redistribute it and/or modify\r
+\r
+rem  GNU Emacs is free software: you can redistribute it and/or modify\r
 rem  it under the terms of the GNU General Public License as published by\r
-rem  the Free Software Foundation; either version 2, or (at your option)\r
-rem  any later version.\r
-rem\r
+rem  the Free Software Foundation, either version 3 of the License, or\r
+rem  (at your option) any later version.\r
+\r
 rem  GNU Emacs is distributed in the hope that it will be useful,\r
 rem  but WITHOUT ANY WARRANTY; without even the implied warranty of\r
 rem  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
 rem  GNU General Public License for more details.\r
-rem\r
+\r
 rem  You should have received a copy of the GNU General Public License\r
-rem  along with GNU Emacs; see the file COPYING.  If not, write to\r
-rem  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,\r
-rem  Boston, MA 02111-1307, USA.\r
-rem\r
-rem\r
+rem  along with GNU Emacs.  If not, see http://www.gnu.org/licenses/.\r
+\r
+\r
 rem  Usage:\r
 rem    envadd "ENV1=VAL1" "ENV2=VAL2" ... /C <command line>\r
 rem\r
@@ -42,3 +41,7 @@ rem Eat the "/C"
 shift\r
 rem Now, run the command line\r
 %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+\r
+goto skipArchTag\r
+   arch-tag: 148c5181-dbce-43ae-bba6-1cc6e2a9ea75\r
+:skipArchTag\r