From: <mik...@us...> - 2003-12-28 12:35:17
|
Update of /cvsroot/sharedaemon/sharedaemon-ui-web In directory sc8-pr-cvs1:/tmp/cvs-serv11052 Modified Files: Makefile.win ChangeLog Added Files: .cdtbuild .cdtproject .project Log Message: 28/12/2003 Mikael Barbeaux * Updated Eclipse project files & Makefiles Index: Makefile.win =================================================================== RCS file: /cvsroot/sharedaemon/sharedaemon-ui-web/Makefile.win,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile.win 28 Dec 2003 12:27:24 -0000 1.11 +++ Makefile.win 28 Dec 2003 12:35:14 -0000 1.12 @@ -6,7 +6,7 @@ ###################################################### # MinGW direcoty -MINGW_DIR = G:/Dev-Cpp +MINGW_DIR = G:/MinGW # Your flags from the C++ compiler CCFLAGS = -O3 Index: ChangeLog =================================================================== RCS file: /cvsroot/sharedaemon/sharedaemon-ui-web/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- ChangeLog 28 Dec 2003 12:27:24 -0000 1.14 +++ ChangeLog 28 Dec 2003 12:35:14 -0000 1.15 @@ -24,6 +24,7 @@ ----------------------------------------------------------- 28/12/2003 Mikael Barbeaux + * Updated Eclipse project files & Makefiles * Fixed Condition bugs under Win 95 / 98 / Me. The SignalObjectAndWait kernel function wasn't implemented on thoses operating systems. |