mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-24 21:12:27 +00:00
getting there, just `BoxOnPlaneSide' to go until qw-server links.
Removed last 386 definition bits from headers (I think)
This commit is contained in:
parent
7372963210
commit
d39006971a
2 changed files with 1 additions and 5 deletions
|
@ -21,10 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
// quakeasm.h: general asm header file
|
||||
//
|
||||
|
||||
#ifdef _WIN32
|
||||
#define __i386__ 1
|
||||
#endif
|
||||
|
||||
// !!! must be kept the same as in d_iface.h !!!
|
||||
#define TRANSPARENT_COLOR 255
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ EXE_libs=
|
|||
DIRECTORIES=
|
||||
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
|
||||
CXXFLAGS=-Wall #-Werror
|
||||
LDFLAGS=
|
||||
|
|
Loading…
Reference in a new issue