mirror of https://github.com/stella-emu/stella.git
Include latest required vcruntime libs, so Stella can start again.
This commit is contained in:
parent
2128ceb81a
commit
c4016ea489
|
@ -51,18 +51,13 @@ mkdir %STELLA_DIR%
|
||||||
mkdir %STELLA_DIR%\docs
|
mkdir %STELLA_DIR%\docs
|
||||||
|
|
||||||
echo Copying executable files ...
|
echo Copying executable files ...
|
||||||
copy %RELEASE%\Stella.exe %STELLA_DIR%
|
copy %RELEASE%\Stella.exe %STELLA_DIR%
|
||||||
copy %RELEASE%\SDL*.dll %STELLA_DIR%
|
copy %RELEASE%\*.dll %STELLA_DIR%
|
||||||
|
|
||||||
echo Copying DOC files ...
|
echo Copying DOC files ...
|
||||||
xcopy ..\..\..\docs\* %STELLA_DIR%\docs /s /q
|
xcopy ..\..\..\docs\* %STELLA_DIR%\docs /s /q
|
||||||
copy ..\..\..\Announce.txt %STELLA_DIR%\docs
|
copy ..\..\..\*.txt %STELLA_DIR%\docs
|
||||||
copy ..\..\..\Changes.txt %STELLA_DIR%\docs
|
copy ..\..\..\*.md %STELLA_DIR%\docs
|
||||||
copy ..\..\..\Copyright.txt %STELLA_DIR%\docs
|
|
||||||
copy ..\..\..\License.txt %STELLA_DIR%\docs
|
|
||||||
copy ..\..\..\Readme.md %STELLA_DIR%\docs
|
|
||||||
copy ..\..\..\README-SDL.txt %STELLA_DIR%\docs
|
|
||||||
copy ..\..\..\Todo.txt %STELLA_DIR%\docs
|
|
||||||
|
|
||||||
:: Create output directory for release files
|
:: Create output directory for release files
|
||||||
if not exist Output (
|
if not exist Output (
|
||||||
|
|
|
@ -25,7 +25,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
Source: "{#STELLA_PATH}\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "{#STELLA_PATH}\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "{#STELLA_PATH}\SDL*.dll"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "{#STELLA_PATH}\*.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "{#STELLA_DOCPATH}\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs
|
Source: "{#STELLA_DOCPATH}\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue