Differences From Artifact [24cd89b83e]:
- File
.gitignore
— part of check-in
[a1601d6862]
at
2018-01-21 20:55:58
on branch trunk
— Remove Xcode project
Maintaining two build systems is too annoying. (user: js, size: 132) [annotate] [blame] [check-ins using]
To Artifact [bf55e62232]:
- File
.gitignore
— part of check-in
[32bcbfa301]
at
2018-11-05 22:24:15
on branch trunk
— configure: Do not use pkg-config to find OpenSSL
This allows working with both OpenSSL and LibreSSL. (user: js, size: 139) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | *.dylib *.framework *.o *.so *~ .deps aclocal.m4 autom4te.cache buildsys.mk config.log config.status | > | 1 2 3 4 5 6 7 8 9 10 11 12 | *.dylib *.framework *.o *.so *.so.* *~ .deps aclocal.m4 autom4te.cache buildsys.mk config.log config.status |
︙ | ︙ |