diff options
author | Jay Threeth | 2011-04-02 10:18:40 -0700 |
---|---|---|
committer | Jay Threeth | 2011-04-02 10:18:40 -0700 |
commit | 4c78e956c61c76a3e93e289b112c1cd31eab0d18 (patch) | |
tree | c245ca2cb997987f8d004186c3aae6f21d222fc5 /linden/indra/cmake/Variables.cmake | |
parent | Test BEFORE you commit. Doh! I blame python and it's stupid "white space is ... (diff) | |
download | meta-impy-4c78e956c61c76a3e93e289b112c1cd31eab0d18.zip meta-impy-4c78e956c61c76a3e93e289b112c1cd31eab0d18.tar.gz meta-impy-4c78e956c61c76a3e93e289b112c1cd31eab0d18.tar.bz2 meta-impy-4c78e956c61c76a3e93e289b112c1cd31eab0d18.tar.xz |
checkpoint, non functional
Diffstat (limited to 'linden/indra/cmake/Variables.cmake')
-rw-r--r-- | linden/indra/cmake/Variables.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/cmake/Variables.cmake b/linden/indra/cmake/Variables.cmake index 18f3cdd..65fe841 100644 --- a/linden/indra/cmake/Variables.cmake +++ b/linden/indra/cmake/Variables.cmake | |||
@@ -42,6 +42,7 @@ endif (EXISTS ${CMAKE_SOURCE_DIR}/Server.cmake) | |||
42 | 42 | ||
43 | if (${CMAKE_SYSTEM_NAME} MATCHES "Windows") | 43 | if (${CMAKE_SYSTEM_NAME} MATCHES "Windows") |
44 | set(WINDOWS ON BOOL FORCE) | 44 | set(WINDOWS ON BOOL FORCE) |
45 | set(USE_OTR 0) | ||
45 | set(ARCH i686) | 46 | set(ARCH i686) |
46 | set(LL_ARCH ${ARCH}_win32) | 47 | set(LL_ARCH ${ARCH}_win32) |
47 | set(LL_ARCH_DIR ${ARCH}-win32) | 48 | set(LL_ARCH_DIR ${ARCH}-win32) |