1
0
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:
Leon Marz 2021-08-22 11:28:56 +02:00 committed by Panagiotis Vasilopoulos
parent 2fcf9d3a5b
commit cc24305ec9
No known key found for this signature in database
GPG Key ID: FD806FDB3B2C5270
2 changed files with 0 additions and 12 deletions

View File

@ -1027,7 +1027,6 @@ list( APPEND RESOURCES
# #
list( APPEND DEFINES list( APPEND DEFINES
PRIVATE PRIVATE
BUILDING_AUDACITY
CMAKE CMAKE
$<$<BOOL:${HAVE_LRINT}>: $<$<BOOL:${HAVE_LRINT}>:
HAVE_LRINT HAVE_LRINT
@ -1101,7 +1100,6 @@ list( APPEND LIBRARIES
$<$<PLATFORM_ID:Linux,FreeBSD,OpenBSD,NetBSD,CYGWIN>:Threads::Threads> $<$<PLATFORM_ID:Linux,FreeBSD,OpenBSD,NetBSD,CYGWIN>:Threads::Threads>
) )
set( BUILDING_AUDACITY YES )
set( INSTALL_PREFIX "${_PREFIX}" ) set( INSTALL_PREFIX "${_PREFIX}" )
set( PKGLIBDIR "${_PKGLIBDIR}" ) set( PKGLIBDIR "${_PKGLIBDIR}" )
set( LIBDIR "${CMAKE_INSTALL_FULL_LIBDIR}" ) set( LIBDIR "${CMAKE_INSTALL_FULL_LIBDIR}" )

View File

@ -30,16 +30,6 @@
#include "../../widgets/ProgressDialog.h" #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 #if USE_VST
#include <limits.h> #include <limits.h>