summaryrefslogtreecommitdiff
path: root/Makefile.win
Commit message (Collapse)AuthorAgeFilesLines
* Say 'whoops'. When you build the elements explicitly, you must orderWilliam A. Rowe Jr2006-01-131-3/+3
| | | | | | | them (win32 has no unresolved symbols linkage). modules/database/ is required before modules/aaa/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@368538 13f79535-47bb-0310-9956-ffa450edef68
* Test _NMAKE_VER define to determine nmake -nologo behavior,William A. Rowe Jr2005-12-161-7/+13
| | | | | | | and use $(MAKEOPT) -f syntax throughout to avoid problems on mingw, borland, etc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@357226 13f79535-47bb-0310-9956-ffa450edef68
* Revert 1/2 of my last commit, keep Apache2 as the default name so we don'tWilliam A. Rowe Jr2005-12-141-1/+1
| | | | | | | | | | need to keep syncing this with releases. Retain the other 1/2 - a better message since apr's must be in the build tree srclib/ not the install target srclib/. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@356852 13f79535-47bb-0310-9956-ffa450edef68
* Keep default INSTDIR out of a 2.0, 2.2 tree when working in svn trunkWilliam A. Rowe Jr2005-12-141-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@356844 13f79535-47bb-0310-9956-ffa450edef68
* Style nit - alpha order is slightly easier to later reviewWilliam A. Rowe Jr2005-12-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@351703 13f79535-47bb-0310-9956-ffa450edef68
* Remove the problematic block which is causing problems with the latest versionsColm MacCarthaigh2005-11-291-6/+0
| | | | | | | | of MSVS. Sacrifice some borland options which don't really work anyway, and for Borland to work, we'e really going to need a Makefile.bor. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349833 13f79535-47bb-0310-9956-ffa450edef68
* Adding mod_authn_dbd to the Windows build environments.Colm MacCarthaigh2005-11-291-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349777 13f79535-47bb-0310-9956-ffa450edef68
* Update to reflect the mod_dbd inclusionColm MacCarthaigh2005-11-291-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349772 13f79535-47bb-0310-9956-ffa450edef68
* Correct a syntax error detected by MSVC2005Colm MacCarthaigh2005-11-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349713 13f79535-47bb-0310-9956-ffa450edef68
* Add htcacheclean to Makefile.win (thanks to wrowe for pointers)Colm MacCarthaigh2005-09-211-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290715 13f79535-47bb-0310-9956-ffa450edef68
* Move mod_filter and mod_charset_lite from /experimental/ to /filters/Nick Kew2005-09-211-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290669 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.winSander Striker2005-05-261-6/+6
| | | | | | | Fix config installation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178665 13f79535-47bb-0310-9956-ffa450edef68
* Bring the windows config file in line with the simplificationsJoshua Slive2005-04-121-14/+125
| | | | | | | | | of the main httpd.conf. Make a vain attempt to modify Makefile.win appropriately. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160989 13f79535-47bb-0310-9956-ffa450edef68
* Fix Win32 imap->imagemap transformationWilliam A. Rowe Jr2005-04-071-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160432 13f79535-47bb-0310-9956-ffa450edef68
* Apache.exe -> httpd.exe - per discussion on dev@httpdWilliam A. Rowe Jr2005-03-311-3/+3
| | | | | | | | to make Win32 consistent with Unix, and as importantly, quitclaim the 'Apache HTTP Server' project's claim on something not in the spirit of the greater Foundation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159626 13f79535-47bb-0310-9956-ffa450edef68
* Reverting a localization I had attempted to fix back on Saturday.William A. Rowe Jr2005-02-221-1/+1
| | | | | | | Must have closed the svn commit shell a bit to quickly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154911 13f79535-47bb-0310-9956-ffa450edef68
* pcre.lib is bound into libhttpd.dll - we no longer need to redistributeWilliam A. Rowe Jr2005-02-181-7/+1
| | | | | | | | yet another third party lib, while we now have an ap_reg* API exported and supported by httpd. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154340 13f79535-47bb-0310-9956-ffa450edef68
* Deposit mod_bucketeer.so and mod_dumpio.so into the installed apache2William A. Rowe Jr2005-01-051-1/+7
| | | | | | | instance. This does not configure httpd.conf to load them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124276 13f79535-47bb-0310-9956-ffa450edef68
* Update cache module project and modules location from experimental to cache.Mladen Turk2004-11-291-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106897 13f79535-47bb-0310-9956-ffa450edef68
* Oops. Do not commit private settings.Mladen Turk2004-09-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105106 13f79535-47bb-0310-9956-ffa450edef68
* Add proxy_ajp and proxy_balancer to the build.Mladen Turk2004-09-131-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105102 13f79535-47bb-0310-9956-ffa450edef68
* Catch up for Win32 to authnz_ldap changes, and make win32's moduleWilliam A. Rowe Jr2004-08-311-6/+12
| | | | | | | for util_ldap features named mod_ldap.so as on Unix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104921 13f79535-47bb-0310-9956-ffa450edef68
* add dsp and exp file for mod_log_forensicAndré Malo2004-04-191-0/+2
| | | | | | | incorporate into Win32 build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103454 13f79535-47bb-0310-9956-ffa450edef68
* nobody came up with another patch or objections and it should not get lost:André Malo2004-04-111-0/+2
| | | | | | | add mod_version and invoke it into *x (modules = all) and win32 builds git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103345 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix 2 - fix the rest of the subst codes for ssl.conf on Win32.William A. Rowe Jr2004-03-151-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102968 13f79535-47bb-0310-9956-ffa450edef68
* whoops - moving to fast - fix 1.135 to exclude the appropriateWilliam A. Rowe Jr2004-03-151-2/+2
| | | | | | | makefile section if ssl.conf is unneeded. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102962 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix 1; if no ssl, no reason for ssl.conf.William A. Rowe Jr2004-03-151-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102960 13f79535-47bb-0310-9956-ffa450edef68
* revert the zlib.lib linkage patch. Bill Rowe said, it's worse than before.André Malo2004-01-211-32/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102385 13f79535-47bb-0310-9956-ffa450edef68
* Don't include zlib files directly. That's very nasty!André Malo2004-01-181-1/+32
| | | | | | | | | | | zlib is now ivoked in a more common way (we link against it :-). The build process inclusion is probably not the final one, but it works for me for zlib 1.1.4 and 1.2.1 in command line builds. PR: 25578 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102370 13f79535-47bb-0310-9956-ffa450edef68
* By rights this should be a subst - but it gets us building.William A. Rowe Jr2003-09-081-1/+1
| | | | | | | | Need to revisit pulling this and httpd-std.conf.in so we can drop all win32 specifics. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101199 13f79535-47bb-0310-9956-ffa450edef68
* Account for apr-1.lib and apriconv-1.lib changes, HTTPD 2.1/APR 1.0 only.William A. Rowe Jr2003-09-081-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101193 13f79535-47bb-0310-9956-ffa450edef68
* After much discussion on dev@apr - it turns out that .dbg files servedWilliam A. Rowe Jr2003-03-111-12/+7
| | | | | | | | | | | | a very limited purpose and their extraction interfered with the correct extraction of the (much more useful) .pdb files. Eliminating them now. It also turns out that without the _src.pdb files for static libraries, one cannot build debuggable modules with any locals or type information. We need to copy those _src.pdb files into lib/ as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98969 13f79535-47bb-0310-9956-ffa450edef68
* the symbols target in apr-iconv disappeared...André Malo2003-03-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98963 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/trunk@98734 13f79535-47bb-0310-9956-ffa450edef68
* Thanks Andre... for pointing out my fat fingers.William A. Rowe Jr2003-02-101-3/+3
| | | | | | | Drop the module binaries into the correct location. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98606 13f79535-47bb-0310-9956-ffa450edef68
* *) Introduce debugging symbols for Win32 release builds, both .pdbWilliam A. Rowe Jr2003-02-071-190/+140
| | | | | | | | | 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] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98596 13f79535-47bb-0310-9956-ffa450edef68
* Integrate mod_ident with the Win32 build.William A. Rowe Jr2003-01-201-0/+3
| | | | | | | Submitted by David Shane Holden <dpejesh@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98386 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98346 13f79535-47bb-0310-9956-ffa450edef68
* Fix the last bit of build breakage from promoting ext_filter fromWilliam A. Rowe Jr2003-01-181-1/+1
| | | | | | | experimental to filters. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98319 13f79535-47bb-0310-9956-ffa450edef68
* It's up to apr-iconv to install it's own ces/ccs .pdb symbols.William A. Rowe Jr2003-01-151-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98279 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/trunk@98267 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97762 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