more fixes for wine/windows-vst build
git-svn-id: svn://localhost/ardour2/branches/3.0@11581 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
70cd8b264c
commit
fc4a709395
@ -366,6 +366,7 @@ def build(bld):
|
|||||||
'libgtkmm2ext',
|
'libgtkmm2ext',
|
||||||
'libtaglib' ]
|
'libtaglib' ]
|
||||||
obj.target = 'ardour-3.0-vst.exe.so'
|
obj.target = 'ardour-3.0-vst.exe.so'
|
||||||
|
obj.includes = [ '../libs/fst', '.' ]
|
||||||
obj.linkflags = ['-mwindows', '-Wl,--export-dynamic', '-lpthread']
|
obj.linkflags = ['-mwindows', '-Wl,--export-dynamic', '-lpthread']
|
||||||
obj.defines = ['_POSIX_SOURCE', 'USE_WS_PREFIX']
|
obj.defines = ['_POSIX_SOURCE', 'USE_WS_PREFIX']
|
||||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
|
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
|
||||||
|
Loading…
Reference in New Issue
Block a user