mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:13:05 +00:00
Wineism cleanup has started.
svn path=/trunk/; revision=12024
This commit is contained in:
parent
6581094403
commit
aac9c446c3
2 changed files with 2 additions and 8 deletions
|
@ -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 = ../..
|
PATH_TO_TOP = ../..
|
||||||
|
|
||||||
|
@ -272,6 +272,7 @@ MISC_OBJECTS = \
|
||||||
misc/environ.o \
|
misc/environ.o \
|
||||||
misc/getargs.o \
|
misc/getargs.o \
|
||||||
misc/initterm.o \
|
misc/initterm.o \
|
||||||
|
misc/lock.o \
|
||||||
misc/purecall.o \
|
misc/purecall.o \
|
||||||
misc/stubs.o \
|
misc/stubs.o \
|
||||||
misc/tls.o
|
misc/tls.o
|
||||||
|
@ -459,7 +460,6 @@ WINE_OBJECTS = \
|
||||||
wine/cpp.o \
|
wine/cpp.o \
|
||||||
wine/cppexcept.o \
|
wine/cppexcept.o \
|
||||||
wine/heap.o \
|
wine/heap.o \
|
||||||
wine/lock.o \
|
|
||||||
wine/thread.o
|
wine/thread.o
|
||||||
|
|
||||||
WSTRING_OBJECTS = \
|
WSTRING_OBJECTS = \
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
This file contains information about the status the MSVCRT runtime in ReactOS.
|
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
|
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.
|
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.
|
Write a decent regression test suite.
|
||||||
Convert all C++ style comments to C style comments.
|
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)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue