From 70c912b7d545515823d0b06953a8afe0253ab09c Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Tue, 17 Sep 2024 02:20:35 -0500 Subject: core: add several new files Add several new files to the core subsystem. These files will be the basic building blocks upon which the rest of the engine will sit atop of. These files will be present in all builds, including headless and platform builds. Signed-off-by: Danny Holman --- sound/make.config | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 sound/make.config (limited to 'sound') diff --git a/sound/make.config b/sound/make.config deleted file mode 100644 index 6fe27f5..0000000 --- a/sound/make.config +++ /dev/null @@ -1,7 +0,0 @@ -ifneq ("$(HEADLESS)", "1") - -LIBS += -lopenal - -OBJS += sound/sound.o \ - -endif -- cgit v1.2.3