summaryrefslogtreecommitdiff
path: root/templates/nmake.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-02-08 19:49:06 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-02-08 19:49:06 +0000
commitd3f07939586f26f68db332e5a41019f768d8cd23 (patch)
tree07fbc503a1548fee3f491565fc204eac242650f8 /templates/nmake.mpd
parent6df71b24112523319efb501e542f17f02d631375 (diff)
downloadMPC-d3f07939586f26f68db332e5a41019f768d8cd23.tar.gz
ChangeLogTag: Thu Feb 8 19:45:54 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/nmake.mpd')
-rw-r--r--templates/nmake.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/nmake.mpd b/templates/nmake.mpd
index ef540170..09445d6d 100644
--- a/templates/nmake.mpd
+++ b/templates/nmake.mpd
@@ -260,7 +260,7 @@ SOURCE="<%source_file%>"
<%if(transdir(source_file))%>
@if not exist "$(INTDIR)\<%transdir(source_file)%>$(NULL)" mkdir "$(INTDIR)\<%transdir(source_file)%>"
<%endif%>
- $(CPP) <%if(pch_header && !flag_overrides(source_file, no_pch))%>$(CPP_PCH) <%endif%><%if(flag_overrides(source_file, buildflags))%><%flag_overrides(source_file, buildflags)%> <%endif%>$(CPP_COMMON) /Fo"$(INTDIR)\<%transdir(source_file)%><%basenoextension(source_file)%>.obj" $(SOURCE)
+ $(CPP) <%if(pch_header && !flag_overrides(source_file, no_pch))%>$(CPP_PCH) <%endif%>$(CPP_COMMON) <%if(flag_overrides(source_file, buildflags))%><%flag_overrides(source_file, buildflags)%> <%endif%><%if(flag_overrides(source_file, managed))%>/EHs- /Gm- /clr <%endif%>/Fo"$(INTDIR)\<%transdir(source_file)%><%basenoextension(source_file)%>.obj" $(SOURCE)
<%endfor%>
<%endif%>