summaryrefslogtreecommitdiff
path: root/templates/vc7lib.mpt
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-01-06 00:10:13 +0000
committerSteve Huston <shuston@riverace.com>2007-01-06 00:10:13 +0000
commit2626be9f449805f475e1d0c53938fb7dc1d9ffc3 (patch)
tree20db7bfddc312e15991bfffc2baba0d0cbbe3dc3 /templates/vc7lib.mpt
parente8a43ebe9ed95db045672ecbb90baf481893bbb6 (diff)
downloadMPC-2626be9f449805f475e1d0c53938fb7dc1d9ffc3.tar.gz
ChangeLogTag:Fri Jan 05 19:06:52 2007 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'templates/vc7lib.mpt')
-rw-r--r--templates/vc7lib.mpt24
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/vc7lib.mpt b/templates/vc7lib.mpt
index 9323c431..de9f9a23 100644
--- a/templates/vc7lib.mpt
+++ b/templates/vc7lib.mpt
@@ -69,5 +69,29 @@ MFC Debug {
use_mfc = 2
}
+ETS Release {
+ optimize = 3
+ defines = NDEBUG
+ output_dir = ETS_Release
+ intermediate_dir = ETS_Release
+ lib_modifier = s
+ runtime_library = 2
+ GenerateMapFile = TRUE
+ lit_libs += etsapi wsock32
+}
+
+ETS Debug {
+ optimize =
+ defines = _DEBUG
+ output_dir = ETS_Debug
+ intermediate_dir = ETS_Debug
+ lib_modifier = sd
+ runtime_library = 3
+ pdbl = 1
+ pdbc = 1
+ GenerateMapFile = TRUE
+ lit_libs += etsapi wsock32
+}
+
conditional_include "vcpartialmacros"
conditional_include "user_vc7lib"