typo fix in Makefile.nmake for 3rd party soundlib

This commit is contained in:
nhmall
2023-09-16 09:03:42 -04:00
parent 450efa0dc4
commit 499a3654e5

View File

@@ -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