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

Fix mingw32 build

parent 03540dac
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,12 @@ include ${SRC_ROOT}/build/Common.gmake
CFLAGS += -I${SRC_ROOT}/comio -I${SRC_ROOT}/sbbs3 $(XPDEV-MT_CFLAGS)
LDFLAGS += $(XPDEV-MT_LDFLAGS)
ifeq ($(os), win32)
OBJS += $(MTOBJODIR)$(DIRSEP)comio_win32$(OFILE)
CFLAGS += -DTELNET_NO_DLL
else
OBJS += $(MTOBJODIR)$(DIRSEP)comio_nix$(OFILE)
endif
vpath %.c ../comio ../sbbs3
......
OBJS = \
$(MTOBJODIR)$(DIRSEP)comio_nix$(OFILE) \
$(MTOBJODIR)$(DIRSEP)comio$(OFILE) \
$(MTOBJODIR)$(DIRSEP)telnet$(OFILE) \
$(MTOBJODIR)$(DIRSEP)sexpots$(OFILE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment