diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llcommon/llpreprocessor.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llpreprocessor.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/llcommon/llpreprocessor.h b/linden/indra/llcommon/llpreprocessor.h index e99b103..4809a2f 100644 --- a/linden/indra/llcommon/llpreprocessor.h +++ b/linden/indra/llcommon/llpreprocessor.h | |||
@@ -64,6 +64,9 @@ | |||
64 | #ifndef LL_MSVC | 64 | #ifndef LL_MSVC |
65 | #define LL_MSVC 1 | 65 | #define LL_MSVC 1 |
66 | #endif | 66 | #endif |
67 | #if _MSC_VER < 1400 | ||
68 | #define LL_MSVC7 //Visual C++ 2003 or earlier | ||
69 | #endif | ||
67 | #endif | 70 | #endif |
68 | 71 | ||
69 | // Deal with minor differences on Unixy OSes. | 72 | // Deal with minor differences on Unixy OSes. |
@@ -104,9 +107,7 @@ using snprintf_hack::snprintf; | |||
104 | #if defined(LL_WINDOWS) | 107 | #if defined(LL_WINDOWS) |
105 | #define BOOST_REGEX_NO_LIB 1 | 108 | #define BOOST_REGEX_NO_LIB 1 |
106 | #define CURL_STATICLIB 1 | 109 | #define CURL_STATICLIB 1 |
107 | 110 | #define XML_STATIC | |
108 | //#define LL_LCD_COMPILE 0 | ||
109 | |||
110 | #endif // LL_WINDOWS | 111 | #endif // LL_WINDOWS |
111 | 112 | ||
112 | 113 | ||