build.[ch] -> buildnum.[ch] related fixes

This commit is contained in:
Bill Currie 2000-05-21 22:39:28 +00:00
parent 0f656e5f44
commit cc5e8e2b59
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
## 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 build.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

View file

@ -43,7 +43,7 @@ EXTRA_libqfcd_a_SOURCES = cd_win.c cd_linux.c cd_null.c
common_SOURCES= net_chan.c net_com.c net_udp.c pmove.c pmovetst.c zone.c \
mdfour.c mathlib.c math.S cvar.c crc.c model.c cmd.c \
qargs.c qendian.c quakefs.c quakeio.c msg.c sizebuf.c info.c \
checksum.c link.c build.c va.c com.c
checksum.c link.c buildnum.c va.c com.c
server_SOURCES= pr_cmds.c pr_edict.c pr_exec.c sv_init.c sv_main.c sv_misc.c \
sv_model.c sv_nchan.c sv_ents.c sv_send.c sv_move.c sv_phys.c \
sv_user.c sv_ccmds.c world.c worlda.S sv_cvar.c

View file

@ -40,7 +40,7 @@
#include "quakefs.h"
#include "qargs.h"
#include "bothdefs.h"
#include "build.h"
#include "buildnum.h"
#include <stdarg.h>
#include <stdlib.h>