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.
pull/18/head
rofl0r 2012-11-04 05:01:38 +01:00
parent e8d49b02e8
commit b851b39a37
1 changed files with 4 additions and 0 deletions

View File

@ -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"