Commit graph

6 commits

Author SHA1 Message Date
Bill Currie
2718705414 prelim header changes. doesn't build yet 2000-08-21 03:52:28 +00:00
Bill Currie
16d7581fc6 source/Makefile.am:
rename bins from uquake-* to nuq-*
configure.in:
	rename uquake.conf to quakeforge.conf (undecided about this one)
2000-08-20 05:38:30 +00:00
Bill Currie
3c09f92653 shiver me timbers, uquake-x11 works!!!!!!
include/.gitignore:
	ignore stamp-h
include/stamp-h:
	shouldn't be in cvs
source/Makefile.am:
	comment out the `if ASM_ARCH' and corresponding endif as there seems
	to be either a bug or a misunderstanding in automake snd_mixa.o is
	now built
2000-08-20 04:18:37 +00:00
Bill Currie
4047bd947f include config.h
convert #if USE_INTEL_ASM to #ifdef USE_INTEL_ASM
add cl_math.S to math_ASM

unfortunatly, snd_mixa.o isn't being built. Haven't figured that one out yet
2000-08-20 00:38:32 +00:00
Bill Currie
935dd92fd4 tell cvs to ignore config.h and win32/version.h (under include)
add alsa support (swiped from newtree:)

+= doesn't seem to work well in automake (or at least not my version). Change
the common_SOURCES += ... to combined_SOURCES = $(common_SOURCES) ... and
change the /following/ instances common_SOURCES to combined_SOURCES.
2000-08-19 23:15:48 +00:00
Jeff Teunissen
9d334e8b22 Initial revision 2000-08-19 22:24:16 +00:00