summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/Makefile
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2013-04-01 21:30:26 +0200
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2013-04-04 22:42:22 +0200
commitb3ef8c8e5bb85ea5186156b75fc009f1c6831cb6 (patch)
treec796fbb5369457bccf7c6d1f375122bf98ac563a /rbutil/sansapatcher/Makefile
parent86d46b626b347463c688206dc49ec3a716a444c3 (diff)
downloadrockbox-b3ef8c8e5bb85ea5186156b75fc009f1c6831cb6.tar.gz
rockbox-b3ef8c8e5bb85ea5186156b75fc009f1c6831cb6.zip
Put resource object into object folder.
Use correct path for windres output. Fixes windres running even if no changes are present. Change-Id: I2841113bab9b38f2a03ba2f168b3d8bdb5c102df
Diffstat (limited to 'rbutil/sansapatcher/Makefile')
-rw-r--r--rbutil/sansapatcher/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/rbutil/sansapatcher/Makefile b/rbutil/sansapatcher/Makefile
index 4e86d6b06f..08af2bb6c8 100644
--- a/rbutil/sansapatcher/Makefile
+++ b/rbutil/sansapatcher/Makefile
@@ -39,7 +39,8 @@ endif
39 39
40$(OBJDIR)main.o: $(BOOTSRC) 40$(OBJDIR)main.o: $(BOOTSRC)
41$(OBJDIR)sansapatcher-rc.o: sansapatcher.rc sansapatcher.manifest 41$(OBJDIR)sansapatcher-rc.o: sansapatcher.rc sansapatcher.manifest
42 $(CROSS)$(WINDRES) -i sansapatcher.rc -o sansapatcher-rc.o 42 @echo WINDRES $(notdir $<)
43 $(SILENT)$(CROSS)$(WINDRES) -i sansapatcher.rc -o $@
43 44
44bootimg_c200.c: firmware.mi4 $(BIN2C) 45bootimg_c200.c: firmware.mi4 $(BIN2C)
45 @echo BIN2C $< 46 @echo BIN2C $<