From b851b39a3740540bc3591460ed2080b660d3cd1a Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sun, 4 Nov 2012 05:01:38 +0100 Subject: [PATCH] add RcB tags to core.h this is handy as it allows me to do quick testprograms using my RcB program, without specifying dozens of things on the command line. --- src/core.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core.h b/src/core.h index 72403cc..fb764a5 100644 --- a/src/core.h +++ b/src/core.h @@ -149,3 +149,7 @@ void pc_stringfromipv4(unsigned char *ip_buf_4_bytes, char *outbuf_16_bytes); #endif #endif + +//RcB: DEP "core.c" +//RcB: DEP "libproxychains.c" +//RcB: LINK "-Wl,--no-as-needed -ldl -lpthread" \ No newline at end of file