mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-24 05:10:42 -04:00
use hp opengl
This commit is contained in:
parent
873cc1ca67
commit
d84ad841f1
2
Makefile
2
Makefile
@ -90,7 +90,7 @@ ifeq ($(PLAT),hp-ux)
|
||||
CC = gcc
|
||||
CFLAGS += -std=c99 -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_BSD_SOURCE
|
||||
LDFLAGS =
|
||||
LIBS = -lm -lX11 -lXi -lXext -L/usr/local/lib/hpux32 -lGL -lpthread
|
||||
LIBS = -lm -lX11 -lXi -lXext -L/opt/graphics/OpenGL/lib/hpux32 -lGL -lXhp11 -lpthread
|
||||
BUILD_DIR = build/hpux
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user