1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-12-08 22:38:25 +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

@ -11,3 +11,4 @@ CGraphX/FD/cybergraphics_lib.fd = cybergraphics.fd
fd2sfd : cybergraphics.fd clib/cybergraphics_protos.h
sfdc : cybergraphics.sfd
stubs : cybergraphics.sfd
symlink : include/cybergraphics include/cybergraphx

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