fix for dll Makefiles

Mike McCormack mike at codeweavers.com
Mon Sep 26 21:58:04 CDT 2005


Our dll Makefiles have an annoying bug.  For any directory that has a 
tests or other subdirectory that depends upon the def file in the parent 
directory, if I do (for example):

cd wine/dlls/msi; make clean; make

The above command will fail in the last make (when linking in the tests 
directory), because libmsi.def isn't built.  This patch fixes the 
problem by making sure the import lib is built when the the 
module.dll.so file is built.

Mike


ChangeLog:
Make sure to build the def file after a make clean in a module subdir.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: def-make-clean.diff
Type: text/x-patch
Size: 785 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050927/b7085516/def-make-clean-0001.diff


More information about the wine-patches mailing list