diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2000-12-21 01:04:43 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2000-12-21 01:04:43 +0000 |
commit | 0a0b119fc6fa667c6f76a6bd3e0f9ea5a82af1b7 (patch) | |
tree | 1a5adf9ce035732f3156d8530573bed88cd9f882 /misc | |
parent | fb5a4389eee92eead02b1ea270a999e59ba3c09b (diff) | |
download | libapr-0a0b119fc6fa667c6f76a6bd3e0f9ea5a82af1b7.tar.gz |
The Win32 overhaul, in summary;
Modules are named mod_foo.so
Dynamic Libraries are named libfoo.dll, and are stored in bin/
The former ApacheCoreDll is now libhttpd.dll
Apache.exe moves to bin/
The make install now copies include, lib, and libexec
All build options are normalized, filenames adjusted appropriately
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r-- | misc/win32/aprlib.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/misc/win32/aprlib.c b/misc/win32/aprlib.c deleted file mode 100644 index b54667430..000000000 --- a/misc/win32/aprlib.c +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Placeholder to force aprlib.dll creation with no LNK4001 error - * - * However, this isn't a bad place to store dynamic-only functions - * that determine which version of apr the application has loaded. - * These functions are of (less?) importance to static-bound apps. - */ |