* Fix linking issues reported by matalaz (Thanks!)

This commit is contained in:
pancake 2010-06-06 23:26:11 +02:00
parent c9a403cf71
commit d27e461811
4 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
BIN=radare2
DEPS=r_debug r_util r_anal r_core
DEPS=r_debug r_util r_anal r_core r_bp r_io r_cmd
include ../binr.mk

View File

@ -1,4 +1,4 @@
BIN=radiff2
DEPS=r_diff r_debug r_util r_core
DEPS=r_diff r_debug r_util r_core r_bp r_io r_cmd
include ../binr.mk

View File

@ -6,7 +6,7 @@ namespace Radare {
[CCode (cheader_filename="r_lib.h", cprefix="r_lib_struct_", cname="struct r_lib_struct_t", free_function="", destroy_function="")]
public struct RCmdStruct {
public RLibType type;
public RCmdPlugin data;
public RCmdPlugin *data;
}
[Compact]

View File

@ -47,7 +47,6 @@ namespace Radare {
ANAL,
PARSE,
BIN,
BININFO,
BP,
SYSCALL,
FASTCALL,