Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
JennaHuntsman
XDG Integration
Commits
fef21534
Commit
fef21534
authored
14 years ago
by
Merov Linden
Browse files
Options
Downloads
Plain Diff
OPEN-37 : pull into viewer-autobuild2010
parents
e13f5884
3b1dee9a
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
autobuild.xml
+122
-11
122 additions, 11 deletions
autobuild.xml
doc/contributions.txt
+2
-0
2 additions, 0 deletions
doc/contributions.txt
with
124 additions
and
11 deletions
autobuild.xml
+
122
−
11
View file @
fef21534
...
...
@@ -1740,10 +1740,15 @@
<key>
name
</key>
<string>
Release
</string>
</map>
<!-- OPEN-1 WORKAROUND begin - to be removed when VC express is detected correctly -->
<key>
VCexpressRelWithDebInfo
</key>
<map>
<key>
configure
</key>
<map>
<key>
arguments
</key>
<array>
<string>
../indra
</string>
</array>
<key>
command
</key>
<string>
cmake
</string>
<key>
options
</key>
...
...
@@ -1757,6 +1762,53 @@
<key>
name
</key>
<string>
VCexpressRelWithDebInfo
</string>
</map>
<!-- OPEN-1 WORKAROUND end -->
<!-- OPEN-1a WORKAROUND begin - to be removed when VC 2010 is detected correctly -->
<key>
VC10msbuildRelWithDebInfo
</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=RelWithDebInfo
</string>
<string>
-DUNATTENDED:BOOL=OFF
</string>
<string>
-DWORD_SIZE:STRING=32
</string>
<string>
-DROOT_PROJECT_NAME:STRING=SecondLife
</string>
</array>
</map>
<key>
name
</key>
<string>
VC10msbuildRelWithDebInfo
</string>
</map>
<!-- OPEN-1a WORKAROUND end -->
<!-- OPEN-1a Release WORKAROUND begin - to be removed when VC 2010 is detected correctly -->
<key>
VC10msbuildRelease
</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=Release
</string>
<string>
-DUNATTENDED:BOOL=OFF
</string>
<string>
-DWORD_SIZE:STRING=32
</string>
<string>
-DROOT_PROJECT_NAME:STRING=SecondLife
</string>
</array>
</map>
<key>
name
</key>
<string>
VC10msbuildRelease
</string>
</map>
<!-- OPEN-1a Release WORKAROUND end -->
</map>
<key>
name
</key>
<string>
common
</string>
...
...
@@ -2700,10 +2752,15 @@
<key>
name
</key>
<string>
Release
</string>
</map>
<!-- OPEN-1 WORKAROUND begin - to be removed when VC express is detected correctly -->
<key>
VCexpressRelWithDebInfo
</key>
<map>
<key>
build
</key>
<map>
<key>
arguments
</key>
<array>
<string>
"RelWithDebInfo|Win32"
</string>
</array>
<key>
command
</key>
<string>
vcbuild.exe
</string>
<key>
options
</key>
...
...
@@ -2714,30 +2771,84 @@
</map>
<key>
configure
</key>
<map>
<key>
arguments
</key>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
"Visual Studio 8 2005"
</string>
<string>
-DSTANDALONE:BOOL=FALSE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
VCexpressRelWithDebInfo
</string>
</map>
<!-- OPEN-1 WORKAROUND end -->
<!-- OPEN-1a WORKAROUND begin - to be removed when VC 2010 is detected correctly -->
<key>
VC10msbuildRelWithDebInfo
</key>
<map>
<key>
build
</key>
<map>
<key>
command
</key>
<string>
msbuild.exe
</string>
<key>
options
</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>
Release
</string>
<string>
--startup
</string>
<string>
secondlife-bin
</string>
<string>
/verbosity:minimal
</string>
<string>
/t:build
</string>
<string>
/p:Configuration=RelWithDebInfo
</string>
<string>
/p:Platform=Win32
</string>
<string>
/p:"VCBuildAdditionalOptions= /useenv"
</string>
<string>
/p:"VCBuildAdditionalOptions= /incremental"
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
"Visual Studio 10"
</string>
<string>
-DSTANDALONE:BOOL=FALSE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
VC10msbuildRelWithDebInfo
</string>
</map>
<!-- OPEN-1a WORKAROUND end -->
<!-- OPEN-1a Release WORKAROUND begin - to be removed when VC 2010 is detected correctly -->
<key>
VC10msbuildRelease
</key>
<map>
<key>
build
</key>
<map>
<key>
command
</key>
<string>
msbuild.exe
</string>
<key>
options
</key>
<array>
<string>
SecondLife.sln
</string>
<string>
/t:build
</string>
<string>
/p:Configuration=Release
</string>
<string>
/p:Platform=Win32
</string>
<string>
/p:"VCBuildAdditionalOptions= /useenv"
</string>
<string>
/p:"VCBuildAdditionalOptions= /incremental"
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
"Visual Studio
8 2005
"
</string>
<string>
"Visual Studio
10
"
</string>
<string>
-DSTANDALONE:BOOL=FALSE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
VC
expressRelWithDebInfo
</string>
<string>
VC
10msbuildRelease
</string>
</map>
<!-- OPEN-1a WORKAROUND end -->
</map>
<key>
name
</key>
<string>
windows
</string>
...
...
This diff is collapsed.
Click to expand it.
doc/contributions.txt
+
2
−
0
View file @
fef21534
...
...
@@ -840,6 +840,8 @@ Whoops Babii
Wilton Lundquist
VWR-7682
WolfPup Lowenhar
OPEN-1
OPEN-37
SNOW-622
SNOW-772
STORM-102
...
...
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