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
acec15e7
Commit
acec15e7
authored
14 years ago
by
Andrew de Laix
Browse files
Options
Downloads
Patches
Plain Diff
update boost archive usage for linux.
parent
871677dc
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
+2
-2
2 additions, 2 deletions
autobuild.xml
indra/cmake/Boost.cmake
+1
-8
1 addition, 8 deletions
indra/cmake/Boost.cmake
with
3 additions
and
10 deletions
autobuild.xml
+
2
−
2
View file @
acec15e7
...
@@ -198,9 +198,9 @@
...
@@ -198,9 +198,9 @@
<key>
archive
</key>
<key>
archive
</key>
<map>
<map>
<key>
hash
</key>
<key>
hash
</key>
<string>
cb7cbafb06b878adf423db314b1787df
</string>
<string>
a34e7fffdb94a6a4d8a2966b1f216da3
</string>
<key>
url
</key>
<key>
url
</key>
<string>
http://
s3.amazonaws.com/viewer-source-downloads
/install
_pkgs
/boost-1.
39
.0-linux-2010
0929a
.tar.bz2
</string>
<string>
http://
automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/223302/arch/Linux
/install
er
/boost-1.
45
.0-linux-201
1
0
310
.tar.bz2
</string>
</map>
</map>
<key>
name
</key>
<key>
name
</key>
<string>
linux
</string>
<string>
linux
</string>
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/Boost.cmake
+
1
−
8
View file @
acec15e7
...
@@ -49,17 +49,10 @@ else (STANDALONE)
...
@@ -49,17 +49,10 @@ else (STANDALONE)
optimized libboost_filesystem-vc100-mt-
${
BOOST_VERSION
}
optimized libboost_filesystem-vc100-mt-
${
BOOST_VERSION
}
debug libboost_filesystem-vc100-mt-gd-
${
BOOST_VERSION
}
)
debug libboost_filesystem-vc100-mt-gd-
${
BOOST_VERSION
}
)
endif
(
MSVC80
)
endif
(
MSVC80
)
elseif
(
DARWIN
)
elseif
(
DARWIN
OR LINUX
)
set
(
BOOST_PROGRAM_OPTIONS_LIBRARY boost_program_options
)
set
(
BOOST_PROGRAM_OPTIONS_LIBRARY boost_program_options
)
set
(
BOOST_REGEX_LIBRARY boost_regex
)
set
(
BOOST_REGEX_LIBRARY boost_regex
)
# set(BOOST_SIGNALS_LIBRARY boost_signals)
set
(
BOOST_SYSTEM_LIBRARY boost_system
)
set
(
BOOST_SYSTEM_LIBRARY boost_system
)
set
(
BOOST_FILESYSTEM_LIBRARY boost_filesystem
)
set
(
BOOST_FILESYSTEM_LIBRARY boost_filesystem
)
elseif
(
LINUX
)
set
(
BOOST_PROGRAM_OPTIONS_LIBRARY boost_program_options-gcc41-mt
)
set
(
BOOST_REGEX_LIBRARY boost_regex-gcc41-mt
)
set
(
BOOST_SIGNALS_LIBRARY boost_signals-gcc41-mt
)
set
(
BOOST_SYSTEM_LIBRARY boost_system-gcc41-mt
)
set
(
BOOST_FILESYSTEM_LIBRARY boost_filesystem-gcc41-mt
)
endif
(
WINDOWS
)
endif
(
WINDOWS
)
endif
(
STANDALONE
)
endif
(
STANDALONE
)
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