amagnasco / xwpe

Upload of an abandoned ncurses-based programming environment
http://www.identicalsoftware.com/xwpe/
GNU General Public License v2.0
29 stars 6 forks source link

Which platforms do we support? #35

Open gbonnema opened 7 years ago

gbonnema commented 7 years ago

In we_fl_unix.c pratically all of the program is bracketed with #ifdef UNIX. This makes me wonder what else we support. As we do no longer support DJGPP (no knowledge and platform is all but dead), which others do we support? Especially if they are not unix platforms?

amagnasco commented 7 years ago

This requires some digging through the old documentation, starting with the original project. I'll see what I can find when I have a moment.

amagnasco commented 7 years ago

Easiest way to figure this out is just adding platform testing to the CI, and work from there.

amagnasco commented 7 years ago

Let's keep track of support here, before we move it into the docs.