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

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

parent 7f476aaf
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4146 passed
......@@ -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.
Finish editing this message first!
Please register or to comment