]> granicus.if.org Git - nethack/commitdiff
remove a value used for a test run of nmake
authornhmall <nhmall@nethack.org>
Mon, 30 Jan 2023 03:09:54 +0000 (22:09 -0500)
committernhmall <nhmall@nethack.org>
Mon, 30 Jan 2023 03:09:54 +0000 (22:09 -0500)
sys/windows/Makefile.nmake

index c10632912ec7d7942c8f8e234beaad0e0c99d01c..71983f606178af3b1829679a9fce584331f5dd17 100644 (file)
@@ -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
 
 #
 #------------------------------------------------------------------------------