Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Black Dragon Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
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
Logue
Black Dragon Viewer
Commits
96f9fb54
Commit
96f9fb54
authored
10 years ago
by
Oz Linden
Browse files
Options
Downloads
Patches
Plain Diff
remove support for Debug builds
parent
23ec8896
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
BuildParams
+5
-1
5 additions, 1 deletion
BuildParams
autobuild.xml
+0
-228
0 additions, 228 deletions
autobuild.xml
with
5 additions
and
229 deletions
BuildParams
+
5
−
1
View file @
96f9fb54
...
...
@@ -13,8 +13,12 @@ Linux.symbolfiles = "newview/secondlife-symbols-linux.tar.bz2"
public_build = true
build_docs = true
#
skip windows debug build until we can get a fix in.
#
disable all Debug builds (RelWithDebInfo is sufficient)
build_CYGWIN_Debug = false
build_Linux_Debug = false
build_Darwin_Debug = false
build_Debug = false
# Update Public Inworld Build Status Indicators (setting should mirror "public_build")
email_status_this_is_os = true
...
...
This diff is collapsed.
Click to expand it.
autobuild.xml
+
0
−
228
View file @
96f9fb54
...
...
@@ -2308,47 +2308,6 @@
<map>
<key>
configurations
</key>
<map>
<key>
Debug
</key>
<map>
<key>
build
</key>
<map>
</map>
<key>
configure
</key>
<map>
<key>
command
</key>
<string>
cmake
</string>
<key>
options
</key>
<array>
<string>
-DCMAKE_BUILD_TYPE:STRING=Debug
</string>
<string>
-DWORD_SIZE:STRING=32
</string>
<string>
-DROOT_PROJECT_NAME:STRING=SecondLife
</string>
<string>
-DINSTALL_PROPRIETARY=TRUE
</string>
</array>
</map>
<key>
name
</key>
<string>
Debug
</string>
</map>
<key>
DebugOS
</key>
<map>
<key>
configure
</key>
<map>
<key>
arguments
</key>
<array>
<string>
../indra
</string>
</array>
<key>
command
</key>
<string>
cmake
</string>
<key>
options
</key>
<array>
<string>
-DCMAKE_BUILD_TYPE:STRING=Debug
</string>
<string>
-DWORD_SIZE:STRING=32
</string>
<string>
-DROOT_PROJECT_NAME:STRING=SecondLife
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
DebugOS
</string>
</map>
<key>
RelWithDebInfo
</key>
<map>
<key>
build
</key>
...
...
@@ -2441,60 +2400,6 @@
<string>
build-darwin-i386
</string>
<key>
configurations
</key>
<map>
<key>
Debug
</key>
<map>
<key>
build
</key>
<map>
<key>
command
</key>
<string>
xcodebuild
</string>
<key>
filters
</key>
<array>
<string>
setenv
</string>
</array>
<key>
options
</key>
<array>
<string>
-configuration Debug
</string>
<string>
-project SecondLife.xcodeproj
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
arguments
</key>
<array>
<string>
../indra
</string>
</array>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
'Xcode'
</string>
</array>
</map>
<key>
name
</key>
<string>
Debug
</string>
</map>
<key>
DebugOS
</key>
<map>
<key>
build
</key>
<map>
<key>
command
</key>
<string>
xcodebuild
</string>
<key>
options
</key>
<array>
<string>
-configuration Debug
</string>
<string>
-project SecondLife.xcodeproj
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
'Xcode'
</string>
</array>
</map>
<key>
name
</key>
<string>
DebugOS
</string>
</map>
<key>
RelWithDebInfo
</key>
<map>
<key>
build
</key>
...
...
@@ -2619,54 +2524,6 @@
<string>
build-linux-i686
</string>
<key>
configurations
</key>
<map>
<key>
Debug
</key>
<map>
<key>
build
</key>
<map>
<key>
command
</key>
<string>
make
</string>
<key>
options
</key>
<array>
<string>
-j 12
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
arguments
</key>
<array>
<string>
../indra
</string>
</array>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
'Unix Makefiles'
</string>
</array>
</map>
<key>
name
</key>
<string>
Debug
</string>
</map>
<key>
DebugOS
</key>
<map>
<key>
build
</key>
<map>
<key>
command
</key>
<string>
make
</string>
<key>
options
</key>
<array>
<string>
-j 7
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
'Unix Makefiles'
</string>
</array>
</map>
<key>
name
</key>
<string>
DebugOS
</string>
</map>
<key>
RelWithDebInfo
</key>
<map>
<key>
build
</key>
...
...
@@ -2783,91 +2640,6 @@
<string>
build-vc120
</string>
<key>
configurations
</key>
<map>
<key>
Debug
</key>
<map>
<key>
build
</key>
<map>
<key>
arguments
</key>
<array>
<string>
SecondLife.sln
</string>
</array>
<key>
command
</key>
<string>
BuildConsole
</string>
<key>
options
</key>
<array>
<string>
/build
</string>
<string>
"/cfg=Debug|Win32"
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
arguments
</key>
<array>
<string>
..\indra
</string>
<string>
&&
</string>
<string>
..\indra\tools\vstool\VSTool.exe
</string>
<string>
--solution
</string>
<string>
SecondLife.sln
</string>
<string>
--config
</string>
<string>
Debug
</string>
<string>
--startup
</string>
<string>
secondlife-bin
</string>
</array>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
"Visual Studio 12"
</string>
</array>
</map>
<key>
name
</key>
<string>
Debug
</string>
</map>
<key>
DebugOS
</key>
<map>
<key>
build
</key>
<map>
<key>
arguments
</key>
<array>
<string>
SecondLife.sln
</string>
</array>
<key>
command
</key>
<string>
msbuild.exe
</string>
<key>
options
</key>
<array>
<string>
/p:Configuration=Debug
</string>
<string>
/p:Platform=Win32
</string>
<string>
/t:Build
</string>
<string>
/p:useenv=true
</string>
<string>
/verbosity:minimal
</string>
<string>
/toolsversion:4.0
</string>
<string>
/p:"VCBuildAdditionalOptions= /incremental"
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
arguments
</key>
<array>
<string>
..\indra
</string>
<string>
&&
</string>
<string>
..\indra\tools\vstool\VSTool.exe
</string>
<string>
--solution
</string>
<string>
SecondLife.sln
</string>
<string>
--config
</string>
<string>
Debug
</string>
<string>
--startup
</string>
<string>
secondlife-bin
</string>
</array>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
"Visual Studio 12"
</string>
<string>
-DUNATTENDED:BOOL=ON
</string>
<string>
-DUSE_KDU=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
DebugOS
</string>
</map>
<key>
RelWithDebInfo
</key>
<map>
<key>
build
</key>
...
...
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