Re: wine/dlls make_dlls Makefile.in Makedll.rules.in
Alexandre Julliard a écrit:
ChangeSet ID: 7854 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2003/04/11 19:05:28
Modified files: dlls : make_dlls Makefile.in Makedll.rules.in
Log message: Fixed rules for auto documentation (reported by Vincent Béron).
Patch: http://cvs.winehq.com/patch.py?id=7854
Old revision New revision Changes Path 1.23 1.24 +19 -0 wine/dlls/make_dlls 1.172 1.173 +19 -0 wine/dlls/Makefile.in 1.52 1.53 +4 -13 wine/dlls/Makedll.rules.in
Not good. Won't work correctly for dlls containing subdirs with a Makefile (msacm, etc.). In those cases, only the first level directory will be processed, not the subdirs. Vincent
Vincent Béron <vberon(a)mecano.gme.usherb.ca> writes:
Not good. Won't work correctly for dlls containing subdirs with a Makefile (msacm, etc.). In those cases, only the first level directory will be processed, not the subdirs.
Yes it will work, subdirs are processed by the main dll makefile. -- Alexandre Julliard julliard(a)winehq.com
participants (2)
-
Alexandre Julliard -
Vincent Béron