Don't use Hungarian notation: remove _p/_ptr from var names.
[make.git] / subproc.bat
blobe5a0528992dbfe7e1660783c95afde0eaac3bb4f
1 @echo off\r
2 rem Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,\r
3 rem 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.\r
4 rem This file is part of GNU Make.\r
5 rem\r
6 rem GNU Make is free software; you can redistribute it and/or modify it under\r
7 rem the terms of the GNU General Public License as published by the Free\r
8 rem Software Foundation; either version 3 of the License, or (at your option)\r
9 rem any later version.\r
10 rem\r
11 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT\r
12 rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\r
13 rem FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for.\r
14 rem more details.\r
15 rem\r
16 rem You should have received a copy of the GNU General Public License along\r
17 rem with this program.  If not, see <http://www.gnu.org/licenses/>.\r
19 cd w32\subproc\r
20 set MAKE=%2\r
21 set MAKEFILE=%1\r
22 if x%2 == x set MAKE=nmake\r
23 %MAKE% /f %MAKEFILE%\r
24 cd ..\..\r