graphitemaster / incbin

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

Paths #8

Closed IngwiePhoenix closed 9 years ago

IngwiePhoenix commented 9 years ago

When giving incbin a file to include, it usually seems to operate from the current working directory. How can the search path be influenced? -I on Clang does not seem to yield any results.

graphitemaster commented 9 years ago

Search path for the incbin tool cannot be influenced. This option could be added though.

graphitemaster commented 9 years ago

Implemented support for -Isearch_path, you may specify multiple search paths with this.