mirror of https://github.com/axmolengine/axmol.git
Descend into included directories to check for file inclusion.
Only applies to directories that are marked as unignored, since the travis script has the odd problem of not descending into those directories and, as a result, not recording the files in them. I'm assuming the failure to descend into included directories is unintended.
This commit is contained in:
parent
590975d08d
commit
41027463c9
|
@ -97,6 +97,7 @@ class CocosFileList:
|
||||||
self.fileList_lua.append("%s/" %relativePath)
|
self.fileList_lua.append("%s/" %relativePath)
|
||||||
else:
|
else:
|
||||||
self.fileList_com.append("%s/" %relativePath)
|
self.fileList_com.append("%s/" %relativePath)
|
||||||
|
self.__parseFileList(path)
|
||||||
continue
|
continue
|
||||||
if (
|
if (
|
||||||
self.__bExclude("/%s" %relativePath) or
|
self.__bExclude("/%s" %relativePath) or
|
||||||
|
|
Loading…
Reference in New Issue