Changeset 7995 for trunk/tools/common


Ignore:
Timestamp:
Feb 24, 2002, 12:27:18 AM (24 years ago)
Author:
bird
Message:

Don't test for WAT, but for WMAKE when it comes to +=.

Location:
trunk/tools/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/common.mak

    r5533 r7995  
    1 # $Id: common.mak,v 1.4 2001-04-17 04:07:32 bird Exp $
     1# $Id: common.mak,v 1.5 2002-02-23 23:27:18 bird Exp $
    22
    33#
     
    2424# We use exception, so we'll have to enable them.
    2525#
    26 !ifndef WAT
     26!ifndef WMAKE
    2727CXXFLAGS = $(CXXFLAGS) $(CXXEXCEPTIONS)
    2828!else
  • trunk/tools/common/common.mk

    r6865 r7995  
    1 # $Id: common.mk,v 1.6 2001-09-30 00:18:10 bird Exp $
     1# $Id: common.mk,v 1.7 2002-02-23 23:27:18 bird Exp $
    22#
    33# Common definitions for tools.
     
    1616# We use exception, so we'll have to enable them.
    1717#
    18 !ifndef WAT
     18!ifndef WMAKE
    1919CXXFLAGS = $(CXXFLAGS) $(CXXEXCEPTIONS)
    2020!else
Note: See TracChangeset for help on using the changeset viewer.