diff options
| author | ruki <[email protected]> | 2015-05-17 10:28:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-17 10:28:22 +0800 |
| commit | 7be8238f634969e80e678f59ab418900f846b094 (patch) | |
| tree | 75c956fde24193c7d6e21a7406de5cc8518d9ab8 /core/src/xmake/makefile | |
| parent | b7344cd33b93ba1a1aa96eea057adf4b71f7139a (diff) | |
add some os interfaces
Diffstat (limited to 'core/src/xmake/makefile')
| -rwxr-xr-x | core/src/xmake/makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index e0b530bb1..899ceaf3a 100755 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -14,6 +14,15 @@ xmake_CONFIG = y xmake_C_FILES += \ xmake \ machine \ + os/isdir \ + os/rmdir \ + os/mkdir \ + os/cpdir \ + os/isfile \ + os/rmfile \ + os/cpfile \ + os/rename \ + os/exists \ path/absolute \ path/translate \ path/is_absolute \ |
