mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
e5543eb0a6
fix PR_SetString, and a few other things.
8 lines
188 B
Makefile
8 lines
188 B
Makefile
noinst_LIBRARIES = libqfgamecode.a
|
|
|
|
libqfgamecode_a_SOURCES = pr_edict.c pr_exec.c pr_offs.c
|
|
|
|
all-local: ../libqfgamecode.a
|
|
|
|
../libqfgamecode.a: libqfgamecode.a
|
|
cp $(noinst_LIBRARIES) ..
|