diff options
| author | ruki <[email protected]> | 2020-02-10 23:49:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-10 16:56:08 +0800 |
| commit | 91b153126ec824195bb45b38f04e07ff9cba3029 (patch) | |
| tree | 243c43af1d4d7e23fdf877d4bc95642bc114d51b /core/src/xmake | |
| parent | 84f264409c95ace58e7fde0a7ed50103a604edad (diff) | |
update makefile
Diffstat (limited to 'core/src/xmake')
| -rw-r--r-- | core/src/xmake/makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index 37016d54d..26915fa39 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -112,7 +112,13 @@ xmake_C_FILES += \ readline/history_list \ readline/add_history \ readline/clear_history - + +ifeq ($(PLAT),mingw) +xmake_C_FILES += \ + winos/ansi \ + winos/logical_drives \ + winos/registry_query +endif # flags xmake_CXFLAGS += -D__tb_prefix__=\"xmake\" |
