Update of /cvsroot/sharedaemon/sharedaemon-ui-web
In directory sc8-pr-cvs1:/tmp/cvs-serv9738
Modified Files:
Makefile.win ChangeLog
Log Message:
28/12/2003 Mikael Barbeaux
* Fixed Condition bugs under Win 95 / 98 / Me. The
SignalObjectAndWait kernel function wasn't implemented
on thoses operating systems.
Index: Makefile.win
===================================================================
RCS file: /cvsroot/sharedaemon/sharedaemon-ui-web/Makefile.win,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.win 26 Dec 2003 23:08:52 -0000 1.10
+++ Makefile.win 28 Dec 2003 12:27:24 -0000 1.11
@@ -32,7 +32,7 @@
INCLUDE_DIRS = -I"$(MINGW_DIR)/include/c++" -I"$(MINGW_DIR)/include/c++/mingw32"
INLUCDE_DIRS += -I"$(MINGW_DIR)/include/c++/backward" -I"$(MINGW_DIR)/include"
LIBRARIES_DIR = -L"$(MINGW_DIR)/lib"
-LIBS = -L"$(MINGW_DIR)/lib" $(MINGW_DIR)/lib/libws2_32.a
+LIBS = -lws2_32
OBJECTS = src/exceptions/Exception.o \
src/exceptions/ThreadException.o \
Index: ChangeLog
===================================================================
RCS file: /cvsroot/sharedaemon/sharedaemon-ui-web/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ChangeLog 27 Dec 2003 11:56:06 -0000 1.13
+++ ChangeLog 28 Dec 2003 12:27:24 -0000 1.14
@@ -23,6 +23,11 @@
-----------------------------------------------------------
+28/12/2003 Mikael Barbeaux
+ * Fixed Condition bugs under Win 95 / 98 / Me. The
+ SignalObjectAndWait kernel function wasn't implemented
+ on thoses operating systems.
+
27/12/2003 Mikael Barbeaux
* Fixed a Win32 compilation bug, should work perfectly now.
* Fixed a bug about rebinding sockets on the same address.
|