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.mpb23
1 files changed, 0 insertions, 23 deletions
diff --git a/bin/MakeProjectCreator/config/taoidl3toidl2defaults.mpb b/bin/MakeProjectCreator/config/taoidl3toidl2defaults.mpb
deleted file mode 100644
index 58e2fb2f896..00000000000
--- a/bin/MakeProjectCreator/config/taoidl3toidl2defaults.mpb
+++ /dev/null
@@ -1,23 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project {
- // Set the idl3_to_idl2 compiler and flags as template values
- specific {
- tao_idl3_to_idl2 = $(ACE_ROOT)/bin/tao_idl3_to_idl2
- tao_idl3_to_idl2_dep = $(ACE_ROOT)/bin/tao_idl3_to_idl2
- }
-
- Define_Custom(IDL3TOIDL2) {
- automatic = 1
- dependent = $(TAO_IDL3_TO_IDL2_DEP)
- command = $(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
-}