This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Build pyqt external uis for windows
tags/v1.9.11
falkTX
6 years ago
parent
f8b82e8da9
commit
20040f9db7
4 changed files
with
0 additions
and
16 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
source/native-plugins/_all.all.c
+0
-4
source/native-plugins/_all.base.c
+0
-4
source/native-plugins/_data.all.cpp
+0
-4
source/native-plugins/_data.base.cpp
+ 0
- 4
source/native-plugins/_all.all.c
View File
@@ -18,10 +18,6 @@
#include "CarlaDefines.h"
#include "CarlaNative.h"
#ifdef CARLA_OS_WIN
# undef HAVE_PYQT
#endif
// --------------------------------------------------------------------------------------------------------------------
// Simple plugins
+ 0
- 4
source/native-plugins/_all.base.c
View File
@@ -18,10 +18,6 @@
#include "CarlaDefines.h"
#include "CarlaNative.h"
#ifdef CARLA_OS_WIN
# undef HAVE_PYQT
#endif
// --------------------------------------------------------------------------------------------------------------------
// Simple plugins
+ 0
- 4
source/native-plugins/_data.all.cpp
View File
@@ -19,10 +19,6 @@
#include "CarlaMIDI.h"
#include "CarlaUtils.hpp"
#ifdef CARLA_OS_WIN
# undef HAVE_PYQT
#endif
#undef DESCFUNCS
#define DESCFUNCS \
nullptr, nullptr, nullptr, nullptr, nullptr, \
+ 0
- 4
source/native-plugins/_data.base.cpp
View File
@@ -19,10 +19,6 @@
#include "CarlaMIDI.h"
#include "CarlaUtils.hpp"
#ifdef CARLA_OS_WIN
# undef HAVE_PYQT
#endif
#undef DESCFUNCS
#define DESCFUNCS \
nullptr, nullptr, nullptr, nullptr, nullptr, \
Write
Preview
Loading…
Cancel
Save