diff options
author | McCabe Maxsted | 2010-10-23 07:12:35 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-10-23 07:13:35 -0700 |
commit | 1724c21bbcf349ceeb7cc5bb013ca498bb130fff (patch) | |
tree | 0a0bced35e6b97e57d7020f8b62e5250f18967d3 /linden/indra | |
parent | Add support for PluginAttachDebuggerToPlugins for linux (diff) | |
download | meta-impy-1724c21bbcf349ceeb7cc5bb013ca498bb130fff.zip meta-impy-1724c21bbcf349ceeb7cc5bb013ca498bb130fff.tar.gz meta-impy-1724c21bbcf349ceeb7cc5bb013ca498bb130fff.tar.bz2 meta-impy-1724c21bbcf349ceeb7cc5bb013ca498bb130fff.tar.xz |
Fixed copy_win_libs by removing glib dlls
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/cmake/CopyWinLibs.cmake | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/linden/indra/cmake/CopyWinLibs.cmake b/linden/indra/cmake/CopyWinLibs.cmake index 2bea40c..44d35ed 100644 --- a/linden/indra/cmake/CopyWinLibs.cmake +++ b/linden/indra/cmake/CopyWinLibs.cmake | |||
@@ -43,10 +43,6 @@ set(all_targets ${all_targets} ${out_targets}) | |||
43 | set(plugintest_debug_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/debug") | 43 | set(plugintest_debug_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/debug") |
44 | set(plugintest_debug_files | 44 | set(plugintest_debug_files |
45 | libeay32.dll | 45 | libeay32.dll |
46 | libglib-2.0-0.dll | ||
47 | libgmodule-2.0-0.dll | ||
48 | libgobject-2.0-0.dll | ||
49 | libgthread-2.0-0.dll | ||
50 | qtcored4.dll | 46 | qtcored4.dll |
51 | qtguid4.dll | 47 | qtguid4.dll |
52 | qtnetworkd4.dll | 48 | qtnetworkd4.dll |
@@ -92,10 +88,6 @@ set(all_targets ${all_targets} ${out_targets}) | |||
92 | set(plugintest_release_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/release") | 88 | set(plugintest_release_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/release") |
93 | set(plugintest_release_files | 89 | set(plugintest_release_files |
94 | libeay32.dll | 90 | libeay32.dll |
95 | libglib-2.0-0.dll | ||
96 | libgmodule-2.0-0.dll | ||
97 | libgobject-2.0-0.dll | ||
98 | libgthread-2.0-0.dll | ||
99 | qtcore4.dll | 91 | qtcore4.dll |
100 | qtgui4.dll | 92 | qtgui4.dll |
101 | qtnetwork4.dll | 93 | qtnetwork4.dll |