summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/psdl.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/psdl.mpb')
-rw-r--r--bin/MakeProjectCreator/config/psdl.mpb19
1 files changed, 0 insertions, 19 deletions
diff --git a/bin/MakeProjectCreator/config/psdl.mpb b/bin/MakeProjectCreator/config/psdl.mpb
deleted file mode 100644
index fcc0e4edaa2..00000000000
--- a/bin/MakeProjectCreator/config/psdl.mpb
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- 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