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
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
Testicular Slingshot
Alchemy Viewer
Commits
6dd08679
Commit
6dd08679
authored
14 years ago
by
Mark Palange (Mani)
Browse files
Options
Downloads
Patches
Plain Diff
Updated boost lib
parent
1e911146
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
autobuild.xml
+6
-6
6 additions, 6 deletions
autobuild.xml
indra/cmake/Boost.cmake
+8
-8
8 additions, 8 deletions
indra/cmake/Boost.cmake
with
14 additions
and
14 deletions
autobuild.xml
+
6
−
6
View file @
6dd08679
...
...
@@ -210,9 +210,9 @@
<key>
archive
</key>
<map>
<key>
hash
</key>
<string>
de5559c2c497544b3d0da533390175dc
</string>
<string>
98be22c8833aa2bca184b9fa09fbb82b
</string>
<key>
url
</key>
<string>
http://
s3.amazonaws.com/viewer-source-downloads
/install
_pkgs
/boost-1.
39
.0-windows-201
01001a
.tar.bz2
</string>
<string>
http://
automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/219456/arch/CYGWIN
/install
er
/boost-1.
45
.0-windows-201
10124
.tar.bz2
</string>
</map>
<key>
name
</key>
<string>
windows
</string>
...
...
@@ -1880,7 +1880,7 @@
<key>
windows
</key>
<map>
<key>
build_directory
</key>
<string>
build-vc
8
0
</string>
<string>
build-vc
10
0
</string>
<key>
configurations
</key>
<map>
<key>
Debug
</key>
...
...
@@ -1908,7 +1908,7 @@
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
"Visual Studio
8 2005
"
</string>
<string>
"Visual Studio
10
"
</string>
</array>
</map>
<key>
name
</key>
...
...
@@ -1939,7 +1939,7 @@
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
"Visual Studio
8 2005
"
</string>
<string>
"Visual Studio
10
"
</string>
</array>
</map>
<key>
default
</key>
...
...
@@ -1972,7 +1972,7 @@
<key>
options
</key>
<array>
<string>
-G
</string>
<string>
"Visual Studio
8 2005
"
</string>
<string>
"Visual Studio
10
"
</string>
</array>
</map>
<key>
name
</key>
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/Boost.cmake
+
8
−
8
View file @
6dd08679
...
...
@@ -37,17 +37,17 @@ else (STANDALONE)
else
(
MSVC80
)
# MSVC 10.0 config
set
(
BOOST_PROGRAM_OPTIONS_LIBRARY
optimized libboost_program_options-vc100-mt
debug libboost_program_options-vc100-mt-gd
)
optimized libboost_program_options-vc100-mt
-
${
BOOST_VERSION
}
debug libboost_program_options-vc100-mt-gd
-
${
BOOST_VERSION
}
)
set
(
BOOST_REGEX_LIBRARY
optimized libboost_regex-vc100-mt
debug libboost_regex-vc100-mt-gd
)
optimized libboost_regex-vc100-mt
-
${
BOOST_VERSION
}
debug libboost_regex-vc100-mt-gd
-
${
BOOST_VERSION
}
)
set
(
BOOST_SYSTEM_LIBRARY
optimized libboost_system-vc100-mt
debug libboost_system-vc100-mt-gd
)
optimized libboost_system-vc100-mt
-
${
BOOST_VERSION
}
debug libboost_system-vc100-mt-gd
-
${
BOOST_VERSION
}
)
set
(
BOOST_FILESYSTEM_LIBRARY
optimized libboost_filesystem-vc100-mt
debug libboost_filesystem-vc100-mt-gd
)
optimized libboost_filesystem-vc100-mt
-
${
BOOST_VERSION
}
debug libboost_filesystem-vc100-mt-gd
-
${
BOOST_VERSION
}
)
endif
(
MSVC80
)
elseif
(
DARWIN
)
set
(
BOOST_PROGRAM_OPTIONS_LIBRARY boost_program_options-xgcc40-mt
)
...
...
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