mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-19 10:22:44 +01:00
ser_cache add utf8idx to store utf8 chars
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
CC = gcc
|
||||
|
||||
CFLAGS = -g -Wall
|
||||
LDFLAUS =
|
||||
INCLUDES =
|
||||
LIBS = -lwiringPi -lm -lcrypt -lpthread -lrt
|
||||
LDFLAGS =
|
||||
INCLUDES = -I /usr/include/freetype2
|
||||
LIBS = -lwiringPi -lm -lcrypt -lpthread -lfreetype -lrt
|
||||
|
||||
MAIN = devterm_thermal_printer.elf
|
||||
|
||||
SRCS = printer.c devterm_thermal_printer.c utils.c
|
||||
SRCS = printer.c devterm_thermal_printer.c utils.c ftype.c utf8-utils.c
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
|
||||
.PHONY: depend clean
|
||||
|
||||
Reference in New Issue
Block a user