From 69a5989d9e82dcc93e2b6fa2afc8be8367df0753 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 24 Feb 2006 19:43:46 +0000 Subject: [PATCH] add resample.dll --- stepmania/stepmania.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index f00e769915..4e42355f1b 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -313,6 +313,7 @@ Section "Main Section" SecMain File "Program\avformat.dll" File "Program\dbghelp.dll" File "Program\zlib1.dll" + File "Program\resample.dll" ; Create Start Menu icons SetShellVarContext current # 'all' doesn't work on Win9x @@ -638,7 +639,7 @@ Section "Uninstall" Delete "$INSTDIR\Program\avformat.dll" Delete "$INSTDIR\Program\dbghelp.dll" Delete "$INSTDIR\Program\zlib1.dll" - Delete "$INSTDIR\Program\lua.dll" + Delete "$INSTDIR\Program\resample.dll" RMDir "$INSTDIR\Program" ; It's harmless to delete this, as long as we leave Stats.xml alone; it'll be rewritten