diff options
| author | ruki <[email protected]> | 2016-05-19 15:47:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-05-19 15:47:46 +0800 |
| commit | f3ab20418a0b06f84c6afa22ecfebf7965fd646b (patch) | |
| tree | 91f7d98b3c4a5631897af10eda485f58a430724f /core/src/xmake/makefile | |
| parent | 3f36fc0bee466691f3d0400ae7b4d8259870a15a (diff) | |
impl multi-jobs for builder
Diffstat (limited to 'core/src/xmake/makefile')
| -rwxr-xr-x | core/src/xmake/makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index 105bc2eff..8d2ca97f4 100755 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -21,6 +21,7 @@ xmake_C_FILES += \ os/cpdir \ os/chdir \ os/mtime \ + os/mclock \ os/curdir \ os/tmpdir \ os/isfile \ @@ -37,7 +38,10 @@ xmake_C_FILES += \ path/translate \ path/is_absolute \ string/endswith \ - string/startswith + string/startswith \ + process/open \ + process/wait \ + process/close # flags |
