mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-04 00:20:51 +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
|
||||
|
||||
NO_XRENDER = 1
|
||||
else ifeq ($(TARGET),SunOS)
|
||||
CC = gcc
|
||||
UNIX = 1
|
||||
L_LIBS += -lsocket -lnsl
|
||||
|
||||
OPENGL = 1
|
||||
else
|
||||
$(error Add your platform definition)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user