diff options
author | David Seikel | 2011-02-09 01:57:04 +1000 |
---|---|---|
committer | David Seikel | 2011-02-09 01:57:04 +1000 |
commit | 6a87cef1d449e8cdf8ebac53994a9a032792cf92 (patch) | |
tree | c6f129866713b590e2a02e2199f5b6fd8595438e /linden/indra/cmake/CopyWinLibs.cmake | |
parent | Merge branch 'branding' of github.com:onefang/meta-impy into branding (diff) | |
download | meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.zip meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.tar.gz meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.tar.bz2 meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.tar.xz |
Change imprudence -> meta-impy, though not the URLs. Probably some will need to be reverted later.
Changed file names to.
Diffstat (limited to 'linden/indra/cmake/CopyWinLibs.cmake')
-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 f584689..b4becf7 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) |
@@ -282,7 +282,7 @@ if(EXISTS ${debug_msvc8_redist_path}) | |||
282 | ARGS | 282 | ARGS |
283 | ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py | 283 | ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py |
284 | ${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest | 284 | ${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest |
285 | ${CMAKE_CURRENT_SOURCE_DIR}/ImprudenceDebug.exe.config | 285 | ${CMAKE_CURRENT_SOURCE_DIR}/meta-impyDebug.exe.config |
286 | ${debug_appconfig_file} | 286 | ${debug_appconfig_file} |
287 | DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest | 287 | DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest |
288 | COMMENT "Creating debug app config file" | 288 | COMMENT "Creating debug app config file" |
@@ -327,7 +327,7 @@ if(EXISTS ${release_msvc8_redist_path}) | |||
327 | ARGS | 327 | ARGS |
328 | ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py | 328 | ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py |
329 | ${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest | 329 | ${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest |
330 | ${CMAKE_CURRENT_SOURCE_DIR}/Imprudence.exe.config | 330 | ${CMAKE_CURRENT_SOURCE_DIR}/meta-impy.exe.config |
331 | ${release_appconfig_file} | 331 | ${release_appconfig_file} |
332 | DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest | 332 | DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest |
333 | COMMENT "Creating release app config file" | 333 | COMMENT "Creating release app config file" |
@@ -340,7 +340,7 @@ if(EXISTS ${release_msvc8_redist_path}) | |||
340 | ARGS | 340 | ARGS |
341 | ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py | 341 | ${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py |
342 | ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest | 342 | ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest |
343 | ${CMAKE_CURRENT_SOURCE_DIR}/Imprudence.exe.config | 343 | ${CMAKE_CURRENT_SOURCE_DIR}/meta-impy.exe.config |
344 | ${relwithdebinfo_appconfig_file} | 344 | ${relwithdebinfo_appconfig_file} |
345 | DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest | 345 | DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest |
346 | COMMENT "Creating relwithdebinfo app config file" | 346 | COMMENT "Creating relwithdebinfo app config file" |