From cb7834dd9f1b1816536a5ba419095c160f22a758 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 25 Jun 2012 15:12:18 +0200 Subject: libXau is not compiled as dll --- makefile.after | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile.after') diff --git a/makefile.after b/makefile.after index 73f016cf9..cef71b839 100644 --- a/makefile.after +++ b/makefile.after @@ -29,7 +29,7 @@ LINKFLAGS += /DLL /DEF:$(DEFFILE) all: $(LIBRARYS) -$(LIBRARYS) : $(OBJS) $(INCLUDELIBFILES) $(RESOBJS) +$(LIBRARYS) : $(OBJS) $(INCLUDELIBFILES) $(RESOBJS) $(DEFFILE) $(LINK) $(LINKFLAGS) /OUT:$(relpath $(basename $@)).dll $(INCLUDELIBFILES) $(SYSTEMLIBS) $(LINKLIBS) $(OBJS) endif -- cgit v1.2.3