ppebb / isp2

GNU Lesser General Public License v3.0
7 stars 4 forks source link

Compile PDCurses if targeting windows #80

Closed ppebb closed 4 months ago

ppebb commented 4 months ago

Adds MSBuild task to compile PDCurses if make (or mingw32-make on linux) is available and it is targeting windows.

Addresses task #79 and story #74

ppebb commented 4 months ago

Not sure whether compilation works on Windows, so I'd like someone to make sure it works.

I'd also appreciate feedback on improving the quality of the MSBuild code because it's ugly but I'm not sure how to improve it.