summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2122_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-03-14 11:12:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-03-14 11:12:12 +0000
commitd2d181a8fa04d9195badca535deb24d21d57a58c (patch)
tree651b48264cb420c9d541b2d858cdb825962525db /TAO/tests/Bug_2122_Regression
parentf13cf6d05913f96484efd5959246fc8cdbe8d8fd (diff)
downloadATCD-d2d181a8fa04d9195badca535deb24d21d57a58c.tar.gz
Diffstat (limited to 'TAO/tests/Bug_2122_Regression')
-rw-r--r--TAO/tests/Bug_2122_Regression/Bug_2122_Regression.mpc20
1 files changed, 15 insertions, 5 deletions
diff --git a/TAO/tests/Bug_2122_Regression/Bug_2122_Regression.mpc b/TAO/tests/Bug_2122_Regression/Bug_2122_Regression.mpc
index 57cfbd6f965..40b148c2a0d 100644
--- a/TAO/tests/Bug_2122_Regression/Bug_2122_Regression.mpc
+++ b/TAO/tests/Bug_2122_Regression/Bug_2122_Regression.mpc
@@ -1,9 +1,19 @@
// -*- MPC -*-
// $Id$
-project (*Test) : taoclient {
- Source_Files {
- TestC.cpp
- test.cpp
- }
+project(*idl): taoidldefaults {
+ IDL_Files {
+ Test.idl
+ }
+ custom_only = 1
+}
+
+project (*Test) : taoclient {
+ after += *idl
+ Source_Files {
+ TestC.cpp
+ test.cpp
+ }
+ IDL_Files {
+ }
}