Skip to content

Commit

Permalink
Copy all documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
capehill committed Feb 11, 2024
1 parent d8c6e94 commit 52dcd22
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions amiga-extra/Install
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ copy SDK/local/newlib/lib/libSDL2-2.30.so SObjs:
copy SDK/local/newlib/lib/libSDL2-2.30_debug.so SObjs:

echo Copying documentation ...
copy README-amigaos4.md SYS:Documentation/SDL2.txt
delete SYS:Documentation/SDL2.txt
makedir SYS:Documentation/SDL2/
copy README-amigaos4.md SYS:Documentation/SDL2/
copy README-SDL.txt SYS:Documentation/SDL2/
Copy WhatsNew.txt SYS:Documentation/SDL2/
Copy LICENSE.txt SYS:Documentation/SDL2/

echo Copying prefs program ...
copy SDL2 SDL2.info SYS:Prefs/
Expand All @@ -26,19 +31,16 @@ If $option eq 1
copy SDK/#? SDK: all

protect SDK:local/newlib/bin/sdl2-config +rweds

cd SDK:local/newlib/lib
delete libSDL2.so
makelink from=libSDL2.so to=SObjs:libSDL2-2.30.so soft
delete SDK:local/newlib/lib/libSDL2.so
makelink from=SDK:local/newlib/lib/libSDL2.so to=SObjs:libSDL2-2.30.so soft
Else
echo Skipped SDK installation ...
EndIf

echo Setting up link ...

cd SObjs:
delete libSDL2.so
makelink from=libSDL2.so to=libSDL2-2.30.so soft
delete SObjs:libSDL2.so
makelink from=SObjs:libSDL2.so to=SObjs:libSDL2-2.30.so soft

echo SDL2 is installed :)

Expand Down

0 comments on commit 52dcd22

Please sign in to comment.