ce57d355fc
undo
2021-08-12 17:31:15 +02:00
6abb475a2c
refs #222 : use [[:space:]] instead of \s
2021-08-12 15:03:47 +02:00
4d061c1306
fix NDK3.9 url
2021-08-12 14:58:58 +02:00
de156c02dc
refs #222 : use correct sfdc repo
2021-08-12 08:03:46 +02:00
a586bad860
patch debug_protos.h
2021-08-11 14:35:09 +02:00
e7d9d3418b
refs #222 : add support for NDK3.2
...
make NDK=3.2 ...
2021-08-10 22:36:46 +02:00
cb2edfd3ef
Update README.md
2021-06-23 16:57:27 +02:00
deafbf9761
Merge pull request #220 from mheyer32/redirect_vasm_vlink
...
redirect VASM and VLINK repo to https://github.com/mheyer32/...
2021-05-18 20:51:25 +02:00
d9c11489d3
redirect VASM and VLINK repo to https://github.com/mheyer32/...
...
The leffmann repos have not been updated in a long time.
2021-05-18 11:08:17 -07:00
c673513c75
fix superfluous @
2021-03-23 18:36:24 +01:00
e268b2a2fd
fix newlib
2021-03-22 11:48:53 +01:00
a39cd379c5
clean-prefix: drop more stuff. newlib: no need to reconfigure
2021-03-22 10:45:37 +01:00
c28573f276
refs #209 : fix bat2exe.exe if exe is quoted
yütosikanomö
2021-03-01 15:21:29 +01:00
dd1ee2dc17
update mcc_texteditor
2021-01-05 11:58:09 +00:00
c568187f47
update mcc_nlist
2021-01-05 11:35:15 +00:00
d0a89f0403
update mcc_thebar.sdk
2021-01-05 10:29:41 +01:00
8ec8ad3ec7
update mcc_betterstring.sdk
2021-01-05 08:56:41 +01:00
6230eedff2
add THREADS=posix support, add min target
2020-12-22 20:29:34 +01:00
ea5e974248
Merge pull request #190 from mheyer32/MHI_library
...
Add MHI library to SDK
2020-09-28 18:57:31 +02:00
f647c9527e
Add MHI library to SDK
...
Prisma Megamix support
2020-09-27 22:44:09 -07:00
b3171e090c
Merge pull request #189 from dwhinham/fix-camd
...
Fix stub generation for CAMD SDK's CreateMidi() function
2020-09-27 09:19:20 +02:00
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
6e4cc337a7
Add ability to patch files during SDK installation
2020-09-26 20:36:35 +01:00
fe2f1f58c0
fix make all-sdk -j
2020-09-11 20:57:39 +02:00
3276e439a4
Merge pull request #188 from mheyer32/fix_ReqTools
...
fix a typo in reqtools.sdk
2020-09-10 07:15:53 +02:00
77f6a323c0
fix a typo in reqtools.sdk
2020-09-09 21:39:49 -07:00
d34f98bb47
merge
2020-08-20 10:38:11 +02:00
cd30d5f1ec
updated msys2 build info
2020-08-20 09:23:22 +02:00
dac752ce81
Merge pull request #185 from MBeijer/patch-3
...
update sdk/mcc_texteditor.sdk -> 15.54 + update sdk/mcc_thebar.sdk -> 26.20
gridone
2020-08-03 15:47:39 +02:00
1180804041
Merge pull request #184 from MBeijer/patch-2
...
update sdk/mcc_nlist.sdk -> 0.126
2020-08-03 15:47:22 +02:00
634b559fff
update sdk/mcc_thebar.sdk -> 26.20
2020-08-03 14:06:03 +02:00
cdf409dfa0
update sdk/mcc_texteditor.sdk -> 15.54
2020-08-03 14:04:02 +02:00
dd0ecb6bb4
update sdk/mcc_nlist.sdk -> 0.126
2020-08-03 13:27:21 +02:00
b8437225de
Merge pull request #183 from MBeijer/patch-1
...
update sdk/mcc_betterstring.sdk -> 11.34
2020-08-03 12:37:43 +02:00
78c2b44091
update sdk/mcc_betterstring.sdk -> 11.34
2020-08-03 12:36:24 +02:00
106bea9365
Merge pull request #181 from perweij/fix-dockerfile
...
Fix dockerfile
2020-07-22 20:55:17 +02:00
1503302f39
Remove unnecessary repository sections and adjust install target
2020-07-22 19:21:42 +02:00
ed178ea9b5
Update Dockerfile to working condition
2020-07-22 18:15:41 +02:00
16a221b782
Merge branch 'devel1'
corona
2020-06-23 23:31:51 +00:00
aea654d84a
add reqtools sdk
2020-06-24 00:37:36 +02:00
6c3a6a02bd
Merge pull request #174 from tehKaiN/patch-1
...
added link to compiled gcc for windows
2020-06-21 13:02:53 +02:00
4d4571b8b8
Removed WSL note since it's not needed
2020-06-21 13:00:10 +02:00
0f667ed278
added link to compiled gcc for windows
...
also, instructions for WSL2 are exactly the same as ubuntu/debian
2020-06-21 12:53:39 +02:00
b4a0543dbb
Merge pull request #173 from mheyer32/fix_P96_install
...
fixup P96 install
2020-06-17 09:49:35 +02:00
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
84b46dfa4f
Merge pull request #172 from mheyer32/add_p96_sdk
...
Add Picasso96API to SDK
2020-06-16 19:50:43 +02:00
3525841aad
Add Picasso96API to SDK
2020-06-16 09:39:24 -07:00
4aee82978f
cleanup tmp lock file
2020-06-04 09:12:17 +02:00
9f390a5bbc
force clib2 make to use only one thread
2020-06-03 20:41:50 +02:00
c526750b6c
refs https://github.com/bebbo/newlib-cygwin/issues/13 : use long as time_t to be compatible
2020-04-15 09:43:59 +02:00