Skip to content
Snippets Groups Projects
Commit b8b3342b authored by rswindell's avatar rswindell
Browse files

Add build rule for sexyz.

parent 6cb19a9a
No related branches found
No related tags found
No related merge requests found
...@@ -257,3 +257,8 @@ $(DUPEFIND): $(DUPEFIND_OBJS) ...@@ -257,3 +257,8 @@ $(DUPEFIND): $(DUPEFIND_OBJS)
$(SMBACTIV): $(SMBACTIV_OBJS) $(SMBACTIV): $(SMBACTIV_OBJS)
@echo Linking $@ @echo Linking $@
$(QUIET)$(CC) $(UTIL_LDFLAGS) -e$@ $** $(XPDEV_LIBS) $(QUIET)$(CC) $(UTIL_LDFLAGS) -e$@ $** $(XPDEV_LIBS)
# SEXYZ
$(SEXYZ): $(SEXYZ_OBJS)
@echo Linking $@
$(QUIET)$(CC) $(MT_LDFLAGS) $(UTIL_LDFLAGS) -e$@ $** $(XPDEV-MT_LIBS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment