mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
Remove obsolete BUILDING_AUDACITY macro
Signed-off-by: Leon Marz <main@lmarz.org>
This commit is contained in:
parent
2fcf9d3a5b
commit
cc24305ec9
@ -1027,7 +1027,6 @@ list( APPEND RESOURCES
|
||||
#
|
||||
list( APPEND DEFINES
|
||||
PRIVATE
|
||||
BUILDING_AUDACITY
|
||||
CMAKE
|
||||
$<$<BOOL:${HAVE_LRINT}>:
|
||||
HAVE_LRINT
|
||||
@ -1101,7 +1100,6 @@ list( APPEND LIBRARIES
|
||||
$<$<PLATFORM_ID:Linux,FreeBSD,OpenBSD,NetBSD,CYGWIN>:Threads::Threads>
|
||||
)
|
||||
|
||||
set( BUILDING_AUDACITY YES )
|
||||
set( INSTALL_PREFIX "${_PREFIX}" )
|
||||
set( PKGLIBDIR "${_PKGLIBDIR}" )
|
||||
set( LIBDIR "${CMAKE_INSTALL_FULL_LIBDIR}" )
|
||||
|
@ -30,16 +30,6 @@
|
||||
|
||||
#include "../../widgets/ProgressDialog.h"
|
||||
|
||||
#if 0
|
||||
#if defined(BUILDING_AUDACITY)
|
||||
#include "../../PlatformCompatibility.h"
|
||||
|
||||
// Make the main function private
|
||||
#else
|
||||
#define USE_VST 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if USE_VST
|
||||
|
||||
#include <limits.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user