mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-10 19:22:19 +00:00
put the win32 missing files fix on the branch, too
This commit is contained in:
parent
545efefe32
commit
9bf3409675
2 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue