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.
This commit is contained in:
rofl0r 2012-11-04 05:01:38 +01:00
parent e8d49b02e8
commit b851b39a37

View File

@ -149,3 +149,7 @@ void pc_stringfromipv4(unsigned char *ip_buf_4_bytes, char *outbuf_16_bytes);
#endif #endif
#endif #endif
//RcB: DEP "core.c"
//RcB: DEP "libproxychains.c"
//RcB: LINK "-Wl,--no-as-needed -ldl -lpthread"