From b8b3342b8623adf65df33b5d0f91c6d645c949c1 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 31 Mar 2007 08:21:55 +0000 Subject: [PATCH] Add build rule for sexyz. --- src/sbbs3/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sbbs3/Makefile b/src/sbbs3/Makefile index fa7b01de69..4f22dcaccd 100644 --- a/src/sbbs3/Makefile +++ b/src/sbbs3/Makefile @@ -257,3 +257,8 @@ $(DUPEFIND): $(DUPEFIND_OBJS) $(SMBACTIV): $(SMBACTIV_OBJS) @echo Linking $@ $(QUIET)$(CC) $(UTIL_LDFLAGS) -e$@ $** $(XPDEV_LIBS) + +# SEXYZ +$(SEXYZ): $(SEXYZ_OBJS) + @echo Linking $@ + $(QUIET)$(CC) $(MT_LDFLAGS) $(UTIL_LDFLAGS) -e$@ $** $(XPDEV-MT_LIBS) -- GitLab