From e560f5b885030a3be1006a8fae12d4b60e3208c2 Mon Sep 17 00:00:00 2001 From: Eric Gustafson Date: Tue, 22 Nov 2005 23:20:19 +0000 Subject: [PATCH] Fix missing DLL on some systems --- stepmania/stepmania.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index a1978aba93..91e6f9f707 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -301,6 +301,7 @@ Section "Main Section" SecMain !ifdef ASSOCIATE_SMZIP Call RefreshShellIcons !endif + File "Program\msvcp70.dll" File "Program\msvcr71.dll" File "Program\msvcp71.dll" File "Program\jpeg.dll"