dlls/*/tests/Makefile

Sylvain Petreolle spetreolle at yahoo.fr
Mon Oct 27 13:18:50 CST 2003


I noticed that the Makefile in tests directory actually already tries
to regenerate it.
But instead, it fails,because it uses this path :

tests -> ../../.. -> dlls -> generation of lib${IMPORTS}.def  
(IMPORTLIBS in Makefile)

where it could do, much simpler (and without slowdown) :

tests -> .. -> generation of  $(TESTDLL:%.dll=%).def

> That's normal, the import libs dependencies are only in the top-level
> dlls makefile. Fixing that would require even more makefile recursion
> and slow everything down, so it's not worth it. After a make clean
> you
> need to run make in the dlls directory at least once.


=====
Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net)
 ICQ #170597259
Say NO to software patents
Dites NON aux brevets logiciels

"What if tomorrow the War could be over ?" Morpheus, in "Reloaded".

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



More information about the wine-devel mailing list