1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00

Build QB64 with icon

This commit is contained in:
Matthew Kilgore 2022-05-12 00:34:10 -04:00
parent fd6a201046
commit 336a7c3085

View file

@ -138,6 +138,7 @@ endif
# Required dependencies of QB64 itself
DEP_FONT := y
DEP_ICON := y
DEP_ICON_RC := y
DEP_SOCKETS := y
endif