diff options
| author | ruki <[email protected]> | 2017-08-14 11:27:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-14 11:29:30 +0800 |
| commit | dba45d143d8aff047da82cbe1a881056e6e4bc00 (patch) | |
| tree | 7b80d5de264c17b538a7c9d0fbb234ded39ac683 /core/src/xmake/makefile | |
| parent | 34706ba053dda9dd86902cacf42a6c1878c85234 (diff) | |
merge repo and require codes
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index e9f5badce..aa003cc35 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -16,13 +16,13 @@ xmake_C_FILES += \ machine \ os/argv \ os/find \ - os/uuid \ os/isdir \ os/rmdir \ os/mkdir \ os/cpdir \ os/chdir \ os/mtime \ + os/sleep \ os/mclock \ os/curdir \ os/tmpdir \ @@ -44,6 +44,8 @@ xmake_C_FILES += \ path/absolute \ path/translate \ path/is_absolute \ + hash/uuid \ + hash/sha256 \ winreg/query \ string/endswith \ string/startswith \ @@ -53,6 +55,10 @@ xmake_C_FILES += \ process/waitlist \ process/close \ sandbox/interactive \ + semver/parse \ + semver/satisfies \ + semver/select \ + semver/semver \ readline/readline \ readline/history_list \ readline/add_history \ @@ -65,7 +71,8 @@ xmake_CXFLAGS += $(if $(findstring readline,$(base_LIBNAMES)),-DXM_CONFIG_API # includes xmake_INC_DIRS += \ - ../luajit/src + ../luajit/src \ + ../sv/include # suffix |
