Avoid use of GLib; use fixed-size internal arrays for CSI/SS3->keycode lookup

This commit is contained in:
Paul LeoNerd Evans
2008-02-10 17:34:05 +00:00
parent 1e9eb3719a
commit 96adbe9741
2 changed files with 61 additions and 53 deletions

View File

@@ -1,9 +1,6 @@
CCFLAGS=-Wall -Iinclude -std=c99
LDFLAGS=
CCFLAGS+=$(shell pkg-config --cflags glib-2.0)
LDFLAGS+=$(shell pkg-config --libs glib-2.0)
all: demo
demo: termkey.o demo.c