From 4ce666e09bdd0d19ed9f6d0b7a9b127601629176 Mon Sep 17 00:00:00 2001 From: Steve Daulton Date: Fri, 9 Nov 2018 16:53:01 +0000 Subject: [PATCH] Add aud-do-support.lsp to mac build --- mac/Audacity.xcodeproj/project.pbxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mac/Audacity.xcodeproj/project.pbxproj b/mac/Audacity.xcodeproj/project.pbxproj index 163b83285..eec3f448c 100644 --- a/mac/Audacity.xcodeproj/project.pbxproj +++ b/mac/Audacity.xcodeproj/project.pbxproj @@ -1316,6 +1316,7 @@ AA6B5BAF2061EC58008B5B26 /* soxr.h in Headers */ = {isa = PBXBuildFile; fileRef = ED152160163C244200451B5F /* soxr.h */; }; AA6B5BB02061EC58008B5B26 /* soxr.c in Sources */ = {isa = PBXBuildFile; fileRef = ED15215F163C244200451B5F /* soxr.c */; }; AA6B5BB12061EC58008B5B26 /* vr32.c in Sources */ = {isa = PBXBuildFile; fileRef = EDE325FF168243EF00C19E60 /* vr32.c */; }; + AAA15DB72195F26B000ECCD8 /* aud-do-support.lsp in Resources */ = {isa = PBXBuildFile; fileRef = AAA15DB62195F26B000ECCD8 /* aud-do-support.lsp */; }; AAB5D42F216A9764006136B4 /* rms.ny in Resources */ = {isa = PBXBuildFile; fileRef = AAB5D42E216A9764006136B4 /* rms.ny */; }; ED1521EB163C2B9000451B5F /* libsoxr.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ED152130163C227C00451B5F /* libsoxr.a */; }; ED19449A1733F92800F4F5CA /* Reverb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ED1944981733F92800F4F5CA /* Reverb.cpp */; }; @@ -3251,6 +3252,7 @@ AA6B5B872061DF3B008B5B26 /* util32s.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = util32s.h; sourceTree = ""; }; AA6B5B8D2061E20A008B5B26 /* fifo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fifo.h; sourceTree = ""; }; AA6B5B8F2061E6A8008B5B26 /* std-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "std-types.h"; sourceTree = ""; }; + AAA15DB62195F26B000ECCD8 /* aud-do-support.lsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "aud-do-support.lsp"; path = "../nyquist/aud-do-support.lsp"; sourceTree = ""; }; AAB5D42E216A9764006136B4 /* rms.ny */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rms.ny; path = "../plug-ins/rms.ny"; sourceTree = ""; }; AAC1F49C1DE653A70038BB3A /* sample-data-import.ny */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "sample-data-import.ny"; path = "../../Audacity/plug-ins/sample-data-import.ny"; sourceTree = ""; }; ED05D1020E50AD5700CC4BD3 /* audioreader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 3; lastKnownFileType = sourcecode.cpp.cpp; path = audioreader.cpp; sourceTree = ""; tabWidth = 3; }; @@ -5613,6 +5615,7 @@ isa = PBXGroup; children = ( 2808026A0F32C11F0021001D /* rawwaves */, + AAA15DB62195F26B000ECCD8 /* aud-do-support.lsp */, 2808025C0F32C11F0021001D /* dspprims.lsp */, 2808025D0F32C11F0021001D /* envelopes.lsp */, 2808025E0F32C11F0021001D /* equalizer.lsp */, @@ -7224,6 +7227,7 @@ files = ( 5E16FF4D1FF9CE0B0085E1B8 /* LanguageNames.txt in Resources */, 174F73D0098D516D009CD6E0 /* Audacity.icns in Resources */, + AAA15DB72195F26B000ECCD8 /* aud-do-support.lsp in Resources */, 174F73D1098D516D009CD6E0 /* AudacityAIFF.icns in Resources */, 174F73D2098D516D009CD6E0 /* AudacityAU.icns in Resources */, 174F73D3098D516D009CD6E0 /* AudacityMP3.icns in Resources */,