mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
abaccbec53
This makes the location code available to nq (not used yet) but more importantly moves some definitely client-side code into the right place.
10 lines
344 B
Text
10 lines
344 B
Text
noinst_LTLIBRARIES += libs/client/libQFclient.la
|
|
|
|
libs_client_libQFclient_la_LDFLAGS= @STATIC@
|
|
libs_client_libQFclient_la_LIBADD= libs/gamecode/libQFgamecode.la libs/util/libQFutil.la
|
|
libs_client_libQFclient_la_SOURCES= \
|
|
libs/client/cl_effects.c \
|
|
libs/client/cl_entities.c \
|
|
libs/client/cl_temp_entities.c \
|
|
libs/client/locs.c \
|
|
$e
|