feat: add sound to Doom, fix window server regression

This commit is contained in:
2026-03-23 20:41:50 +01:00
parent 63d9270613
commit 560cb67722
4 changed files with 383 additions and 27 deletions
+3 -1
View File
@@ -51,7 +51,9 @@ CFLAGS := \
-mcmodel=small \
-DNORMALUNIX \
-DLINUX \
-DFEATURE_SOUND \
-isystem $(LIBC_INC) \
-I . \
-I $(PROG_INC) \
-I $(DOOM_SRC) \
-isystem $(shell $(CC) -print-file-name=include)
@@ -154,7 +156,7 @@ DOOM_SRCS := \
z_zone.c
# Local source files
LOCAL_SRCS := doomgeneric_montauk.c
LOCAL_SRCS := doomgeneric_montauk.c i_sound_montauk.c
# ---- Object files ----