mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-25 15:24:36 +00:00
0ba897f5c9
* Add network support for WinDbg/KD (KDNET) ##debug * Add iob_net io_backend plugin for shlr/winkd * Add Windows 10 (May 2019 Update) build 18362 profile * Add r_hash_do_hmac_sha256 function to r_hash * Change r_socket_connect to bind source port for UDP connection
12 lines
261 B
Plaintext
12 lines
261 B
Plaintext
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: r_io
|
|
Description: radare foundation libraries
|
|
Version: @VERSION@
|
|
Requires: r_util r_socket r_hash r_cons r_crypto
|
|
Libs: -L${libdir} -lr_io
|
|
Cflags: -I${includedir}/libr
|