GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
766 stars 60 forks source link

Use ming64-make to build wxWidgets #52

Closed timhutton closed 4 years ago

timhutton commented 4 years ago

mingw64-make -f makefile.vc? Just a test. Does this even make sense?

Or would mingw64-make -f makefile.gcc work with our build? Is that even more stupid?

(Suspect neither of these are remotely sensible but easy to try! :)

timhutton commented 4 years ago

Ok, yes, this was pretty stupid.

Travis-CI on windows uses git bash as its shell, which doesn't come with make or mingw64-make.