1
0
mirror of https://github.com/cahirwpz/amigaos-cross-toolchain synced 2025-11-21 18:55:54 +00:00

Add some extra SDKs.

This commit is contained in:
Krystian Bacławski
2014-01-03 12:07:46 +01:00
parent 54d575d050
commit a1aaace414
6 changed files with 53 additions and 0 deletions

View File

@ -50,11 +50,15 @@ function install_sdk {
"=")
file=${line[2]}
path=${line[0]}
new_path=$(dirname ${path})/${file}
mv -v ${path} ${new_path}
path=${new_path}
;;
":")
case ${line[0]} in
"fd2sfd")
sfd="$(basename ${line[2]%%.fd}.sfd)"
echo "${line[2]} ${line[3]} -> ${sfd}"
fd2sfd -o ${sfd} ${line[2]} ${line[3]}
mkdir -p "${PREFIX}/os-lib/sfd"
cp -v ${sfd} "${PREFIX}/os-lib/sfd/${sfd}"

8
sdk/mcc_betterstring.sdk Normal file
View File

@ -0,0 +1,8 @@
Short: BetterString custom class for MUI
Version: 11.26
Url: http://aminet.net/dev/mui/MCC_BetterString-11.26.lha
MCC_BetterString/Developer/Autodocs/MCC/MCC_BetterString.doc
MCC_BetterString/Developer/Autodocs/MCC/MCC_HotkeyString.doc
MCC_BetterString/Developer/C/include/mui/BetterString_mcc.h
MCC_BetterString/Developer/C/include/mui/HotkeyString_mcc.h

16
sdk/mcc_nlist.sdk Normal file
View File

@ -0,0 +1,16 @@
Short: NList custom classes for MUI
Version: 0.117
Url: http://aminet.net/dev/mui/MCC_NList-0.117.lha
MCC_NList/Developer/Autodocs/MCC/MCC_NBalance.doc
MCC_NList/Developer/Autodocs/MCC/MCC_NFloattext.doc
MCC_NList/Developer/Autodocs/MCC/MCC_NList.doc
MCC_NList/Developer/Autodocs/MCC/MCC_NListtree.doc
MCC_NList/Developer/Autodocs/MCC/MCC_NListview.doc
MCC_NList/Developer/Autodocs/MCC/NList_mcc.doc
MCC_NList/Developer/C/include/mui/NBalance_mcc.h
MCC_NList/Developer/C/include/mui/NBitmap_mcc.h
MCC_NList/Developer/C/include/mui/NFloattext_mcc.h
MCC_NList/Developer/C/include/mui/NList_mcc.h
MCC_NList/Developer/C/include/mui/NListtree_mcc.h
MCC_NList/Developer/C/include/mui/NListview_mcc.h

7
sdk/mcc_texteditor.sdk Normal file
View File

@ -0,0 +1,7 @@
Short: TextEditor custom class for MUI
Version: 15.43
Url: http://aminet.net/dev/mui/MCC_TextEditor-15.43.lha
MCC_TextEditor/Developer/Autodocs/MCC/MCC_TextEditor.doc
MCC_TextEditor/Developer/C/include/mui/TextEditor_mcc.h
MCC_TextEditor/Docs/MCC_TextEditor.guide

6
sdk/mcc_thebar.sdk Normal file
View File

@ -0,0 +1,6 @@
Short: Next Generation Toolbar MUI Custom Class
Version: 26.14
Url: http://aminet.net/dev/mui/MCC_TheBar-26.14.lha
MCC_TheBar/Developer/Autodocs/MCC/MCC_TheBar.doc
MCC_TheBar/Developer/C/include/mui/TheBar_mcc.h

12
sdk/warp3d.sdk Normal file
View File

@ -0,0 +1,12 @@
Short: Driver system for 3D hardware on the Amiga
Version: 4.0
Url: http://aminet.net/driver/video/Warp3DDev-4.0.lha
Warp3D_Devel/Docs/Warp3D.doc
Warp3D_Devel/Docs/Warp3D.guide
Warp3D_Devel/Docs/Warp3D_Devel.guide
Warp3D_Devel/Include/clib/Warp3D_protos.h
Warp3D_Devel/Include/fd/Warp3D.fd = Warp3D_lib.fd
Warp3D_Devel/Include/Warp3D/Warp3D.h
fd2sfd : Warp3D_Devel/Include/fd/Warp3D_lib.fd Warp3D_Devel/Include/clib/Warp3D_protos.h
sfdc : Warp3D_lib.sfd