VST native windows does not need vst/winmain.c

This commit is contained in:
Robin Gareus 2014-09-30 18:53:46 +02:00
parent 87d3d5a08a
commit 6ce93913f5

View File

@ -406,7 +406,6 @@ def build(bld):
if bld.is_defined('WINDOWS_VST_SUPPORT'):
# Windows VST support mingw
obj.source += [ '../vst/winmain.c' ]
obj.includes += [ '../libs/fst' ]
# at this point, "obj" refers to either the normal native executable