diff options
| author | ruki <[email protected]> | 2019-08-18 23:29:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-08-18 23:29:31 +0800 |
| commit | 236988050bfe9f51ebe6b72c6e3d760bb2e349ef (patch) | |
| tree | a024e29828dd0954705f276bd257cd77cafad1c5 /core/src/xmake/makefile | |
| parent | 35e6c625a2279a9c6adfdba1027b27d088b3c8b6 (diff) | |
rewrite io
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index 1568a8b45..9385211cb 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -44,12 +44,12 @@ xmake_C_FILES += \ os/uid \ os/gid \ os/getown \ - io/file___len \ - io/file___tostring \ - io/file_close___gc \ + io/std \ + io/file_size \ + io/file_close \ io/file_flush \ io/file_isatty \ - io/file_path \ + io/file_open \ io/file_read \ io/file_seek \ io/file_write \ @@ -58,8 +58,6 @@ xmake_C_FILES += \ io/filelock_unlock \ io/filelock_trylock \ io/filelock_close \ - io/open \ - io/std \ path/relative \ path/absolute \ path/translate \ |
