mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-11-21 00:18:43 +00:00
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().
17 lines
335 B
Plaintext
17 lines
335 B
Plaintext
Short: CAMD developer kit for MorphOS
|
|
Version: 37.1
|
|
Url: http://aminet.net/dev/c/camd-morphos-dev.lha
|
|
|
|
patch : camd_lib.fd.diff
|
|
|
|
camd/clib/camd_protos.h
|
|
camd/fd/camd_lib.fd = camd.fd
|
|
camd/midi/camd.h
|
|
camd/midi/camdbase.h
|
|
camd/midi/mididefs.h
|
|
camd/midi/midiprefs.h
|
|
|
|
fd2sfd : camd.fd clib/camd_protos.h
|
|
sfdc : camd.sfd
|
|
stubs : camd.sfd
|