UpstandingHackers / hammer

Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.
GNU General Public License v2.0
430 stars 40 forks source link

Building on appveyor #137

Closed uucidl closed 8 years ago

uucidl commented 8 years ago

This PR is part of an effort to make Hammer useable on windows.

The goal of this particular PR is to allow early detection of developments that would not be portable to MSVC: -it establishes an appveyor.yml file at the top of the hammer tree, and two build batch scripts. -it changes the header files so that they can be included in a MSVC program -it documents the source files which already build on Windows

This assumes that UpstandingHackers registers the project on AppVeyor (it's free of charge for opensource projects)

Further PRs will complete the porting effort.