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
216c3b47
Commit
216c3b47
authored
14 years ago
by
Andrew A. de Laix
Browse files
Options
Downloads
Patches
Plain Diff
adding OpenSource* and OpenSourceStandAlone* configurations.
parent
ed8aef42
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
autobuild.xml
+750
-144
750 additions, 144 deletions
autobuild.xml
with
750 additions
and
144 deletions
autobuild.xml
+
750
−
144
View file @
216c3b47
...
...
@@ -1598,43 +1598,674 @@
<map>
</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>
-DUNATTENDED:BOOL=OFF
</string>
<string>
-DWORD_SIZE:STRING=32
</string>
<string>
-DROOT_PROJECT_NAME:STRING=SecondLife
</string>
</array>
</map>
<key>
name
</key>
<string>
Debug
</string>
</map>
<key>
OpenSourceDebug
</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>
-DUNATTENDED:BOOL=OFF
</string>
<string>
-DWORD_SIZE:STRING=32
</string>
<string>
-DROOT_PROJECT_NAME:STRING=SecondLife
</string>
</array>
</map>
<key>
name
</key>
<string>
OpenSourceDebug
</string>
</map>
<key>
OpenSourceRelWithDebInfo
</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>
OpenSourceRelWithDebInfo
</string>
</map>
<key>
OpenSourceRelease
</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>
OpenSourceRelease
</string>
</map>
<key>
OpenSourceStandAloneDebug
</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>
-DUNATTENDED:BOOL=OFF
</string>
<string>
-DWORD_SIZE:STRING=32
</string>
<string>
-DROOT_PROJECT_NAME:STRING=SecondLife
</string>
</array>
</map>
<key>
name
</key>
<string>
OpenSourceStandAloneDebug
</string>
</map>
<key>
OpenSourceStandAloneRelWithDebInfo
</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>
OpenSourceStandAloneRelWithDebInfo
</string>
</map>
<key>
OpenSourceStandAloneRelease
</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>
OpenSourceStandAloneRelease
</string>
</map>
<key>
RelWithDebInfo
</key>
<map>
<key>
build
</key>
<map>
</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>
RelWithDebInfo
</string>
</map>
<key>
Release
</key>
<map>
<key>
build
</key>
<map>
</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>
Release
</string>
</map>
</map>
<key>
name
</key>
<string>
common
</string>
</map>
<key>
darwin
</key>
<map>
<key>
build_directory
</key>
<string>
build-darwin-i386
</string>
<key>
configurations
</key>
<map>
<key>
Debug
</key>
<map>
<key>
build
</key>
<map>
<key>
arguments
</key>
<array>
<string>
|
</string>
<string>
grep
</string>
<string>
-v
</string>
<string>
setenv
</string>
</array>
<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>
<string>
-DSTANDALONE:BOOL=OFF
</string>
<string>
-DINSTALL_PROPRIETARY=TRUE
</string>
<string>
-DFMOD=TRUE
</string>
</array>
</map>
<key>
name
</key>
<string>
Debug
</string>
</map>
<key>
OpenSourceDebug
</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>
<string>
-DSTANDALONE:BOOL=FALSE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
OpenSourceDebug
</string>
</map>
<key>
OpenSourceRelWithDebInfo
</key>
<map>
<key>
build
</key>
<map>
<key>
command
</key>
<string>
xcodebuild
</string>
<key>
options
</key>
<array>
<string>
-configuration RelWithDebInfo
</string>
<string>
-project SecondLife.xcodeproj
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
'Xcode'
</string>
<string>
-DSTANDALONE:BOOL=FALSE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
OpenSourceRelWithDebInfo
</string>
</map>
<key>
OpenSourceRelease
</key>
<map>
<key>
build
</key>
<map>
<key>
command
</key>
<string>
xcodebuild
</string>
<key>
options
</key>
<array>
<string>
-configuration Release
</string>
<string>
-project SecondLife.xcodeproj
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
'Xcode'
</string>
<string>
-DSTANDALONE:BOOL=FALSE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
OpenSourceRelease
</string>
</map>
<key>
OpenSourceStandAloneDebug
</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>
<string>
-DSTANDALONE:BOOL=TRUE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
OpenSourceStandAloneDebug
</string>
</map>
<key>
OpenSourceStandAloneRelWithDebInfo
</key>
<map>
<key>
build
</key>
<map>
<key>
command
</key>
<string>
xcodebuild
</string>
<key>
options
</key>
<array>
<string>
-configuration RelWithDebInfo
</string>
<string>
-project SecondLife.xcodeproj
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
'Xcode'
</string>
<string>
-DSTANDALONE:BOOL=TRUE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
OpenSourceStandAloneRelWithDebInfo
</string>
</map>
<key>
OpenSourceStandAloneRelease
</key>
<map>
<key>
build
</key>
<map>
<key>
command
</key>
<string>
xcodebuild
</string>
<key>
options
</key>
<array>
<string>
-configuration Release
</string>
<string>
-project SecondLife.xcodeproj
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
'Xcode'
</string>
<string>
-DSTANDALONE:BOOL=TRUE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
OpenSourceStandAloneRelease
</string>
</map>
<key>
RelWithDebInfo
</key>
<map>
<key>
build
</key>
<map>
<key>
arguments
</key>
<array>
<string>
|
</string>
<string>
grep
</string>
<string>
-v
</string>
<string>
setenv
</string>
</array>
<key>
command
</key>
<string>
xcodebuild
</string>
<key>
options
</key>
<array>
<string>
-configuration RelWithDebInfo
</string>
<string>
-project SecondLife.xcodeproj
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
'Xcode'
</string>
<string>
-DSTANDALONE:BOOL=OFF
</string>
<string>
-DINSTALL_PROPRIETARY=TRUE
</string>
<string>
-DFMOD=TRUE
</string>
</array>
</map>
<key>
default
</key>
<string>
True
</string>
<key>
name
</key>
<string>
RelWithDebInfo
</string>
</map>
<key>
Release
</key>
<map>
<key>
build
</key>
<map>
<key>
arguments
</key>
<array>
<string>
|
</string>
<string>
grep
</string>
<string>
-v
</string>
<string>
setenv
</string>
</array>
<key>
command
</key>
<string>
xcodebuild
</string>
<key>
options
</key>
<array>
<string>
-configuration Release
</string>
<string>
-project SecondLife.xcodeproj
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
'Xcode'
</string>
<string>
-DSTANDALONE:BOOL=OFF
</string>
<string>
-DINSTALL_PROPRIETARY=TRUE
</string>
<string>
-DFMOD=TRUE
</string>
</array>
</map>
<key>
name
</key>
<string>
Release
</string>
</map>
</map>
<key>
name
</key>
<string>
darwin
</string>
</map>
<key>
linux
</key>
<map>
<key>
build_directory
</key>
<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>
options
</key>
<array>
<string>
-G
</string>
<string>
'Unix Makefiles'
</string>
<string>
-DSTANDALONE:BOOL=OFF
</string>
<string>
-DINSTALL_PROPRIETARY=TRUE
</string>
<string>
-DFMOD=TRUE
</string>
</array>
</map>
<key>
name
</key>
<string>
Debug
</string>
</map>
<key>
OpenSourceDebug
</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>
options
</key>
<array>
<string>
-G
</string>
<string>
'Unix Makefiles'
</string>
<string>
-DSTANDALONE:BOOL=FALSE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
OpenSourceDebug
</string>
</map>
<key>
OpenSourceRelWithDebInfo
</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>
options
</key>
<array>
<string>
-G
</string>
<string>
'Unix Makefiles'
</string>
<string>
-DSTANDALONE:BOOL=FALSE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
OpenSourceRelWithDebInfo
</string>
</map>
<key>
OpenSourceRelease
</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>
options
</key>
<array>
<string>
-G
</string>
<string>
'Unix Makefiles'
</string>
<string>
-DSTANDALONE:BOOL=FALSE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
OpenSourceRelease
</string>
</map>
<key>
OpenSourceStandAloneDebug
</key>
<map>
<key>
build
</key>
<map>
<key>
command
</key>
<string>
c
make
</string>
<string>
make
</string>
<key>
options
</key>
<array>
<string>
-DCMAKE_BUILD_TYPE:STRING=Debug
</string>
<string>
-DSTANDALONE:BOOL=OFF
</string>
<string>
-DUNATTENDED:BOOL=OFF
</string>
<string>
-DWORD_SIZE:STRING=32
</string>
<string>
-DROOT_PROJECT_NAME:STRING=SecondLife
</string>
<string>
-DFMOD=TRUE
</string>
<string>
-DINSTALL_PROPRIETARY=TRUE
</string>
<string>
-j 12
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
'Unix Makefiles'
</string>
<string>
-DSTANDALONE:BOOL=TRUE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
Debug
</string>
<string>
OpenSourceStandAlone
Debug
</string>
</map>
<key>
RelWithDebInfo
</key>
<key>
OpenSourceStandAlone
RelWithDebInfo
</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>
options
</key>
<array>
<string>
-G
</string>
<string>
'Unix Makefiles'
</string>
<string>
-DSTANDALONE:BOOL=TRUE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
OpenSourceStandAloneRelWithDebInfo
</string>
</map>
<key>
OpenSourceStandAloneRelease
</key>
<map>
<key>
build
</key>
<map>
<key>
command
</key>
<string>
c
make
</string>
<string>
make
</string>
<key>
options
</key>
<array>
<string>
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo
</string>
<string>
-j 12
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
'Unix Makefiles'
</string>
<string>
-DSTANDALONE:BOOL=TRUE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
OpenSourceStandAloneRelease
</string>
</map>
<key>
RelWithDebInfo
</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>
options
</key>
<array>
<string>
-G
</string>
<string>
'Unix Makefiles'
</string>
<string>
-DSTANDALONE:BOOL=OFF
</string>
<string>
-DUNATTENDED:BOOL=OFF
</string>
<string>
-DWORD_SIZE:STRING=32
</string>
<string>
-DROOT_PROJECT_NAME:STRING=SecondLife
</string>
<string>
-DFMOD=TRUE
</string>
<string>
-DINSTALL_PROPRIETARY=TRUE
</string>
<string>
-DFMOD=TRUE
</string>
</array>
</map>
<key>
default
</key>
<string>
True
</string>
<key>
name
</key>
<string>
RelWithDebInfo
</string>
</map>
...
...
@@ -1642,33 +2273,43 @@
<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>
command
</key>
<string>
cmake
</string>
<key>
options
</key>
<array>
<string>
-DCMAKE_BUILD_TYPE:STRING=Release
</string>
<string>
-G
</string>
<string>
'Unix Makefiles'
</string>
<string>
-DSTANDALONE:BOOL=OFF
</string>
<string>
-DUNATTENDED:BOOL=OFF
</string>
<string>
-DWORD_SIZE:STRING=32
</string>
<string>
-DROOT_PROJECT_NAME:STRING=SecondLife
</string>
<string>
-DFMOD=TRUE
</string>
<string>
-DINSTALL_PROPRIETARY=TRUE
</string>
<string>
-DFMOD=TRUE
</string>
</array>
</map>
<key>
name
</key>
<string>
Release
</string>
</map>
<key>
default
</key>
<map>
<key>
build
</key>
<map>
</map>
<key>
name
</key>
<string>
default
</string>
</map>
</map>
<key>
name
</key>
<string>
common
</string>
<string>
linux
</string>
</map>
<key>
dar
win
</key>
<key>
win
dows
</key>
<map>
<key>
build_directory
</key>
<string>
build-
darwin-i386
</string>
<string>
build-
vc80
</string>
<key>
configurations
</key>
<map>
<key>
Debug
</key>
...
...
@@ -1677,213 +2318,181 @@
<map>
<key>
arguments
</key>
<array>
<string>
|
</string>
<string>
grep
</string>
<string>
-v
</string>
<string>
setenv
</string>
<string>
SecondLife.sln
</string>
</array>
<key>
command
</key>
<string>
xcodebuild
</string>
<string>
BuildConsole
</string>
<key>
options
</key>
<array>
<string>
-configuration Debug
</string>
<string>
-project SecondLife.xcodeproj
</string>
<string>
/build
</string>
<string>
"/cfg=Debug|Win32"
</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>
<string>
'Visual Studio 8 2005'
</string>
<string>
-DSTANDALONE:BOOL=OFF
</string>
<string>
-DINSTALL_PROPRIETARY=TRUE
</string>
<string>
-DFMOD=TRUE
</string>
</array>
</map>
<key>
name
</key>
<string>
Debug
</string>
</map>
<key>
RelWithDebInfo
</key>
<key>
OpenSourceDebug
</key>
<map>
<key>
build
</key>
<map>
<key>
arguments
</key>
<array>
<string>
|
</string>
<string>
grep
</string>
<string>
-v
</string>
<string>
setenv
</string>
<string>
SecondLife.sln
</string>
</array>
<key>
command
</key>
<string>
xcodebuild
</string>
<string>
devenv.com
</string>
<key>
options
</key>
<array>
<string>
-configuration RelWithDebInfo
</string>
<string>
-project SecondLife.xcodeproj
</string>
<string>
/build
</string>
<string>
Debug
</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>
<string>
'Visual Studio 8 2005'
</string>
<string>
-DSTANDALONE:BOOL=FALSE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
default
</key>
<string>
True
</string>
<key>
name
</key>
<string>
RelWithDebInfo
</string>
<string>
OpenSourceDebug
</string>
</map>
<key>
Release
</key>
<key>
OpenSourceRelWithDebInfo
</key>
<map>
<key>
build
</key>
<map>
<key>
arguments
</key>
<array>
<string>
|
</string>
<string>
grep
</string>
<string>
-v
</string>
<string>
setenv
</string>
<string>
SecondLife.sln
</string>
</array>
<key>
command
</key>
<string>
xcodebuild
</string>
<string>
devenv.com
</string>
<key>
options
</key>
<array>
<string>
-configuration Release
</string>
<string>
-project SecondLife.xcodeproj
</string>
<string>
/build
</string>
<string>
RelWithDebInfo
</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>
<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>
Release
</string>
<string>
OpenSourceRelWithDebInfo
</string>
</map>
</map>
<key>
name
</key>
<string>
darwin
</string>
</map>
<key>
linux
</key>
<map>
<key>
build_directory
</key>
<string>
build-linux-i686
</string>
<key>
configurations
</key>
<map>
<key>
Debug
</key>
<key>
OpenSourceRelease
</key>
<map>
<key>
build
</key>
<map>
<key>
arguments
</key>
<array>
<string>
SecondLife.sln
</string>
</array>
<key>
command
</key>
<string>
make
</string>
<string>
devenv.com
</string>
<key>
options
</key>
<array>
<string>
-j 12
</string>
<string>
/build
</string>
<string>
Release
</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>
<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>
Debug
</string>
<string>
OpenSourceRelease
</string>
</map>
<key>
RelWithDebInfo
</key>
<key>
OpenSourceStandAloneDebug
</key>
<map>
<key>
build
</key>
<map>
<key>
arguments
</key>
<array>
<string>
SecondLife.sln
</string>
</array>
<key>
command
</key>
<string>
make
</string>
<string>
devenv.com
</string>
<key>
options
</key>
<array>
<string>
-j 12
</string>
<string>
/build
</string>
<string>
Debug
</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>
<string>
'Visual Studio 8 2005'
</string>
<string>
-DSTANDALONE:BOOL=TRUE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
default
</key>
<string>
True
</string>
<key>
name
</key>
<string>
RelWithDebInfo
</string>
<string>
OpenSourceStandAloneDebug
</string>
</map>
<key>
Release
</key>
<key>
OpenSourceStandAloneRelWithDebInfo
</key>
<map>
<key>
build
</key>
<map>
<key>
arguments
</key>
<array>
<string>
SecondLife.sln
</string>
</array>
<key>
command
</key>
<string>
make
</string>
<string>
devenv.com
</string>
<key>
options
</key>
<array>
<string>
-j 12
</string>
<string>
/build
</string>
<string>
RelWithDebInfo
</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>
<string>
'Visual Studio 8 2005'
</string>
<string>
-DSTANDALONE:BOOL=TRUE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
Release
</string>
</map>
<key>
default
</key>
<map>
<key>
build
</key>
<map>
</map>
<key>
name
</key>
<string>
default
</string>
<string>
OpenSourceStandAloneRelWithDebInfo
</string>
</map>
</map>
<key>
name
</key>
<string>
linux
</string>
</map>
<key>
windows
</key>
<map>
<key>
build_directory
</key>
<string>
build-vc80
</string>
<key>
configurations
</key>
<map>
<key>
Debug
</key>
<key>
OpenSourceStandAloneRelease
</key>
<map>
<key>
build
</key>
<map>
...
...
@@ -1892,27 +2501,26 @@
<string>
SecondLife.sln
</string>
</array>
<key>
command
</key>
<string>
BuildConsole
</string>
<string>
devenv.com
</string>
<key>
options
</key>
<array>
<string>
/build
</string>
<string>
"/cfg=Debug|Win32"
</string>
<string>
Release
</string>
</array>
</map>
<key>
configure
</key>
<map>
<key>
arguments
</key>
<array>
<string>
..\indra
</string>
</array>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
"Visual Studio 8 2005"
</string>
<string>
'Visual Studio 8 2005'
</string>
<string>
-DSTANDALONE:BOOL=TRUE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DFMOD=FALSE
</string>
</array>
</map>
<key>
name
</key>
<string>
Debug
</string>
<string>
OpenSourceStandAloneRelease
</string>
</map>
<key>
RelWithDebInfo
</key>
<map>
...
...
@@ -1932,14 +2540,13 @@
</map>
<key>
configure
</key>
<map>
<key>
arguments
</key>
<array>
<string>
..\indra
</string>
</array>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
"Visual Studio 8 2005"
</string>
<string>
'Visual Studio 8 2005'
</string>
<string>
-DSTANDALONE:BOOL=OFF
</string>
<string>
-DINSTALL_PROPRIETARY=TRUE
</string>
<string>
-DFMOD=TRUE
</string>
</array>
</map>
<key>
default
</key>
...
...
@@ -1965,14 +2572,13 @@
</map>
<key>
configure
</key>
<map>
<key>
arguments
</key>
<array>
<string>
..\indra
</string>
</array>
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
"Visual Studio 8 2005"
</string>
<string>
'Visual Studio 8 2005'
</string>
<string>
-DSTANDALONE:BOOL=OFF
</string>
<string>
-DINSTALL_PROPRIETARY=TRUE
</string>
<string>
-DFMOD=TRUE
</string>
</array>
</map>
<key>
name
</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