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
|
@ -10,7 +10,6 @@
|
|||
LUASCR_SRCDIR := $(APPSDIR)/plugins/lua_scripts
|
||||
LUASCR_BUILDDIR := $(BUILDDIR)/apps/plugins/lua_scripts
|
||||
LUASCRS := $(wildcard $(LUASCR_SRCDIR)/*.lua)
|
||||
|
||||
#DUMMY := $(info [${LUASCRS}])
|
||||
|
||||
DUMMY : all
|
||||
|
@ -18,7 +17,6 @@ DUMMY : all
|
|||
all: $(subst $(LUASCR_SRCDIR)/,$(LUASCR_BUILDDIR)/,$(LUASCRS))
|
||||
|
||||
$(LUASCR_BUILDDIR)/%.lua: $(LUASCR_SRCDIR)/%.lua | $(LUASCR_BUILDDIR)
|
||||
$(call PRINTS,CP $(subst $(LUASCR_SRCDIR)/,,$<))cp $< $@
|
||||
|
||||
$(call PRINTS,CP $(subst $(APPSDIR)/,,$<))cp $< $@
|
||||
$(LUASCR_BUILDDIR):
|
||||
$(call PRINTS,MKDIR $@)mkdir -p $(LUASCR_BUILDDIR)/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue