mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
8ac9ff0134
This is the correct fix for server linking wrt LoadPCX. Sort of. Really, it would be better to disconnect the dependencies.
9 lines
321 B
Makefile
9 lines
321 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
# everything depends on util
|
|
# gamecode depends on gib (only for builtins, not the engine)
|
|
# ruamoko depends on gamecode (engine only, not builtins)
|
|
# audio depends on gamecode
|
|
# console depends on ruamoko and audio
|
|
SUBDIRS=util image gib gamecode ruamoko models audio console net qw \
|
|
video
|