summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-08-03 20:26:37 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-08-03 20:26:37 +0000
commitbb3e6a021a62c9bf838d942bdb2fcfe30b62dba0 (patch)
treedb702bfeba304a94192b850109a49b60f6fab854
parent8b9998e53682c6815f62206ea256a7226103de3f (diff)
downloadATCD-bb3e6a021a62c9bf838d942bdb2fcfe30b62dba0.tar.gz
ChangeLogTag:Sat Aug 03 15:42:49 2002 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLogs/ChangeLog-03a5
-rw-r--r--examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.dsp6
3 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 49d8f18b3d0..45ea43dbe5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Aug 03 15:42:49 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.dsp: Made sure that it
+ builds only in MFC debug builds.
+
Sat Aug 3 14:56:23 2002 Krishnakumar B <kitty@cs.wustl.edu>
* ACEXML/common/HttpCharStream.cpp:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 49d8f18b3d0..45ea43dbe5b 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,8 @@
+Sat Aug 03 15:42:49 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.dsp: Made sure that it
+ builds only in MFC debug builds.
+
Sat Aug 3 14:56:23 2002 Krishnakumar B <kitty@cs.wustl.edu>
* ACEXML/common/HttpCharStream.cpp:
diff --git a/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.dsp b/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.dsp
index 0f06851d23c..8d859be187a 100644
--- a/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.dsp
+++ b/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.dsp
@@ -13,11 +13,11 @@ CFG=Log_Msg_MFC - Win32 Debug
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
-!MESSAGE NMAKE /f "Log_Msg_MFC.mak" CFG="Log_Msg_MFC - Win32 Debug"
+!MESSAGE NMAKE /f "Log_Msg_MFC.mak" CFG="Log_Msg_MFC - Win32 MFC Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Log_Msg_MFC - Win32 Debug" (based on "Win32 (x86) Application")
+!MESSAGE "Log_Msg_MFC - Win32 MFC Debug" (based on "Win32 (x86) Application")
!MESSAGE
# Begin Project
@@ -54,7 +54,7 @@ LINK32=link.exe
# Begin Target
-# Name "Log_Msg_MFC - Win32 Debug"
+# Name "Log_Msg_MFC - Win32 MFC Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"