本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Immanuel
/
sxiv
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Moved VERSION macro into Makefile
master
Bert
14 年之前
父節點
fdf24d4681
當前提交
bce599038c
共有
2 個檔案被更改
,包括
3 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
Makefile
+0
-2
sxiv.h
+ 3
- 1
Makefile
查看文件
@@ -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
查看文件
@@ -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))
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
取消
儲存