Skip to content

Commit

Permalink
hosts/windows: Add 'input' module to Windows build
Browse files Browse the repository at this point in the history
Makes windows support everything but curses.

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Dec 24, 2022
1 parent 6598f41 commit d9f88c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hosts/windows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ SNEK_ROOT=../..

SNEK_LOCAL_SRC = \
snek-windows.c \
$(SNEK_ROOT)/snek-math.c
snek-math.c \
snek-input.c

SNEK_LOCAL_INC = snek-windows.h
SNEK_LOCAL_BUILTINS = snek-windows.builtin $(SNEK_ROOT)/snek-math.builtin
SNEK_LOCAL_BUILTINS = snek-windows.builtin $(SNEK_ROOT)/snek-math.builtin $(SNEK_ROOT)/snek-input.builtin

INF=altusmetrum.inf
WINDOWS_FILES=snek.exe snek.ico snekde.py $(PDF) $(SNEK_ROOT)/examples $(SNEK_ROOT)/COPYING $(FIRMWARE) $(USBFIRMWARE) $(INF)
Expand Down

0 comments on commit d9f88c3

Please sign in to comment.