Whitespace changes
[MPC.git] / config / xscdefaults.mpb
blobf55dedc85c829af5d76367b0f6454c79ee9a8686
1 // -*- MPC -*-
2 project {
3   specific {
4     xsc_bin = $(XSC_ROOT)/bin/xsc
5     xsc_dep = $(XSC_ROOT)/bin/xsc
6     xsc_flags = --backend cxx
7   }
9   verbatim(gnuace,macros,1) {
10     XSC_BIN = $(XSC_ROOT)/bin/xsc
11     XSC_DEP = $(XSC_ROOT)/bin/xsc$(EXEEXT)
12     XSC_FLAGS = --backend cxx
13   }
15   Define_Custom(XSC) {
16     automatic         = 0
17     dependent         = $(XSC_DEP)
18     command           = $(XSC_BIN)
19     commandflags      = $(XSC_FLAGS)
20     inputext          = .xsd
21     source_outputext  = .cpp
22     header_outputext  = .hpp
23     keyword xscflags  = commandflags
24   }