Skip to content

Commit c2776ff

Browse files
authored
Merge pull request #65 from jwillemsen/jwi-baseproject
Put XSC variables in project through verbatim
2 parents 50afb23 + 05204f8 commit c2776ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

MPC/config/xsc_base.mpb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ project : vcwarnings {
1313
inputext = .xsd
1414
keyword xscflags = commandflags
1515
}
16+
17+
verbatim(gnuace,local) {
18+
XSC_BIN = $(XSC_ROOT)/bin/xsc
19+
XSC_DEP = $(XSC_ROOT)/bin/xsc$(EXEEXT)
20+
XSC_FLAGS = --backend cxx
21+
}
1622
}

0 commit comments

Comments
 (0)