diff options
author | McCabe Maxsted | 2009-06-08 02:28:19 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-08 02:28:19 -0700 |
commit | e7e3b87b0614ff17010935bfa51071400217c54c (patch) | |
tree | d15854644fc46510b28679c73826d24fb60c06ba /linden/indra | |
parent | Fixed VC++ warning C4305: '=' : truncation from 'double' to 'float' for mVolume (diff) | |
download | meta-impy-e7e3b87b0614ff17010935bfa51071400217c54c.zip meta-impy-e7e3b87b0614ff17010935bfa51071400217c54c.tar.gz meta-impy-e7e3b87b0614ff17010935bfa51071400217c54c.tar.bz2 meta-impy-e7e3b87b0614ff17010935bfa51071400217c54c.tar.xz |
removed bad entries from copy_win_libs
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 4485111..d43bbd7 100644 --- a/linden/indra/cmake/CopyWinLibs.cmake +++ b/linden/indra/cmake/CopyWinLibs.cmake | |||
@@ -176,7 +176,6 @@ set(debug_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/debug") | |||
176 | set(debug_files | 176 | set(debug_files |
177 | alut.dll | 177 | alut.dll |
178 | freebl3.dll | 178 | freebl3.dll |
179 | gksvggdiplus.dll | ||
180 | js3250.dll | 179 | js3250.dll |
181 | nspr4.dll | 180 | nspr4.dll |
182 | nss3.dll | 181 | nss3.dll |
@@ -232,10 +231,7 @@ set(debug_files | |||
232 | libvorbis-0.dll | 231 | libvorbis-0.dll |
233 | libvorbisenc-2.dll | 232 | libvorbisenc-2.dll |
234 | libxml2-2.dll | 233 | libxml2-2.dll |
235 | ogg.dll | ||
236 | vorbis.dll | ||
237 | xvidcore.dll | 234 | xvidcore.dll |
238 | zlib1.dll | ||
239 | libpng12-0.dll | 235 | libpng12-0.dll |
240 | ) | 236 | ) |
241 | 237 | ||
@@ -251,7 +247,6 @@ set(release_src_dir "${CMAKE_SOURCE_DIR}/../libraries/i686-win32/lib/release") | |||
251 | set(release_files | 247 | set(release_files |
252 | alut.dll | 248 | alut.dll |
253 | freebl3.dll | 249 | freebl3.dll |
254 | gksvggdiplus.dll | ||
255 | js3250.dll | 250 | js3250.dll |
256 | nspr4.dll | 251 | nspr4.dll |
257 | nss3.dll | 252 | nss3.dll |
@@ -306,10 +301,7 @@ set(release_files | |||
306 | libvorbis-0.dll | 301 | libvorbis-0.dll |
307 | libvorbisenc-2.dll | 302 | libvorbisenc-2.dll |
308 | libxml2-2.dll | 303 | libxml2-2.dll |
309 | ogg.dll | ||
310 | vorbis.dll | ||
311 | xvidcore.dll | 304 | xvidcore.dll |
312 | zlib1.dll | ||
313 | libpng12-0.dll | 305 | libpng12-0.dll |
314 | ) | 306 | ) |
315 | 307 | ||