Commit graph

9 commits

Author SHA1 Message Date
Bill Currie
43b5a87fbd some fixes to make quakeforge build on solaris. not quite done yet as the
server doesn't get linked with the network libs yet.

.gitignore: add quakeforge-*.tar.gz (I'm tired of seeing that with ? :)
include/Makefile.am: forgot to add the new x11 related headers
source/makefile.am: move snd_dma.c from cient sources to snd lib and add
	snd_null.c
source/cl_sys_unix.c: replace FNDELAY with O_NONBLOCK
2000-05-25 05:01:20 +00:00
Bill Currie
7f193522f3 fix make dist 2000-05-24 02:32:47 +00:00
Thad Ward
55d2328c77 added include/win32/version.h for the non-automake win32 builds will have a common place to get the version number.
also commented out the section of include/win32/?c/config.h that defined the versions and replaced with an include statement
2000-05-23 06:10:22 +00:00
Jeff Teunissen
adcb479d77 Makefile updates for win32 targets 2000-05-22 07:32:00 +00:00
Bill Currie
1fda6e16c1 break up the honking huge line :) 2000-05-21 22:53:59 +00:00
Bill Currie
cc5e8e2b59 build.[ch] -> buildnum.[ch] related fixes 2000-05-21 22:39:28 +00:00
Joseph Carter
6bb69779a4 Fix make dist I hope 2000-05-21 09:48:36 +00:00
Marcus Sundberg
91d0005d4f Added stuff in win32/ subdir. 2000-05-17 18:19:46 +00:00
Marcus Sundberg
0802eb72e2 Added Makefile.am with EXTRA_DIST statement so make dist works. 2000-05-17 17:26:31 +00:00