summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/xscdefaults.mpb
blob: e53f1eeedbf19a592396e7075bd2ce5ad29082d8 (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-binary
          xsc_dep = $(XSC_ROOT)/bin/xsc-binary
          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
        }
}