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
solverstack
vite
Commits
2a7e6269
Commit
2a7e6269
authored
Apr 28, 2009
by
Olivier Lagrasse
Browse files
site : changement style + compilation sous mac : fusion des deux scripts configure et mac_script
parent
474edb0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
2a7e6269
...
...
@@ -42,7 +42,7 @@ if "$WHICH" qmake-qt4 >/dev/null 2>&1 ; then
EOF
elif
"
$WHICH
"
qmake
>
/dev/null 2>&1
&&
[
"
$UNAME_SYSTEM
"
=
"Darwin"
]
;
then
# Mac
cat
>>
"
$makefile
"
<<
EOF
cd src/ && qmake -spec macx-xcode src.pro && xcodebuild -project
Makefil
e.xcode
&&
proj -configuration Debug clean build
cd src/ && qmake -spec macx-xcode src.pro && xcodebuild -project
vit
e.xcodeproj -configuration Debug clean build
EOF
elif
"
$WHICH
"
qmake
>
/dev/null 2>&1
;
then
cat
>>
"
$makefile
"
<<
EOF
...
...
mac_script
deleted
100755 → 0
View file @
474edb0e
#! /bin/bash
cd
src/
&&
qmake
-spec
macx-xcode src.pro
&&
xcodebuild
-project
Makefile.xcode
\
proj
-configuration
Debug clean build
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