summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-10-20 18:32:43 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-10-20 18:32:43 +0000
commit68cc8b6eaa2bcbbd3e7dc516e67a8df0f8742e69 (patch)
tree69dd20118bf5ed3d1ef49bdf86c6ff148af836aa
parent4c3318ab050d0c8df3de339c542247092cc5b98e (diff)
downloadMPC-68cc8b6eaa2bcbbd3e7dc516e67a8df0f8742e69.tar.gz
ChangeLogTag: Mon Oct 20 13:31:36 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 b9f77334..ffa27656 100644
--- a/templates/nmake.mpd
+++ b/templates/nmake.mpd
@@ -218,7 +218,7 @@ CPP_SWITCHES=/nologo <%if(add_compile)%><%add_compile%> <%endif%><%if(optimize)%
<%foreach(source_files)%>
SOURCE=.\<%source_file%>
-"$(INTDIR)\<%basenoextension(source_file)%>.obj" : $(SOURCE) "$(INTDIR)"<%if(pch_header)%> "$(INTDIR)\<%noextension(pch_header)%>.pch"<%endif%>
+"$(INTDIR)\<%basenoextension(source_file)%>.obj" : $(SOURCE) "$(INTDIR)"
<%if(basename_found)%>
$(CPP) $(CPP_PROJ) $(SOURCE)
<%endif%>