From d2367673e55de587cc28e12409a1a1d3678cf56f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 25 Sep 2003 04:08:23 +0000 Subject: [PATCH] add resample.dll --- stepmania/stepmania.nsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 638ef11d9e..c67b43038b 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -23,6 +23,7 @@ !system "utils\upx SDL_image.dll" ignore !system "utils\upx avcodec.dll" ignore !system "utils\upx avformat.dll" ignore +!system "utils\upx resample.dll" ignore Name "${PRODUCT_NAME_VER}" OutFile "${PRODUCT_NAME_VER}.exe" @@ -203,6 +204,7 @@ File "SDL.dll" File "SDL_image.dll" File "avcodec.dll" File "avformat.dll" +File "resample.dll" ; File "SDL_net.dll" File "COPYING.txt" @@ -345,6 +347,7 @@ Delete "$INSTDIR\SDL.dll" Delete "$INSTDIR\SDL_image.dll" Delete "$INSTDIR\avcodec.dll" Delete "$INSTDIR\avformat.dll" +Delete "$INSTDIR\resample.dll" Delete "$INSTDIR\COPYING.txt" Delete "$INSTDIR\README-FIRST.html" Delete "$INSTDIR\NEWS"