Changeset 4804 for trunk/tools/common/common.mak
- Timestamp:
- Dec 16, 2000, 9:10:09 PM (25 years ago)
- 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 $ 2 2 3 3 # … … 19 19 # 20 20 !include ../../makefile.inc 21 22 23 # 24 # We use exception, so we'll have to enable them. 25 # 26 !ifndef WAT 27 CXXFLAGS = $(CXXFLAGS) $(CXXEXCEPTIONS) 28 !else 29 CXXFLAGS += $(CXXEXCEPTIONS) 30 !endif 21 31 22 32
Note:
See TracChangeset
for help on using the changeset viewer.