On Thursday 15 January 2004 16:07, Vincent Béron wrote:
Changelog: Yet another new spec file added to winapi_check/modules.dat, this time iccvid.spec.
After DLL separation is complete, adding these will no longer be necessary, right? -Hans
Hans Leidekker <hans(a)it.vu.nl> writes:
After DLL separation is complete, adding these will no longer be necessary, right?
Well, it's really winapi_check that needs to be made smarter. 99% of the contents of that file are redundant already and could be determined automatically. -- Alexandre Julliard julliard(a)winehq.com
On Thursday 15 January 2004 19:21, Alexandre Julliard wrote:
After DLL separation is complete, adding these will no longer be necessary, right?
Well, it's really winapi_check that needs to be made smarter. 99% of the contents of that file are redundant already and could be determined automatically.
Yes, that's what I was aiming at. All it seems to add is grouping of files under a module, which is implied when DLL separation is complete. Then it would simply be a matter of doing: find dlls/ -name "*.spec" or some equivalent of that, and we can get rid of synchronizing winapi_check by hand. -Hans
On January 16, 2004 03:48 am, Hans Leidekker wrote:
Then it would simply be a matter of doing:
find dlls/ -name "*.spec"
or some equivalent of that, and we can get rid of synchronizing winapi_check by hand.
We can do that even now, by turning the problem inside out: -- teach winapi_check the simple find trick -- provide a (manually maintained) list of exceptions -- Dimi.
On Friday 16 January 2004 09:13, Dimitrie O. Paun wrote:
We can do that even now, by turning the problem inside out: -- teach winapi_check the simple find trick -- provide a (manually maintained) list of exceptions
OK, here's a patch that does that. Afterwards do: cvs rm -f tools/winapi_check/modules.dat -Hans Changelog: Get rid of the static module list.
participants (3)
-
Alexandre Julliard -
Dimitrie O. Paun -
Hans Leidekker