summaryrefslogtreecommitdiff
path: root/templates/nmakedll.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-11-24 13:04:40 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-11-24 13:04:40 +0000
commitbd058e20c1c150ca14883c8293d6072fc210a3de (patch)
treeab2c04a31d7c26ec1f75acdf9f7a1280f971679b /templates/nmakedll.mpt
parent46b3f33e1e5d9332c32a67f769778f69ca664987 (diff)
downloadMPC-bd058e20c1c150ca14883c8293d6072fc210a3de.tar.gz
ChangeLogTag: Mon Nov 24 07:03:15 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/nmakedll.mpt')
-rw-r--r--templates/nmakedll.mpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/nmakedll.mpt b/templates/nmakedll.mpt
index 74ec8734..7b9ed6a2 100644
--- a/templates/nmakedll.mpt
+++ b/templates/nmakedll.mpt
@@ -22,7 +22,7 @@ Release {
type_code = 0x0102
use_debug_libraries = 0
optimize = 1
- compile_flags = /W3 /GX /MD /Zi /GR
+ compile_flags = /W3 /GX /MD /GR
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Release
@@ -53,7 +53,7 @@ Static Release {
type_code = 0x0104
use_debug_libraries = 0
optimize = 1
- compile_flags = W3 /GX /MD /Zi /GR
+ compile_flags = W3 /GX /MD /GR
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Static_Release
@@ -83,7 +83,7 @@ MFC Release {
type_code = 0x0102
use_debug_libraries = 0
optimize = 1
- compile_flags = /W3 /GX /MD /Zi /GR
+ compile_flags = /W3 /GX /MD /GR
defines = NDEBUG
compile_flags_removed = /YX
output_dir = MFC_Release
@@ -115,7 +115,7 @@ Static MFC Release {
type_code = 0x0104
use_debug_libraries = 0
optimize = 1
- compile_flags = /W3 /GX /MD /Zi /GR
+ compile_flags = /W3 /GX /MD /GR
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Static_MFC_Release