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
Wed Jun 4 09:36:54 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git]
/
config
/
swig_tcl.mpb
blob
563e2a1518442cda4432d03419802bf5304d8e45
1
// -*- MPC -*-
2
// $Id$
3
4
project {
5
Define_Custom(SWIG) {
6
command = swig
7
commandflags = -tcl -c++
8
inputext = .swg, .swig, .i
9
source_outputext = _wrap.cxx
10
}
11
requires += swig_tcl
12
includes += $(TCL_INCLUDE)/.
13
libpaths += $(TCL_LIBPATH)/.
14
}