From 58f0017d201b87a4ee7db7d118379c7c7e71a7e0 Mon Sep 17 00:00:00 2001
From: McCabe Maxsted
Date: Fri, 4 Dec 2009 12:57:57 -0700
Subject: Added Imprudence VC80 .config files to the repo
---
linden/indra/cmake/CopyWinLibs.cmake | 8 ++++----
linden/indra/newview/Imprudence.exe.config | 20 ++++++++++++++++++++
linden/indra/newview/ImprudenceDebug.exe.config | 20 ++++++++++++++++++++
3 files changed, 44 insertions(+), 4 deletions(-)
create mode 100644 linden/indra/newview/Imprudence.exe.config
create mode 100644 linden/indra/newview/ImprudenceDebug.exe.config
(limited to 'linden')
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 @@
# -*- cmake -*-
# The copy_win_libs folder contains file lists and a script used to
-# copy dlls, exes and such needed to run the SecondLife from within
+# copy dlls, exes and such needed to run Imprudence from within
# VisualStudio.
include(CMakeCopyIfDifferent)
@@ -196,7 +196,7 @@ if (MSVC80)
ARGS
${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py
${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest
- ${CMAKE_CURRENT_SOURCE_DIR}/SecondLifeDebug.exe.config
+ ${CMAKE_CURRENT_SOURCE_DIR}/ImprudenceDebug.exe.config
${debug_appconfig_file}
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Debug/Microsoft.VC80.DebugCRT.manifest
COMMENT "Creating debug app config file"
@@ -241,7 +241,7 @@ if (MSVC80)
ARGS
${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py
${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest
- ${CMAKE_CURRENT_SOURCE_DIR}/SecondLife.exe.config
+ ${CMAKE_CURRENT_SOURCE_DIR}/Imprudence.exe.config
${release_appconfig_file}
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Release/Microsoft.VC80.CRT.manifest
COMMENT "Creating release app config file"
@@ -254,7 +254,7 @@ if (MSVC80)
ARGS
${CMAKE_CURRENT_SOURCE_DIR}/build_win32_appConfig.py
${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest
- ${CMAKE_CURRENT_SOURCE_DIR}/SecondLife.exe.config
+ ${CMAKE_CURRENT_SOURCE_DIR}/Imprudence.exe.config
${relwithdebinfo_appconfig_file}
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/Microsoft.VC80.CRT.manifest
COMMENT "Creating relwithdebinfo app config file"
diff --git a/linden/indra/newview/Imprudence.exe.config b/linden/indra/newview/Imprudence.exe.config
new file mode 100644
index 0000000..293a9ba
--- /dev/null
+++ b/linden/indra/newview/Imprudence.exe.config
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/linden/indra/newview/ImprudenceDebug.exe.config b/linden/indra/newview/ImprudenceDebug.exe.config
new file mode 100644
index 0000000..04d0e00
--- /dev/null
+++ b/linden/indra/newview/ImprudenceDebug.exe.config
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1