diff options
| author | Damien George | 2014-04-08 13:25:47 +0000 |
|---|---|---|
| committer | Damien George | 2014-04-08 13:25:47 +0000 |
| commit | 094ebef259e86dfc0f1f3c1b493d81e5e8b1b6c4 (patch) | |
| tree | 3fe9324e336ca69ebdf7a79f31980ab39e5d0619 /windows/Makefile | |
| parent | 73c79b992508ac3a72212d91db2eb5a8dd1aa60f (diff) | |
windows: Use most of the source files from unix/ port.
To keep it maintainable, windows port now uses as much as possible from
unix port. Maybe could even use mpconfigport.h.
Diffstat (limited to 'windows/Makefile')
| -rw-r--r-- | windows/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/Makefile b/windows/Makefile index a9a39a620..9bea574b6 100644 --- a/windows/Makefile +++ b/windows/Makefile @@ -4,7 +4,7 @@ include ../py/mkenv.mk PROG = micropython.exe # qstr definitions (must come before including py.mk) -QSTR_DEFS = qstrdefsport.h +QSTR_DEFS = ../unix/qstrdefsport.h # include py core make definitions include ../py/py.mk @@ -22,8 +22,8 @@ endif # source files SRC_C = \ - main.c \ - file.c \ + unix/main.c \ + unix/file.c \ OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o)) LIB = -lreadline |
