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
c708fb89
Commit
c708fb89
authored
12 years ago
by
Nyx Linden
Browse files
Options
Downloads
Plain Diff
merge
parents
e9e459c8
8edf8b00
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/llrender/CMakeLists.txt
+8
-8
8 additions, 8 deletions
indra/llrender/CMakeLists.txt
with
10 additions
and
10 deletions
autobuild.xml
+
2
−
2
View file @
c708fb89
...
@@ -1432,9 +1432,9 @@
...
@@ -1432,9 +1432,9 @@
<key>
archive
</key>
<key>
archive
</key>
<map>
<map>
<key>
hash
</key>
<key>
hash
</key>
<string>
021e538c261e1a74c86bbe3b690a8469
</string>
<string>
7c908e4fc031e13e65484d8cfd9a0be5
</string>
<key>
url
</key>
<key>
url
</key>
<string>
http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-mesa/rev/264880/arch/Linux/installer/mesa-7.11.1-linux-201209
18
.tar.bz2
</string>
<string>
http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-mesa/rev/264880/arch/Linux/installer/mesa-7.11.1-linux-201209
20
.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/llrender/CMakeLists.txt
+
8
−
8
View file @
c708fb89
...
@@ -89,7 +89,6 @@ if ((SERVER OR BAKING) AND NOT WINDOWS AND NOT DARWIN)
...
@@ -89,7 +89,6 @@ if ((SERVER OR BAKING) AND NOT WINDOWS AND NOT DARWIN)
llrender
llrender
)
)
set_source_files_properties
(
set_source_files_properties
(
${
server_SOURCE_FILES
}
${
server_SOURCE_FILES
}
PROPERTIES
PROPERTIES
...
@@ -99,12 +98,8 @@ if ((SERVER OR BAKING) AND NOT WINDOWS AND NOT DARWIN)
...
@@ -99,12 +98,8 @@ if ((SERVER OR BAKING) AND NOT WINDOWS AND NOT DARWIN)
${
llrender_SOURCE_FILES
}
${
llrender_SOURCE_FILES
}
${
server_SOURCE_FILES
}
${
server_SOURCE_FILES
}
)
)
endif
((
SERVER OR BAKING
)
AND NOT WINDOWS AND NOT DARWIN
)
add_library
(
llrender
${
llrender_SOURCE_FILES
}
)
target_link_libraries
(
llrenderheadless
# Libraries on which this library depends, needed for Linux builds
# Sort by high-level to low-level
target_link_libraries
(
llrender
${
LLCOMMON_LIBRARIES
}
${
LLCOMMON_LIBRARIES
}
${
LLIMAGE_LIBRARIES
}
${
LLIMAGE_LIBRARIES
}
${
LLMATH_LIBRARIES
}
${
LLMATH_LIBRARIES
}
...
@@ -113,10 +108,14 @@ target_link_libraries(llrender
...
@@ -113,10 +108,14 @@ target_link_libraries(llrender
${
LLXML_LIBRARIES
}
${
LLXML_LIBRARIES
}
${
LLVFS_LIBRARIES
}
${
LLVFS_LIBRARIES
}
${
LLWINDOW_LIBRARIES
}
${
LLWINDOW_LIBRARIES
}
${
FREETYPE_LIBRARIES
}
${
OPENGL_LIBRARIES
}
)
${
OPENGL_LIBRARIES
}
)
target_link_libraries
(
llrenderheadless
endif
((
SERVER OR BAKING
)
AND NOT WINDOWS AND NOT DARWIN
)
add_library
(
llrender
${
llrender_SOURCE_FILES
}
)
# Libraries on which this library depends, needed for Linux builds
# Sort by high-level to low-level
target_link_libraries
(
llrender
${
LLCOMMON_LIBRARIES
}
${
LLCOMMON_LIBRARIES
}
${
LLIMAGE_LIBRARIES
}
${
LLIMAGE_LIBRARIES
}
${
LLMATH_LIBRARIES
}
${
LLMATH_LIBRARIES
}
...
@@ -125,5 +124,6 @@ target_link_libraries(llrenderheadless
...
@@ -125,5 +124,6 @@ target_link_libraries(llrenderheadless
${
LLXML_LIBRARIES
}
${
LLXML_LIBRARIES
}
${
LLVFS_LIBRARIES
}
${
LLVFS_LIBRARIES
}
${
LLWINDOW_LIBRARIES
}
${
LLWINDOW_LIBRARIES
}
${
FREETYPE_LIBRARIES
}
${
OPENGL_LIBRARIES
}
)
${
OPENGL_LIBRARIES
}
)
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