-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
593 changed files
with
242,396 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
Oops, something went wrong.