mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Put resource object into object folder.
Use correct path for windres output. Fixes windres running even if no changes are present. Change-Id: I2841113bab9b38f2a03ba2f168b3d8bdb5c102df
This commit is contained in:
parent
86d46b626b
commit
b3ef8c8e5b
2 changed files with 5 additions and 3 deletions
|
|
@ -39,7 +39,8 @@ endif
|
|||
|
||||
$(OBJDIR)main.o: $(BOOTSRC)
|
||||
$(OBJDIR)sansapatcher-rc.o: sansapatcher.rc sansapatcher.manifest
|
||||
$(CROSS)$(WINDRES) -i sansapatcher.rc -o sansapatcher-rc.o
|
||||
@echo WINDRES $(notdir $<)
|
||||
$(SILENT)$(CROSS)$(WINDRES) -i sansapatcher.rc -o $@
|
||||
|
||||
bootimg_c200.c: firmware.mi4 $(BIN2C)
|
||||
@echo BIN2C $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue