mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
win32 fixes.
This commit is contained in:
parent
baa3a9e1d6
commit
aeca63df3c
2 changed files with 4 additions and 3 deletions
|
@ -7,4 +7,5 @@ EXTRA_DIST = README.WIN newtree.dsw \
|
|||
RPM/build_rpm.in RPM/quakeforge.spec.in \
|
||||
tools/gas2masm/Makefile tools/gas2masm/gas2masm.c \
|
||||
tools/gas2masm/gas2masm.dsp tools/gas2masm/gas2masm.dsw \
|
||||
tools/gas2masm/gas2masm.mak tools/gas2masm/gas2masm.mdp
|
||||
tools/gas2masm/gas2masm.mak tools/gas2masm/gas2masm.mdp \
|
||||
servers.txt
|
||||
|
|
|
@ -17,8 +17,8 @@ libqfsys_cl_a_SOURCES = sys_unix.c cl_sys_unix.c
|
|||
libqfsys_sv_a_SOURCES = sys_unix.c sv_sys_unix.c
|
||||
endif
|
||||
|
||||
EXTRA_libqfsys_cl_a_SOURCES = sys_unix.c cl_sys_unix.c fnmatch.c
|
||||
EXTRA_libqfsys_sv_a_SOURCES = sys_unix.c sv_sys_unix.c fnmatch.c
|
||||
EXTRA_libqfsys_cl_a_SOURCES = cl_sys_unix.c cl_sys_win.c sys_win.c sys_unix.c fnmatch.c dirent.c
|
||||
EXTRA_libqfsys_sv_a_SOURCES = sv_sys_unix.c sv_sys_win.c sys_win.c sys_unix.c fnmatch.c dirent.c
|
||||
|
||||
if SNDTYPE_WIN32
|
||||
libqfsnd_a_SOURCES = snd_win.c
|
||||
|
|
Loading…
Reference in a new issue