summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-12-17 11:18:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-12-17 11:18:37 +0000
commit2031c65e61e602f02eac94499b53b0870c4e5fa2 (patch)
treed6f8f67003af97a0c0aa79291ba68ff83ea423ed
parented5a1120082af9eca7cb0a8646cf2d44991d8a0b (diff)
downloadATCD-2031c65e61e602f02eac94499b53b0870c4e5fa2.tar.gz
ChangeLogTag: Wed Dec 17 11:16:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog7
-rw-r--r--bin/MakeProjectCreator/config/tmcast.mpb1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53d89fda190..753d4f3e000 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Dec 17 11:16:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/TMCast/TMCast.mpc:
+ TMCast uses native exceptions, so added requires += exceptions
+ to this mpc file. This fixes compile errors in no exception
+ builds.
+
Tue Dec 16 11:48:11 2003 Chad Elliott <elliott_c@ociweb.com>
* ace/config-aix-4.x.h:
diff --git a/bin/MakeProjectCreator/config/tmcast.mpb b/bin/MakeProjectCreator/config/tmcast.mpb
index 760a317e874..18596194552 100644
--- a/bin/MakeProjectCreator/config/tmcast.mpb
+++ b/bin/MakeProjectCreator/config/tmcast.mpb
@@ -2,4 +2,5 @@ project: acelib {
after += TMCast
libs += TMCast
dynamicflags += TMCAST_BUILD_DLL
+ requires += exceptions
}