1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-16 18:42:36 +08:00

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
Unverified
parent e8d49b02e8
commit b851b39a37
+4
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"