mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-06 17:39:45 +00:00
add solaris
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@149 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user