Skip to content
Snippets Groups Projects
Commit f6c89d3f authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Don't link with win32gdi unless it's enabled.

parent a06bbe2b
Branches
Tags
No related merge requests found
......@@ -5,7 +5,9 @@ include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rule
CFLAGS += $(XPDEV-MT_CFLAGS) $(HASH_CFLAGS) $(ENCODE_CFLAGS) $(CIOLIB-MT_CFLAGS)
ifeq ($(os),win32)
OBJS += $(MTOBJODIR)$(DIRSEP)win32gdi$(OFILE)
ifdef WITH_GDI
OBJS += $(MTOBJODIR)$(DIRSEP)win32gdi$(OFILE)
endif
OBJS += $(MTOBJODIR)$(DIRSEP)SDL_win32_main$(OFILE)
OBJS += $(MTOBJODIR)$(DIRSEP)win32cio$(OFILE)
OBJS += $(MTOBJODIR)$(DIRSEP)ciolib_res$(OFILE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment