diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 9ec3bbbf90..897258fb06 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -301,10 +301,6 @@ Section "Main Section" SecMain !ifdef ASSOCIATE_SMZIP Call RefreshShellIcons !endif - ; Do not include Dlls from versions other than MSVC 7.1 in public releases. - ; If you want to do a private release for some reason and don't have MSVC 7.1, - ; then you can uncomment the line below in your local copy. - ;File "Program\msvcp70.dll" File "Program\msvcr71.dll" File "Program\msvcp71.dll" File "Program\jpeg.dll" @@ -676,4 +672,4 @@ Function un.onInit !insertmacro MUI_UNGETLANGUAGE -FunctionEnd \ No newline at end of file +FunctionEnd