From 8bb1feab618025515830409cd1c424696618691b Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 29 Jan 2023 22:09:54 -0500 Subject: [PATCH] remove a value used for a test run of nmake --- 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 c10632912..71983f606 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -49,7 +49,7 @@ GAMEDIR = ..\binary # Default game build directory # # windsound uses built-in Microsoft API's, no 3rd party download is required. -SOUND_LIBRARIES = windsound fmod +SOUND_LIBRARIES = windsound # #------------------------------------------------------------------------------