graphitemaster / incbin

Include binary files in C/C++
The Unlicense
941 stars 90 forks source link

add compatibility with Green Hills Compiler #6

Closed jefflbeckman closed 9 years ago

jefflbeckman commented 9 years ago

The Green Hills Compiler only has support for the .incbin macro in Realview style syntax. This pull request will make it work as expected with that compiler while not changing behavior for other compilers.

graphitemaster commented 9 years ago

I personally prefer macro naming to follow namespaing convention. Make this macro INCBIN_MACRO opposed to what you did here and I'll merge.

graphitemaster commented 9 years ago

On second thought, I'll pull this down and fix it myself.

jefflbeckman commented 9 years ago

You beat me to it :+1:

graphitemaster commented 9 years ago

master now contains Green Hills support.