summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-04-21 17:17:34 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-04-21 17:17:34 +0000
commitb0478e74f300edebfba9910492a06b0c797f8a17 (patch)
treea044a035f78624f29095ab3a2379dd460cdb0f41
parente3285cbf63ce2e3f68bca2e1ae4fc958f0052128 (diff)
downloadMPC-b0478e74f300edebfba9910492a06b0c797f8a17.tar.gz
ChangeLogTag: Mon Apr 21 12:16:20 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--templates/em3vcpdll.mpt4
-rw-r--r--templates/em3vcpdllexe.mpt4
-rw-r--r--templates/em3vcplib.mpt4
-rw-r--r--templates/em3vcplibexe.mpt4
-rw-r--r--templates/nmake.mpd2
-rw-r--r--templates/nmakedll.mpt4
-rw-r--r--templates/vc6dspdll.mpt4
7 files changed, 13 insertions, 13 deletions
diff --git a/templates/em3vcpdll.mpt b/templates/em3vcpdll.mpt
index ffa52e8e..08f7c47c 100644
--- a/templates/em3vcpdll.mpt
+++ b/templates/em3vcpdll.mpt
@@ -36,7 +36,7 @@ WCE ARM {
Release {
use_debug_libraries = 0
- compile_flags = /W3 /O2 /Zi /Ob2
+ compile_flags = /W3 /O2 /Zi
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Release
@@ -55,7 +55,7 @@ Debug {
MFC Release {
use_debug_libraries = 0
- compile_flags = /W3 /O2 /Zi /Ob2
+ compile_flags = /W3 /O2 /Zi
defines = NDEBUG
compile_flags_removed = /YX
output_dir = MFC_Release
diff --git a/templates/em3vcpdllexe.mpt b/templates/em3vcpdllexe.mpt
index 22db5900..8069bf42 100644
--- a/templates/em3vcpdllexe.mpt
+++ b/templates/em3vcpdllexe.mpt
@@ -36,7 +36,7 @@ WCE ARM {
Release {
use_debug_libraries = 0
- compile_flags = /W3 /O2 /Zi /Ob2
+ compile_flags = /W3 /O2 /Zi
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Release
@@ -55,7 +55,7 @@ Debug {
MFC Release {
use_debug_libraries = 0
- compile_flags = /W3 /O2 /Zi /Ob2
+ compile_flags = /W3 /O2 /Zi
defines = NDEBUG _AFXDLL
compile_flags_removed = /YX
output_dir = MFC_Release
diff --git a/templates/em3vcplib.mpt b/templates/em3vcplib.mpt
index adc00660..dbcb46d9 100644
--- a/templates/em3vcplib.mpt
+++ b/templates/em3vcplib.mpt
@@ -35,7 +35,7 @@ WCE ARM {
Static Release {
use_debug_libraries = 0
- compile_flags = /W3 /O2 /Zi /Ob2
+ compile_flags = /W3 /O2 /Zi
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Static_Release
@@ -56,7 +56,7 @@ Static Debug {
MFC Release {
use_debug_libraries = 0
- compile_flags = /W3 /O2 /Zi /Ob2
+ compile_flags = /W3 /O2 /Zi
defines = NDEBUG
compile_flags_removed = /YX
output_dir = MFC_Release
diff --git a/templates/em3vcplibexe.mpt b/templates/em3vcplibexe.mpt
index 80e82de9..04d88cb1 100644
--- a/templates/em3vcplibexe.mpt
+++ b/templates/em3vcplibexe.mpt
@@ -37,7 +37,7 @@ WCE ARM {
Static Release {
use_debug_libraries = 0
- compile_flags = /W3 /O2 /Zi /Ob2
+ compile_flags = /W3 /O2 /Zi
defines = NDEBUG
compile_flags_removed = /YX
lib_modifier = s
@@ -57,7 +57,7 @@ Static Debug {
MFC Release {
use_debug_libraries = 0
- compile_flags = /W3 /O2 /Zi /Ob2
+ compile_flags = /W3 /O2 /Zi
defines = NDEBUG _AFXDLL
compile_flags_removed = /YX
lib_modifier = mfcs
diff --git a/templates/nmake.mpd b/templates/nmake.mpd
index 90cb0f01..f983c9bb 100644
--- a/templates/nmake.mpd
+++ b/templates/nmake.mpd
@@ -93,7 +93,7 @@ REALCLEAN : CLEAN
if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
CPP=cl.exe
-CPP_PROJ=/nologo <%if(add_compile)%><%add_compile%> <%endif%><%compile_flags("/MD /W3 /GX /O2 /Ob2")%> <%foreach(includes)%>/I "<%include%>" <%endfor%><%foreach(defines cpu_defines common_defines)%>/D <%define%>=1 <%endfor%><%if(type_is_dynamic)%><%foreach(dllflags)%>/D <%dllflag%>=1 <%endfor%><%endif%><%if(need_libflags)%><%foreach(libflags)%>/D <%libflag%>=1 <%endfor%><%endif%><%if(pch_header)%><%foreach(pch_defines)%>/D <%pch_define%>=1 <%endfor%><%if(pch_source)%>/Yu<%else%>/YX<%endif%>"<%pch_header%>" /Fp"$(INTDIR)\<%noextension(pch_header)%>.pch" <%endif%>/Fo"<%fo_flag("$(INTDIR)\\\\")%>" /Fd"<%fd_flag("$(INTDIR)\\\\")%>" /FD /c
+CPP_PROJ=/nologo <%if(add_compile)%><%add_compile%> <%endif%><%compile_flags%> <%foreach(includes)%>/I "<%include%>" <%endfor%><%foreach(defines cpu_defines common_defines)%>/D <%define%>=1 <%endfor%><%if(type_is_dynamic)%><%foreach(dllflags)%>/D <%dllflag%>=1 <%endfor%><%endif%><%if(need_libflags)%><%foreach(libflags)%>/D <%libflag%>=1 <%endfor%><%endif%><%if(pch_header)%><%foreach(pch_defines)%>/D <%pch_define%>=1 <%endfor%><%if(pch_source)%>/Yu<%else%>/YX<%endif%>"<%pch_header%>" /Fp"$(INTDIR)\<%noextension(pch_header)%>.pch" <%endif%>/Fo"<%fo_flag("$(INTDIR)\\\\")%>" /Fd"<%fd_flag("$(INTDIR)\\\\")%>" /FD /c
.c{$(INTDIR)}.obj::
$(CPP) @<<
diff --git a/templates/nmakedll.mpt b/templates/nmakedll.mpt
index 2e7f17a2..a6a6a1ea 100644
--- a/templates/nmakedll.mpt
+++ b/templates/nmakedll.mpt
@@ -18,7 +18,7 @@ Win64 {
Release {
type_code = 0x0102
use_debug_libraries = 0
- compile_flags = /W3 /GX /O2 /MD /Zi /Ob2 /GR
+ compile_flags = /W3 /GX /O2 /MD /Zi /GR
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Release
@@ -77,7 +77,7 @@ Static Debug {
MFC Release {
type_code = 0x0102
use_debug_libraries = 0
- compile_flags = /W3 /GX /O2 /MD /Zi /Ob2 /GR
+ compile_flags = /W3 /GX /O2 /MD /Zi /GR
defines = NDEBUG
compile_flags_removed = /YX
output_dir = MFC_Release
diff --git a/templates/vc6dspdll.mpt b/templates/vc6dspdll.mpt
index a3c42b3c..75f3db5e 100644
--- a/templates/vc6dspdll.mpt
+++ b/templates/vc6dspdll.mpt
@@ -7,7 +7,7 @@ pdb = 1
Release {
use_debug_libraries = 0
- compile_flags = /W3 /GX /O2 /MD /Zi /Ob2 /GR
+ compile_flags = /W3 /GX /O2 /MD /Zi /GR
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Release
@@ -26,7 +26,7 @@ Debug {
MFC Release {
use_debug_libraries = 0
- compile_flags = /W3 /GX /O2 /MD /Zi /Ob2 /GR
+ compile_flags = /W3 /GX /O2 /MD /Zi /GR
defines = NDEBUG
compile_flags_removed = /YX
output_dir = MFC_Release