utf8lib.c -> utf8.c - I hope windows 8 allows this filename :P

This commit is contained in:
Wolfgang Bumiller 2012-12-23 10:44:03 +01:00
parent 95965e9ff6
commit 84fcd95d4e
2 changed files with 1 additions and 1 deletions

View file

@ -27,7 +27,7 @@ ifeq ($(track), no)
CFLAGS += -DNOTRACK
endif
OBJ_D = util.o code.o ast.o ir.o conout.o ftepp.o opts.o file.o utf8lib.o
OBJ_D = util.o code.o ast.o ir.o conout.o ftepp.o opts.o file.o utf8.o
OBJ_T = test.o util.o conout.o file.o
OBJ_C = main.o lexer.o parser.o file.o
OBJ_X = exec-standalone.o util.o conout.o file.o

View file