aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-12-04 12:57:57 -0700
committerJacek Antonelli2009-12-06 16:46:33 -0600
commit58f0017d201b87a4ee7db7d118379c7c7e71a7e0 (patch)
tree24112cd9fa5753723fb522c58b93109c251eb06e /linden/indra/cmake
parentForgot to remove the debug entry for libpng12-0.dll from CopyWinLibs.cmake (diff)
downloadmeta-impy-58f0017d201b87a4ee7db7d118379c7c7e71a7e0.zip
meta-impy-58f0017d201b87a4ee7db7d118379c7c7e71a7e0.tar.gz
meta-impy-58f0017d201b87a4ee7db7d118379c7c7e71a7e0.tar.bz2
meta-impy-58f0017d201b87a4ee7db7d118379c7c7e71a7e0.tar.xz
Added Imprudence VC80 .config files to the repo
Diffstat (limited to 'linden/indra/cmake')
-rw-r--r--linden/indra/cmake/CopyWinLibs.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/cmake/CopyWinLibs.cmake b/linden/indra/cmake/CopyWinLibs.cmake
index 808c693..add94dd 100644
--- a/linden/indra/cmake/CopyWinLibs.cmake
+++ b/linden/indra/cmake/CopyWinLibs.cmake
@@ -1,7 +1,7 @@
1# -*- cmake -*- 1# -*- cmake -*-
2 2
3# The copy_win_libs folder contains file lists and a script used to 3# The copy_win_libs folder contains file lists and a script used to
4# copy dlls, exes and such needed to run the SecondLife from within 4# copy dlls, exes and such needed to run Imprudence from within
5# VisualStudio. 5# VisualStudio.
6 6
7include(CMakeCopyIfDifferent) 7include(CMakeCopyIfDifferent)
@@ -196,7 +196,7 @@ if (MSVC80)
196 ARGS 196 ARGS
197 ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py 197 ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py
198 ${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest 198 ${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest
199 ${CMAKE_CURRENT_SOURCE_DIR}/SecondLifeDebug.exe.config 199 ${CMAKE_CURRENT_SOURCE_DIR}/ImprudenceDebug.exe.config
200 ${debug_appconfig_file} 200 ${debug_appconfig_file}
201 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest 201 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest
202 COMMENT "Creating debug app config file" 202 COMMENT "Creating debug app config file"
@@ -241,7 +241,7 @@ if (MSVC80)
241 ARGS 241 ARGS
242 ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py 242 ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py
243 ${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest 243 ${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest
244 ${CMAKE_CURRENT_SOURCE_DIR}/SecondLife.exe.config 244 ${CMAKE_CURRENT_SOURCE_DIR}/Imprudence.exe.config
245 ${release_appconfig_file} 245 ${release_appconfig_file}
246 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest 246 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest
247 COMMENT "Creating release app config file" 247 COMMENT "Creating release app config file"
@@ -254,7 +254,7 @@ if (MSVC80)
254 ARGS 254 ARGS
255 ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py 255 ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py
256 ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest 256 ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest
257 ${CMAKE_CURRENT_SOURCE_DIR}/SecondLife.exe.config 257 ${CMAKE_CURRENT_SOURCE_DIR}/Imprudence.exe.config
258 ${relwithdebinfo_appconfig_file} 258 ${relwithdebinfo_appconfig_file}
259 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest 259 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest
260 COMMENT "Creating relwithdebinfo app config file" 260 COMMENT "Creating relwithdebinfo app config file"