Wineism cleanup has started.
authorSteven Edwards <winehacker@gmail.com>
Sat, 11 Dec 2004 19:21:35 +0000 (19:21 +0000)
committerSteven Edwards <winehacker@gmail.com>
Sat, 11 Dec 2004 19:21:35 +0000 (19:21 +0000)
svn path=/trunk/; revision=12024

reactos/lib/msvcrt/Makefile
reactos/lib/msvcrt/README.txt

index aee279c..79ed1f7 100644 (file)
@@ -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_OBJECTS = \
        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_OBJECTS = \
        wine/cpp.o \
        wine/cppexcept.o \
        wine/heap.o \
-       wine/lock.o \
        wine/thread.o
 
 WSTRING_OBJECTS = \
index eabb82b..8853dce 100644 (file)
@@ -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 @@ Compleate the W32API conversion for all source files.
 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)