forked from len0rd/rockbox
matsl's simulator icons added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1877 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
16aae47952
commit
e33b439216
1 changed files with 4 additions and 1 deletions
|
@ -73,7 +73,7 @@ endif
|
|||
|
||||
SRCS = button.c dir-win32.c lcd-win32.c panic-win32.c thread-win32.c \
|
||||
debug-win32.c kernel.c string-win32.c uisw32.c stubs.c \
|
||||
$(APPS) $(MENUS) $(FIRMSRCS) strtok.c
|
||||
$(APPS) $(MENUS) $(FIRMSRCS) strtok.c sim_icons.c
|
||||
|
||||
OBJS := $(SRCS:%.c=$(OBJDIR)/%.o) $(OBJDIR)/uisw32-res.o
|
||||
|
||||
|
@ -191,6 +191,9 @@ $(OBJDIR)/strtok.o: $(COMMON)/strtok.c
|
|||
$(OBJDIR)/stubs.o: ../common/stubs.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/sim_icons.o: ../common/sim_icons.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
# these ones are simulator-specific
|
||||
|
||||
$(OBJDIR)/%.o: %.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue