summaryrefslogtreecommitdiff
path: root/templates/em3vcpdll.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/em3vcpdll.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/em3vcpdll.mpt')
-rw-r--r--templates/em3vcpdll.mpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/em3vcpdll.mpt b/templates/em3vcpdll.mpt
index 1527aae8..3f8d8356 100644
--- a/templates/em3vcpdll.mpt
+++ b/templates/em3vcpdll.mpt
@@ -5,7 +5,6 @@ default_platform_long = "WCE ARM"
type_is_binary = 1
type_is_dynamic = 1
common_defines = UNICODE _UNICODE
-pch_defines = ACE_USING_PCH
ssl_libs = libeay32 ssleay32
pdb = 1
@@ -56,7 +55,7 @@ Debug {
MFC Release {
use_debug_libraries = 0
compile_flags = /W3 /O2 /Zi /Ob2
- defines = NDEBUG ACE_HAS_MFC ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
+ defines = NDEBUG
compile_flags_removed = /YX
output_dir = MFC_Release
intermediate_dir = MFC_Release
@@ -67,7 +66,7 @@ MFC Release {
MFC Debug {
use_debug_libraries = 1
compile_flags = /W3 /Zi /Od
- defines = _DEBUG ACE_HAS_MFC ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
+ defines = _DEBUG
compile_flags_removed = /Fr /YX
output_dir = MFC_Debug
intermediate_dir = MFC_Debug
@@ -75,3 +74,4 @@ MFC Debug {
use_mfc = 2
}
+conditional_include "vcpartialmacros"