summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-11-08 13:54:31 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-11-08 13:54:31 +0000
commitb00e21e78d4c81f8aff1636c73b25362d85af17d (patch)
tree8c007d4d6174c46d8f8190a1d87641d8fc3ced77
parentbebfe52353a1cef0a2421ee3561420c056ef8514 (diff)
downloadATCD-b00e21e78d4c81f8aff1636c73b25362d85af17d.tar.gz
ChangeLogTag: Mon Nov 8 07:53:46 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog6
-rwxr-xr-xbin/msvc_mpc_auto_compile.pl1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fc0b180816..d7c5dbee883 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Nov 8 07:53:46 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/msvc_mpc_auto_compile.pl:
+
+ Added the protocols directory to the ace core directories.
+
Fri Nov 5 13:44:57 2004 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/config/acedefaults.mpb:
diff --git a/bin/msvc_mpc_auto_compile.pl b/bin/msvc_mpc_auto_compile.pl
index f2daff0bd8f..ccb19f6e96a 100755
--- a/bin/msvc_mpc_auto_compile.pl
+++ b/bin/msvc_mpc_auto_compile.pl
@@ -22,6 +22,7 @@ else {
@ace_core_dirs = ("$ACE_ROOT\\ace",
"$ACE_ROOT\\Kokyu",
"$ACE_ROOT\\ACEXML",
+ "$ACE_ROOT\\protocols",
"$ACE_ROOT\\examples",
"$ACE_ROOT\\tests");