mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-16 16:41:30 +00:00
break up the honking huge line :)
This commit is contained in:
parent
cc5e8e2b59
commit
1fda6e16c1
1 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,13 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
EXTRA_DIST = adivtab.h anorm_dots.h anorms.h asm_draw.h asm_i386.h block16.h block8.h bothdefs.h bspfile.h buildnum.h cdaudio.h checksum.h cl_slist.h client.h cmd.h commdef.h compat.h console.h crc.h cvar.h d_iface.h d_ifacea.h d_local.h draw.h gl_warp_sin.h glquake.h glquake2.h in_win.h info.h input.h keys.h link.h mathlib.h mdfour.h menu.h model.h modelgen.h msg.h net.h pmove.h pr_comp.h progdefs.h progs.h protocol.h qargs.h qdefs.h qendian.h qstructs.h qtypes.h quakeasm.h quakedef.h quakefs.h quakeio.h r_local.h r_shared.h render.h resource.h sbar.h screen.h server.h sizebuf.h sound.h spritegn.h sys.h uint32.h vid.h view.h wad.h winquake.h world.h zone.h \
|
||||
EXTRA_DIST = adivtab.h anorm_dots.h anorms.h asm_draw.h asm_i386.h block16.h \
|
||||
block8.h bothdefs.h bspfile.h buildnum.h cdaudio.h checksum.h \
|
||||
cl_slist.h client.h cmd.h commdef.h compat.h console.h crc.h \
|
||||
cvar.h d_iface.h d_ifacea.h d_local.h draw.h gl_warp_sin.h \
|
||||
glquake.h glquake2.h in_win.h info.h input.h keys.h link.h \
|
||||
mathlib.h mdfour.h menu.h model.h modelgen.h msg.h net.h \
|
||||
pmove.h pr_comp.h progdefs.h progs.h protocol.h qargs.h \
|
||||
qdefs.h qendian.h qstructs.h qtypes.h quakeasm.h quakedef.h \
|
||||
quakefs.h quakeio.h r_local.h r_shared.h render.h resource.h \
|
||||
sbar.h screen.h server.h sizebuf.h sound.h spritegn.h sys.h \
|
||||
uint32.h vid.h view.h wad.h winquake.h world.h zone.h \
|
||||
win32/bc/config.h win32/vc/config.h
|
||||
|
|
Loading…
Reference in a new issue