From bc18cac85e146ac0dacaee917c2e19e21996e89c Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 30 Mar 2010 11:14:59 +0000 Subject: [PATCH] Adding new protocol files to project. --- pokerth_protocol.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pokerth_protocol.pro b/pokerth_protocol.pro index e531e35a..f746c390 100644 --- a/pokerth_protocol.pro +++ b/pokerth_protocol.pro @@ -99,6 +99,7 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \ src/third_party/asn1/InitAckMessage.h \ src/third_party/asn1/InitMessage.h \ src/third_party/asn1/INTEGER.h \ + src/third_party/asn1/InviteNotifyMessage.h \ src/third_party/asn1/InvitePlayerToGameMessage.h \ src/third_party/asn1/JoinExistingGame.h \ src/third_party/asn1/JoinGameAck.h \ @@ -133,7 +134,8 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \ src/third_party/asn1/PlayersActionDoneMessage.h \ src/third_party/asn1/PlayersTurnMessage.h \ src/third_party/asn1/PokerTHMessage.h \ - src/third_party/ans1/RejectGameInvitationMessage.h \ + src/third_party/asn1/RejectGameInvitationMessage.h \ + src/third_party/asn1/RejectInvNotifyMessage.h \ src/third_party/asn1/RemovedFromGame.h \ src/third_party/asn1/ResetTimeoutMessage.h \ src/third_party/asn1/StartEventAckMessage.h \ @@ -285,7 +287,9 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.c \ src/third_party/asn1/AnnounceMessage.c \ src/third_party/asn1/UnauthenticatedLogin.c \ src/third_party/asn1/InvitePlayerToGameMessage.c \ - src/third_party/asn1/RejectGameInvitationMessage.c + src/third_party/asn1/InviteNotifyMessage.c \ + src/third_party/asn1/RejectGameInvitationMessage.c \ + src/third_party/asn1/RejectInvNotifyMessage.c win32 { DEFINES += CURL_STATICLIB DEFINES += _WIN32_WINNT=0x0501