ooc-lang / rock

:ocean: self-hosted ooc compiler that generates c99
http://ooc-lang.org/
MIT License
404 stars 40 forks source link

Fixed missing limits include for Windows, thanks @sebastianbaginski #928

Closed davidhesselbom closed 9 years ago

davidhesselbom commented 9 years ago

If you're interested, AppVeyor can be used to do what Travis does, but under Windows. I'm still trying to figure out how to use it myself, but once I do, I could make another pull request with a .yml file for it, if you want.

fasterthanlime commented 9 years ago

Thanks :star2:

AppVeyor looks interesting, I'm curious how well it would integrate with MinGW.

davidhesselbom commented 9 years ago

Not sure whether you meant to merge or close this one....

Anyway, yeah, that's what I'm trying to figure out, too. It should work, but I haven't been able to build anything completely, not yet. I'm looking into mingw-w64 because it comes with packages for threading that are missing in the default MinGW, but they may already be there on AppVeyor (which comes preinstalled with MinGW, but I haven't figured out with which packages yet).