Changeset 7995 for trunk/tools/impdef


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 +=.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/impdef/makefile

    r4712 r7995  
    1 # $Id: makefile,v 1.9 2000-12-02 23:27:01 bird Exp $
     1# $Id: makefile,v 1.10 2002-02-23 23:27:18 bird Exp $
    22
    33#
     
    4141CXXFLAGS = $(CXXFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft- $(CXXEXCEPTIONS)
    4242!else
    43 !if "$(WAT)" == "1"
     43!ifndef WMAKE
     44CXXFLAGS = $(CXXFLAGS) $(CXXEXCEPTIONS)
     45!else
    4446CXXFLAGS += $(CXXEXCEPTIONS)
    45 !else
    46 CXXFLAGS = $(CXXFLAGS) $(CXXEXCEPTIONS)
    4747!endif
    4848!endif
Note: See TracChangeset for help on using the changeset viewer.