Differences From Artifact [be21287203]:
- File
.gitignore
— part of check-in
[bf3524b981]
at
2018-01-21 22:46:12
on branch trunk
— Remove Xcode project
Maintaining two build systems is too annoying. (user: js, size: 211) [annotate] [blame] [check-ins using]
To Artifact [b2c67038ef]:
- File
.gitignore
— 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: 218) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | *.dll *.dylib *.o *.so *~ .deps aclocal.m4 autom4te.cache buildsys.mk config.h config.h.in | > | 1 2 3 4 5 6 7 8 9 10 11 12 | *.dll *.dylib *.o *.so *.so.* *~ .deps aclocal.m4 autom4te.cache buildsys.mk config.h config.h.in |
︙ | ︙ |