diff options
author | McCabe Maxsted | 2009-12-01 08:35:56 -0700 |
---|---|---|
committer | Jacek Antonelli | 2009-12-06 16:34:02 -0600 |
commit | d8fc77c432c6e960757884e0f9f5396ee00ea7ea (patch) | |
tree | 90d87b07eabea955f6382cfdde9a1ce3a2bd93d9 | |
parent | Made downloading the artwork work while using the --standalone flag (diff) | |
download | meta-impy-d8fc77c432c6e960757884e0f9f5396ee00ea7ea.zip meta-impy-d8fc77c432c6e960757884e0f9f5396ee00ea7ea.tar.gz meta-impy-d8fc77c432c6e960757884e0f9f5396ee00ea7ea.tar.bz2 meta-impy-d8fc77c432c6e960757884e0f9f5396ee00ea7ea.tar.xz |
Removed libpng12-0.dll from CopyWinLibs.cmake
-rw-r--r-- | ChangeLog.txt | 7 | ||||
-rw-r--r-- | linden/indra/cmake/CopyWinLibs.cmake | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 7a9ab99..7a9fefa 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,10 @@ | |||
1 | 2009-12-01 McCabe Maxsted <hakushakukun@gmail.com> | ||
2 | |||
3 | * Removed libpng12-0.dll from CopyWinLibs.cmake. | ||
4 | |||
5 | modified: linden/indra/cmake/CopyWinLibs.cmake | ||
6 | |||
7 | |||
1 | 2009-11-30 McCabe Maxsted <hakushakukun@gmail.com> | 8 | 2009-11-30 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 9 | ||
3 | * Made downloading the artwork work while using the --standalone flag. | 10 | * Made downloading the artwork work while using the --standalone flag. |
diff --git a/linden/indra/cmake/CopyWinLibs.cmake b/linden/indra/cmake/CopyWinLibs.cmake index 52f000f..59081bd 100644 --- a/linden/indra/cmake/CopyWinLibs.cmake +++ b/linden/indra/cmake/CopyWinLibs.cmake | |||
@@ -62,7 +62,6 @@ set(debug_files | |||
62 | libogg-0.dll | 62 | libogg-0.dll |
63 | liboil-0.3-0.dll | 63 | liboil-0.3-0.dll |
64 | libopenjpeg-2.dll | 64 | libopenjpeg-2.dll |
65 | libpng12-0.dll | ||
66 | libschroedinger-1.0-0.dll | 65 | libschroedinger-1.0-0.dll |
67 | libspeex-1.dll | 66 | libspeex-1.dll |
68 | libtheora-0.dll | 67 | libtheora-0.dll |