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

ans2asc requires XPDEV_LIBS to link against Netapi32.dll for NetWkstaGetInfo()

parent d7663780
No related branches found
No related tags found
No related merge requests found
Pipeline #5588 failed
......@@ -269,7 +269,7 @@ endif
# ANS2ASC
$(ANS2ASC): $(OBJODIR)/ans2asc.o $(OBJODIR)/sauce.o $(XPDEV_LIB) | $(EXEODIR)
@echo Linking $@
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $^ -lm
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $^ -lm $(XPDEV_LIBS)
# ASC2ANS
$(ASC2ANS): $(OBJODIR)/asc2ans.o | $(EXEODIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment