Commit Graph
65 Commits
Author SHA1 Message Date
Stefan Bebbo Franke b34b4b1151 cleanup /tmp/amiga-gcc-libstubs-lock 2021-11-08 07:45:25 +00:00
bebbo 806475a9ad add stdargs to mui.sdk 2021-10-05 13:09:21 +02:00
githubaf f45c62633a Update mcc_thebar.sdk
version 26.21 is no longer available on Aminet
2021-09-21 13:36:19 +02:00
githubaf a23f858578 Update mcc_texteditor.sdk
Version 15.55 is no longer on Aminet
2021-09-21 12:21:22 +02:00
githubaf 5e3d5292b1 Update mcc_nlist.sdk
MCC_NList-0.127.lha is no longer on Aminet
2021-09-21 10:40:47 +02:00
githubaf 131c716f25 Update mcc_betterstring.sdk 2021-09-20 14:19:29 +02:00
bebbo ac9917be67 refs #237: add missing braces - do not exit on every git clone... 2021-08-30 20:05:46 +02:00
Marlon Beijer 30a19ec25c Update MUI SDK to 2020R3 version, as old URL is no longer valid 2021-08-16 12:26:36 +02:00
fautomat dd1ee2dc17 update mcc_texteditor 2021-01-05 11:58:09 +00:00
fautomat c568187f47 update mcc_nlist 2021-01-05 11:35:15 +00:00
bebbo d0a89f0403 update mcc_thebar.sdk 2021-01-05 10:29:41 +01:00
bebbo 8ec8ad3ec7 update mcc_betterstring.sdk 2021-01-05 08:56:41 +01:00
mheyer f647c9527e Add MHI library to SDK
Prisma Megamix support
2020-09-27 22:44:09 -07:00
Dale Whinham 00272225ed Add patch for CAMD to fix incorrect func definition
The .fd file supplied with the CAMD SDK contains an incorrect function
definition for CreateMidiA(), which means that a stub is not generated
for the CreateMidi() function.

This also causes fd2sfd to emit the warning:
Warning: CreateMidiA gets 2 params and 1 regs!

Add a patch to fix the warning from fd2sfd and allow sfdc to generate a
stub for CreateMidi().
2020-09-26 20:36:35 +01:00
Dale Whinham 6e4cc337a7 Add ability to patch files during SDK installation 2020-09-26 20:36:35 +01:00
bebbo fe2f1f58c0 fix make all-sdk -j 2020-09-11 20:57:39 +02:00
mheyer 77f6a323c0 fix a typo in reqtools.sdk 2020-09-09 21:39:49 -07:00
Stefan "Bebbo" Franke dac752ce81 Merge pull request #185 from MBeijer/patch-3
update sdk/mcc_texteditor.sdk -> 15.54 + update sdk/mcc_thebar.sdk -> 26.20
2020-08-03 15:47:39 +02:00
Marlon Beijer 634b559fff update sdk/mcc_thebar.sdk -> 26.20 2020-08-03 14:06:03 +02:00
Marlon Beijer cdf409dfa0 update sdk/mcc_texteditor.sdk -> 15.54 2020-08-03 14:04:02 +02:00
Marlon Beijer dd0ecb6bb4 update sdk/mcc_nlist.sdk -> 0.126 2020-08-03 13:27:21 +02:00
Marlon Beijer 78c2b44091 update sdk/mcc_betterstring.sdk -> 11.34 2020-08-03 12:36:24 +02:00
fautomat 16a221b782 Merge branch 'devel1' 2020-06-23 23:31:51 +00:00
bebbo aea654d84a add reqtools sdk 2020-06-24 00:37:36 +02:00
mheyer 91461df4d7 fixup P96 install
libraries/Picasso96.h was missing
We have to do some trickery with the lvo file to make it
appear in the lvo/ directory
Plus, let the toolchain create a stubs file.
2020-06-16 17:07:23 -07:00
mheyer 3525841aad Add Picasso96API to SDK 2020-06-16 09:39:24 -07:00
bebbo 4aee82978f cleanup tmp lock file 2020-06-04 09:12:17 +02:00
bebbo 93215d1a0f refs #133: update sdk/mcc_texteditor.sdk to 15.53 2019-10-31 15:28:01 +01:00
fautomat 6ad7bb24ae Merge branch 'devel1' 2019-04-27 23:27:40 +02:00
bebbo 4a30e13574 do not use abc coz of ... you know why 2019-04-27 23:10:25 +02:00
fautomat 794366d7ba Merge branch 'devel1' 2019-04-15 07:41:34 +02:00
bebbo 2de6d2d480 refs #92:only extend the default libstubs.a 2019-04-15 07:26:25 +02:00
Dale Whinham 079828b706 MCC_TextEditor: version bump 2019-04-13 15:51:23 +01:00
bebbo 8b0c4d6b50 fix merge ... 2019-02-25 21:11:32 +01:00
bebbo 50f879be01 fix white spaces 2019-02-25 21:00:40 +01:00
mheyer 0ac23dd17a Add CAMD to SDK
There isno official CAMD SDK on Aminet, so use the MorphOS headers
and regenerate the GCC inlines from the clib/camd_protos.h and .fd
file.
2019-02-24 22:41:25 -08:00
mheyer 4adbd8ad36 Redirect .i LVO files to include/lvo 2019-02-24 22:41:25 -08:00
mheyer 93641e9de7 unify all SDK include paths to lower case
Guigfx_MCC was referring to include/MUI instead of include/mui, producing
two distinct mui/MUI paths in our include directory.

This will also affect the former include/Warp3D path which now becomes include/warp3d .
2019-02-24 22:40:28 -08:00
mheyer 1892743118 add Guigfx_MCC to SDKs 2019-02-24 22:40:28 -08:00
mheyer 27d74cc357 proto/guigfx_lib.h and proto/muimaster_lib.h referred to wrong inlines
proto/guigfx_lib.h was referring to non-existent inline/guigfx.h
proto/muimaster_lib.h was referring to non-existent inline/muimaster.h

Let the sfdc pass replace the broken filenames with the real ones
2019-02-24 22:40:28 -08:00
mheyer 35453dba6f unify all SDK include paths to lower case
Guigfx_MCC was referring to include/MUI instead of include/mui, producing
two distinct mui/MUI paths in our include directory.

This will also affect the former include/Warp3D path which now becomes include/warp3d .
2019-02-22 23:44:38 -08:00
mheyer aa4e0dd17f add Guigfx_MCC to SDKs 2019-02-22 23:40:38 -08:00
mheyer ccdce1787f proto/guigfx_lib.h and proto/muimaster_lib.h referred to wrong inlines
proto/guigfx_lib.h was referring to non-existent inline/guigfx.h
proto/muimaster_lib.h was referring to non-existent inline/muimaster.h

Let the sfdc pass replace the broken filenames with the real ones
2019-02-22 23:40:03 -08:00
bebbo 74ae7ebb0c update ncc_nlist.sdk 2019-01-11 13:06:40 +01:00
bebbo 0ca53a6e19 fix for crappy wanker os 2018-12-20 12:26:16 +01:00
bebbo 405cfb20bd chage sdi.sdk url since original seems broken 2018-12-20 12:22:02 +01:00
bebbo 0607c3881e update sdk/mcc_texteditor.sdk -> 15.51 2018-12-20 12:14:37 +01:00
bebbo 41d1585f37 update sdk/mcc_betterstring.sdk -> 11.33 2018-12-20 11:52:39 +01:00
mheyer 90d74c3694 Add xadmaster SDK 2018-10-23 21:20:07 -07:00
bebbo aa7f9c3ea3 logs are in folder log now 2018-08-20 16:05:22 +02:00