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

Compare commits

...

2 commits

Author SHA1 Message Date
Samuel Gomes d7753e7f7d
Merge 8cf0492418 into 2ec2bf48c6 2024-04-19 18:11:48 +05:30
Samuel Gomes 8cf0492418 Link with gdi32 when compiling Windows GUI apps 2024-04-19 18:11:36 +05:30

View file

@ -360,7 +360,7 @@ ifeq ($(OS),win)
LICENSE_IN_USE := $(filter-out freeglut,$(LICENSE_IN_USE))
else
CXXLIBS += -lopengl32 -lglu32 -lwinmm
CXXLIBS += -lopengl32 -lglu32 -lwinmm -lgdi32
endif
ifneq ($(filter y,$(DEP_SOCKETS)),)