Fix window icon in Windows builds

This commit is contained in:
Clownacy 2020-01-23 12:29:22 +00:00
parent 78b41a5ced
commit b274c3af6a
2 changed files with 4 additions and 1 deletions

View file

@ -185,7 +185,6 @@ RESOURCES = \
BITMAP/Credit18.bmp \ BITMAP/Credit18.bmp \
CURSOR/CURSOR_IKA.bmp \ CURSOR/CURSOR_IKA.bmp \
CURSOR/CURSOR_NORMAL.bmp \ CURSOR/CURSOR_NORMAL.bmp \
ICON/ICON_MINI.bmp \
ORG/Access.org \ ORG/Access.org \
ORG/Anzen.org \ ORG/Anzen.org \
ORG/Balcony.org \ ORG/Balcony.org \
@ -238,6 +237,10 @@ else
RESOURCES += FONT/LiberationMono.ttf RESOURCES += FONT/LiberationMono.ttf
endif endif
ifneq ($(WINDOWS), 1)
RESOURCES += ICON/ICON_MINI.bmp
endif
ifeq ($(RENDERER), OpenGL3) ifeq ($(RENDERER), OpenGL3)
SOURCES += src/Backends/Rendering/OpenGL3.cpp external/glad/src/glad.c SOURCES += src/Backends/Rendering/OpenGL3.cpp external/glad/src/glad.c
CSE2_CFLAGS += -Iexternal/glad/include CSE2_CFLAGS += -Iexternal/glad/include

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B