mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
b4000200e3
libQFutil and enable the option parsting in qw-master for win32.
21 lines
756 B
Makefile
21 lines
756 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
AUTOMAKE_OPTIONS= foreign
|
|
SUBDIRS = QF
|
|
EXTRA_DIST = asm_i386.h adivtab.h anorm_dots.h anorms.h asm_draw.h block16.h \
|
|
block8.h buildnum.h compat.h context_x11.h d_iface.h d_ifacea.h \
|
|
d_local.h dga_check.h fbset.h getopt.h gl_warp_sin.h \
|
|
in_win.h logos.h menu.h old_keys.h qstring.h quakeasm.h r_cvar.h \
|
|
r_dynamic.h r_local.h r_shared.h sbar.h skin_stencil.h stamp-h.in \
|
|
varrays.h vgamodes.h view.h vregset.h winquake.h world.h \
|
|
\
|
|
win32/bc/borland.c win32/bc/config.h \
|
|
\
|
|
win32/fnmatch.h \
|
|
\
|
|
win32/mingw/config.h \
|
|
\
|
|
win32/resources/icon1.ico win32/resources/quakeforge.rc \
|
|
win32/resources/resource.h \
|
|
\
|
|
win32/vc/config.h win32/vc/dirent.h win32/version.h win32/version.h.in
|
|
|