mirror of
https://github.com/libretro/stella2023.git
synced 2025-02-08 10:18:43 +00:00
Updated Windows build scripts for SDL2.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2864 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
2a0da329f2
commit
2ac3042d09
@ -87,13 +87,13 @@ mkdir %STELLA_DIR%\docs
|
||||
if %BUILD_32% == 1 (
|
||||
echo Copying 32-bit files ...
|
||||
copy %RELEASE_32%\Stella.exe %STELLA_DIR%\32-bit
|
||||
copy %RELEASE_32%\SDL.dll %STELLA_DIR%\32-bit
|
||||
copy %RELEASE_32%\SDL2.dll %STELLA_DIR%\32-bit
|
||||
)
|
||||
|
||||
if %BUILD_64% == 1 (
|
||||
echo Copying 64-bit files ...
|
||||
copy %RELEASE_64%\Stella.exe %STELLA_DIR%\64-bit
|
||||
copy %RELEASE_64%\SDL.dll %STELLA_DIR%\64-bit
|
||||
copy %RELEASE_64%\SDL2.dll %STELLA_DIR%\64-bit
|
||||
)
|
||||
|
||||
echo Copying DOC files ...
|
||||
|
@ -26,7 +26,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
|
||||
|
||||
[Files]
|
||||
Source: "{#STELLA_PATH}\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "{#STELLA_PATH}\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "{#STELLA_PATH}\SDL2.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "{#STELLA_DOCPATH}\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user