diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 0e9d0c1027..33398ffa93 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -25,6 +25,7 @@ !system "utils\upx avformat.dll" ignore !system "utils\upx resample.dll" ignore !system "utils\upx dbghelp.dll" ignore +!system "utils\upx zlib1.dll" ignore Name "${PRODUCT_NAME_VER}" OutFile "${PRODUCT_NAME_VER}.exe" @@ -208,7 +209,7 @@ File "avcodec.dll" File "avformat.dll" File "resample.dll" File "dbghelp.dll" -; File "SDL_net.dll" +File "zlib1.dll" File "COPYING.txt" File "README-FIRST.html" @@ -352,6 +353,7 @@ Delete "$INSTDIR\avcodec.dll" Delete "$INSTDIR\avformat.dll" Delete "$INSTDIR\resample.dll" Delete "$INSTDIR\dbghelp.dll" +Delete "$INSTDIR\zlib1.dll" Delete "$INSTDIR\COPYING.txt" Delete "$INSTDIR\README-FIRST.html" Delete "$INSTDIR\NEWS" diff --git a/stepmania/zlib1.dll b/stepmania/zlib1.dll new file mode 100644 index 0000000000..9727aeccb0 Binary files /dev/null and b/stepmania/zlib1.dll differ