attemtped fix for winVST build
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 23 Feb 2012 20:51:01 +0000 (20:51 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 23 Feb 2012 20:51:01 +0000 (20:51 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11512 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/wscript

index a0156613ed4ff58c32bd1ad3f8af862ccd5776e5..eba14af411a003d27eecb0d06bfc0a2469d9cd43 100644 (file)
@@ -430,7 +430,7 @@ def build(bld):
                 ../vst/winmain.c
         '''
         obj.includes = '../libs/fst'
-        obj.target = 'ardour-3.0-vst'
+        obj.target = 'ardour-3.0-vst.exe'
         obj.linkflags = ['-mwindows', '-Wl,--export-dynamic', '-lpthread']
         obj.defines = ['_POSIX_SOURCE', 'USE_WS_PREFIX']
         obj.uselib = 'ALSA'