mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
3de95855fe
the code make more sense, it also means that the dynamic loading of game and video refreshers (especially video refreshers) is consistent -- which means that you can now change video modes FROM WITHIN QUAKE2 as Carmack intended, and quake2 no longer dies with an Xlib error on exit, so your resolutions and gamma are restored! (Closes: #34)
7 lines
154 B
Makefile
7 lines
154 B
Makefile
# $Id$
|
|
|
|
SUBDIRS = src data
|
|
|
|
EXTRA_DIST = quake2.dsp quake2.dsw quake2.mak \
|
|
HACKING NEWS THANKS TODO \
|
|
baseq2 bsd docs irix null rhapsody solaris win32
|