Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
b0843fc1
Commit
b0843fc1
authored
12 years ago
by
callum_linden
Browse files
Options
Downloads
Plain Diff
merge with head
parents
b8ccedc8
9f2b8620
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
BuildParams
+5
-0
5 additions, 0 deletions
BuildParams
autobuild.xml
+1
-3
1 addition, 3 deletions
autobuild.xml
indra/cmake/00-Common.cmake
+2
-0
2 additions, 0 deletions
indra/cmake/00-Common.cmake
with
8 additions
and
3 deletions
BuildParams
+
5
−
0
View file @
b0843fc1
...
@@ -8,6 +8,11 @@ Darwin.symbolfiles = "newview/Release/secondlife-symbols-darwin.tar.bz2"
...
@@ -8,6 +8,11 @@ Darwin.symbolfiles = "newview/Release/secondlife-symbols-darwin.tar.bz2"
CYGWIN.symbolfiles = "newview/Release/secondlife-symbols-windows.tar.bz2"
CYGWIN.symbolfiles = "newview/Release/secondlife-symbols-windows.tar.bz2"
Linux.symbolfiles = "newview/secondlife-symbols-linux.tar.bz2"
Linux.symbolfiles = "newview/secondlife-symbols-linux.tar.bz2"
build_Debug = false
build_RelWithDebInfo = false
build_Darwin_Debug = false
build_Darwin_RelWithDebInfo = false
# Use Public Upload Locations
# Use Public Upload Locations
public_build = true
public_build = true
...
...
This diff is collapsed.
Click to expand it.
autobuild.xml
+
1
−
3
View file @
b0843fc1
...
@@ -2125,8 +2125,6 @@
...
@@ -2125,8 +2125,6 @@
<array>
<array>
<string>
-configuration Release
</string>
<string>
-configuration Release
</string>
<string>
-project SecondLife.xcodeproj
</string>
<string>
-project SecondLife.xcodeproj
</string>
<string>
-DENABLE_SIGNING:BOOL=YES
</string>
<string>
-DSIGNING_IDENTITY:STRING="Developer\ ID\ Application:\ Linden\ Research,\ Inc."
</string>
</array>
</array>
</map>
</map>
<key>
configure
</key>
<key>
configure
</key>
...
@@ -2155,7 +2153,7 @@
...
@@ -2155,7 +2153,7 @@
<string>
-configuration Release
</string>
<string>
-configuration Release
</string>
<string>
-project SecondLife.xcodeproj
</string>
<string>
-project SecondLife.xcodeproj
</string>
<string>
-DENABLE_SIGNING:BOOL=YES
</string>
<string>
-DENABLE_SIGNING:BOOL=YES
</string>
<string>
-DSIGNING_IDENTITY:STRING="Developer
\
ID
\
Application:
\
Linden
\
Research,
\
Inc."
</string>
<string>
-DSIGNING_IDENTITY:STRING="Developer ID Application: Linden Research, Inc."
</string>
</array>
</array>
</map>
</map>
<key>
configure
</key>
<key>
configure
</key>
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/00-Common.cmake
+
2
−
0
View file @
b0843fc1
...
@@ -206,6 +206,8 @@ if (DARWIN)
...
@@ -206,6 +206,8 @@ if (DARWIN)
# NOTE: it's critical to have both CXX_FLAGS and C_FLAGS covered.
# NOTE: it's critical to have both CXX_FLAGS and C_FLAGS covered.
set
(
CMAKE_CXX_FLAGS_RELWITHDEBINFO
"-O0
${
CMAKE_CXX_FLAGS_RELWITHDEBINFO
}
"
)
set
(
CMAKE_CXX_FLAGS_RELWITHDEBINFO
"-O0
${
CMAKE_CXX_FLAGS_RELWITHDEBINFO
}
"
)
set
(
CMAKE_C_FLAGS_RELWITHDEBINFO
"-O0
${
CMAKE_C_FLAGS_RELWITHDEBINFO
}
"
)
set
(
CMAKE_C_FLAGS_RELWITHDEBINFO
"-O0
${
CMAKE_C_FLAGS_RELWITHDEBINFO
}
"
)
set
(
ENABLE_SIGNING TRUE
)
set
(
SIGNING_IDENTITY
"Developer ID Application: Linden Research, Inc."
)
endif
(
DARWIN
)
endif
(
DARWIN
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment