gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33378 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r33378 - libmicrohttpd/src/microhttpd
Date: Sun, 25 May 2014 17:46:29 +0200

Author: Karlson2k
Date: 2014-05-25 17:46:28 +0200 (Sun, 25 May 2014)
New Revision: 33378

Modified:
   libmicrohttpd/src/microhttpd/Makefile.am
Log:
W32: fix building with --disable-static

Modified: libmicrohttpd/src/microhttpd/Makefile.am
===================================================================
--- libmicrohttpd/src/microhttpd/Makefile.am    2014-05-24 20:09:12 UTC (rev 
33377)
+++ libmicrohttpd/src/microhttpd/Makefile.am    2014-05-25 15:46:28 UTC (rev 
33378)
@@ -28,14 +28,14 @@
        @echo Creating $@ and libmicrohttpd.exp by $(MS_LIB_TOOL)... && \
        dll_name=`$(EGREP) -o dlname=\'.+\' libmicrohttpd.la` && \
        dll_name=$${dll_name#*\'} && dll_name=$${dll_name%\'} && test -n 
"$$dll_name" && \
-       echo Using .dll filename: $$dll_name.. && \
-       $(MS_LIB_TOOL) -def:$(lt_cv_objdir)/libmicrohttpd.def -name:$$dll_name 
-out:$@ $(libmicrohttpd_la_OBJECTS:.lo=.o)
+       echo Creating $$dll_name by $(MS_LIB_TOOL).. && cd "$(lt_cv_objdir)" && 
\
+       $(MS_LIB_TOOL) -def:libmicrohttpd.def -name:$$dll_name 
-out:libmicrohttpd.lib $(libmicrohttpd_la_OBJECTS:.lo=.o) && cd ..
 else
        @echo Creating $@ and libmicrohttpd.exp by $(DLLTOOL)... && \
        dll_name=`$(EGREP) -o dlname=\'.+\' libmicrohttpd.la` && \
        dll_name=$${dll_name#*\'} && dll_name=$${dll_name%\'} && test -n 
"$$dll_name" && \
-       echo Using .dll filename: $$dll_name.. && \
-       $(DLLTOOL) -d $(lt_cv_objdir)/libmicrohttpd.def -D $$dll_name -l $@ 
$(libmicrohttpd_la_OBJECTS:.lo=.o) -e $(lt_cv_objdir)/libmicrohttpd.exp && \
+       echo Creating $$dll_name by $(DLLTOOL).. && cd "$(lt_cv_objdir)" && \
+       $(DLLTOOL) -d ./libmicrohttpd.def -D $$dll_name -l libmicrohttpd.lib 
$(libmicrohttpd_la_OBJECTS:.lo=.o) -e ./libmicrohttpd.exp && cd .. &&\
        echo Created libmicrohttpd.exp and libmicrohttpd.lib.
 endif
 else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]