more work
This commit is contained in:
parent
0dcb18930f
commit
84bbda5fe0
4 changed files with 85 additions and 1 deletions
3
wscript
3
wscript
|
@ -22,7 +22,8 @@ def configure(conf):
|
|||
conf.write_config_header('config.h')
|
||||
|
||||
def build(bld):
|
||||
bld.program(source='src/main.cpp',
|
||||
bld.program(source='src/main.cpp\
|
||||
src/ampswitch.cpp',
|
||||
use=['jack'],
|
||||
includes='./src',
|
||||
cxxflags='-Wall -g',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue