Removed junk from UTF-8 RTF output.
[wine] / DEVELOPERS-HINTS
index 7a2e405..6ce5549 100644 (file)
@@ -242,15 +242,6 @@ Support programs, libraries, etc:
        tools/wrc/              - the resource compiler
 
 
-Miscellaneous:
---------------
-
-Note: these directories will ultimately get moved into their
-respective dlls.
-
-       windows/                - USER window management
-
-
 
 IMPLEMENTING NEW API CALLS
 ==========================
@@ -348,7 +339,7 @@ following:
 4.  Run ./make_dlls in the dlls directory to update Makefile.in in
     that directory.
 
-5.  You can now regenerate ./configure file (with 'make configure')
+5.  You can now regenerate ./configure file (with 'autoconf')
     and the various Makefiles (with 'configure; make depend') (run
     from the top of Wine's tree).
     You should now have a Makefile file in ./dlls/<MyDll>/