From 167cc3aaefea8333d4ea0b38ef7fd784a2b9e28e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 22 May 2003 23:50:00 +0000 Subject: [PATCH] Cool. Apparently this works on DLLs, too. --- stepmania/stepmania.nsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 0a9c7668a2..daeffa4a78 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -21,6 +21,11 @@ !system "echo This may take a moment ..." ignore !system "utils\upx StepMania.exe" ignore !system "utils\upx smpackage.exe" ignore +!system "utils\upx msvcr70.dll" ignore +!system "utils\upx msvcp70.dll" ignore +!system "utils\upx jpeg.dll" ignore +!system "utils\upx SDL.dll" ignore +!system "utils\upx SDL_image.dll" ignore Name "${PRODUCT_NAME}" OutFile "StepMania-CVS-20030422.exe"