mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-01 20:30:48 +00:00
utf8lib.c -> utf8.c - I hope windows 8 allows this filename :P
This commit is contained in:
parent
95965e9ff6
commit
84fcd95d4e
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue