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
f85120e0
Commit
f85120e0
authored
2 years ago
by
Signal Linden
Browse files
Options
Downloads
Patches
Plain Diff
Consistently use msbuild not devenv in autobuild.xml
parent
97f84f70
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
autobuild.xml
+18
-6
18 additions, 6 deletions
autobuild.xml
with
18 additions
and
6 deletions
autobuild.xml
+
18
−
6
View file @
f85120e0
...
...
@@ -3218,11 +3218,16 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<string>
SecondLife.sln
</string>
</array>
<key>
command
</key>
<string>
devenv
</string>
<string>
msbuild.exe
</string>
<key>
options
</key>
<array>
<string>
/build
</string>
<string>
RelWithDebInfo|${AUTOBUILD_WIN_VSPLATFORM|NOTWIN}
</string>
<string>
/p:Configuration=RelWithDebInfo
</string>
<string>
/p:Platform=${AUTOBUILD_WIN_VSPLATFORM|NOTWIN}
</string>
<string>
/t:Build
</string>
<string>
/p:useenv=true
</string>
<string>
/verbosity:minimal
</string>
<string>
/p:VCBuildAdditionalOptions= /incremental
</string>
<string>
/m:${AUTOBUILD_CPU_COUNT}
</string>
</array>
</map>
<key>
configure
</key>
...
...
@@ -3262,6 +3267,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<string>
/p:useenv=true
</string>
<string>
/verbosity:minimal
</string>
<string>
/p:VCBuildAdditionalOptions= /incremental
</string>
<string>
/m:${AUTOBUILD_CPU_COUNT}
</string>
</array>
</map>
<key>
configure
</key>
...
...
@@ -3293,11 +3299,16 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<string>
SecondLife.sln
</string>
</array>
<key>
command
</key>
<string>
devenv
</string>
<string>
msbuild.exe
</string>
<key>
options
</key>
<array>
<string>
/build
</string>
<string>
Release|${AUTOBUILD_WIN_VSPLATFORM|NOTWIN}
</string>
<string>
/p:Configuration=Release
</string>
<string>
/p:Platform=${AUTOBUILD_WIN_VSPLATFORM|NOTWIN}
</string>
<string>
/t:Build
</string>
<string>
/p:useenv=true
</string>
<string>
/verbosity:minimal
</string>
<string>
/p:VCBuildAdditionalOptions= /incremental
</string>
<string>
/m:${AUTOBUILD_CPU_COUNT}
</string>
</array>
</map>
<key>
configure
</key>
...
...
@@ -3335,6 +3346,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<string>
/p:useenv=true
</string>
<string>
/verbosity:minimal
</string>
<string>
/p:VCBuildAdditionalOptions= /incremental
</string>
<string>
/m:${AUTOBUILD_CPU_COUNT}
</string>
</array>
</map>
<key>
configure
</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