mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 16:18:38 +00:00
List the tools subdirs as we do for all the others.
Update description of the misc/ dir.
This commit is contained in:
parent
166145385d
commit
6be1997ba8
1 changed files with 10 additions and 2 deletions
|
@ -180,7 +180,15 @@ Support programs, libraries, etc:
|
|||
libs/wpp/ - C preprocessor
|
||||
loader/ - the main Wine loader
|
||||
server/ - the Wine server
|
||||
tools/ - relay code builder, resource compiler, etc.
|
||||
tools/ - various tools used to build/check Wine
|
||||
tools/widl - the IDL compiler
|
||||
tools/winapi{,_check} - A Win32 API checker
|
||||
tools/winebuild - Wine build tool
|
||||
tools/winedump - a .DLL dump utility
|
||||
tools/winegcc - a MinGW command line compatible gcc wrapper
|
||||
tools/wmc - the message compiler
|
||||
tools/wpp - the C pre-processor library
|
||||
tools/wrc - the resource compiler
|
||||
|
||||
|
||||
Miscellaneous:
|
||||
|
@ -190,7 +198,7 @@ Note: these directories will ultimately get moved into their
|
|||
respective dlls.
|
||||
|
||||
files/ - KERNEL file I/O
|
||||
misc/ - KERNEL shell, registry, winsock, etc.
|
||||
misc/ - KERNEL registry
|
||||
|
||||
graphics/ - GDI graphics drivers
|
||||
objects/ - GDI logical objects
|
||||
|
|
Loading…
Reference in a new issue