Enable full wasm build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
3c5d7a4e0e
commit
d7d85606f4
14 changed files with 451 additions and 241 deletions
|
|
@ -136,6 +136,7 @@ RACK_FILES += override/plugin.cpp
|
|||
RACK_FILES += override/Engine.cpp
|
||||
RACK_FILES += override/MenuBar.cpp
|
||||
RACK_FILES += override/Model.cpp
|
||||
RACK_FILES += override/OpenGlWidget.cpp
|
||||
RACK_FILES += override/Scene.cpp
|
||||
|
||||
RACK_FILES += Rack/dep/pffft/pffft.c
|
||||
|
|
@ -164,6 +165,7 @@ IGNORED_FILES += Rack/src/app/TipWindow.cpp
|
|||
IGNORED_FILES += Rack/src/dsp/minblep.cpp
|
||||
IGNORED_FILES += Rack/src/engine/Engine.cpp
|
||||
IGNORED_FILES += Rack/src/plugin/Model.cpp
|
||||
IGNORED_FILES += Rack/src/widget/OpenGlWidget.cpp
|
||||
IGNORED_FILES += Rack/src/window/Window.cpp
|
||||
IGNORED_FILES += $(wildcard Rack/src/core/*.cpp)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue