Compiling Wine sources with duplicated include parameters

Alexandre Julliard julliard at winehq.com
Tue Apr 1 12:20:03 CST 2003


Rolf Kalbermatter <rolf.kalbermatter at citeng.com> writes:

> While downloading and compiling the latest CVS sources I noticed that the
> command line for each (most?) source files reads like
> 
> gcc -c -I. -I. -I../../include -I../../include ............. or similar
> 
> This is not a serious problem but the duplication of the two include parameters
> strikes me as odd and definitely unnecessary, making the command line unnecessarily
> long.

It's needed for out of tree builds, in that case the include paths are
all different.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list