fix some missing windows files

This commit is contained in:
Bill Currie 2002-10-11 17:43:51 +00:00
parent 347815f3e3
commit c1cad316fd
2 changed files with 4 additions and 0 deletions

View file

@ -251,6 +251,8 @@ ded_sources= sys_wind.c sv_ded.c sv_model.c
else
ded_sources= sys_unixd.c sv_ded.c sv_model.c
endif
EXTRA_DIST=sys_wind.c sys_unixd.c sv_ded.c sv_model.c
nq_server_LDFLAGS= $(common_ldflags)
nq_server_SOURCES= $(ded_sources)
nq_server_LDADD= $(server_libs) $(server_LIBS)

View file

@ -76,6 +76,8 @@ else
syssv_SRC= sv_sys_unix.c
endif
EXTRA_DIST=sv_sys_win.c sv_sys_unix.c
libserver_a_SOURCES= \
crudefile.c sv_ccmds.c sv_demo.c sv_ents.c sv_init.c sv_main.c \
sv_move.c sv_nchan.c sv_phys.c sv_pr_cmds.c sv_progs.c sv_send.c \