1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-04 23:20:37 +00:00

adding libSDL12

This commit is contained in:
Bebbo
2018-02-09 00:27:13 +01:00
parent 0367118f6d
commit d4eecae473
4 changed files with 45 additions and 0 deletions

View File

@@ -95,6 +95,11 @@ case $1 in
echo creating redirecting header $3/m68k-amigaos/include/${a[1]}
echo "#include \"${a[2]}\"" >$3/m68k-amigaos/include/${a[1]}
;;
symlink)
echo creating symlink from ${a[2]} to ${a[1]}
rm -rf $3/${a[2]}
ln -s $3/${a[1]} $3/${a[2]}
;;
*)
if [ "$line" != "" ]; then
if [ "${a[1]}" == "=" ]; then