summaryrefslogtreecommitdiffstats
path: root/Makefile.win (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Catch win32 up with r620135 for unix., install so, cache and rewrite .h files.William A. Rowe Jr2008-02-091-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@620145 13f79535-47bb-0310-9956-ffa450edef68
* It turns out copy concat didn't work as I expected,William A. Rowe Jr2007-12-291-6/+6
| | | | | | | it does concat to the first named file, but not the first filepath. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607371 13f79535-47bb-0310-9956-ffa450edef68
* Avoid build directory pollutionWilliam A. Rowe Jr2007-12-291-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607369 13f79535-47bb-0310-9956-ffa450edef68
* Win32 doesn't like \t#William A. Rowe Jr2007-12-281-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607319 13f79535-47bb-0310-9956-ffa450edef68
* Add a placeholder to remind us that fcgistarter.exe, onceWilliam A. Rowe Jr2007-12-281-0/+2
| | | | | | | an implemention exists for apr_proc_create, needs to be added to the build/install schema. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607316 13f79535-47bb-0310-9956-ffa450edef68
* Install missing modules/xxx/foo.h garbage, the point of thisWilliam A. Rowe Jr2007-12-221-4/+18
| | | | | | exercise, and why these aren't in includes/, still escapes me. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606394 13f79535-47bb-0310-9956-ffa450edef68
* Replace whitespaceWilliam A. Rowe Jr2007-12-221-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606383 13f79535-47bb-0310-9956-ffa450edef68
* Solve two ssl issues; always install both ab.exe and abs.exeWilliam A. Rowe Jr2007-12-221-12/+13
| | | | | | | | | because it's easier to move around ab.exe when that's all someone needs (and this is precisely how the binary installer works, too), and also kindly ignore missing openssl tree files because TIMTOWTDI (although this one is preferred :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606382 13f79535-47bb-0310-9956-ffa450edef68
* Kill proxy\ dir, a horrible name with no corresponding exampleWilliam A. Rowe Jr2007-12-211-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606265 13f79535-47bb-0310-9956-ffa450edef68
* Tab-consistency (it's a makefile after all)William A. Rowe Jr2007-12-211-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606162 13f79535-47bb-0310-9956-ffa450edef68
* Present other variablesWilliam A. Rowe Jr2007-12-211-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606160 13f79535-47bb-0310-9956-ffa450edef68
* Plug in build/installwinconf.awk, unplug httpd-win.confWilliam A. Rowe Jr2007-12-211-60/+15
| | | | | | and follow the same general configuration as all platforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606158 13f79535-47bb-0310-9956-ffa450edef68
* Catch up to apr-1.3.0 which names the pdb's to match the static libsWilliam A. Rowe Jr2007-12-191-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@605416 13f79535-47bb-0310-9956-ffa450edef68
* What an obscure reference. Also note the build will appendWilliam A. Rowe Jr2007-12-171-2/+2
| | | | | | | OPENSSL's LICENSE after the AL in LICENSE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@604940 13f79535-47bb-0310-9956-ffa450edef68
* One file hadn't noted the movement -> filters from experimentalWilliam A. Rowe Jr2007-12-091-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@602709 13f79535-47bb-0310-9956-ffa450edef68
* s/mod_example/mod_example_hooks/William A. Rowe Jr2007-11-191-5/+7
| | | | | | | and move mod_example_hooks, mod_case_filter[_in] to modules/examples/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@596395 13f79535-47bb-0310-9956-ffa450edef68
* Fix spellingWilliam A. Rowe Jr2007-10-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@584353 13f79535-47bb-0310-9956-ffa450edef68
* Bless the module mod_substitute, with the Substitute directiveWilliam A. Rowe Jr2007-08-241-2/+2
| | | | | | and SUBSTITUTE filter name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569533 13f79535-47bb-0310-9956-ffa450edef68
* Once we have a .vcproj, and if we can exec devenv.exe, then prefer it.William A. Rowe Jr2007-08-241-8/+23
| | | | | | | | | | | | | | If we don't, we still need to use the .mak files, when present, because a VC5 user (yes it still works) can't build from .dsp files. But let the user do whatever they like, as trivial as USEMAK=1 to override the presense of .vcproj files, which is a huge improvement over the prior detection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569352 13f79535-47bb-0310-9956-ffa450edef68
* Complete the build changes for win32, document the 'ALL' optionWilliam A. Rowe Jr2007-08-241-5/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569249 13f79535-47bb-0310-9956-ffa450edef68
* Adding the last two, missing mod_filter and mod_dav_lock infosWilliam A. Rowe Jr2007-08-241-3/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569233 13f79535-47bb-0310-9956-ffa450edef68
* add httxt2dbm.exeAllan K. Edwards2007-08-081-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@563941 13f79535-47bb-0310-9956-ffa450edef68
* Add openssl.cnf since openssl will not run without one (explicitlyWilliam A. Rowe Jr2007-01-111-10/+15
| | | | | | | | | specifying this .cnf is required, either with the cmd line arg or the envvar.) Spell out the correct versions of openssl/apache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@495057 13f79535-47bb-0310-9956-ffa450edef68
* Compile mod_authn_core on Win32. (The authz-dev branch forgot to add this.)Justin Erenkrantz2006-12-241-0/+2
| | | | | | | | | * modules/aaa/mod_authn_core.dsp: New DSP file for mod_authn_core. * Apache.dsw: Add mod_authn_core as a dependency. * Makefile.win: Add install targets git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@490066 13f79535-47bb-0310-9956-ffa450edef68
* Similar change to r483553 to help developers work in parallel on win32, installWilliam A. Rowe Jr2006-12-071-2/+2
| | | | | | | | default command-line build to \Apache2x directory, and name service Apache2.x (which means this doesn't need to change over and over as trunk becomes 2.5, 2.7 etc.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@483555 13f79535-47bb-0310-9956-ffa450edef68
* Added mod_proxy_fcgi win32 build.Mladen Turk2006-10-141-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@463900 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_authz_core module to the build.Mladen Turk2006-07-251-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425433 13f79535-47bb-0310-9956-ffa450edef68
* Oops. Something went wrong with the merge.Mladen Turk2006-07-251-1/+1
| | | | | | Use the original ~nf.default. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425423 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_access_conf to the build.Mladen Turk2006-07-251-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425420 13f79535-47bb-0310-9956-ffa450edef68
* Simplify; installtest was an -artifact-, not a design decision :-)William A. Rowe Jr2006-07-231-6/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@424691 13f79535-47bb-0310-9956-ffa450edef68
* Fix the typo (probably). The %~na is something windowsMladen Turk2006-07-231-1/+1
| | | | | | | | help for batch files does not recognize. Anyhow, renaming to the %~nf there is no more %~na.default file generated inside conf/extra on install. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@424688 13f79535-47bb-0310-9956-ffa450edef68
* Fix targets so that InstallBin calls the conf install,Mladen Turk2006-07-231-2/+5
| | | | | | | as well as installr and installd. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@424687 13f79535-47bb-0310-9956-ffa450edef68
* This tree can't be named modules/debug/. Now it isn't.William A. Rowe Jr2006-07-061-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@419652 13f79535-47bb-0310-9956-ffa450edef68
* Notice, we got NOTICE.txtWilliam A. Rowe Jr2006-06-011-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@410767 13f79535-47bb-0310-9956-ffa450edef68
* One problem with keeping a compost pile. As you add the dog's droppings,William A. Rowe Jr2006-06-011-132/+36
| | | | | | | | | | the leaves, the grass clippings, and don't add any bacteral agents, in the end you have one friggin big smelly pile. Completely refactor the accumulated cruft of rewriting conf files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@410765 13f79535-47bb-0310-9956-ffa450edef68
* Fix two common overrides required for Win32William A. Rowe Jr2006-04-301-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@398284 13f79535-47bb-0310-9956-ffa450edef68
* This resource /D syntax was pretty horridly imported into VS 2005,William A. Rowe Jr2006-04-271-1/+1
| | | | | | change the quotation to ensure a peaceful transition to sln/vcproj files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@397647 13f79535-47bb-0310-9956-ffa450edef68
* Make clean was -borked-! Too many extra target specifiersWilliam A. Rowe Jr2006-04-271-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@397397 13f79535-47bb-0310-9956-ffa450edef68
* As a -fallback- install the release flavor of openssl when buildingWilliam A. Rowe Jr2006-04-191-1/+1
| | | | | | | the debug flavor of apache httpd mod_ssl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395397 13f79535-47bb-0310-9956-ffa450edef68
* Axe a previously axed reference to an unused build-timeWilliam A. Rowe Jr2006-03-221-3/+0
| | | | | | generator. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@387743 13f79535-47bb-0310-9956-ffa450edef68
* 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-301-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