From 499a3654e546a714c895f7a5da9e87039e122416 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 16 Sep 2023 09:03:42 -0400 Subject: [PATCH] typo fix in Makefile.nmake for 3rd party soundlib --- sys/windows/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 2e1fcd30f..ab87543d1 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -805,7 +805,7 @@ NEED_USERSOUNDS=Y NEED_SEAUTOMAP=Y NEED_WAV=Y FMODROOT=..\lib\fmod\api\core -SOUNDLIBINCL = $(SOUNDLIBINCL) -I$(FMODLIBROOT)/inc +SOUNDLIBINCL = $(SOUNDLIBINCL) -I$(FMODROOT)/inc SOUNDLIBDEFS = $(SOUNDLIBDEFS) -DSND_LIB_FMOD TTYSOUNDOBJS = $(TTYSOUNDOBJS) $(OTTY)fmod.o GUISOUNDOBJS = $(GUISOUNDOBJS) $(OGUI)fmod.o