From 6be1997ba82ff4998aa045b481cc320c220de155 Mon Sep 17 00:00:00 2001 From: "Dimitrie O. Paun" Date: Fri, 12 Dec 2003 04:09:12 +0000 Subject: [PATCH] List the tools subdirs as we do for all the others. Update description of the misc/ dir. --- DEVELOPERS-HINTS | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/DEVELOPERS-HINTS b/DEVELOPERS-HINTS index 8b5fc222a45..f30b0b2ef14 100644 --- a/DEVELOPERS-HINTS +++ b/DEVELOPERS-HINTS @@ -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