fix gdi backend

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@97 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-01 06:42:52 +00:00
parent c07c9ca216
commit ed943ee572
5 changed files with 72 additions and 27 deletions

View File

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