Changeset 7995 for trunk/tools
- Timestamp:
- Feb 24, 2002, 12:27:18 AM (24 years ago)
- Location:
- trunk/tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/common.mak
r5533 r7995 1 # $Id: common.mak,v 1. 4 2001-04-17 04:07:32bird Exp $1 # $Id: common.mak,v 1.5 2002-02-23 23:27:18 bird Exp $ 2 2 3 3 # … … 24 24 # We use exception, so we'll have to enable them. 25 25 # 26 !ifndef W AT26 !ifndef WMAKE 27 27 CXXFLAGS = $(CXXFLAGS) $(CXXEXCEPTIONS) 28 28 !else -
trunk/tools/common/common.mk
r6865 r7995 1 # $Id: common.mk,v 1. 6 2001-09-30 00:18:10bird Exp $1 # $Id: common.mk,v 1.7 2002-02-23 23:27:18 bird Exp $ 2 2 # 3 3 # Common definitions for tools. … … 16 16 # We use exception, so we'll have to enable them. 17 17 # 18 !ifndef W AT18 !ifndef WMAKE 19 19 CXXFLAGS = $(CXXFLAGS) $(CXXEXCEPTIONS) 20 20 !else -
trunk/tools/impdef/makefile
r4712 r7995 1 # $Id: makefile,v 1. 9 2000-12-02 23:27:01bird Exp $1 # $Id: makefile,v 1.10 2002-02-23 23:27:18 bird Exp $ 2 2 3 3 # … … 41 41 CXXFLAGS = $(CXXFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft- $(CXXEXCEPTIONS) 42 42 !else 43 !if "$(WAT)" == "1" 43 !ifndef WMAKE 44 CXXFLAGS = $(CXXFLAGS) $(CXXEXCEPTIONS) 45 !else 44 46 CXXFLAGS += $(CXXEXCEPTIONS) 45 !else46 CXXFLAGS = $(CXXFLAGS) $(CXXEXCEPTIONS)47 47 !endif 48 48 !endif
Note:
See TracChangeset
for help on using the changeset viewer.