add solaris

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@149 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-04 04:14:30 +00:00
parent 8782a9b423
commit d93a8a28c0

View File

@@ -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