aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/CopyWinLibs.cmake
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/cmake/CopyWinLibs.cmake174
1 files changed, 174 insertions, 0 deletions
diff --git a/linden/indra/cmake/CopyWinLibs.cmake b/linden/indra/cmake/CopyWinLibs.cmake
index 3d70c8f..fdfcb3f 100644
--- a/linden/indra/cmake/CopyWinLibs.cmake
+++ b/linden/indra/cmake/CopyWinLibs.cmake
@@ -6,6 +6,104 @@
6 6
7include(CMakeCopyIfDifferent) 7include(CMakeCopyIfDifferent)
8 8
9set(gst_plugin_debug_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/debug/gstreamer-plugins")
10set(gst_plugin_debug_files
11 libgstadder.dll
12 libgstalaw.dll
13 libgstaudioconvert.dll
14 libgstaudiorate.dll
15 libgstaudioresample.dll
16 libgstaudiotestsrc.dll
17 libgstautodetect.dll
18 libgstavi.dll
19 libgstcutter.dll
20 libgstdecodebin2.dll
21 libgstdecodebin.dll
22 libgstdirectdraw.dll
23 libgstdirectsound.dll
24 libgsteffectv.dll
25 libgstffmpeg.dll
26 libgstffmpegcolorspace.dll
27 libgstgdp.dll
28 libgstjpeg.dll
29 libgstmulaw.dll
30 libgstogg.dll
31 libgstplaybin.dll
32 libgstqtdemux.dll
33 libgstrtp.dll
34 libgstrtsp.dll
35 libgsttheora.dll
36 libgsttypefindfunctions.dll
37 libgstudp.dll
38 libgstvideobalance.dll
39 libgstvideobox.dll
40 libgstvideocrop.dll
41 libgstvideoflip.dll
42 libgstvideomixer.dll
43 libgstvideorate.dll
44 libgstvideoscale.dll
45 libgstvideotestsrc.dll
46 libgstvolume.dll
47 libgstvorbis.dll
48 )
49
50copy_if_different(
51 ${gst_plugin_debug_dir}
52 "${CMAKE_CURRENT_BINARY_DIR}/Debug/lib/gstreamer-plugins"
53 out_targets
54 ${gst_plugin_debug_files}
55 )
56set(all_targets ${all_targets} ${out_targets})
57
58set(gst_plugin_release_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/release/gstreamer-plugins")
59set(gst_plugin_release_files
60 libgstadder.dll
61 libgstalaw.dll
62 libgstaudioconvert.dll
63 libgstaudiorate.dll
64 libgstaudioresample.dll
65 libgstaudiotestsrc.dll
66 libgstautodetect.dll
67 libgstavi.dll
68 libgstcutter.dll
69 libgstdecodebin2.dll
70 libgstdecodebin.dll
71 libgstdirectdraw.dll
72 libgstdirectsound.dll
73 libgsteffectv.dll
74 libgstffmpeg.dll
75 libgstffmpegcolorspace.dll
76 libgstgdp.dll
77 libgstjpeg.dll
78 libgstmulaw.dll
79 libgstogg.dll
80 libgstplaybin.dll
81 libgstqtdemux.dll
82 libgstrtp.dll
83 libgstrtsp.dll
84 libgsttheora.dll
85 libgsttypefindfunctions.dll
86 libgstudp.dll
87 libgstvideobalance.dll
88 libgstvideobox.dll
89 libgstvideocrop.dll
90 libgstvideoflip.dll
91 libgstvideomixer.dll
92 libgstvideorate.dll
93 libgstvideoscale.dll
94 libgstvideotestsrc.dll
95 libgstvolume.dll
96 libgstvorbis.dll
97 )
98
99copy_if_different(
100 ${gst_plugin_release_dir}
101 "${CMAKE_CURRENT_BINARY_DIR}/Release/lib/gstreamer-plugins"
102 out_targets
103 ${gst_plugin_release_files}
104 )
105set(all_targets ${all_targets} ${out_targets})
106
9set(vivox_src_dir "${CMAKE_SOURCE_DIR}/newview/vivox-runtime/i686-win32") 107set(vivox_src_dir "${CMAKE_SOURCE_DIR}/newview/vivox-runtime/i686-win32")
10set(vivox_files 108set(vivox_files
11 tntk.dll 109 tntk.dll
@@ -38,6 +136,44 @@ set(debug_files
38 xpcom.dll 136 xpcom.dll
39 xul.dll 137 xul.dll
40 windbgdlg.exe 138 windbgdlg.exe
139 iconv.dll
140 libxml2.dll
141 libgio-2.0-0.dll
142 libglib-2.0-0.dll
143 libgmodule-2.0-0.dll
144 libgobject-2.0-0.dll
145 libgthread-2.0-0.dll
146 avcodec-51.dll
147 avformat-52.dll
148 avutil-49.dll
149 intl.dll
150 libgstapp-0.10.dll
151 libgstaudio-0.10.dll
152 libgstbase-0.10.dll
153 libgstcdda-0.10.dll
154 libgstcontroller-0.10.dll
155 libgstdataprotocol-0.10.dll
156 libgstdshow-0.10.dll
157 libgstfft-0.10.dll
158 libgstinterfaces-0.10.dll
159 libgstnet-0.10.dll
160 libgstnetbuffer-0.10.dll
161 libgstpbutils-0.10.dll
162 libgstreamer-0.10.dll
163 libgstriff-0.10.dll
164 libgstrtp-0.10.dll
165 libgstrtsp-0.10.dll
166 libgstsdp-0.10.dll
167 libgsttag-0.10.dll
168 libgstvideo-0.10.dll
169 libjpeg.dll
170 libmms.dll
171 liboil-0.3-0.dll
172 libpng13.dll
173 xvidcore.dll
174 zlib1.dll
175 ogg.dll
176 vorbis.dll
41 ) 177 )
42 178
43copy_if_different( 179copy_if_different(
@@ -74,6 +210,44 @@ set(release_files
74 ssl3.dll 210 ssl3.dll
75 xpcom.dll 211 xpcom.dll
76 xul.dll 212 xul.dll
213 iconv.dll
214 libxml2.dll
215 libgio-2.0-0.dll
216 libglib-2.0-0.dll
217 libgmodule-2.0-0.dll
218 libgobject-2.0-0.dll
219 libgthread-2.0-0.dll
220 avcodec-51.dll
221 avformat-52.dll
222 avutil-49.dll
223 intl.dll
224 libgstapp-0.10.dll
225 libgstaudio-0.10.dll
226 libgstbase-0.10.dll
227 libgstcdda-0.10.dll
228 libgstcontroller-0.10.dll
229 libgstdataprotocol-0.10.dll
230 libgstdshow-0.10.dll
231 libgstfft-0.10.dll
232 libgstinterfaces-0.10.dll
233 libgstnet-0.10.dll
234 libgstnetbuffer-0.10.dll
235 libgstpbutils-0.10.dll
236 libgstreamer-0.10.dll
237 libgstriff-0.10.dll
238 libgstrtp-0.10.dll
239 libgstrtsp-0.10.dll
240 libgstsdp-0.10.dll
241 libgsttag-0.10.dll
242 libgstvideo-0.10.dll
243 libjpeg.dll
244 libmms.dll
245 liboil-0.3-0.dll
246 libpng13.dll
247 xvidcore.dll
248 zlib1.dll
249 ogg.dll
250 vorbis.dll
77 ) 251 )
78 252
79copy_if_different( 253copy_if_different(