Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
28f40b3a
Commit
28f40b3a
authored
May 15, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set deployment targets for MacOSX 10.5+ versions
parent
a7c5b298
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doxywizard.pro.in
addon/doxywizard/doxywizard.pro.in
+1
-1
tmake.conf
tmake/lib/macosx-c++/tmake.conf
+1
-1
tmake.conf
tmake/lib/macosx-intel-c++/tmake.conf
+1
-1
No files found.
addon/doxywizard/doxywizard.pro.in
View file @
28f40b3a
...
...
@@ -15,7 +15,7 @@ RCC_DIR = ../../rcc/doxywizard
DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
macx-g++ {
CONFIG += x86
CONFIG += x86
x86_64
}
# Input
...
...
tmake/lib/macosx-c++/tmake.conf
View file @
28f40b3a
...
...
@@ -17,7 +17,7 @@ TMAKE_CFLAGS_SHLIB = -fPIC
TMAKE_CFLAGS_YACC
= -
Wno
-
unused
-
Wno
-
parentheses
TMAKE_CXX
=
c
++
TMAKE_CXXFLAGS
= $$
TMAKE_CFLAGS
-
DYY_TYPEDEF_YY_SIZE_T
-
Dyy_size_t
=
int
TMAKE_CXXFLAGS
= $$
TMAKE_CFLAGS
-
mmacosx
-
version
-
min
=
10
.
5
-
DYY_TYPEDEF_YY_SIZE_T
-
Dyy_size_t
=
int
TMAKE_CXXFLAGS_WARN_ON
= $$
TMAKE_CFLAGS_WARN_ON
TMAKE_CXXFLAGS_WARN_OFF
= $$
TMAKE_CFLAGS_WARN_OFF
TMAKE_CXXFLAGS_RELEASE
= $$
TMAKE_CFLAGS_RELEASE
...
...
tmake/lib/macosx-intel-c++/tmake.conf
View file @
28f40b3a
...
...
@@ -9,7 +9,7 @@ CONFIG = qt warn_on release
TMAKE_CC
=
cc
TMAKE_CFLAGS
= -
pipe
-
arch
i386
-
arch
x86_64
TMAKE_CFLAGS_WARN_ON
= -
Wall
-
W
-
Wno
-
deprecated
-
declarations
-
Wno
-
invalid
-
source
-
encoding
TMAKE_CFLAGS_WARN_ON
= -
Wall
-
W
-
Wno
-
deprecated
-
declarations
TMAKE_CFLAGS_WARN_OFF
=
TMAKE_CFLAGS_RELEASE
= -
O2
TMAKE_CFLAGS_DEBUG
= -
g
...
...
Write
Preview
Markdown
is supported
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