Am 21.03.2017 um 10:40 schrieb Kamil Hornicek:
- Mesa sources is 5k files, llvm is 15k, so we have
20k files we'd have
to add to trunk.
Ok, that's indeed a huge undertaking! Although I also got mkisofs with
its special build system integrated into our CMake setup and reduced
from at least 1k files to around 130 for our needs :)
My main concern is that building this Mesa/Gallium/llvmpipe stack
doesn't become secret voodoo magic only known to a single person.
I like to keep the sources of all ReactOS components together. That
doesn't need to be a single repository. It even doesn't need to be a
module for our CMake setup.
But if building that stack for Windows requires e.g. putting 3 source
trees together, changing some lines here and there and adding an
installer, then it should be easier to do that in a Git repo than
carrying around instructions and patches.
Just some suggestions. You're free to do it however you prefer :)
- Colin