summaryrefslogtreecommitdiff
path: root/indra/llkdu
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-11-22 22:41:42 -0800
committerMerov Linden <merov@lindenlab.com>2010-11-22 22:41:42 -0800
commit3b18f813a81582628fe886b551024dc08a4b2450 (patch)
tree05201523c7c8a76133881542f90abbee3ee13bea /indra/llkdu
parent91bd3dd8dc80b2f2d04e588166a38c75746ef307 (diff)
STORM-151 : Attempt to fix Windows static linking, simplified manifest
Diffstat (limited to 'indra/llkdu')
-rw-r--r--indra/llkdu/CMakeLists.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/indra/llkdu/CMakeLists.txt b/indra/llkdu/CMakeLists.txt
index fe590c98f8..b8b44b44fc 100644
--- a/indra/llkdu/CMakeLists.txt
+++ b/indra/llkdu/CMakeLists.txt
@@ -39,28 +39,7 @@ set_source_files_properties(${llkdu_HEADER_FILES}
list(APPEND llkdu_SOURCE_FILES ${llkdu_HEADER_FILES})
-#if (WINDOWS)
- # This turns off the warning about flow control ending in a destructor.
-# set_source_files_properties(
-# kdu_image.cpp llkdumem.cpp
-# PROPERTIES
-# COMPILE_FLAGS "/wd4702 /wd4722"
-# )
-
- # This turns off the warning about sprintf in the following 2 files.
-# set_source_files_properties(
-# kde_flow_control.cpp kdc_flow_control.cpp
-# PROPERTIES
-# COMPILE_FLAGS /D_CRT_SECURE_NO_DEPRECATE
-# )
-#endif (WINDOWS)
-
if (USE_KDU)
add_library (${LLKDU_LIBRARIES} ${llkdu_SOURCE_FILES})
-# target_link_libraries(
-# ${LLKDU_LIBRARY}
-# ${LLMATH_LIBRARIES}
-# ${KDU_LIBRARY}
-# )
endif (USE_KDU)