mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
277c17cfd8
and this clears the way for an external API for utilities and such. And yes, this means libtool is now used.
6 lines
194 B
Makefile
6 lines
194 B
Makefile
lib_LTLIBRARIES = libQFgamecode.la
|
|
|
|
libQFgamecode_la_LDFLAGS = -version-info 1:0:0
|
|
libQFgamecode_la_SOURCES = pr_edict.c pr_exec.c pr_strings.c
|
|
|
|
LIBLIST = libQFgamecode.la @LIBRARY_SEARCH_PATH@
|