Streamline dlls/ and programs/ in terms of indentation.

Updated the programs/ (added and deleted a bunch of entries).
Added the include/{msvcrt,wine} to the list of include dirs.
This commit is contained in:
Dimitrie O. Paun 2003-12-08 21:48:39 +00:00 committed by Alexandre Julliard
parent 6c1785d88a
commit ab9cd6e437

View file

@ -11,9 +11,8 @@ there are also various tools, documentation, sample Winelib code, and
code specific to the binary loader. Note that several of the libraries
listed here are "stubbed out", meaning they still need to be implemented.
DLLs:
-----
dlls/ - All the DLLs implemented by Wine
DLLs (under dlls/):
-------------------
advapi32/ - Crypto, systeminfo, security, eventlogging
avicap32/ - AVI capture window class
@ -71,7 +70,7 @@ DLLs:
msvcrt20/ - C runtime library version 2.0
msvcrtd/ - C runtime library debugging
msvideo/ - 16 bit video manager
msvideo/msrle32/- Video codecs
msvideo/msrle32/ - Video codecs
mswsock/ - Misc networking
netapi32/ - Network interface
ntdll/ - NT implementation of kernel calls
@ -134,10 +133,8 @@ DLLs:
wow32/ - WOW subsystem
x11drv/ - X11 display driver (Wine specific)
Winelib programs:
-----------------
programs/ - All the Winelib programs
Winelib programs (under programs/):
-----------------------------------
avitools/ - AVI information viewer and player
clock/ - Graphical clock
@ -145,22 +142,25 @@ Winelib programs:
control/ - Control panel
expand/ - Decompress Lempel-Ziv compressed archive
notepad/ - Notepad with RichEdit functionality
osversioncheck/ - Check version of Windows being indicated
progman/ - Program manager
regapi/ - Command line Registry implementation
regedit/ - Registry editor
regsvr32/ - Register COM server
regtest/ - Registry testing program
rpcss/ - RPC services
rundll32/ - Execute DLL functions directly
start/ - Replacement for start.exe
uninstaller/ - Remove installed programs
view/ - Metafile viewer
wcmd/ - Command line interface
wineboot/ - Wine bootstrap process
winecfg/ - Wine configuration utility
wineconsole/ - Console
winedbg/ - Debugger
winefile/ - File manager
winemenubuilder/ - Helper program for building Unix menu entries
winemine/ - Mine game
winepath/ - Translate between Wine and Unix paths
winetest/ - Wine testing shell
winevdm/ - Wine virtual DOS machine
winhelp/ - Help viewer
winver/ - Windows Version Program
@ -170,6 +170,8 @@ Support programs, libraries, etc:
documentation/ - some documentation
include/ - Windows standard includes
include/msvcrt - MSVC compatible libc headers
include/wine - Wine specific headers
libs/ - the Wine libraries
libs/port/ - portability library
libs/unicode/ - Unicode support shared