repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #40 from jwillemsen/master
[MPC.git]
/
config
/
swig_tcl.mpb
blob
f0a8ed52e5c6d4b8984748cd5ceb1d3cdea7351f
1
// -*- MPC -*-
2
project {
3
Define_Custom(SWIG) {
4
command = swig
5
commandflags = -tcl -c++
6
inputext = .swg, .swig, .i
7
source_outputext = _wrap.cxx
8
}
9
requires += swig_tcl
10
includes += $(TCL_INCLUDE)/.
11
libpaths += $(TCL_LIBPATH)/.
12
}