diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-11-27 18:20:02 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-11-27 18:20:02 +0000 |
commit | a9aae2020101f47d513a56e10769dd2205b722af (patch) | |
tree | 5cb80eb68e84fea8d3d569de7f4c8d992ccefdf7 | |
parent | 67050d841c66172c4e22e173c9afa62337c33c68 (diff) | |
download | ATCD-a9aae2020101f47d513a56e10769dd2205b722af.tar.gz |
ChangeLogTag:Mon Nov 27 10:17:58 2000 Ossama Othman <ossama@uci.edu>
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 8 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 8 | ||||
-rw-r--r-- | docs/tutorials/005/005.dsp | 4 |
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
|