summaryrefslogtreecommitdiff
path: root/TAO/MPC/config/psdl.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/MPC/config/psdl.mpb')
-rw-r--r--TAO/MPC/config/psdl.mpb19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/MPC/config/psdl.mpb b/TAO/MPC/config/psdl.mpb
new file mode 100644
index 00000000000..fcc0e4edaa2
--- /dev/null
+++ b/TAO/MPC/config/psdl.mpb
@@ -0,0 +1,19 @@
+// -*- MPC -*-
+// $Id$
+
+project {
+ after += PSDL_Parser PSDL PSDL_Datastore
+ libs += TAO_PSDL TAO_PSDL_Datastore
+
+ Define_Custom(PSDL) {
+ dependent = $(TAO_ROOT)/orbsvcs/PSS/psdl_tao
+ command = $(TAO_ROOT)/orbsvcs/PSS/psdl_tao
+ libpath = $(ACE_ROOT)/lib
+ inputext = .psdl
+ source_outputext = .cpp
+ header_outputext = .h
+ inline_outputext = .i
+ // unlike idl, the psdl compiler doesn't seem to generate *S.* files.
+ pre_extension = C
+ }
+} \ No newline at end of file