dependencies 1.1 KB

1234567891011121314151617181920212223
  1. main.o: main.cpp BBS2chProxyConnection.h DataStorage.h \
  2. BBS2chProxyThreadInfo.h BBS2chProxyAuth.h IBBS2chProxySocket.h \
  3. BBS2chProxyHttpHeaders.h BBS2chProxyURL.h BBS2chProxySecureSocket.h \
  4. BBS2chProxyThreadPool.h
  5. BBS2chProxyConnection.o: BBS2chProxyConnection.cpp \
  6. BBS2chProxyConnection.h DataStorage.h BBS2chProxyThreadInfo.h \
  7. BBS2chProxyAuth.h IBBS2chProxySocket.h BBS2chProxyHttpHeaders.h \
  8. BBS2chProxyURL.h hmac.h stringEncodingConverter.h \
  9. BBS2chProxyRawSocket.h BBS2chProxySecureSocket.h utils.h
  10. BBS2chProxyAuth.o: BBS2chProxyAuth.cpp BBS2chProxyAuth.h DataStorage.h \
  11. hmac.h
  12. DataStorage.o: DataStorage.cpp DataStorage.h
  13. hmac.o: hmac.c hmac.h
  14. stringEncodingConverter.o: stringEncodingConverter.c \
  15. stringEncodingConverter.h
  16. BBS2chProxyRawSocket.o: BBS2chProxyRawSocket.cpp BBS2chProxyRawSocket.h \
  17. IBBS2chProxySocket.h
  18. BBS2chProxySecureSocket.o: BBS2chProxySecureSocket.cpp \
  19. BBS2chProxySecureSocket.h IBBS2chProxySocket.h
  20. BBS2chProxyHttpHeaders.o: BBS2chProxyHttpHeaders.cpp \
  21. BBS2chProxyHttpHeaders.h
  22. BBS2chProxyURL.o: BBS2chProxyURL.cpp BBS2chProxyURL.h