mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
4489319298
external to the progs file are now malloced and then freed at progs reload. All that needs to be implementd for gc to work is the scanner and deallocator.
8 lines
191 B
Makefile
8 lines
191 B
Makefile
noinst_LIBRARIES = libqfgamecode.a
|
|
|
|
libqfgamecode_a_SOURCES = pr_edict.c pr_exec.c pr_strings.c
|
|
|
|
all-local: ../libqfgamecode.a
|
|
|
|
../libqfgamecode.a: libqfgamecode.a
|
|
cp $(noinst_LIBRARIES) ..
|