summaryrefslogtreecommitdiffstats
path: root/Apache.dsw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add mod_authz_core module to the build.Mladen Turk2006-07-251-0/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425433 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_access_conf to the build.Mladen Turk2006-07-251-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425422 13f79535-47bb-0310-9956-ffa450edef68
* This tree can't be named modules/debug/. Now it isn't.William A. Rowe Jr2006-07-061-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@419652 13f79535-47bb-0310-9956-ffa450edef68
* We no longer generate uri_delims for apr 1.x, but the tableWilliam A. Rowe Jr2006-03-091-18/+0
| | | | | | | is hardcoded in apr_uri.c. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@384608 13f79535-47bb-0310-9956-ffa450edef68
* Drop redundant dependency, ms studio is quite good at resolvingWilliam A. Rowe Jr2006-01-131-3/+0
| | | | | | | | | nested dependencies (unless the dependency is consumed by both modules.) See mod_ldap for a similar example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@368540 13f79535-47bb-0310-9956-ffa450edef68
* Adding mod_authn_dbd to the Windows build environments.Colm MacCarthaigh2005-11-291-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349777 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_dbd to the windows build environmentColm MacCarthaigh2005-11-291-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349771 13f79535-47bb-0310-9956-ffa450edef68
* Move mod_filter and mod_charset_lite from /experimental/ to /filters/Nick Kew2005-09-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290669 13f79535-47bb-0310-9956-ffa450edef68
* Add htcachclean to the win32 build. Colm MacCarthaigh2005-09-211-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290659 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-2/+2
| | | | | | | | 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
* Get httpd-2.1 building once again on win32.William A. Rowe Jr2005-02-181-17/+2
| | | | | | | | | | | | | | | | NEVER NEVER screw around with redeclaring AP_ macros and constants. If the compiler won't pick them up, e.g., AP_DECLARE, ya've done something wrong from the start. All httpd/ap headers depend on httpd.h - plain and simple, so this un-convolutes the unusual order here. STATIC has become PCRE_STATIC, along with some other odd definitions. The only remaining emit is that _pcre_free export is imported, which implies something is unusual with the declaration. Still researching. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154207 13f79535-47bb-0310-9956-ffa450edef68
* Fix up our dumpio and bucketeer build.William A. Rowe Jr2005-01-051-1/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124269 13f79535-47bb-0310-9956-ffa450edef68
* Update cache module project location from experimental to cache.Mladen Turk2004-11-291-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106894 13f79535-47bb-0310-9956-ffa450edef68
* add mod_proxy_ajp mod_proxy_balancer dependenciesAllan K. Edwards2004-09-181-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105202 13f79535-47bb-0310-9956-ffa450edef68
* Catch up for Win32 to authnz_ldap changes, and make win32's moduleWilliam A. Rowe Jr2004-08-311-24/+48
| | | | | | | 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 the proxy_balancer and proxy_ajp to the build.Mladen Turk2004-08-241-77/+125
| | | | | | | | | | | | One strange thing is that my dev studio changed the quoted links to .dsp files from: Project: "Apache"=".\Apache.dsp" - Package Owner=<4> to: Project: "Apache"=.\Apache.dsp - Package Owner=<4> Not sure if they are originally modified by hand. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104782 13f79535-47bb-0310-9956-ffa450edef68
* ldap is out of experimentalBill Stoddard2004-08-241-25/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104779 13f79535-47bb-0310-9956-ffa450edef68
* add dsp and exp file for mod_log_forensicAndré Malo2004-04-191-0/+24
| | | | | | | 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/+24
| | | | | | | 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
* Offer mod_bucketeer and mod_echo in the top-level project. But do NOTWilliam A. Rowe Jr2003-05-161-0/+42
| | | | | | | build them by default. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99870 13f79535-47bb-0310-9956-ffa450edef68
* Fix a bizarro entry (probably a remnant from when I had a totally bogusWilliam A. Rowe Jr2003-02-071-3/+0
| | | | | | | project name with spaces - which I discovered will not work.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98593 13f79535-47bb-0310-9956-ffa450edef68
* Fix some out of sequence project entries, and add the correctWilliam A. Rowe Jr2003-02-071-12/+24
| | | | | | | dependencies for the apr-iconv ccs/ces modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98592 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_ident to the BuildBin targets, and resort other targets intoWilliam A. Rowe Jr2003-01-201-9/+12
| | | | | | | alpha order git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98391 13f79535-47bb-0310-9956-ffa450edef68
* Integrate mod_ident with the Win32 build.William A. Rowe Jr2003-01-201-0/+21
| | | | | | | 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
* Essentially a noop - just changing the order to keep the httpd-2.0/2.1-devWilliam A. Rowe Jr2003-01-191-2/+2
| | | | | | | files closer in sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98349 13f79535-47bb-0310-9956-ffa450edef68
* .dsw IDE builds were building mod_auth_ldap, while .mak builds were not.William A. Rowe Jr2003-01-191-3/+0
| | | | | | | 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
* Build ldap for win32 by default. No extra magic required other thanWilliam A. Rowe Jr2002-12-111-0/+6
| | | | | | | some reasonably current SDK. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97840 13f79535-47bb-0310-9956-ffa450edef68
* With BuildBin - also build our iconv ccs/ces collections.William A. Rowe Jr2002-12-031-0/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97760 13f79535-47bb-0310-9956-ffa450edef68
* Add util_ldap and mod_auth_ldap to the workspace, but do not build byWilliam A. Rowe Jr2002-12-021-0/+45
| | | | | | | default yet [requires external 3rd party library still.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97726 13f79535-47bb-0310-9956-ffa450edef68
* Catch up with Trawick's change to filters/mod_ext_filterWilliam A. Rowe Jr2002-11-221-1/+1
| | | | 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/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97376 13f79535-47bb-0310-9956-ffa450edef68
* auth_basic and auth_digest are now exclusive of one another on Win32,William A. Rowe Jr2002-10-131-3/+3
| | | | | | | with the provider hooks moved into the core git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97194 13f79535-47bb-0310-9956-ffa450edef68
* A quick-n-dirty hack. Expose the auth_provider api from mod_auth_basicWilliam A. Rowe Jr2002-09-131-3/+30
| | | | | | | | | | | | 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-15/+159
| | | | | | | 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-0/+60
| | | | | | | | | 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-60/+0
| | | | | | | | | | | | | 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
* Unless I'm missing something obvious, apr-iconv never needs to be it'sWilliam A. Rowe Jr2002-07-211-3/+3
| | | | | | | | | | | | | own .dll/.so library. In the case of libapriconv, we need to anticipate that the library will be incorporated into libaprutil and exposed through the apr_xlate_() API. In the case of the aprutil we can use the same approach. After this patch, one never includes the libapriconv or apriconv in any application. Including libaprutil or aprutil is sufficient. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96133 13f79535-47bb-0310-9956-ffa450edef68
* No reason not to build charset_lite anymore on Win32William A. Rowe Jr2002-07-191-0/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96122 13f79535-47bb-0310-9956-ffa450edef68
* Start building apr-iconv with apr and apr-util for Windows.William A. Rowe Jr2002-07-191-3/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96119 13f79535-47bb-0310-9956-ffa450edef68
* Save on incremental build time. libhttpd depends on gen_test_char andWilliam A. Rowe Jr2002-05-151-4/+1
| | | | | | | | | | | | | | libapr. gen_test_char truly needs only apr ... however, this causes the libhttpd to refresh the static apr and dynamic libapr. Now... libapr.dll is in the wrong place to actually start gen_test_char. That doesn't affect us though - the only bits gen_test_char actually needs are APR_HAS/HAVE flags and the apr_isfoo(char) macros. So this lightens the load while not harming the build process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95099 13f79535-47bb-0310-9956-ffa450edef68
* Fix win32 build breakageCliff Woolley2002-05-071-1/+1
| | | | | | | Submitted by: Jerry Baker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94993 13f79535-47bb-0310-9956-ffa450edef68
* Always build this experimental module (which has no library dependencies).William A. Rowe Jr2002-05-011-0/+3
| | | | | | | Build failure reported by Jerry Baker to dev@httpd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94890 13f79535-47bb-0310-9956-ffa450edef68
* Not yet added to the default build, but curious if they build and run.William A. Rowe Jr2002-04-251-0/+42
| | | | | | | | | | mod_deflate tested with both zlib 1.1.3/1.1.4, unpacked in srclib/zlib/. Zlib only seems to have .dll builds, not very efficient when a single binary is built against sources, so we compile the appropriate sources. Your mileage may vary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94800 13f79535-47bb-0310-9956-ffa450edef68
* Elimiate references of subreferences to simplify rebuild logicWilliam A. Rowe Jr2002-04-031-8/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94415 13f79535-47bb-0310-9956-ffa450edef68
* Can't we -please- rename mod_file_cache if it doesn't fit in theWilliam A. Rowe Jr2002-04-031-0/+3
| | | | | | | mod_cache scheme of things? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94412 13f79535-47bb-0310-9956-ffa450edef68
* GheeshWilliam A. Rowe Jr2002-04-031-21/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94411 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Add mod_cache, mod_mem_cache and mod_disk_cache to the build andBill Stoddard2002-04-021-56/+142
| | | | | | | install. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94381 13f79535-47bb-0310-9956-ffa450edef68
* BuildBin never made it to this home. Makefile.win got lost, since itWilliam A. Rowe Jr2002-01-291-1/+1
| | | | | | | | would have been invoked from another path, trying to validate that the apr and apr-util repositories had been checked out. Too much trouble :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93085 13f79535-47bb-0310-9956-ffa450edef68
* By popular demand and some of my own observations - here is a buildWilliam A. Rowe Jr2002-01-291-0/+15
| | | | | | | | | | target one can use as a dummy, without 'installing binaries'. Now Win32's makefile.win will simply kick off BuildBin and let it fire off all the targets from a command line build. This will help to resolve some of the misses on incremental builds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93082 13f79535-47bb-0310-9956-ffa450edef68