Ignore:
Timestamp:
Dec 16, 2000, 9:10:09 PM (25 years ago)
Author:
bird
Message:

Prepared for build level info.

File:
1 edited

Legend:

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

    r4712 r4804  
    1 # $Id: common.mak,v 1.2 2000-12-02 23:26:57 bird Exp $
     1# $Id: common.mak,v 1.3 2000-12-16 20:10:07 bird Exp $
    22
    33#
     
    1919#
    2020!include ../../makefile.inc
     21
     22
     23#
     24# We use exception, so we'll have to enable them.
     25#
     26!ifndef WAT
     27CXXFLAGS = $(CXXFLAGS) $(CXXEXCEPTIONS)
     28!else
     29CXXFLAGS += $(CXXEXCEPTIONS)
     30!endif
    2131
    2232
Note: See TracChangeset for help on using the changeset viewer.