Cpasjuste / pemu

GNU General Public License v3.0
438 stars 49 forks source link

Fix pfbneo target linking issue for MSYS #272

Closed R-YaTian closed 7 months ago

R-YaTian commented 7 months ago

This PR will fix "Argument list too long" issue when linking pfbneo on MSYS toolchain. Now we will use "RESPONSE FILE" for cmake objects when building c++ source files. I think this should be helpful for all building toolchain. Also fix readme for pgba and pgen.

Cpasjuste commented 7 months ago

Nice one, thanks. Did struggle on this in the past without a real/clean solution :)