aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/CopyWinLibs.cmake
blob: fdfcb3f1f06d8d262b71c4f90b16c441bd219931 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
# -*- cmake -*-

# The copy_win_libs folder contains file lists and a script used to 
# copy dlls, exes and such needed to run the SecondLife from within 
# VisualStudio. 

include(CMakeCopyIfDifferent)

set(gst_plugin_debug_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/debug/gstreamer-plugins")
set(gst_plugin_debug_files
    libgstadder.dll
    libgstalaw.dll
    libgstaudioconvert.dll
    libgstaudiorate.dll
    libgstaudioresample.dll
    libgstaudiotestsrc.dll
    libgstautodetect.dll
    libgstavi.dll
    libgstcutter.dll
    libgstdecodebin2.dll
    libgstdecodebin.dll
    libgstdirectdraw.dll
    libgstdirectsound.dll
    libgsteffectv.dll
    libgstffmpeg.dll
    libgstffmpegcolorspace.dll
    libgstgdp.dll
    libgstjpeg.dll
    libgstmulaw.dll
    libgstogg.dll
    libgstplaybin.dll
    libgstqtdemux.dll
    libgstrtp.dll    
    libgstrtsp.dll
    libgsttheora.dll
    libgsttypefindfunctions.dll
    libgstudp.dll
    libgstvideobalance.dll
    libgstvideobox.dll
    libgstvideocrop.dll
    libgstvideoflip.dll
    libgstvideomixer.dll
    libgstvideorate.dll
    libgstvideoscale.dll
    libgstvideotestsrc.dll
    libgstvolume.dll
    libgstvorbis.dll
    )

copy_if_different(
    ${gst_plugin_debug_dir} 
    "${CMAKE_CURRENT_BINARY_DIR}/Debug/lib/gstreamer-plugins"
    out_targets 
    ${gst_plugin_debug_files}
    )
set(all_targets ${all_targets} ${out_targets})

set(gst_plugin_release_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/release/gstreamer-plugins")
set(gst_plugin_release_files
    libgstadder.dll
    libgstalaw.dll
    libgstaudioconvert.dll
    libgstaudiorate.dll
    libgstaudioresample.dll
    libgstaudiotestsrc.dll
    libgstautodetect.dll
    libgstavi.dll
    libgstcutter.dll
    libgstdecodebin2.dll
    libgstdecodebin.dll
    libgstdirectdraw.dll
    libgstdirectsound.dll
    libgsteffectv.dll
    libgstffmpeg.dll
    libgstffmpegcolorspace.dll
    libgstgdp.dll
    libgstjpeg.dll
    libgstmulaw.dll
    libgstogg.dll
    libgstplaybin.dll
    libgstqtdemux.dll
    libgstrtp.dll    
    libgstrtsp.dll
    libgsttheora.dll
    libgsttypefindfunctions.dll
    libgstudp.dll
    libgstvideobalance.dll
    libgstvideobox.dll
    libgstvideocrop.dll
    libgstvideoflip.dll
    libgstvideomixer.dll
    libgstvideorate.dll
    libgstvideoscale.dll
    libgstvideotestsrc.dll
    libgstvolume.dll
    libgstvorbis.dll
    )

copy_if_different(
    ${gst_plugin_release_dir} 
    "${CMAKE_CURRENT_BINARY_DIR}/Release/lib/gstreamer-plugins"
    out_targets 
    ${gst_plugin_release_files}
    )
set(all_targets ${all_targets} ${out_targets})

set(vivox_src_dir "${CMAKE_SOURCE_DIR}/newview/vivox-runtime/i686-win32")
set(vivox_files
    tntk.dll
    libeay32.dll
    SLVoice.exe
    ssleay32.dll
    SLVoiceAgent.exe
    srtp.dll
    vivoxsdk.dll
    ortp.dll
    wrap_oal.dll
    )

set(debug_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/debug")
set(debug_files
    alut.dll
    freebl3.dll
    gksvggdiplus.dll
    js3250.dll
    nspr4.dll
    nss3.dll
    nssckbi.dll
    openal32.dll
    openjpegd.dll
    plc4.dll
    plds4.dll
    smime3.dll
    softokn3.dll
    ssl3.dll
    xpcom.dll
    xul.dll
    windbgdlg.exe
    iconv.dll
    libxml2.dll
    libgio-2.0-0.dll
    libglib-2.0-0.dll
    libgmodule-2.0-0.dll
    libgobject-2.0-0.dll
    libgthread-2.0-0.dll
    avcodec-51.dll
    avformat-52.dll
    avutil-49.dll
    intl.dll
    libgstapp-0.10.dll
    libgstaudio-0.10.dll
    libgstbase-0.10.dll
    libgstcdda-0.10.dll
    libgstcontroller-0.10.dll
    libgstdataprotocol-0.10.dll
    libgstdshow-0.10.dll
    libgstfft-0.10.dll
    libgstinterfaces-0.10.dll
    libgstnet-0.10.dll
    libgstnetbuffer-0.10.dll
    libgstpbutils-0.10.dll
    libgstreamer-0.10.dll
    libgstriff-0.10.dll
    libgstrtp-0.10.dll
    libgstrtsp-0.10.dll
    libgstsdp-0.10.dll
    libgsttag-0.10.dll
    libgstvideo-0.10.dll
    libjpeg.dll
    libmms.dll
    liboil-0.3-0.dll
    libpng13.dll
    xvidcore.dll
    zlib1.dll
    ogg.dll
    vorbis.dll
    )

copy_if_different(
    ${debug_src_dir} 
    "${CMAKE_CURRENT_BINARY_DIR}/Debug"
    out_targets 
    ${debug_files}
    )
set(all_targets ${all_targets} ${out_targets})

copy_if_different(
    ${vivox_src_dir} 
    "${CMAKE_CURRENT_BINARY_DIR}/Debug"
    out_targets 
    ${vivox_files}
    )
set(all_targets ${all_targets} ${out_targets})

set(release_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/release")
set(release_files
    alut.dll
    freebl3.dll
    gksvggdiplus.dll
    js3250.dll
    nspr4.dll
    nss3.dll
    nssckbi.dll
    openal32.dll
    openjpeg.dll
    plc4.dll
    plds4.dll
    smime3.dll
    softokn3.dll
    ssl3.dll
    xpcom.dll
    xul.dll
    iconv.dll
    libxml2.dll
    libgio-2.0-0.dll
    libglib-2.0-0.dll
    libgmodule-2.0-0.dll
    libgobject-2.0-0.dll
    libgthread-2.0-0.dll
    avcodec-51.dll
    avformat-52.dll
    avutil-49.dll
    intl.dll
    libgstapp-0.10.dll
    libgstaudio-0.10.dll
    libgstbase-0.10.dll
    libgstcdda-0.10.dll
    libgstcontroller-0.10.dll
    libgstdataprotocol-0.10.dll
    libgstdshow-0.10.dll
    libgstfft-0.10.dll
    libgstinterfaces-0.10.dll
    libgstnet-0.10.dll
    libgstnetbuffer-0.10.dll
    libgstpbutils-0.10.dll
    libgstreamer-0.10.dll
    libgstriff-0.10.dll
    libgstrtp-0.10.dll
    libgstrtsp-0.10.dll
    libgstsdp-0.10.dll
    libgsttag-0.10.dll
    libgstvideo-0.10.dll
    libjpeg.dll
    libmms.dll
    liboil-0.3-0.dll
    libpng13.dll
    xvidcore.dll
    zlib1.dll
    ogg.dll
    vorbis.dll
    )
    
copy_if_different(
    ${release_src_dir} 
    "${CMAKE_CURRENT_BINARY_DIR}/Release"
    out_targets 
    ${release_files}
    )
set(all_targets ${all_targets} ${out_targets})

copy_if_different(
    ${vivox_src_dir} 
    "${CMAKE_CURRENT_BINARY_DIR}/Release"
    out_targets 
    ${vivox_files}
    )
set(all_targets ${all_targets} ${out_targets})

copy_if_different(
    ${release_src_dir} 
    "${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo"
    out_targets 
    ${release_files}
    )
set(all_targets ${all_targets} ${out_targets})

copy_if_different(
    ${vivox_src_dir} 
    "${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo"
    out_targets 
    ${vivox_files}
    )
set(all_targets ${all_targets} ${out_targets})


# Copy MS C runtime dlls, required for packaging.
# *TODO - Adapt this to support VC9
if (MSVC80)
    FIND_PATH(debug_msvc8_redist_path msvcr80d.dll
        PATHS
        [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup\\VC;ProductDir]/redist/Debug_NonRedist/x86/Microsoft.VC80.DebugCRT
        )

    if(EXISTS ${debug_msvc8_redist_path})
        set(debug_msvc8_files
            msvcr80d.dll
            msvcp80d.dll
            Microsoft.VC80.DebugCRT.manifest
            )

        copy_if_different(
            ${debug_msvc8_redist_path} 
            "${CMAKE_CURRENT_BINARY_DIR}/Debug"
            out_targets 
            ${debug_msvc8_files}
            )
        set(all_targets ${all_targets} ${out_targets})
    endif (EXISTS ${debug_msvc8_redist_path})

    FIND_PATH(release_msvc8_redist_path msvcr80.dll
        PATHS
        [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup\\VC;ProductDir]/redist/x86/Microsoft.VC80.CRT
        )

    if(EXISTS ${release_msvc8_redist_path})
        set(release_msvc8_files
            msvcr80.dll
            msvcp80.dll
            Microsoft.VC80.CRT.manifest
            )

        copy_if_different(
            ${release_msvc8_redist_path} 
            "${CMAKE_CURRENT_BINARY_DIR}/Release"
            out_targets 
            ${release_msvc8_files}
            )
        set(all_targets ${all_targets} ${out_targets})

        copy_if_different(
            ${release_msvc8_redist_path} 
            "${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo"
            out_targets 
            ${release_msvc8_files}
            )
        set(all_targets ${all_targets} ${out_targets})

    endif (EXISTS ${release_msvc8_redist_path})
endif (MSVC80)

add_custom_target(copy_win_libs ALL DEPENDS ${all_targets})