win32 fixes.

This commit is contained in:
Jeff Teunissen 2000-05-22 06:37:26 +00:00
parent baa3a9e1d6
commit aeca63df3c
2 changed files with 4 additions and 3 deletions

View File

@ -7,4 +7,5 @@ EXTRA_DIST = README.WIN newtree.dsw \
RPM/build_rpm.in RPM/quakeforge.spec.in \ RPM/build_rpm.in RPM/quakeforge.spec.in \
tools/gas2masm/Makefile tools/gas2masm/gas2masm.c \ tools/gas2masm/Makefile tools/gas2masm/gas2masm.c \
tools/gas2masm/gas2masm.dsp tools/gas2masm/gas2masm.dsw \ 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

View File

@ -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 libqfsys_sv_a_SOURCES = sys_unix.c sv_sys_unix.c
endif endif
EXTRA_libqfsys_cl_a_SOURCES = sys_unix.c cl_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 = sys_unix.c sv_sys_unix.c fnmatch.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 if SNDTYPE_WIN32
libqfsnd_a_SOURCES = snd_win.c libqfsnd_a_SOURCES = snd_win.c