This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports
mirror of
https://github.com/DISTRHO/DISTRHO-Ports
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
Move old scripts away
Signed-off-by: falkTX <falktx@falktx.com>
tags/2020-12-27
falkTX
4 years ago
parent
e66bdb5976
commit
191376cd8c
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
10 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
scripts/old/generate-cabbage-lv2.sh
+0
-0
scripts/old/generate-cabbage-lv2_extra.sh
+0
-0
scripts/old/generate-cabbage-vst.sh
+0
-0
scripts/old/generate-cabbage-vst_extra.sh
+0
-0
scripts/old/generate-ttl.sh
+0
-0
scripts/old/generate-ttl_extra.sh
+0
-0
scripts/old/generate-vst-bundles.sh
+0
-0
scripts/old/make-project.lua
+0
-0
scripts/old/premake-update.sh
+1
-1
scripts/plugin-symbols.version
scripts/generate-cabbage-lv2.sh → scripts/old/generate-cabbage-lv2.sh
View File
scripts/generate-cabbage-lv2_extra.sh → scripts/old/generate-cabbage-lv2_extra.sh
View File
scripts/generate-cabbage-vst.sh → scripts/old/generate-cabbage-vst.sh
View File
scripts/generate-cabbage-vst_extra.sh → scripts/old/generate-cabbage-vst_extra.sh
View File
scripts/generate-ttl.sh → scripts/old/generate-ttl.sh
View File
scripts/generate-ttl_extra.sh → scripts/old/generate-ttl_extra.sh
View File
scripts/generate-vst-bundles.sh → scripts/old/generate-vst-bundles.sh
View File
scripts/make-project.lua → scripts/old/make-project.lua
View File
scripts/premake-update.sh → scripts/old/premake-update.sh
View File
+ 1
- 1
scripts/plugin-symbols.version
View File
@@ -1,4 +1,4 @@
{
global:
VSTPluginMain; lv2_generate_ttl;
lv2_descriptor; lv2ui_descriptor; DllMain; InitDll; ExitDll; ModuleEntry; ModuleExit; bundleEntry; bundleExit; GetPluginFactory;
global: lv2_descriptor; lv2ui_descriptor
; lv2_generate_ttl; VSTPluginMain
; DllMain; InitDll; ExitDll; ModuleEntry; ModuleExit; bundleEntry; bundleExit; GetPluginFactory;
local: *;
};
Write
Preview
Loading…
Cancel
Save