From 094ebef259e86dfc0f1f3c1b493d81e5e8b1b6c4 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 8 Apr 2014 13:25:47 +0000 Subject: 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. --- windows/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'windows/Makefile') 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 -- cgit v1.2.3