diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2013-04-01 21:30:26 +0200 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2013-04-04 22:42:22 +0200 |
commit | b3ef8c8e5bb85ea5186156b75fc009f1c6831cb6 (patch) | |
tree | c796fbb5369457bccf7c6d1f375122bf98ac563a /rbutil/sansapatcher | |
parent | 86d46b626b347463c688206dc49ec3a716a444c3 (diff) |
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')
-rw-r--r-- | rbutil/sansapatcher/Makefile | 3 |
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 $(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 $< |