1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-05-12 12:00:13 +00:00
This commit is contained in:
Samuel Gomes 2024-04-19 18:11:48 +05:30 committed by GitHub
commit d7753e7f7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -350,6 +350,8 @@ ifeq ($(OS),win)
ifneq ($(filter y,$(DEP_CONSOLE_ONLY) $(DEP_CONSOLE)),)
CXXLIBS += -mconsole
else
CXXLIBS += -mwindows
endif
ifneq ($(filter y,$(DEP_CONSOLE_ONLY)),)
@ -358,7 +360,7 @@ ifeq ($(OS),win)
LICENSE_IN_USE := $(filter-out freeglut,$(LICENSE_IN_USE))
else
CXXLIBS += -mwindows -lopengl32 -lglu32 -lwinmm
CXXLIBS += -lopengl32 -lglu32 -lwinmm -lgdi32
endif
ifneq ($(filter y,$(DEP_SOCKETS)),)