forked from len0rd/rockbox
Allow first level folders in plugin menu
add sorting directories as files move picross files to a hidden folder use directory for lua_scripts, sgt_puzzles make plugin browser able to handle 1st level directories Change-Id: I30852d71dc992c378d5790756e94f06f5a2e9bef
This commit is contained in:
parent
efcea66280
commit
d7c541742f
14 changed files with 1079 additions and 58 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
PICRSCR_SRCDIR := $(APPSDIR)/plugins/picross
|
||||
PICRSCR_BUILDDIR := $(BUILDDIR)/apps/plugins/picross
|
||||
PICRSCR_BUILDDIR := $(BUILDDIR)/apps/plugins/.picross
|
||||
PICRSCRS := $(wildcard $(PICRSCR_SRCDIR)/*.picross)
|
||||
|
||||
#DUMMY := $(info [${PICRSCRS}])
|
||||
|
|
@ -18,7 +18,7 @@ DUMMY : all
|
|||
all: $(subst $(PICRSCR_SRCDIR)/,$(PICRSCR_BUILDDIR)/,$(PICRSCRS))
|
||||
|
||||
$(PICRSCR_BUILDDIR)/%.picross: $(PICRSCR_SRCDIR)/%.picross | $(PICRSCR_BUILDDIR)
|
||||
$(call PRINTS,CP $(subst $(PICRSCR_SRCDIR)/,,$<))cp $< $@
|
||||
$(call PRINTS,CP $(subst $(APPSDIR)/,,$<))cp $< $@
|
||||
|
||||
$(PICRSCR_BUILDDIR):
|
||||
$(call PRINTS,MKDIR $@)mkdir -p $(PICRSCR_BUILDDIR)/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue