We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Optimize the implementation of copy resources files when compile project in console
Optimize the implementation of copy resources files when compile project in console
Feature #4666 [Closed]
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset commit:bce489e9f9c2f1bd5793060047ecacc09f580b01.
Status: | Closed | |
---|---|---|
Start date: | ||
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | all | |
Target version: | 3.0-rc2 |
The implementation of copy resources files when compile project is : Copy all files in specified directory into the root directory of resources.
There are two things should be supported:
1. Support specify the destination directory of copied files
2. Support patterns to include/exclude files.