Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jmess
Commits
3c3580c6
Commit
3c3580c6
authored
Jun 15, 2008
by
jcaceres
Browse files
update m.osx to work on leopard, xcode3.0, and intel machines
parent
321431cf
Changes
1
Show whitespace changes
Inline
Side-by-side
jmess/src/m.osx
View file @
3c3580c6
...
...
@@ -26,12 +26,11 @@ qmake -makefile -o Makefile \
"CONFIG -= app_bundle"
\
"QT += xml"
\
"QT -= gui"
\
"LIBS += -dead_strip /usr/local/lib/libjack.0.dylib -framework CoreAudio"
\
"QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.4u.sdk"
\
"LIBS += -dead_strip -ljack -framework CoreAudio"
\
"CONFIG += x86 ppc"
\
"TARGET =
$APP_NAME
"
\
"DESTDIR = ../bin/"
\
"QMAKE_CLEAN +=
$APP_NAME
"
\
"QMAKE_CLEAN +=
../bin/
$APP_NAME
"
\
"target.path = /usr/bin"
\
"INSTALLS += target"
\
$APP_NAME
.pro
...
...
@@ -40,5 +39,3 @@ echo "done"
#To link jack as framework
#"LIBS += -framework jack
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment