Allow out-of-tree builds against configured source tree

Alexandre Julliard julliard at winehq.org
Mon Dec 5 04:30:36 CST 2005


Pavel Roskin <proski at gnu.org> writes:

> 	* Make.rules.in: Change include path to prefer include files in
> 	the output tree over those in the source tree.  This allows
> 	compiling Wine outside the source tree even if Wine was already
> 	compiled in the source tree, possibly with different options.

You really don't want to do that, that's a recipe for trouble. Make
will check the source dir for dependencies so if you have objects in
there it won't rebuild things properly.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list