summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-01-19 18:58:40 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-01-19 18:58:40 +0000
commitc1fb456a943f32542be4f5736845da5014428802 (patch)
tree0e731727e64f8437f08a9c6c7b08ce301dffc09d
parent2dbaf5ff3839841367870824169c2a13820e759c (diff)
downloadMPC-c1fb456a943f32542be4f5736845da5014428802.tar.gz
ChangeLogTag: Thu Jan 19 12:30:18 2006 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4d5fcc6..1119a7bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+Thu Jan 19 12:30:18 2006 Chad Elliott <elliott_c@ociweb.com>
+
+ * modules/VC71ProjectCreator.pm:
+ * modules/VC7ProjectCreator.pm:
+
+ Moved a static hash table out of a method and into the local
+ namespace (for performace reasons).
+
+ * modules/VC7WorkspaceCreator.pm:
+ * templates/vc7csharp.mpd:
+ * templates/vc7vb.mpd:
+
+ Removed the code that added references for csharp or vb. This was
+ not necessary and in fact broke the projects.
+
+ * modules/VC8ProjectCreator.pm:
+ * templates/vc8csharp.mpd:
+ * templates/vc8csharp.mpt:
+
+ Added support for the vc8 style projects for csharp. Previously,
+ the vc7 version for csharp was used and required conversion within
+ vc8.
+
Wed Jan 18 15:12:40 2006 Chad Elliott <elliott_c@ociweb.com>
* templates/nmake.mpd: