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.mk

    r4712 r4804  
    1 # $Id: common.mk,v 1.4 2000-12-02 23:26:57 bird Exp $
     1# $Id: common.mk,v 1.5 2000-12-16 20:10:07 bird Exp $
    22#
    33# Common definitions for tools.
     
    1111# Project Odin Software License can be found in LICENSE.TXT
    1212#
     13
     14
     15#
     16# We use exception, so we'll have to enable them.
     17#
     18!ifndef WAT
     19CXXFLAGS = $(CXXFLAGS) $(CXXEXCEPTIONS)
     20!else
     21CXXFLAGS += $(CXXEXCEPTIONS)
     22!endif
    1323
    1424
Note: See TracChangeset for help on using the changeset viewer.