Tue Oct 29 10:41:11 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git] / config / xscdefaults.mpb
blob759ddcb69246589e9bec9492801491cf3c7165b7
1 // -*- MPC -*-
2 // $Id$
4 project {
5         specific {
6           xsc_bin = $(XSC_ROOT)/bin/xsc
7           xsc_dep = $(XSC_ROOT)/bin/xsc
8           xsc_flags = --backend cxx --cxx-char-type ACE_TCHAR --cxx-generate-writer-types
9         }
11         Define_Custom(XSC) {
12           automatic         = 0
13           dependent         = $(XSC_DEP)
14           command           = $(XSC_BIN)
15           commandflags      = $(XSC_FLAGS)
16           inputext          = .xsd
17           source_outputext  = .cpp
18           header_outputext  = .hpp
19           keyword xscflags  = commandflags
20         }