diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/cmake/CopyWinLibs.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/cmake/CopyWinLibs.cmake b/linden/indra/cmake/CopyWinLibs.cmake index 78c7c96..e7f1aa3 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 Imprudence from within | 4 | # copy dlls, exes and such needed to run meta-impy from within |
5 | # VisualStudio. | 5 | # VisualStudio. |
6 | 6 | ||
7 | include(CMakeCopyIfDifferent) | 7 | include(CMakeCopyIfDifferent) |
@@ -404,7 +404,7 @@ if(EXISTS ${debug_msvc8_redist_path}) | |||
404 | ARGS | 404 | ARGS |
405 | ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py | 405 | ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py |
406 | ${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest | 406 | ${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest |
407 | ${CMAKE_CURRENT_SOURCE_DIR}/ImprudenceDebug.exe.config | 407 | ${CMAKE_CURRENT_SOURCE_DIR}/meta-impyDebug.exe.config |
408 | ${debug_appconfig_file} | 408 | ${debug_appconfig_file} |
409 | DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest | 409 | DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest |
410 | COMMENT "Creating debug app config file" | 410 | COMMENT "Creating debug app config file" |
@@ -449,7 +449,7 @@ if(EXISTS ${release_msvc8_redist_path}) | |||
449 | ARGS | 449 | ARGS |
450 | ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py | 450 | ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py |
451 | ${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest | 451 | ${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest |
452 | ${CMAKE_CURRENT_SOURCE_DIR}/Imprudence.exe.config | 452 | ${CMAKE_CURRENT_SOURCE_DIR}/meta-impy.exe.config |
453 | ${release_appconfig_file} | 453 | ${release_appconfig_file} |
454 | DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest | 454 | DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest |
455 | COMMENT "Creating release app config file" | 455 | COMMENT "Creating release app config file" |
@@ -462,7 +462,7 @@ if(EXISTS ${release_msvc8_redist_path}) | |||
462 | ARGS | 462 | ARGS |
463 | ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py | 463 | ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py |
464 | ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest | 464 | ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest |
465 | ${CMAKE_CURRENT_SOURCE_DIR}/Imprudence.exe.config | 465 | ${CMAKE_CURRENT_SOURCE_DIR}/meta-impy.exe.config |
466 | ${relwithdebinfo_appconfig_file} | 466 | ${relwithdebinfo_appconfig_file} |
467 | DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest | 467 | DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest |
468 | COMMENT "Creating relwithdebinfo app config file" | 468 | COMMENT "Creating relwithdebinfo app config file" |