diff options
| author | ruki <[email protected]> | 2018-09-29 20:17:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-09-29 20:17:46 +0800 |
| commit | 27658956cfe3f4223753059a3324a9b320320ad7 (patch) | |
| tree | 44406ce7a61553f0af9086e818bb79d5a11682d7 /core/src/xmake/makefile | |
| parent | 2f283df97b8527cc69c3139efec7ad27a6851611 (diff) | |
add os.ln and os.islink
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index 1b5a939cc..cd05a8b6a 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -16,6 +16,7 @@ xmake_C_FILES += \ machine \ os/argv \ os/find \ + os/link \ os/isdir \ os/rmdir \ os/mkdir \ @@ -27,6 +28,7 @@ xmake_C_FILES += \ os/curdir \ os/tmpdir \ os/isfile \ + os/islink \ os/rmfile \ os/cpfile \ os/rename \ |
