Fix window icon in Windows builds
This commit is contained in:
parent
78b41a5ced
commit
b274c3af6a
2 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -185,7 +185,6 @@ RESOURCES = \
|
|||
BITMAP/Credit18.bmp \
|
||||
CURSOR/CURSOR_IKA.bmp \
|
||||
CURSOR/CURSOR_NORMAL.bmp \
|
||||
ICON/ICON_MINI.bmp \
|
||||
ORG/Access.org \
|
||||
ORG/Anzen.org \
|
||||
ORG/Balcony.org \
|
||||
|
@ -238,6 +237,10 @@ else
|
|||
RESOURCES += FONT/LiberationMono.ttf
|
||||
endif
|
||||
|
||||
ifneq ($(WINDOWS), 1)
|
||||
RESOURCES += ICON/ICON_MINI.bmp
|
||||
endif
|
||||
|
||||
ifeq ($(RENDERER), OpenGL3)
|
||||
SOURCES += src/Backends/Rendering/OpenGL3.cpp external/glad/src/glad.c
|
||||
CSE2_CFLAGS += -Iexternal/glad/include
|
||||
|
|
BIN
assets/resources/ICON/ICON_MINI.ico
Normal file
BIN
assets/resources/ICON/ICON_MINI.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 318 B |
Loading…
Add table
Reference in a new issue