add solaris
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@149 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
8782a9b423
commit
d93a8a28c0
1 changed files with 6 additions and 0 deletions
|
|
@ -59,6 +59,12 @@ UNIX = 1
|
||||||
L_LIBS += -lsocket -lnsl
|
L_LIBS += -lsocket -lnsl
|
||||||
|
|
||||||
NO_XRENDER = 1
|
NO_XRENDER = 1
|
||||||
|
else ifeq ($(TARGET),SunOS)
|
||||||
|
CC = gcc
|
||||||
|
UNIX = 1
|
||||||
|
L_LIBS += -lsocket -lnsl
|
||||||
|
|
||||||
|
OPENGL = 1
|
||||||
else
|
else
|
||||||
$(error Add your platform definition)
|
$(error Add your platform definition)
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue