Skip to content

Commit bd3b922

Browse files
author
Martin Klang
committed
added screen deps to JS build
1 parent ffa2481 commit bd3b922

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

web.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ C_SRC += $(wildcard $(GENSOURCE)/*.c)
2626
CPP_SRC += $(wildcard $(GENSOURCE)/*.cpp)
2727
C_SRC += $(wildcard $(PATCHSOURCE)/*.c)
2828
CPP_SRC += $(wildcard $(PATCHSOURCE)/*.cpp)
29+
CPP_SRC += MonochromeScreenPatch.cpp ColourScreenPatch.cpp
30+
C_SRC += font.c
2931
WEBDIR = $(BUILD)/web
3032

3133
# EMCCFLAGS += -s WASM=0 # disables wasm output

0 commit comments

Comments
 (0)