Differences From Artifact [aecd29812e]:
- File
src/Makefile
— part of check-in
[cd21ff1157]
at
2018-11-05 22:30:18
on branch trunk
— Kill #ifdef HAVE_CONFIG_H
There no longer is an Xcode project for which it is needed. (user: js, size: 1028) [annotate] [blame] [check-ins using]
To Artifact [6e0c6cc9a7]:
- File src/Makefile — part of check-in [f09ee1db55] at 2018-11-11 12:17:03 on branch trunk — Add support for anonymous authentication (user: js, size: 1057) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | include ../extra.mk SHARED_LIB = ${OBJXMPP_SHARED_LIB} STATIC_LIB = ${OBJXMPP_STATIC_LIB} FRAMEWORK = ${OBJXMPP_FRAMEWORK} LIB_MAJOR = 0 LIB_MINOR = 0 | > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | include ../extra.mk SHARED_LIB = ${OBJXMPP_SHARED_LIB} STATIC_LIB = ${OBJXMPP_STATIC_LIB} FRAMEWORK = ${OBJXMPP_FRAMEWORK} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = XMPPANONYMOUSAuth.m \ XMPPAuthenticator.m \ XMPPCallback.m \ XMPPConnection.m \ XMPPContact.m \ XMPPContactManager.m \ XMPPDiscoEntity.m \ XMPPDiscoIdentity.m \ XMPPDiscoNode.m \ |
︙ | ︙ |