mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-04 08:30:51 +00:00
fix gdi backend
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@97 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -64,12 +64,6 @@ EXAMPLES = examples/example$(EXEC) examples/rotate$(EXEC) examples/image$(EXEC)
|
||||
ifeq ($(OPENGL),1)
|
||||
L_OBJS += src/opengl.o
|
||||
EXAMPLES += examples/opengl$(EXEC)
|
||||
|
||||
ifeq ($(UNIX),1)
|
||||
L_LIBS += -lGL
|
||||
else ifeq ($(WINDOWS),1)
|
||||
L_LIBS += -lopengl32
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(VULKAN),1)
|
||||
|
||||
Reference in New Issue
Block a user