mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-05 20:50:06 +00:00
15 lines
313 B
Plaintext
15 lines
313 B
Plaintext
IO_OBJS = buffer.c cache.c desc.c dummy.c io.c ;
|
|
IO_OBJS += map.c plugin.c section.c undo.c ;
|
|
|
|
include plugins.jam ;
|
|
|
|
lib r_io : $(IO_OBJS) : <include>../include
|
|
<define>CORELIB
|
|
<library>../util
|
|
<library>../lib
|
|
<library>../socket
|
|
<library>../cons
|
|
<define>HAVE_LIB_EWF=0
|
|
$(IO_EXTRA)
|
|
;
|