put the win32 missing files fix on the branch, too

This commit is contained in:
Bill Currie 2002-10-11 17:48:59 +00:00
parent 545efefe32
commit 9bf3409675
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_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 sv_user.c \