summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-04-14 11:08:50 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-04-14 11:08:50 -0400
commitf92d521b46355caa17517b88cc9911179de3b221 (patch)
tree26447b7d3ba58113703d83bdfaae37155cda76c5 /indra/cmake
parent7dfa297be16716f637f8aaaf5ea53f1a2baf09bc (diff)
fixed windows boost library names
Diffstat (limited to 'indra/cmake')
-rwxr-xr-xindra/cmake/LLPrimitive.cmake9
1 files changed, 4 insertions, 5 deletions
diff --git a/indra/cmake/LLPrimitive.cmake b/indra/cmake/LLPrimitive.cmake
index 4d6a84b29e..b860a09de9 100755
--- a/indra/cmake/LLPrimitive.cmake
+++ b/indra/cmake/LLPrimitive.cmake
@@ -9,17 +9,16 @@ use_prebuilt_binary(libxml)
set(LLPRIMITIVE_INCLUDE_DIRS
${LIBS_OPEN_DIR}/llprimitive
)
-
if (WINDOWS)
set(LLPRIMITIVE_LIBRARIES
debug llprimitive
optimized llprimitive
debug libcollada14dom22-d
optimized libcollada14dom22
- debug libboost_filesystem-d
- optimized libboost_filesystem
- debug libboost_system-d
- optimized libboost_system
+ debug libboost_filesystem-vc100-mt-gd-1_45
+ optimized libboost_filesystem-vc100-mt-1_45
+ debug libboost_system-vc100-mt-gd-1_45
+ optimized libboost_system-vc100-mt-1_45
)
else (WINDOWS)
set(LLPRIMITIVE_LIBRARIES