summaryrefslogtreecommitdiff
path: root/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
authorcallum <none@none>2012-01-27 13:18:27 -0800
committercallum <none@none>2012-01-27 13:18:27 -0800
commit987463d9248d7fab9534ff7a9f303c6db42da7a9 (patch)
tree94d9e81267de4efc92f041d077325dbd5c62df22 /indra/newview/CMakeLists.txt
parentae952f2d45265baa4780de6d4a54e27b5e21ece5 (diff)
EXP-1765 POSSIBLE_FIX crash on startup at LLWindowWin32::switchContext(...)
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r--indra/newview/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index f85b943c70..69bf1f15a1 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1345,7 +1345,9 @@ if (WINDOWS)
DXGUID_LIBRARY
)
+# see EXP-1765 - theory is opengl32.lib needs to be included before gdi32.lib (windows libs)
set(viewer_LIBRARIES
+ opengl32
${WINDOWS_LIBRARIES}
comdlg32
${DINPUT_LIBRARY}
@@ -1355,7 +1357,6 @@ if (WINDOWS)
odbccp32
ole32
oleaut32
- opengl32
shell32
Vfw32
winspool