reactos/lib/msvcrt
diff -u -r1.50 -r1.51
--- Makefile 9 Dec 2004 06:10:05 -0000 1.50
+++ Makefile 11 Dec 2004 19:21:35 -0000 1.51
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.50 2004/12/09 06:10:05 sedwards Exp $
+# $Id: Makefile,v 1.51 2004/12/11 19:21:35 sedwards Exp $
PATH_TO_TOP = ../..
@@ -272,6 +272,7 @@
misc/environ.o \
misc/getargs.o \
misc/initterm.o \
+ misc/lock.o \
misc/purecall.o \
misc/stubs.o \
misc/tls.o
@@ -459,7 +460,6 @@
wine/cpp.o \
wine/cppexcept.o \
wine/heap.o \
- wine/lock.o \
wine/thread.o
WSTRING_OBJECTS = \
reactos/lib/msvcrt
diff -u -r1.3 -r1.4
--- README.txt 27 Feb 2004 22:39:37 -0000 1.3
+++ README.txt 11 Dec 2004 19:21:35 -0000 1.4
@@ -1,6 +1,4 @@
This file contains information about the status the MSVCRT runtime in ReactOS.
-The sources for this runtime have been cobbled together from all sorts of places
-from around the 'net and as such it has its share of bugs.
Please note that all of the MSVCRT.DLL runtime sources are license GPL unless
otherwise noted. The sources from WINE are dual licensed GPL/LGPL.
@@ -13,7 +11,3 @@
Write a decent regression test suite.
Convert all C++ style comments to C style comments.
????
-
-WINE Port Notes:
-More cleanup
-Disable of remove duplicate code. (When in doubt check the def)