From 7eb011fb510be675b27deb68e2c55c022a301e99 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Sat, 21 Dec 2002 23:31:16 +0000 Subject: ChangeLogTag:Sat Dec 21 18:27:42 2002 Steve Huston --- bin/MakeProjectCreator/templates/em3vcp.mpd | 2 +- bin/MakeProjectCreator/templates/em3vcpdll.mpt | 6 +++--- bin/MakeProjectCreator/templates/em3vcpdllexe.mpt | 4 ++-- bin/MakeProjectCreator/templates/em3vcplib.mpt | 4 ++-- bin/MakeProjectCreator/templates/em3vcplibexe.mpt | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'bin') diff --git a/bin/MakeProjectCreator/templates/em3vcp.mpd b/bin/MakeProjectCreator/templates/em3vcp.mpd index 70747790d03..b9cf2a0952f 100644 --- a/bin/MakeProjectCreator/templates/em3vcp.mpd +++ b/bin/MakeProjectCreator/templates/em3vcp.mpd @@ -61,7 +61,7 @@ LINK32=link.exe -lib RSC=rc.exe # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CePlatform)"<%foreach(defines common_defines cpu_defines)%> /d <%define%>=1<%endfor%><%foreach(includes)%> /i "<%include%>"<%endfor%> /r CPP=<%cpp("cl.exe")%> -# ADD CPP /nologo <%compile_flags%> <%foreach(includes)%>/I "<%include%>" <%endfor%>/D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) <%foreach(defines common_defines cpu_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%> <%endfor%><%if(pch_source)%>/Yu<%else%>/YX<%endif%>"<%pch_header%>" /Fp"<%intermediate_dir%>\<%noextension(pch_header)%>.pch" <%endif%>/FR /M$(CECrtMT) /FD /c +# ADD CPP /nologo <%compile_flags%> <%foreach(includes)%>/I "<%include%>" <%endfor%>/D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) <%foreach(defines common_defines cpu_defines)%>/D <%define%> <%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%> <%endfor%><%if(pch_source)%>/Yu<%else%>/YX<%endif%>"<%pch_header%>" /Fp"<%intermediate_dir%>\<%noextension(pch_header)%>.pch" <%endif%>/FR /M$(CECrtMT) /FD /c <%if(compile_flags_removed)%> # SUBTRACT CPP <%compile_flags_removed%> <%endif%> diff --git a/bin/MakeProjectCreator/templates/em3vcpdll.mpt b/bin/MakeProjectCreator/templates/em3vcpdll.mpt index de108810fa5..f772ed238e1 100644 --- a/bin/MakeProjectCreator/templates/em3vcpdll.mpt +++ b/bin/MakeProjectCreator/templates/em3vcpdll.mpt @@ -27,7 +27,7 @@ WCE ARM { Release { use_debug_libraries = 0 - compile_flags = /W3 /GX /O2 /MD /Zi /Ob2 /GR + compile_flags = /W3 /O2 /Zi /Ob2 defines = NDEBUG compile_flags_removed = /YX output_dir = Release @@ -36,8 +36,8 @@ Release { Debug { use_debug_libraries = 1 - compile_flags = /W3 /Gm /GX /Zi /Od /MDd /GR /Gy - defines = _DEBUG + compile_flags = /W3 /Zi /Od + defines = DEBUG compile_flags_removed = /Fr /YX intermediate_dir = Debug lib_modifier = d diff --git a/bin/MakeProjectCreator/templates/em3vcpdllexe.mpt b/bin/MakeProjectCreator/templates/em3vcpdllexe.mpt index 1bbeb7928a7..56469e4f471 100644 --- a/bin/MakeProjectCreator/templates/em3vcpdllexe.mpt +++ b/bin/MakeProjectCreator/templates/em3vcpdllexe.mpt @@ -27,7 +27,7 @@ WCE ARM { Release { use_debug_libraries = 0 - compile_flags = /W3 /GX /O2 /MD /GR + compile_flags = /W3 /O2 /Zi /Ob2 defines = NDEBUG compile_flags_removed = /YX output_dir = Release @@ -36,7 +36,7 @@ Release { Debug { use_debug_libraries = 1 - compile_flags = /W3 /Gm /GX /Zi /Od /MDd /GR /Gy + compile_flags = /W3 /Zi /Od defines = _DEBUG compile_flags_removed = /YX intermediate_dir = Debug diff --git a/bin/MakeProjectCreator/templates/em3vcplib.mpt b/bin/MakeProjectCreator/templates/em3vcplib.mpt index 66b51d95b94..f1a61a5b06c 100644 --- a/bin/MakeProjectCreator/templates/em3vcplib.mpt +++ b/bin/MakeProjectCreator/templates/em3vcplib.mpt @@ -27,7 +27,7 @@ WCE ARM { Static Release { use_debug_libraries = 0 - compile_flags = /G5 /W3 /GX /O2 /MD /Zi /GR + compile_flags = /W3 /O2 /Zi /Ob2 defines = NDEBUG compile_flags_removed = /YX output_dir = Static_Release @@ -37,7 +37,7 @@ Static Release { Static Debug { use_debug_libraries = 1 - compile_flags = /G5 /W3 /Gm /GX /Zi /Od /GR /Gy /MDd + compile_flags = /W3 /Zi /Od defines = _DEBUG compile_flags_removed = /Fr /YX output_dir = Static_Debug diff --git a/bin/MakeProjectCreator/templates/em3vcplibexe.mpt b/bin/MakeProjectCreator/templates/em3vcplibexe.mpt index 99102c430a5..53470714cc8 100644 --- a/bin/MakeProjectCreator/templates/em3vcplibexe.mpt +++ b/bin/MakeProjectCreator/templates/em3vcplibexe.mpt @@ -27,7 +27,7 @@ WCE ARM { Static Release { use_debug_libraries = 0 - compile_flags = /W3 /GX /O2 /MD /GR + compile_flags = /W3 /O2 /Zi /Ob2 defines = NDEBUG compile_flags_removed = /YX lib_modifier = s @@ -38,7 +38,7 @@ Static Release { Static Debug { use_debug_libraries = 1 - compile_flags = /W3 /Gm /GX /Zi /Od /MDd /GR /Gy + compile_flags = /W3 /Zi /Od defines = _DEBUG compile_flags_removed = /YX lib_modifier = sd -- cgit v1.2.1