summaryrefslogtreecommitdiff
path: root/templates/vc7exe.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-10-01 14:21:13 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-10-01 14:21:13 +0000
commit6b4b3688a3860585167b6d8bd750de0e87bcc308 (patch)
tree3e47e0df5ba8ba7413f751c7d86d33c0b8b54f92 /templates/vc7exe.mpt
parent4a6548b7425df9ec1ae77d88c858f69693929ee5 (diff)
downloadMPC-6b4b3688a3860585167b6d8bd750de0e87bcc308.tar.gz
ChangeLogTag: Wed Oct 1 09:19:28 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7exe.mpt')
-rw-r--r--templates/vc7exe.mpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/vc7exe.mpt b/templates/vc7exe.mpt
index 8c3ac5fc..eb8a4cb7 100644
--- a/templates/vc7exe.mpt
+++ b/templates/vc7exe.mpt
@@ -9,6 +9,7 @@ subsystem = 1
pdb = 1
Release {
+ optimize = 3
defines = NDEBUG
output_dir = Release
intermediate_dir = Release
@@ -26,6 +27,7 @@ Debug {
}
Static Release {
+ optimize = 3
defines = NDEBUG
output_dir = Static_Release
intermediate_dir = Static_Release
@@ -46,6 +48,7 @@ Static Debug {
}
MFC Release {
+ optimize = 3
common_defines = WIN32 _WINDOWS
defines = NDEBUG _AFXDLL
output_dir = MFC_Release
@@ -68,6 +71,7 @@ MFC Debug {
}
Static MFC Release {
+ optimize = 3
defines = NDEBUG _AFXDLL
output_dir = Static_MFC_Release
intermediate_dir = Static_MFC_Release