From 6de66ec8a275800d68f4193df95a8fb007f6c850 Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 24 Dec 2010 11:42:48 +0000 Subject: [PATCH] Adding new protocol types to build files. --- pokerth_protocol.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pokerth_protocol.pro b/pokerth_protocol.pro index 6695d1d1..60c491a0 100644 --- a/pokerth_protocol.pro +++ b/pokerth_protocol.pro @@ -165,7 +165,9 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \ src/third_party/asn1/PlainCards.h \ src/third_party/asn1/EncryptedCards.h \ src/third_party/asn1/AfkWarningMessage.h \ - src/third_party/asn1/ChatRequestTypePrivate.h + src/third_party/asn1/ChatRequestTypePrivate.h \ + src/third_party/asn1/ReportAvatarMessage.h \ + src/third_party/asn1/ReportAvatarAckMessage.h SOURCES += src/third_party/asn1/ChatCleanerMessage.c \ src/third_party/asn1/CleanerInitMessage.c \ src/third_party/asn1/CleanerInitAckMessage.c \ @@ -303,7 +305,9 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.c \ src/third_party/asn1/EncryptedCards.c \ src/third_party/asn1/PlainCards.c \ src/third_party/asn1/AfkWarningMessage.c \ - src/third_party/asn1/ChatRequestTypePrivate.c + src/third_party/asn1/ChatRequestTypePrivate.c \ + src/third_party/asn1/ReportAvatarMessage.c \ + src/third_party/asn1/ReportAvatarAckMessage.c win32 { DEFINES += CURL_STATICLIB DEFINES += _WIN32_WINNT=0x0501