VirtualBox

Ignore:
Timestamp:
Sep 15, 2006 2:30:32 AM (18 years ago)
Author:
bird
Message:

Load make-3.81/ into vendor/gnumake/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/w32/subproc/NMakefile

    r284 r501  
    22# `build.bat' instead.
    33#
    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.
    56# This file is part of GNU Make.
    67#
    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.
    1111#
    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.
    1615#
    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 to
    19 # 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.
    2019
    2120#
     
    2928MAKEFILE=NMakefile
    3029
    31 CFLAGS_any = /nologo /MT /W3 /GX /Z7 /YX /D WIN32 /D WINDOWS32 /D _WINDOWS  -I. -I../include -I../../
     30CFLAGS_any = /nologo /MT /W4 /GX /Z7 /YX /D WIN32 /D WINDOWS32 /D _WINDOWS  -I. -I../include -I../../
    3231CFLAGS_debug = $(CFLAGS_any) /Od /D _DEBUG /FR.\WinDebug\ /Fp.\WinDebug\subproc.pch /Fo.\WinDebug/
    3332CFLAGS_release = $(CFLAGS_any) /O2 /FR.\WinRel\ /Fp.\WinRel\subproc.pch /Fo.\WinRel/
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette