summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-04-17 22:00:04 +0000
committerJames Cook <james@lindenlab.com>2009-04-17 22:00:04 +0000
commit5c2fd1e4fe304e1b6f6d4136f0d1fd3028c3dddd (patch)
treedec1b220c24a60cc220d1cb07fd3545610644f0a /indra/cmake
parent57b47705d7a4a2927ac7329bd2b5b37c1c1c5115 (diff)
Back out last commit, because it breaks mapserver build on linux, dammit.
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/LLWindow.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/cmake/LLWindow.cmake b/indra/cmake/LLWindow.cmake
index c0efa27f6e..e749055abf 100644
--- a/indra/cmake/LLWindow.cmake
+++ b/indra/cmake/LLWindow.cmake
@@ -40,4 +40,9 @@ else (SERVER AND LINUX)
set(LLWINDOW_LIBRARIES
llwindow
)
+ if (WINDOWS)
+ list(APPEND LLWINDOW_LIBRARIES
+ comdlg32
+ )
+ endif (WINDOWS)
endif (SERVER AND LINUX)