Цей веб-сайт працює краще з JavaScript.
Головна
Огляд
Довідка
Увійти
Immanuel
/
sxiv
Слідкувати
1
В обрані
0
Форк
0
Код
Проблеми
0
Запити на злиття
0
Релізи
0
Вікі
Активність
A Simple X Image Viewer
Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
759
Коміти
1
Гілка
1.5 MiB
Гілка:
master
master
Гілки
Теги
${ item.name }
Створити гілку
${ searchTerm }
з 'master'
${ noResults }
sxiv
/
.gitignore
.gitignore
32 B
Неформатований
Постійне посилання
Звичайний вигляд
Історія
Overhauled building - config.h -> config.def.h - Create config.h during make, if it does not exist - Nice make output - Use XFLAGS and XLIBS to include additional compile-time features, which depend on third-party libraries
13 роки тому
gitignore: Ignore autogenerated version.h It looks to me like this is also worthy of ignoring, since it's autogenerated at make time.
5 роки тому
Use and depend on GNU make... - Use non-POSIX :=,?=,+= macro assignments, fixes issue #97 - No optimization level set in CFLAGS, expected to be set in environment - Automatic header dependency tracking with one .d file per compilation unit - Better fix for issue #181
10 роки тому
added .gitignore
14 роки тому
1
2
3
4
5
config.h
version.h
*.d
*.o
sxiv