Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
sxiv
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Moved VERSION macro into Makefile
master
Bert
hace 14 años
padre
fdf24d4681
commit
bce599038c
Se han
modificado 2 ficheros
con
3 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-1
Makefile
+0
-2
sxiv.h
+ 3
- 1
Makefile
Ver fichero
@@ -1,8 +1,10 @@
all: sxiv
VERSION=git-20110123
CC?=gcc
PREFIX?=/usr/local
CFLAGS+= -std=c99 -Wall -pedantic -
g
CFLAGS+= -std=c99 -Wall -pedantic -
DVERSION=\"$(VERSION)\"
LDFLAGS+=
LIBS+= -lX11 -lImlib2
+ 0
- 2
sxiv.h
Ver fichero
@@ -21,8 +21,6 @@
#include "config.h"
#define VERSION "git-20110123"
#define ABS(a) ((a) < 0 ? (-(a)) : (a))
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#define MAX(a,b) ((a) > (b) ? (a) : (b))
Escribir
Vista previa
Cargando…
Cancelar
Guardar