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/wina
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
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
> determin
Hans Leidekker <[EMAIL PROTECTED]> 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.
--
Alexan
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