Adding missing protocol files.

This commit is contained in:
lotodore
2010-11-07 07:41:27 +00:00
parent 59f9ba5fef
commit 6b179cd8ca
3 changed files with 105 additions and 2 deletions
+4 -2
View File
@@ -164,7 +164,8 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \
src/third_party/asn1/ShowMyCardsRequestMessage.h \
src/third_party/asn1/PlainCards.h \
src/third_party/asn1/EncryptedCards.h \
src/third_party/asn1/AfkWarningMessage.h
src/third_party/asn1/AfkWarningMessage.h \
src/third_party/asn1/ChatRequestTypePrivate.h
SOURCES += src/third_party/asn1/ChatCleanerMessage.c \
src/third_party/asn1/CleanerInitMessage.c \
src/third_party/asn1/CleanerInitAckMessage.c \
@@ -301,7 +302,8 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.c \
src/third_party/asn1/ShowMyCardsRequestMessage.c \
src/third_party/asn1/EncryptedCards.c \
src/third_party/asn1/PlainCards.c \
src/third_party/asn1/AfkWarningMessage.c
src/third_party/asn1/AfkWarningMessage.c \
src/third_party/asn1/ChatRequestTypePrivate.c
win32 {
DEFINES += CURL_STATICLIB
DEFINES += _WIN32_WINNT=0x0501