summaryrefslogtreecommitdiff
path: root/modules/CIAO/MPC/config/xscdefaults.mpb
blob: 759ddcb69246589e9bec9492801491cf3c7165b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- MPC -*-
// $Id$

project {
        specific {
          xsc_bin = $(XSC_ROOT)/bin/xsc
          xsc_dep = $(XSC_ROOT)/bin/xsc
          xsc_flags = --backend cxx --cxx-char-type ACE_TCHAR --cxx-generate-writer-types
        }

        Define_Custom(XSC) {
          automatic         = 0
          dependent         = $(XSC_DEP)
          command           = $(XSC_BIN)
          commandflags      = $(XSC_FLAGS)
          inputext          = .xsd
          source_outputext  = .cpp
          header_outputext  = .hpp
          keyword xscflags  = commandflags
        }
}