diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-19 08:02:52 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-19 08:02:52 +0000 |
commit | 7f61ed4f18c496890fbdf75300b1135d6911d9aa (patch) | |
tree | 384c03f0891bbd738983cd5477ac803253f7aaee /TAO/tests/Native_Exceptions | |
parent | a2e27000b6545e6b410ca3960af80605df18fd7a (diff) | |
download | ATCD-7f61ed4f18c496890fbdf75300b1135d6911d9aa.tar.gz |
ChangeLogTag Fri Aug 19 07:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Native_Exceptions')
-rw-r--r-- | TAO/tests/Native_Exceptions/Native_Exceptions.mpc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Native_Exceptions/Native_Exceptions.mpc b/TAO/tests/Native_Exceptions/Native_Exceptions.mpc index 8a82c1975ee..397406b1347 100644 --- a/TAO/tests/Native_Exceptions/Native_Exceptions.mpc +++ b/TAO/tests/Native_Exceptions/Native_Exceptions.mpc @@ -1,16 +1,16 @@ // -*- MPC -*- // $Id$ -project(*Server): taoserver, exceptions { - idlflags = -Ge 0 -Sc +project(*Server): taoserver, anytypecode, exceptions { + idlflags = -Ge 0 -Sc -Sa -St Source_Files { test_i.cpp server.cpp } } -project(*Client): taoclient, exceptions { - idlflags = -Ge 0 -Sc +project(*Client): taoclient, anytypecode, exceptions { + idlflags = -Ge 0 -Sc -Sa -St Source_Files { testC.cpp client.cpp |