diff options
author | McCabe Maxsted | 2009-11-13 22:24:15 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-11-13 22:26:31 -0700 |
commit | 87e60447dc0a2acbf481f1a3674f2e76e6bcfc26 (patch) | |
tree | fcbbb148264c7c7d0a0f377683fff5a3cbf5cd49 /ChangeLog.txt | |
parent | Fixed linker error (onClickHome in llfloaterhtmlhelp.cpp) (diff) | |
download | meta-impy-87e60447dc0a2acbf481f1a3674f2e76e6bcfc26.zip meta-impy-87e60447dc0a2acbf481f1a3674f2e76e6bcfc26.tar.gz meta-impy-87e60447dc0a2acbf481f1a3674f2e76e6bcfc26.tar.bz2 meta-impy-87e60447dc0a2acbf481f1a3674f2e76e6bcfc26.tar.xz |
Force Imprudence to use the correst boost libraries, e.g: #pragma comment( lib, libboost_signals-vc80-mt-1_36.lib )
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index c0995e8..00c65ee 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -4,6 +4,12 @@ | |||
4 | 4 | ||
5 | 2009-11-12 McCabe Maxsted <hakushakukun@gmail.com> | 5 | 2009-11-12 McCabe Maxsted <hakushakukun@gmail.com> |
6 | 6 | ||
7 | * Force Imprudence to use the correst boost libraries, e.g: | ||
8 | #pragma comment( lib, "libboost_signals-vc80-mt-1_36.lib" ) | ||
9 | |||
10 | modified: linden/indra/newview/llappviewerwin32.cpp | ||
11 | |||
12 | |||
7 | * Fixed linker error (onClickHome in llfloaterhtmlhelp.cpp). | 13 | * Fixed linker error (onClickHome in llfloaterhtmlhelp.cpp). |
8 | 14 | ||
9 | modified: linden/indra/newview/llfloaterhtmlhelp.cpp | 15 | modified: linden/indra/newview/llfloaterhtmlhelp.cpp |