* More Solaris work
This commit is contained in:
parent
0a3e96af77
commit
acf1f46a2b
5 changed files with 20 additions and 15 deletions
|
@ -418,13 +418,13 @@ ifeq ($(PLATFORM),SunOS)
|
|||
LDFLAGS=-lsocket -lnsl -ldl -lm
|
||||
|
||||
ifeq ($(strip $(USE_SDL)),true)
|
||||
GLLDFLAGS=$(shell sdl-config --libs) -lGLU -lX11 -lXext
|
||||
GLLDFLAGS=$(shell sdl-config --libs) -L/usr/X11/lib -lGLU -lX11 -lXext
|
||||
else
|
||||
GLLDFLAGS=-L/usr/openwin/$(LIB) -lGLU -lX11 -lXext
|
||||
GLLDFLAGS=-L/usr/openwin/$(LIB) -L/usr/X11/lib -lGLU -lX11 -lXext
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),i386)
|
||||
# linux32 make ...
|
||||
# Solarix x86 make ...
|
||||
BASE_CFLAGS += -m32
|
||||
LDFLAGS+=-m32
|
||||
endif
|
||||
|
|
|
@ -76,7 +76,7 @@ C(Sys_SnapVector):
|
|||
|
||||
// void Sys_SnapVectorCW( float *v, unsigned short int cw )
|
||||
.global C(Sys_SnapVectorCW)
|
||||
C(Sys_SnapVector_cw):
|
||||
C(Sys_SnapVectorCW):
|
||||
pushl %eax
|
||||
pushl %ebp
|
||||
movl %esp,%ebp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue