Skip to content

Commit

Permalink
Extracted dependencies in root
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendr0id committed Mar 1, 2018
1 parent 3fce7da commit acc057d
Show file tree
Hide file tree
Showing 593 changed files with 242,396 additions and 0 deletions.
3,456 changes: 3,456 additions & 0 deletions gcc/libmicrohttpd/x64/include/microhttpd.h

Large diffs are not rendered by default.

Binary file added gcc/libmicrohttpd/x64/lib/libmicrohttpd.a
Binary file not shown.
41 changes: 41 additions & 0 deletions gcc/libmicrohttpd/x64/lib/libmicrohttpd.la
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# libmicrohttpd.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-2
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname=''

# Names of this library.
library_names=''

# The name of the static archive.
old_library='libmicrohttpd.a'

# Linker flags that cannot go in dependency_libs.
inherited_linker_flags=''

# Libraries that this one depends upon.
dependency_libs=' -lws2_32'

# Names of additional weak libraries provided by this library
weak_library_names=''

# Version information for libmicrohttpd.
current=55
age=43
revision=0

# Is this an already installed library?
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/mingw64/lib'
14 changes: 14 additions & 0 deletions gcc/libmicrohttpd/x64/lib/pkgconfig/libmicrohttpd.pc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
prefix=/mingw64
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: libmicrohttpd
Description: A library for creating an embedded HTTP server
Version: 0.9.55
Requires:
Requires.private:
Conflicts:
Libs: -L${libdir} -lmicrohttpd
Libs.private:
Cflags: -I${includedir}
Loading

0 comments on commit acc057d

Please sign in to comment.