kmos b5e991636b dyncall-1.1
Needed for upcoming lwjgl 3.x port update

The dyncall library encapsulates architecture-, OS- and compiler-specific
function call semantics in a virtual bind argument parameters from
left to right and then call interface allowing programmers to call
C functions in a completely dynamic manner. In other words, instead
of calling a function directly, the dyncall library provides a
mechanism to push the function parameters manually and to issue the
call afterwards.  This means, that a program can determine at runtime
what function to call, and what parameters to pass to it. The library
is written in C and assembly and provides a very simple C interface
to program against.

tweaks from and ok tracey@
2020-04-15 17:11:37 +00:00

21 lines
566 B
Plaintext

@comment $OpenBSD: PLIST,v 1.1.1.1 2020/04/15 17:11:37 kmos Exp $
include/dyncall.h
include/dyncall_alloc_wx.h
include/dyncall_args.h
include/dyncall_callback.h
include/dyncall_callf.h
include/dyncall_config.h
include/dyncall_macros.h
include/dyncall_signature.h
include/dyncall_thunk.h
include/dyncall_thunk_arm32.h
include/dyncall_thunk_ppc32.h
include/dyncall_thunk_x64.h
include/dyncall_thunk_x86.h
include/dyncall_types.h
include/dyncall_value.h
include/dynload.h
@static-lib lib/libdyncall_s.a
@static-lib lib/libdyncallback_s.a
@static-lib lib/libdynload_s.a