Adding new protocol types to build files.
This commit is contained in:
@@ -165,7 +165,9 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \
|
|||||||
src/third_party/asn1/PlainCards.h \
|
src/third_party/asn1/PlainCards.h \
|
||||||
src/third_party/asn1/EncryptedCards.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
|
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 \
|
SOURCES += src/third_party/asn1/ChatCleanerMessage.c \
|
||||||
src/third_party/asn1/CleanerInitMessage.c \
|
src/third_party/asn1/CleanerInitMessage.c \
|
||||||
src/third_party/asn1/CleanerInitAckMessage.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/EncryptedCards.c \
|
||||||
src/third_party/asn1/PlainCards.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
|
src/third_party/asn1/ChatRequestTypePrivate.c \
|
||||||
|
src/third_party/asn1/ReportAvatarMessage.c \
|
||||||
|
src/third_party/asn1/ReportAvatarAckMessage.c
|
||||||
win32 {
|
win32 {
|
||||||
DEFINES += CURL_STATICLIB
|
DEFINES += CURL_STATICLIB
|
||||||
DEFINES += _WIN32_WINNT=0x0501
|
DEFINES += _WIN32_WINNT=0x0501
|
||||||
|
|||||||
Reference in New Issue
Block a user