summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-04-16 14:08:52 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-04-16 14:08:52 +0000
commit011b90adabc3be517c731ee3afb8b0579cec856d (patch)
treeae949070915afd2af28f0657adc08b0e601770d6
parent661c29ff100bf0ccfda3b4a3e6a41e07fd73e7b7 (diff)
downloadMPC-011b90adabc3be517c731ee3afb8b0579cec856d.tar.gz
ChangeLogTag: Wed Apr 16 09:07:26 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--templates/nmake.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/nmake.mpd b/templates/nmake.mpd
index 2bc49ab9..da1fb36a 100644
--- a/templates/nmake.mpd
+++ b/templates/nmake.mpd
@@ -187,7 +187,7 @@ SOURCE=.\<%pch_source%>
CPP_SWITCHES=/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%>/Fp"$(INTDIR)\<%noextension(pch_header)%>.pch" /Yc"<%pch_header%>" <%endif%>/Fo"<%fo_flag%>" /Fd"<%fd_flag%>" /FD /c
-"$(INTDIR)\<%basenoextension(pch_source)%>.obj" "$(INTDIR)\<%noextension(pch_header)%>.pch" : $(SOURCE) "$(INTDIR)"
+"$(INTDIR)\<%basenoextension(pch_source)%>.obj" "$(INTDIR)\<%noextension(pch_header)%>.pch" : $(SOURCE) "$(INTDIR)"<%if(idl_files)%> IDL_STUBS<%endif%>
$(CPP) @<<
$(CPP_SWITCHES) $(SOURCE)
<<