- Chinese patch by linshier
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-07-31 14:41:04 +00:00
parent 1704a20d09
commit f40af0b1cb
65 changed files with 21364 additions and 175 deletions
+12
View File
@@ -0,0 +1,12 @@
INCDIR = -I/usr/include/freetype2
LIBS = -lfreetype
CFLAGS += $(INCDIR)
all : neofont
neofont : neofont.o
$(CC) -o neofont $(LIBS) $<
clean :
@rm -f neofont *.o *.asc *.gbk