Browse Source

Updated for version 0.99.54

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@891 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
letz 21 years ago
parent
commit
67bbac8358
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      config/os/macosx/jack.xcode/project.pbxproj

+ 4
- 3
config/os/macosx/jack.xcode/project.pbxproj View File

@@ -738,7 +738,7 @@
HEADER_SEARCH_PATHS = "../../../ ../../"; HEADER_SEARCH_PATHS = "../../../ ../../";
LIBRARY_STYLE = BUNDLE; LIBRARY_STYLE = BUNDLE;
OTHER_CFLAGS = ""; OTHER_CFLAGS = "";
OTHER_LDFLAGS = "-ljack -framework CoreAudio -framework AudioUnit -framework CoreServices";
OTHER_LDFLAGS = "-ljack -framework CoreAudio -framework AudioUnit -framework CoreServices";
OTHER_LIBTOOL_FLAGS = ""; OTHER_LIBTOOL_FLAGS = "";
OTHER_REZFLAGS = ""; OTHER_REZFLAGS = "";
PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h"; PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
@@ -916,7 +916,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>Jack</string> <string>Jack</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>Jack Server 0.99.45, @03-04 Paul Davis, Grame</string>
<string>Jack Server 0.99.54, @03-05 Paul Davis, Grame</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string></string> <string></string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@@ -932,7 +932,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.99.45</string>
<string>0.99.54</string>
</dict> </dict>
</plist> </plist>
"; ";
@@ -1250,6 +1250,7 @@
LIBRARY_SEARCH_PATHS = ""; LIBRARY_SEARCH_PATHS = "";
LIBRARY_STYLE = BUNDLE; LIBRARY_STYLE = BUNDLE;
OPTIMIZATION_CFLAGS = "-O3"; OPTIMIZATION_CFLAGS = "-O3";
OTHER_CFLAGS = "-DJACK_USE_MACH_THREADS";
OTHER_LDFLAGS = "-ljack -framework CoreAudio -framework AudioToolbox PortAudioLib "; OTHER_LDFLAGS = "-ljack -framework CoreAudio -framework AudioToolbox PortAudioLib ";
OTHER_LIBTOOL_FLAGS = ""; OTHER_LIBTOOL_FLAGS = "";
OTHER_REZFLAGS = ""; OTHER_REZFLAGS = "";


Loading…
Cancel
Save