Re: Allow out-of-tree builds against configured source tree
Dec. 5, 2005
10:30 a.m.
Pavel Roskin <proski(a)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(a)winehq.org
7416
Age (days ago)
7416
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard