perl/lib/ExtUtils
Tony Cook 3c21fb41ba win32/@makefiles: move the full perl config.h to full/
Unfortunately compilers will look in . for #include "..." before any
-I specified, this meant that objects for miniperl.exe could be
built with the full perl configuration which doesn't match the
configuration used to build the miniperl objects the first time
around.

config.h is referenced by a few other tools, so those also needed to
be updated to find the moved config.h.
2023-07-31 10:18:46 +10:00
..