summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--windows/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/windows/Makefile b/windows/Makefile
index d791735596..ca3c08c1fb 100644
--- a/windows/Makefile
+++ b/windows/Makefile
@@ -47,12 +47,8 @@ SRC_C += lib/mp-readline/readline.c
else ifeq ($(MICROPY_USE_READLINE),2)
CFLAGS_MOD += -DMICROPY_USE_READLINE=2
LDFLAGS_MOD += -lreadline
-# the following is needed for BSD
-#LDFLAGS_MOD += -ltermcap
endif
LIB += -lws2_32
-#LIB += -lmman
include ../py/mkrules.mk
-