retrodeluxe / rlengine-msx

RetroDeluxe Game Engine for MSX computers
GNU General Public License v2.0
51 stars 3 forks source link

game_test build fails due to TGA resource _ext.h file generation error #10

Closed jpoikela closed 3 years ago

jpoikela commented 3 years ago

I believe the makefile causes extra characters ":=" in "game_test_tiles_ext.h" and also the generated file only contains the last created entry (the make line is not appending but overwriting)

problematic line: https://github.com/retrodeluxe/rlengine-msx/blob/b1b619ae47fe724c5c6a588ae98948555ac57bd6/build/build_resources.mk#L132

retrodeluxe commented 3 years ago

thanks, is just a big typo introduced a couple of commits ago, I have just fixed it.