Cosmetic: "IMPLEMENTING A NEW DLL" doc update

Jan Kratochvil short at ucw.cz
Sun Sep 15 17:40:17 CDT 2002


Hi,

Some update (correct?) of one obsolete doc.

Commit requested if approved as I have no CVS commit access.


Jan Kratochvil
-------------- next part --------------
Index: DEVELOPERS-HINTS
===================================================================
RCS file: /home/wine/wine/DEVELOPERS-HINTS,v
retrieving revision 1.12
diff -u -r1.12 DEVELOPERS-HINTS
--- DEVELOPERS-HINTS	6 May 2002 20:08:43 -0000	1.12
+++ DEVELOPERS-HINTS	15 Sep 2002 22:27:05 -0000
@@ -242,10 +242,9 @@
     macros. 
 
 3.  Add the directory (and the generated .o file for the module) in: 
-    + ./configure.in (in AC_OUTPUT macro at the end of the file to
+    + ./configure.ac (in AC_OUTPUT macro at the end of the file to
       trigger the Makefile generation),
-    + ./Makefile.in (in LIBSUBDIRS and LIBOBJS macros)
-    + ./dlls/Makefile.in (in SUBDIRS macro)
+    + ./dlls/Makefile.in (in SUBDIRS macro by ./dlls/make_dlls script)
 
 4.  You can now regenerate ./configure file (with 'make configure')
     and the various Makefiles (with 'configure; make depend') (run


More information about the wine-patches mailing list