diff options
-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 |