# This file is part of Telegram Desktop, # the official desktop application for the Telegram messaging service. # # For license and copyright information please follow this link: # https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL { 'includes': [ '../ThirdParty/gyp_helpers/common/common.gypi', ], 'targets': [{ 'target_name': 'lib_mtproto', 'includes': [ '../ThirdParty/gyp_helpers/common/library.gypi', '../ThirdParty/gyp_helpers/modules/qt.gypi', '../ThirdParty/gyp_helpers/modules/pch.gypi', '../ThirdParty/gyp_helpers/modules/openssl.gypi', ], 'variables': { 'src_loc': '../SourceFiles', 'res_loc': '../Resources', 'pch_source': '<(src_loc)/mtproto/mtp_pch.cpp', 'pch_header': '<(src_loc)/mtproto/mtp_pch.h', }, 'defines': [ ], 'dependencies': [ 'lib_scheme.gyp:lib_scheme', ], 'export_dependent_settings': [ 'lib_scheme.gyp:lib_scheme', ], 'conditions': [[ 'build_macold', { 'xcode_settings': { 'OTHER_CPLUSPLUSFLAGS': [ '-nostdinc++' ], }, 'include_dirs': [ '/usr/local/macold/include/c++/v1', ], }]], 'include_dirs': [ '<(src_loc)', ], 'sources': [ '<(src_loc)/mtproto/mtp_abstract_socket.cpp', '<(src_loc)/mtproto/mtp_abstract_socket.h', '<(src_loc)/mtproto/mtp_tcp_socket.cpp', '<(src_loc)/mtproto/mtp_tcp_socket.h', '<(src_loc)/mtproto/mtp_tls_socket.cpp', '<(src_loc)/mtproto/mtp_tls_socket.h', ], }], }