From cf1effe02d99d74db684ff324a46fa32cf186417 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 8 Mar 2023 10:41:26 +0100 Subject: fix windows build system and add vscode configuration files --- src/ds.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ds.mk') diff --git a/src/ds.mk b/src/ds.mk index f70c1c9..d4354a2 100644 --- a/src/ds.mk +++ b/src/ds.mk @@ -3,6 +3,10 @@ LD := gcc LFLAGS += -lSDL2 +ifeq ($(HOST),Msys) +SHARED_FLAGS += -I/mingw64/include +endif + DESKTOP_SRCS += ppusim/sim.c \ ppusim/mem.c \ ppusim/pixel.c \ -- cgit v1.2.3