summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-11-27 18:20:02 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-11-27 18:20:02 +0000
commitdc2f78d81a1e18c4a86685700808ba45f89e2521 (patch)
tree5cb80eb68e84fea8d3d569de7f4c8d992ccefdf7
parent04402ba9a026ad88745f1f9eaf0ec362978e3f3c (diff)
downloadATCD-dc2f78d81a1e18c4a86685700808ba45f89e2521.tar.gz
ChangeLogTag:Mon Nov 27 10:17:58 2000 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-02a8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rw-r--r--docs/tutorials/005/005.dsp4
4 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b86dad4b8e7..f8467ec391d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Nov 27 10:17:58 2000 Ossama Othman <ossama@uci.edu>
+
+ * docs/tutorials/005/005.dsp:
+
+ Corrected name of output binary. It should have been
+ `server.exe' not `client.exe'. Thanks to David Channon
+ <djc@uq.net.au> for reporting this problem.
+
Mon Nov 27 09:56:09 2000 Ossama Othman <ossama@uci.edu>
The following updates are based on feedback from David Channon
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index b86dad4b8e7..f8467ec391d 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Mon Nov 27 10:17:58 2000 Ossama Othman <ossama@uci.edu>
+
+ * docs/tutorials/005/005.dsp:
+
+ Corrected name of output binary. It should have been
+ `server.exe' not `client.exe'. Thanks to David Channon
+ <djc@uq.net.au> for reporting this problem.
+
Mon Nov 27 09:56:09 2000 Ossama Othman <ossama@uci.edu>
The following updates are based on feedback from David Channon
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index b86dad4b8e7..f8467ec391d 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,11 @@
+Mon Nov 27 10:17:58 2000 Ossama Othman <ossama@uci.edu>
+
+ * docs/tutorials/005/005.dsp:
+
+ Corrected name of output binary. It should have been
+ `server.exe' not `client.exe'. Thanks to David Channon
+ <djc@uq.net.au> for reporting this problem.
+
Mon Nov 27 09:56:09 2000 Ossama Othman <ossama@uci.edu>
The following updates are based on feedback from David Channon
diff --git a/docs/tutorials/005/005.dsp b/docs/tutorials/005/005.dsp
index 024b1aef6b7..785534901f1 100644
--- a/docs/tutorials/005/005.dsp
+++ b/docs/tutorials/005/005.dsp
@@ -22,6 +22,7 @@ CFG=005 - Win32 Debug
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -38,6 +39,7 @@ RSC=rc.exe
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
+# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\.." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
@@ -72,7 +74,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 aced.lib /nologo /subsystem:console /debug /machine:I386 /out:"client.exe" /pdbtype:sept /libpath:"..\..\..\ace"
+# ADD LINK32 aced.lib /nologo /subsystem:console /debug /machine:I386 /out:"server.exe" /pdbtype:sept /libpath:"..\..\..\ace"
!ENDIF