From 0b6388b665f6bf60ee7b949e686cc0e13da5fc6d Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Sat, 14 Aug 2004 16:00:23 +0000 Subject: [PATCH] Update the README.WINE. It now contains a list of almost everything we share with Wine. Needs updates and corrections. svn path=/trunk/; revision=10531 --- reactos/doc/README.WINE | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/reactos/doc/README.WINE b/reactos/doc/README.WINE index 71f5726958f..dfc475228a9 100644 --- a/reactos/doc/README.WINE +++ b/reactos/doc/README.WINE @@ -26,27 +26,37 @@ This will allow you to use the WINE tools and librarys with very little work to import a new dll. The following build tools are derived from Wine. -reactos/tools/wmc # Wine Message Compiler -reactos/tools/winebuild # Wine Build tool for Creating *.def files +reactos/tools/makedep # fast dependancy tool reactos/tools/bin2res # Resource to binary converter +reactos/tools/winebuild # Wine Build tool for Creating *.def files +reactos/tools/wmc # Wine Message Compiler + The following shared libraries are a 100% port from Winehq sourcs. reactos/lib/cabinet # Synced to Wine-20040716 reactos/lib/comctl32 # Synced to Wine-20040809 reactos/lib/comdlg32 # Synced to Wine-20040716 -reactos/lib/imagehlp # Out of sync -reactos/lib/imm32 -reactos/lib/msvcrt20 +reactos/lib/iphlpapi # Out of sync +reactos/lib/imagehlp # Patches for BindImage need review and submission to winehq. +reactos/lib/msvcrt20 # Out of sync reactos/lib/mpr # Synced to Wine-20040716 +reactos/lib/msacm # Out of sync +reactos/lib/msvidoe # Out of sync +reactos/lib/odbc32 # In sync. Depends on port of Linux ODBC. reactos/lib/ole32 # Synced to Wine-20040716 +reactos/lib/oleaut32 # Out of sync reactos/lib/oledlg # Synced to Wine-20040716 +reactos/lib/oldpro32 # Out of sync reactos/lib/richedit # Synced to Wine-20040716 reactos/lib/rpcrt4 # Synced to Wine-20040716 +reactos/lib/setupapi # Out of sync reactos/lib/shell32 # 2004/08/08: Syncing in progress reactos/lib/shlwapi # Synced to Wine-20040716 reactos/lib/twain # Out of sync -reactos/lib/unicode # make this go away. Synced to Wine-20040716 +reactos/lib/unicode # Dependancy on this lib needs to be removed. Synced to Wine-20040716 +reactos/lib/version # Out of sync +reactos/lib/wininet # Out of sync reactos/lib/winmm # Synced to Wine-20040716 reactos/lib/winmm/midimap # Synced to Wine-20040716 reactos/lib/winmm/wavemap # Synced to Wine-20040716 @@ -55,10 +65,13 @@ ReactOS shares the following programs with Winehq. reactos/subsys/system/regedit #Out of sync reactos/subsys/system/expand -In addition the following source files are mostly based on code ported +In addition the following libs, dlls and source files are mostly based on code ported from Winehq CVS. If you are looking to update something in these files check Wine current souces first as it may already be fixed. +reactos/lib/imm32 # +reactos/lib/uuid # + reactos/lib/user32/controls/button.c reactos/lib/user32/controls/edit.c reactos/lib/user32/controls/static.c