summaryrefslogtreecommitdiff
path: root/Makefile.win
Commit message (Collapse)AuthorAgeFilesLines
* We cannot rename the library file as we've done or it will becomeWilliam A. Rowe Jr2003-03-111-13/+8
| | | | | | | | disassociate with the source .pdb symbols, which is unplesant at the least. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98966 13f79535-47bb-0310-9956-ffa450edef68
* Fix Sebastian's observed failure of the Win32 Debug _install target.William A. Rowe Jr2003-02-191-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98733 13f79535-47bb-0310-9956-ffa450edef68
* Must have been my fat-fingered headcold-spacey mistake, but thanks toWilliam A. Rowe Jr2003-02-181-0/+1
| | | | | | | Brane for catching this build breakage. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98716 13f79535-47bb-0310-9956-ffa450edef68
* Thanks Andre... for pointing out my fat fingers.William A. Rowe Jr2003-02-081-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98599 13f79535-47bb-0310-9956-ffa450edef68
* *) Introduce debugging symbols for Win32 release builds, both .pdbWilliam A. Rowe Jr2003-02-071-178/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | and .dbg files (older debuggers and Dr. Watson-type utilities on WinNT or Win9x don't support the newer .pdb flavor.) [Allen Edwards, William Rowe] This backport is necessary in order to assure those debugging the Apache binaries are in a position to collect Crash Dump files from segfault bug reports, either to use locally ourselves, or for the user to merge into their {c:\windows}\symbols tree (for .dbg files) or leave in the same directories as the binaries (for .pdb files). This patch has no impact on optimization, performance, file size (of those binaries) or other attributes. Although this will add 'heft' to the distribution, we can decide 1) to package them in a seperate .zip file from dist/httpd/binaries/win32/ or 2) to include them in the .msi, but install only in the custom install selection page, or finally, 3) set up our own symbols 'server' that can be configured with windbg to automatically retrieve the right symbol sets for a given release package. Discussion is free to follow on list; these are the results of Allen and my research into the murky depths of 9x v.s. NT v.s. 2000/XP debug symbols. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98597 13f79535-47bb-0310-9956-ffa450edef68
* mod_logio module is alredy built in the IDE, but not the command lineWilliam A. Rowe Jr2003-01-191-0/+3
| | | | | | | | build. Also fixed (already patched in 2.1-dev). This module did not make it into the 2.0.44 package. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98348 13f79535-47bb-0310-9956-ffa450edef68
* .dsw IDE builds were building mod_auth_ldap, while .mak builds were not.William A. Rowe Jr2003-01-191-0/+6
| | | | | | | | | Corrected, and cleaned up redundant util_ldap dependency. mod_auth_ldap was built and tossed into the .44 release, as experimental. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98347 13f79535-47bb-0310-9956-ffa450edef68
* Damned... this was broken but, since most of us build from .dsp files,William A. Rowe Jr2003-01-181-1/+1
| | | | | | | | | | it was never noted. I intend to package this patch into the Win32 .zip source distribution, by virtue that all of the .mak files (what triggers this build line anyways) are only generated once preparing the win32 .zip source package. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98318 13f79535-47bb-0310-9956-ffa450edef68
* One for APACHE_2_0_44 final, fix a minor build problem with Debug targets.William A. Rowe Jr2003-01-151-2/+0
| | | | | | | | It's up to the Makefile.win install targets within ces/ccs to install the .pdb symbols with Debug builds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98278 13f79535-47bb-0310-9956-ffa450edef68
* Adapt to Brane's apr-iconv patch that provides for make install, and makesWilliam A. Rowe Jr2003-01-141-7/+24
| | | | | | | httpd a little less intimate with apr internals. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98268 13f79535-47bb-0310-9956-ffa450edef68
* Not entirely clear if we should trust iconv or bin/iconv as the targetWilliam A. Rowe Jr2002-12-031-1/+10
| | | | | | | path for iconv modules, but here goes. Backported from 2.1. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97763 13f79535-47bb-0310-9956-ffa450edef68
* Back out provider.c from aaa 2.1 overhaul, for the time being.William A. Rowe Jr2002-11-301-33/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97686 13f79535-47bb-0310-9956-ffa450edef68
* Catch up with Trawick's change to filters/mod_ext_filterWilliam A. Rowe Jr2002-11-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97591 13f79535-47bb-0310-9956-ffa450edef68
* Inject logio into the win32 buildWilliam A. Rowe Jr2002-11-011-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97376 13f79535-47bb-0310-9956-ffa450edef68
* A quick-n-dirty hack. Expose the auth_provider api from mod_auth_basicWilliam A. Rowe Jr2002-09-131-1/+0
| | | | | | | | | | | | alone, on Win32 only. Requires mod_auth_basic be loaded prior to using mod_auth_digest or any other mod_authn/z modules. Win32 builds again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96794 13f79535-47bb-0310-9956-ffa450edef68
* Welcome to the new schema. Multiply defined symbols blow.William A. Rowe Jr2002-09-131-11/+30
| | | | | | | Don't expect things to compile right now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96785 13f79535-47bb-0310-9956-ffa450edef68
* Reenable apr-iconv for ongoing development effort. Sorry that we hadWilliam A. Rowe Jr2002-08-091-4/+14
| | | | | | | | | to defer this, but building with the patch [which will be placed in patches] will allow anyone to build an xlate-enabled aprutil for ongoing svn and other development. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96323 13f79535-47bb-0310-9956-ffa450edef68
* Since library detection is _not_ complete, and this code is extremelyWilliam A. Rowe Jr2002-08-091-14/+4
| | | | | | | | | | | | | alpha quality, backout the apr-iconv for Win32 changes from the .40 release. Many have objected [not -1 exactly] to forcing iconv for any user to build xlate, and the detection/fixup patches are a blocker for releasing this overdue version. Recommiting immediately after tagging this sans-iconv point for .40, and create a patch anyone can apply to enable this for the release tarball. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96322 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Install libapriconvBill Stoddard2002-07-301-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96239 13f79535-47bb-0310-9956-ffa450edef68
* Until we are building loadable iconv modules, the core iconv will alwaysWilliam A. Rowe Jr2002-07-211-5/+0
| | | | | | | be carried around with aprutil. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96134 13f79535-47bb-0310-9956-ffa450edef68
* No reason not to build charset_lite anymore on Win32William A. Rowe Jr2002-07-191-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96122 13f79535-47bb-0310-9956-ffa450edef68
* apriconv from the command-line buildWilliam A. Rowe Jr2002-07-191-11/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96120 13f79535-47bb-0310-9956-ffa450edef68
* A few more 'silencers' from David.William A. Rowe Jr2002-07-181-6/+6
| | | | | | | Submitted by: David Shane Holden <dpejesh@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96116 13f79535-47bb-0310-9956-ffa450edef68
* Clean up a number of messages, as proposed by David. Ignored the patchWilliam A. Rowe Jr2002-07-181-23/+32
| | | | | | | | | to remove .mak builds, since that eliminates VC5 users from building. Submitted by: David Shane Holden <dpejesh@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96112 13f79535-47bb-0310-9956-ffa450edef68
* Quit it with the noise :-)William A. Rowe Jr2002-07-131-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96046 13f79535-47bb-0310-9956-ffa450edef68
* Quiet the conversation.William A. Rowe Jr2002-07-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96045 13f79535-47bb-0310-9956-ffa450edef68
* If we didn't build a Browse, we have nothing to kill. Ignore the error.William A. Rowe Jr2002-07-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96044 13f79535-47bb-0310-9956-ffa450edef68
* Seems 9x can't delete two files at a timeWilliam A. Rowe Jr2002-06-231-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95870 13f79535-47bb-0310-9956-ffa450edef68
* Not standard WinFoo. Using cd now. Reported by Ian Holsman.William A. Rowe Jr2002-06-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95791 13f79535-47bb-0310-9956-ffa450edef68
* For debug builds, toss the .pdb's alongside the binaries for debuggingWilliam A. Rowe Jr2002-06-161-0/+72
| | | | | | | | in the install tree [note: you still need some sources handy, at least this solves the 80/20 headache.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95709 13f79535-47bb-0310-9956-ffa450edef68
* Potential flaw --- use forward slash notation in filenames to awkWilliam A. Rowe Jr2002-05-161-15/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95125 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup the scripts used for Makefile.winWilliam A. Rowe Jr2002-05-161-34/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95124 13f79535-47bb-0310-9956-ffa450edef68
* Fix command line devenv builds for MS VS 7.0 users. msdev is a commandWilliam A. Rowe Jr2002-05-141-0/+29
| | | | | | | | | | | that no longer exists, and we won't count on .mak files [although they are much faster if they exist, as there is no such concept as /norecurse in this newer release.] We will use the existance of a converted Apache.sln (solution) file as proof of 7.0, there isn't another graceful way to check that I see. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95084 13f79535-47bb-0310-9956-ffa450edef68
* Fix win32 build breakageCliff Woolley2002-05-071-5/+5
| | | | | | | Submitted by: Jerry Baker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94993 13f79535-47bb-0310-9956-ffa450edef68
* Should correctly build mod_ext_filter, mod_deflate dependant upon zlib,William A. Rowe Jr2002-04-291-31/+93
| | | | | | | | and change the license-add code for openssl+zlib based on the newest changes to a global LICENSE for all bundled components. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94868 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Add mod_cache, mod_mem_cache and mod_disk_cache to the build andBill Stoddard2002-04-021-0/+8
| | | | | | | install. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94381 13f79535-47bb-0310-9956-ffa450edef68
* This baffled .mak exported build targets for mod_ssl/abs. They willWilliam A. Rowe Jr2002-02-271-2/+2
| | | | | | | | recognize their output only as .\Release|Debug\mod_ssl.so, etc. Without the leading .\ kept getting 'dunno how to make ... target' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93602 13f79535-47bb-0310-9956-ffa450edef68
* These files cannot be distributed at present - Justin, update your RC.32William A. Rowe Jr2002-02-131-1/+0
| | | | | | | | | | | | | | Win32 is not escaping or rejecting ANY hazerdous shell command strings in Apache 2.0 at present. These would include the pipe character (|) which allows the user to construct malicious request strings. This needs consideration in code and configuration before we reintroduce a batch-file based example. Reported by: Ory Segal <ORY.SEGAL@SANCTUMINC.COM> 13 Feb 2002 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93393 13f79535-47bb-0310-9956-ffa450edef68
* The missing xcopy's <.a bit was a showstopper, but to ensure any win32William A. Rowe Jr2002-01-311-85/+84
| | | | | | | | command.com/cmd.exe lives with us, add the <.y for all copy commands where the file could already exist. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93121 13f79535-47bb-0310-9956-ffa450edef68
* Fix nmake -f makefile.win clean on win32.William A. Rowe Jr2002-01-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93104 13f79535-47bb-0310-9956-ffa450edef68
* Trust MS to manage it's project.William A. Rowe Jr2002-01-291-58/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93083 13f79535-47bb-0310-9956-ffa450edef68
* Prepare for some changes to the .dsw - phase 1.William A. Rowe Jr2002-01-291-3/+5
| | | | | | | | | Add /USEENV for msdev so the user with awk.exe in the path can resolve. Add _dummy: for a new compile-all target. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93079 13f79535-47bb-0310-9956-ffa450edef68
* Follow our Unix bretherens' conventions, and name the sub-proxy modulesWilliam A. Rowe Jr2002-01-171-9/+9
| | | | | | | with the mod_ prefix (al la mod_dav_fs as a sub-dav module.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92876 13f79535-47bb-0310-9956-ffa450edef68
* Some servername goodness (well, if you call 'localhost' good, I don't.)William A. Rowe Jr2002-01-111-28/+21
| | | | | | | | | | Add to that some nits in the overall comments, and drop all the bitty copy modules/somemod/*.h include/ fooness, since we need the various modules to deposit their droppings into the build tree install/ dir just to compile ourselves. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92819 13f79535-47bb-0310-9956-ffa450edef68
* set a default port.Ian Holsman2002-01-101-1/+12
| | | | | | | configurable via INSTPORT git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92814 13f79535-47bb-0310-9956-ffa450edef68
* *) Split all Win32 modules [excluding the core components mod_core,William A. Rowe Jr2002-01-101-112/+171
| | | | | | | | | | | | | | | | | mod_so, mod_win32 and the winnt mpm] into individual loadable modules, so the administrator may individually disable the former compiled-in modules by simply commenting out their LoadModule directives. [William Rowe] *) Saved Win32 module authors and porters many future headaches, by duplicating the appropriate .h files such as os.h into the include directory, including in the build tree. [William Rowe] Also noticed that version stamp resources weren't generated for proxy modules, this too is now fixed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92804 13f79535-47bb-0310-9956-ffa450edef68
* VC 5.0 is too picky for my taste - didn't pick up the target due toWilliam A. Rowe Jr2002-01-101-2/+2
| | | | | | | the silly slash. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92796 13f79535-47bb-0310-9956-ffa450edef68
* Change the name of the _tryssl to an underbar prefix so we know it isWilliam A. Rowe Jr2002-01-101-6/+15
| | | | | | | | | | | | | | an 'internal' thing, and try building explicit targets to avoid ever dragging in .bsc construction. Also introduce _browse. This is far from complete, but I'm working on a mechansim to toggle browse database construction - of a single .bsc file for DevStudio's browser database. The ugly bit is; it gobbles some 80MB for construction, so we will never waste that sort of space on the typical case, but reserve it for developers who choose to toggle it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92795 13f79535-47bb-0310-9956-ffa450edef68
* Reports arrive that some awks are tripped up by an unquoted, unpairedWilliam A. Rowe Jr2001-11-241-1/+1
| | | | | | | | open curly brace. This solves, seems to have to adverse affects on other awks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92165 13f79535-47bb-0310-9956-ffa450edef68
* Add htdbm.c to the windows build - if someone on Unix could check that itWilliam A. Rowe Jr2001-11-071-3/+6
| | | | | | | builds and add it to that build it would be appreciated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91780 13f79535-47bb-0310-9956-ffa450edef68