summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-01-18 21:13:49 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-01-18 21:13:49 +0000
commita37d2158cb9d0c95b7f1f59a401f8102527cb4db (patch)
treeb8b7374bda2e53ea9138ad3433a5cd85bc2b7648
parent544075ea639b6cc8ff5e0f610e844697eaf5012a (diff)
downloadMPC-a37d2158cb9d0c95b7f1f59a401f8102527cb4db.tar.gz
ChangeLogTag: Wed Jan 18 15:12:40 2006 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog8
-rw-r--r--templates/nmake.mpd1
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 63b97955..d4d5fcc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed Jan 18 15:12:40 2006 Chad Elliott <elliott_c@ociweb.com>
+
+ * templates/nmake.mpd:
+
+ Modified the clean rule to just use del /s/f/q instead of listing
+ out each object file. Thanks to Johnny Willemsen for debugging
+ this.
+
Wed Jan 18 13:04:27 2006 Chad Elliott <elliott_c@ociweb.com>
* modules/NMakeWorkspaceCreator.pm:
diff --git a/templates/nmake.mpd b/templates/nmake.mpd
index 5f7445ae..64593013 100644
--- a/templates/nmake.mpd
+++ b/templates/nmake.mpd
@@ -174,7 +174,6 @@ __postbuild__:
<%endfor%>
CLEAN :
- -@del /f/q $(LINK32_OBJS)
-@del /f/s/q "$(INTDIR)"
<%if(install)%>