Changeset 501 in kBuild for vendor/gnumake/current/w32/subproc/NMakefile
- Timestamp:
- Sep 15, 2006 2:30:32 AM (18 years ago)
- File:
-
- 1 edited
-
vendor/gnumake/current/w32/subproc/NMakefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/w32/subproc/NMakefile
r284 r501 2 2 # `build.bat' instead. 3 3 # 4 # Copyright (C) 1988,89,91,92,93,94,95,96,97 Free Software Foundation, Inc 4 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 5 # 2006 Free Software Foundation, Inc. 5 6 # This file is part of GNU Make. 6 7 # 7 # GNU Make is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2, or (at your option) 10 # any later version. 8 # GNU Make is free software; you can redistribute it and/or modify it under the 9 # terms of the GNU General Public License as published by the Free Software 10 # Foundation; either version 2, or (at your option) any later version. 11 11 # 12 # GNU Make is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 12 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 13 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 14 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 16 15 # 17 # You should have received a copy of the GNU General Public License 18 # along with GNU Make; see the file COPYING. If not, write to19 # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139,USA.16 # You should have received a copy of the GNU General Public License along with 17 # GNU Make; see the file COPYING. If not, write to the Free Software 18 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 19 21 20 # … … 29 28 MAKEFILE=NMakefile 30 29 31 CFLAGS_any = /nologo /MT /W 3/GX /Z7 /YX /D WIN32 /D WINDOWS32 /D _WINDOWS -I. -I../include -I../../30 CFLAGS_any = /nologo /MT /W4 /GX /Z7 /YX /D WIN32 /D WINDOWS32 /D _WINDOWS -I. -I../include -I../../ 32 31 CFLAGS_debug = $(CFLAGS_any) /Od /D _DEBUG /FR.\WinDebug\ /Fp.\WinDebug\subproc.pch /Fo.\WinDebug/ 33 32 CFLAGS_release = $(CFLAGS_any) /O2 /FR.\WinRel\ /Fp.\WinRel\subproc.pch /Fo.\WinRel/
Note:
See TracChangeset
for help on using the changeset viewer.

