summaryrefslogtreecommitdiff
path: root/templates/vc7dll.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-04-09 13:23:39 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-04-09 13:23:39 +0000
commit2b6a9eb58f2ade3cf4ca10af755be09b4f67d65c (patch)
treecf5afa821320adc23745697427f38b2f85268d13 /templates/vc7dll.mpt
parent63950eb09e42873f92b9d74cc1080fea97462685 (diff)
downloadMPC-2b6a9eb58f2ade3cf4ca10af755be09b4f67d65c.tar.gz
ChangeLogTag: Wed Apr 9 08:22:56 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7dll.mpt')
-rw-r--r--templates/vc7dll.mpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/vc7dll.mpt b/templates/vc7dll.mpt
index af598438..154870ea 100644
--- a/templates/vc7dll.mpt
+++ b/templates/vc7dll.mpt
@@ -1,6 +1,5 @@
configurations = Release Debug "Static Release" "Static Debug"
common_defines = WIN32 _WINDOWS
-pch_defines = ACE_USING_PCH
ssl_libs = libeay32 ssleay32
Release {
@@ -51,7 +50,7 @@ Static Debug {
MFC Release {
type_is_dynamic = 1
type_is_binary = 1
- defines = NDEBUG ACE_HAS_MFC ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
+ defines = NDEBUG
output_dir = MFC_Release
intermediate_dir = MFC_Release
lib_modifier = mfc
@@ -65,7 +64,7 @@ MFC Debug {
type_is_binary = 1
optimization = 0
debug = 1
- defines = _DEBUG ACE_HAS_MFC ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
+ defines = _DEBUG
output_dir = MFC_Debug
intermediate_dir = MFC_Debug
lib_modifier = mfcd
@@ -76,7 +75,7 @@ MFC Debug {
Static MFC Release {
type_is_static = 1
- defines = NDEBUG ACE_HAS_MFC ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
+ defines = NDEBUG
output_dir = Static_MFC_Release
intermediate_dir = Static_MFC_Release
lib_modifier = mfcs
@@ -89,7 +88,7 @@ Static MFC Debug {
type_is_static = 1
optimization = 0
debug = 1
- defines = _DEBUG ACE_HAS_MFC ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
+ defines = _DEBUG
output_dir = Static_MFC_Debug
intermediate_dir = Static_MFC_Debug
lib_modifier = mfcsd
@@ -98,3 +97,4 @@ Static MFC Debug {
use_mfc = 2
}
+conditional_include "vcfullmacros"