Andi Vajda <va...@apache.org> wrote: > I was thinking of putting it into a tree sibling to jcc, called > helpers, where all this build stuff could move to - including a mini > fork of setuptools for patch.43 if it really had to come to this. > > So helpers.windows has your stuff, helpers.setuptools, the patched > linux shared lib support, and so on.. as needed. That helpers tree > would be part of a sdist archive, via MANIFEST.in but not included > when jcc is installed.
Seems like it would work. The patch to MinGW32CCompiler could also go in that file. I kept the JDK-finding code in jcc/windows.py, though, so that it could be available at runtime for finding the JVM DLL, too. Bill