summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/taoidl3toidl2defaults.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/taoidl3toidl2defaults.mpb')
-rw-r--r--bin/MakeProjectCreator/config/taoidl3toidl2defaults.mpb17
1 files changed, 0 insertions, 17 deletions
diff --git a/bin/MakeProjectCreator/config/taoidl3toidl2defaults.mpb b/bin/MakeProjectCreator/config/taoidl3toidl2defaults.mpb
deleted file mode 100644
index c1466b97a6a..00000000000
--- a/bin/MakeProjectCreator/config/taoidl3toidl2defaults.mpb
+++ /dev/null
@@ -1,17 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project {
- Define_Custom(IDL3TOIDL2) {
- automatic = 1
- dependent = $(ACE_ROOT)/bin/tao_idl3_to_idl2
- command = $(ACE_ROOT)/bin/tao_idl3_to_idl2
- commandflags = -I$(CIAO_ROOT)/ciao -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs
- libpath = $(ACE_ROOT)/lib
- inputext = .idl
- generic_outputext = _IDL2.idl
- keyword idl3toidl2flags = commandflags
- }
-
- after += TAO_IDL3_TO_IDL2_EXE
-}