From f8d68d30c7b513422a1113e15d0347959da6503c Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 30 Mar 2010 11:19:35 +0000 Subject: [PATCH] Adding new protocol files to project. --- pokerth_protocol.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pokerth_protocol.pro b/pokerth_protocol.pro index f746c390..ce597bb7 100644 --- a/pokerth_protocol.pro +++ b/pokerth_protocol.pro @@ -135,6 +135,7 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \ src/third_party/asn1/PlayersTurnMessage.h \ src/third_party/asn1/PokerTHMessage.h \ src/third_party/asn1/RejectGameInvitationMessage.h \ + src/third_party/asn1/RejectGameInvReason.h \ src/third_party/asn1/RejectInvNotifyMessage.h \ src/third_party/asn1/RemovedFromGame.h \ src/third_party/asn1/ResetTimeoutMessage.h \ @@ -289,7 +290,8 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.c \ src/third_party/asn1/InvitePlayerToGameMessage.c \ src/third_party/asn1/InviteNotifyMessage.c \ src/third_party/asn1/RejectGameInvitationMessage.c \ - src/third_party/asn1/RejectInvNotifyMessage.c + src/third_party/asn1/RejectInvNotifyMessage.c \ + src/third_party/asn1/RejectGameInvReason.c win32 { DEFINES += CURL_STATICLIB DEFINES += _WIN32_WINNT=0x0501