So revamp. Much flexible. Such wow.

此提交包含在:
LemonBoy
2014-02-08 15:45:38 +00:00
父節點 e8ec2fcfe5
當前提交 edc2e2c61c
共有 3 個檔案被更改,包括 286 行新增240 行删除

查看文件

@@ -1,12 +1,7 @@
CC ?= gcc
STRIP ?= strip
CFLAGS = -std=c99 -O2
LDFLAGS = -lxcb
XINERAMA ?= 0
ifneq "$(XINERAMA)" "0"
LDFLAGS += -lxcb-xinerama
CFLAGS += -DXINERAMA=${XINERAMA}
endif
LDFLAGS = -lxcb -lxcb-xinerama
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
-Wsign-conversion -Wconversion -Wimplicit-function-declaration