summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/PSS/PSDL.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/PSS/PSDL.mpc')
-rw-r--r--TAO/orbsvcs/PSS/PSDL.mpc5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/PSS/PSDL.mpc b/TAO/orbsvcs/PSS/PSDL.mpc
index 79f64c2aef4..47fb7e22321 100644
--- a/TAO/orbsvcs/PSS/PSDL.mpc
+++ b/TAO/orbsvcs/PSS/PSDL.mpc
@@ -2,6 +2,7 @@
// $Id$
project : taolib {
+ requires += dummy
sharedname = TAO_PSDL
dynamicflags += TAO_PSDL_BUILD_DLL
source_files {
@@ -33,6 +34,7 @@ project : taolib {
}
project(*Datastore) : taolib {
+ requires += dummy
sharedname = TAO_PSDL_Datastore
dynamicflags += TAO_PSDL_BUILD_DLL
source_files {
@@ -44,6 +46,7 @@ project(*Datastore) : taolib {
}
project(*Parser) : taoexe {
+ requires += dummy
after += PSDL
libs += TAO_PSDL
install = .
@@ -51,4 +54,4 @@ project(*Parser) : taoexe {
Dump_Visitor.cpp
psdl_tao.cpp
}
-} \ No newline at end of file
+}