getting there, just `BoxOnPlaneSide' to go until qw-server links.

Removed last 386 definition bits from headers (I think)
This commit is contained in:
Bill Currie 2000-05-10 12:47:50 +00:00
parent 7372963210
commit d39006971a
2 changed files with 1 additions and 5 deletions

View File

@ -21,10 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// quakeasm.h: general asm header file // quakeasm.h: general asm header file
// //
#ifdef _WIN32
#define __i386__ 1
#endif
// !!! must be kept the same as in d_iface.h !!! // !!! must be kept the same as in d_iface.h !!!
#define TRANSPARENT_COLOR 255 #define TRANSPARENT_COLOR 255

View File

@ -6,7 +6,7 @@ EXE_libs=
DIRECTORIES= DIRECTORIES=
vpath %.a $(patsubst @%,%,$(DIRECTORIES)) /usr/lib vpath %.a $(patsubst @%,%,$(DIRECTORIES)) /usr/lib
CPPFLAGS=-I . -I ../include -Did386 -Dstricmp=strcasecmp -MMD -DSERVERONLY CPPFLAGS=-I . -I ../include -DELF -Did386=1 -Dstricmp=strcasecmp -MMD -DSERVERONLY
CFLAGS=-Wall #-Werror CFLAGS=-Wall #-Werror
CXXFLAGS=-Wall #-Werror CXXFLAGS=-Wall #-Werror
LDFLAGS= LDFLAGS=