mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-05 20:50:06 +00:00
28 lines
421 B
Plaintext
28 lines
421 B
Plaintext
# plugins
|
|
|
|
IO_OBJS +=
|
|
p/io_bfdbg.c
|
|
p/io_debug.c
|
|
p/io_ewf.c
|
|
p/io_gdb.c
|
|
p/io_haret.c
|
|
p/io_http.c
|
|
p/io_ihex.c
|
|
p/io_mach.c
|
|
p/io_malloc.c
|
|
p/io_mmap.c
|
|
p/io_procpid.c
|
|
p/io_ptrace.c
|
|
p/io_rap.c
|
|
p/io_shm.c
|
|
p/io_w32.c
|
|
p/io_w32dbg.c
|
|
p/io_zip.c
|
|
;
|
|
|
|
IO_EXTRA +=
|
|
<library>../../shlr/zip
|
|
<include>../../shlr/zip/include
|
|
<include>../debug/p/libgdbwrap/include
|
|
;
|