Changeset 4804 for trunk/tools/common/common.mk
- Timestamp:
- Dec 16, 2000, 9:10:09 PM (25 years ago)
- 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 $ 2 2 # 3 3 # Common definitions for tools. … … 11 11 # Project Odin Software License can be found in LICENSE.TXT 12 12 # 13 14 15 # 16 # We use exception, so we'll have to enable them. 17 # 18 !ifndef WAT 19 CXXFLAGS = $(CXXFLAGS) $(CXXEXCEPTIONS) 20 !else 21 CXXFLAGS += $(CXXEXCEPTIONS) 22 !endif 13 23 14 24
Note:
See TracChangeset
for help on using the changeset viewer.