summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuangming <huangminghuang@users.noreply.github.com>2003-11-26 07:31:41 +0000
committerhuangming <huangminghuang@users.noreply.github.com>2003-11-26 07:31:41 +0000
commit12a34501ee229a69c1bcf81067608d613b33ac2d (patch)
tree63af128187ee732d05f0dacccaade72298829600
parentbf271377785fdb73fa96f5869ef8de54f05152a3 (diff)
downloadATCD-12a34501ee229a69c1bcf81067608d613b33ac2d.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/tests/FtRtEvent/FtRtEvent.mpc8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/FtRtEvent/FtRtEvent.mpc b/TAO/orbsvcs/tests/FtRtEvent/FtRtEvent.mpc
index 579ac788991..12542d9d7ec 100644
--- a/TAO/orbsvcs/tests/FtRtEvent/FtRtEvent.mpc
+++ b/TAO/orbsvcs/tests/FtRtEvent/FtRtEvent.mpc
@@ -35,6 +35,10 @@ project(RTEC_Consumer): orbsvcsexe, ftrtevent {
exename = rtec_consumer
macros += NO_FTRTEC
+ verbatim(gnuace,circuit) {
+ VDIR = .rtec_obj/
+ }
+
Source_Files {
consumer.cpp
FtRtEvent_Test.cpp
@@ -50,6 +54,10 @@ project(RTEC_Supplier): orbsvcsexe, ftrtevent {
exename = rtec_supplier
macros += NO_FTRTEC
+ verbatim(gnuace,circuit) {
+ VDIR = .rtec_obj/
+ }
+
Source_Files {
supplier.cpp
FtRtEvent_Test.cpp