quakeforge/libs/Makefile.am
Bill Currie 77b2942982 several libs can now get built as dlls in windows: console, gamecode,
gamecode_builtins, gib, image, modules, object, ruamoko and util.
2004-01-19 07:47:41 +00:00

7 lines
280 B
Makefile

AUTOMAKE_OPTIONS= foreign
# everything depends on util
# gib depends on console
# gamecode depends on gib (only for builtins, not the engine)
# ruamoko depends on gamecode (engine only, not builtins)
SUBDIRS=util audio console gib gamecode image models net object ruamoko video