rem Hack to change/add environment variables in the makefiles for therem Windows platform.remrem Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.remrem This file is part of GNU Emacs.remrem GNU Emacs is free software; you can redistribute it and/or modifyrem it under the terms of the GNU General Public License as published byrem the Free Software Foundation; either version 2, or (at your option)rem any later version.remrem GNU Emacs is distributed in the hope that it will be useful,rem but WITHOUT ANY WARRANTY; without even the implied warranty ofrem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See therem GNU General Public License for more details.remrem You should have received a copy of the GNU General Public Licenserem along with GNU Emacs; see the file COPYING. If not, write torem the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,rem Boston, MA 02110-1301, USA.remremrem Usage:rem envadd "ENV1=VAL1" "ENV2=VAL2" ... /C <command line>remrem The "/C" switch marks the end of environment variables, and therem beginning of the command line.remrem By Peter 'Luna' Runestig <peter@runestig.com> 2003:Loopif .%1% == ./C goto EndLooprem just to avoid an endless loop:if .%1% == . goto EndLoopset %1shiftgoto Loop:EndLooprem Eat the "/C"shiftrem Now, run the command line%1 %2 %3 %4 %5 %6 %7 %8 %9goto skipArchTag arch-tag: 148c5181-dbce-43ae-bba6-1cc6e2a9ea75:skipArchTag