Skip to content
Snippets Groups Projects
Commit 2546baf8 authored by deuce's avatar deuce
Browse files

Fix (?) Borland build

parent 38f4cb8e
No related branches found
No related tags found
No related merge requests found
......@@ -262,3 +262,8 @@ $(SMBACTIV): $(SMBACTIV_OBJS)
$(SEXYZ): $(SEXYZ_OBJS)
@echo Linking $@
$(QUIET)$(CC) $(MT_LDFLAGS) $(UTIL_LDFLAGS) -e$@ $** $(XPDEV-MT_LIBS)
# DSTSEDIT
$(DSTSEDIT): $(DSTSEDIT_OBJS)
@echo Linking $@
$(QUIET)$(CC) $(UTIL_LDFLAGS) -e$@ $** $(XPDEV_LIBS)
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