This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
plugin-examples
mirror of
git://github.com/DISTRHO/plugin-examples
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Rename some files
pull/2/head
falkTX
10 years ago
parent
fb3040ba95
commit
1669cad8bf
3 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
plugins/Info/InfoExamplePlugin.cpp
+0
-0
plugins/Info/InfoExampleUI.cpp
+2
-2
plugins/Info/Makefile
plugins/Info/ExamplePluginInfo.cpp → plugins/Info/InfoExamplePlugin.cpp
View File
plugins/Info/ExampleUIInfo.cpp → plugins/Info/InfoExampleUI.cpp
View File
+ 2
- 2
plugins/Info/Makefile
View File
@@ -13,10 +13,10 @@ NAME = d_info
# Files to build
# Files to build
OBJS_DSP = \
OBJS_DSP = \
ExamplePlugin
Info
.cpp.o
Info
ExamplePlugin.cpp.o
OBJS_UI = \
OBJS_UI = \
ExampleUI
Info
.cpp.o
Info
ExampleUI.cpp.o
# --------------------------------------------------------------
# --------------------------------------------------------------
# Do some magic
# Do some magic
Write
Preview
Loading…
Cancel
Save