Only embed wav resources if soundlib defined

This commit is contained in:
nhmall
2023-01-31 02:22:25 -05:00
parent f2dc7f308d
commit e6012ab658
3 changed files with 14 additions and 9 deletions

View File

@@ -391,6 +391,7 @@ BEGIN
IDS_APP_TITLE_SHORT "NetHack for Windows"
END
#ifdef RCWAV
se_squeak_A WAVE "se_squeak_A.wav"
se_squeak_B WAVE "se_squeak_B.wav"
se_squeak_B_flat WAVE "se_squeak_B_flat.wav"
@@ -451,7 +452,7 @@ sound_Wooden_Harp_D WAVE "sound_Wooden_Harp_D.wav"
sound_Wooden_Harp_E WAVE "sound_Wooden_Harp_E.wav"
sound_Wooden_Harp_F WAVE "sound_Wooden_Harp_F.wav"
sound_Wooden_Harp_G WAVE "sound_Wooden_Harp_G.wav"
#endif
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////