diff options
author | marha <marha@users.sourceforge.net> | 2012-06-25 15:12:18 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-25 15:12:18 +0200 |
commit | cb7834dd9f1b1816536a5ba419095c160f22a758 (patch) | |
tree | 269b533562636ad2ef97af1ef89d0849647f519c /makefile.after | |
parent | 9a867e32f89cdd115cdad9c25aeced6725886ee5 (diff) | |
download | vcxsrv-cb7834dd9f1b1816536a5ba419095c160f22a758.tar.gz vcxsrv-cb7834dd9f1b1816536a5ba419095c160f22a758.tar.bz2 vcxsrv-cb7834dd9f1b1816536a5ba419095c160f22a758.zip |
libXau is not compiled as dll
Diffstat (limited to 'makefile.after')
-rw-r--r-- | makefile.after | 2 |
1 files changed, 1 insertions, 1 deletions
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
|