mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-21 10:21:03 +00:00
Fix the build
This commit is contained in:
parent
772dbfae26
commit
7108c61bec
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ LIBS += -lm
|
|||
#objects
|
||||
OBJ_C = main.o lexer.o parser.o fs.o stat.o util.o code.o ast.o ir.o conout.o ftepp.o opts.o utf8.o correct.o fold.o intrin.o
|
||||
OBJ_P = util.o fs.o conout.o opts.o pak.o stat.o
|
||||
OBJ_T = test.o util.o conout.o fs.o stat.o
|
||||
OBJ_T = test.o util.o opts.o conout.o fs.o stat.o
|
||||
OBJ_X = exec-standalone.o util.o opts.o conout.o fs.o stat.o
|
||||
|
||||
#gource flags
|
||||
|
|
Loading…
Reference in a new issue