bitbox icon indicating copy to clipboard operation
bitbox copied to clipboard

Problem with relative file paths in buildsystem

Open pulkomandy opened this issue 8 years ago • 0 comments

For the contiki port, some files in GAME_C_FILES have a path like "../contiki/foo.c". Because of the "..", the object files for emu and native end up in the same directory. I think some transformation should be done on the paths (maybe just remove all "../" from them?) to avoid this.

pulkomandy avatar Jun 05 '17 15:06 pulkomandy