Skip to content

Commit

Permalink
Merge pull request #111 from jsakkine/master
Browse files Browse the repository at this point in the history
Duplicate of #70 expand vst2 file list
  • Loading branch information
baconpaul authored Dec 19, 2018
2 parents d6d7b07 + 7a68ab7 commit d22dcae
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,16 @@ if VST24SDK then

plugincommon()

files {
"src/vst2/**.cpp",
"src/vst2/**.h",
VST24SDK .. "/public.sdk/source/vst2.x/**.cpp",
VSTGUI .. "plugin-bindings/aeffguieditor.cpp",
}
files {
"src/vst2/**.cpp",
"src/vst2/**.h",
VST24SDK .. "/public.sdk/source/vst2.x/audioeffect.cpp",
VST24SDK .. "/public.sdk/source/vst2.x/audioeffectx.cpp",
VST24SDK .. "/public.sdk/source/vst2.x/vstplugmain.cpp",
-- "vst3sdk/public.sdk/source/vst/vst2wrapper/vst2wrapper.cpp",
-- "vst3sdk/public.sdk/source/vst/vst2wrapper/vst2wrapper.sdk.cpp",
VSTGUI .. "plugin-bindings/aeffguieditor.cpp",
}

excludes {
VSTGUI .. "plugguieditor.cpp",
Expand Down

0 comments on commit d22dcae

Please sign in to comment.