summaryrefslogtreecommitdiffstats
path: root/Apache.dsw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bring in the expat.lib into the static aprutil.lib win32 library.William A. Rowe Jr2001-02-251-2/+20
| | | | | | | | Fix up the build order that messed up command-line builds due to the recent dependency of apr-util on expat-lite. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88330 13f79535-47bb-0310-9956-ffa450edef68
* Begin to fix the build schema changes for apr-utilWilliam A. Rowe Jr2001-02-251-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88315 13f79535-47bb-0310-9956-ffa450edef68
* Remove mod_proxy from the Windows project fileBill Stoddard2001-02-211-87/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88262 13f79535-47bb-0310-9956-ffa450edef68
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-0/+6
| | | | | | | | see the first commit of srclib/apr-util/include (cvs apr-util/include) for the quick glance at symbols changed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87731 13f79535-47bb-0310-9956-ffa450edef68
* Fixups to build the whole shebang once again.William A. Rowe Jr2001-01-191-21/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87724 13f79535-47bb-0310-9956-ffa450edef68
* This change eliminates the intermediate httpd.lib from the build ofWilliam A. Rowe Jr2001-01-181-28/+4
| | | | | | | | | | | | libhttpd.dll - it was required for the support applications to avoid linking to the libhttpd.dll, but those functions have all moved to apr and apr-util. This change also prepares us to eliminate libhttpd.def once all of the appropriate AP_DECLARE tags are assigned. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87715 13f79535-47bb-0310-9956-ffa450edef68
* eliminate entries from libhttpd.def that are also in libaprutil.defAllan K. Edwards2001-01-041-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87587 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo that messed up dependencies and broke the buildAllan K. Edwards2001-01-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87585 13f79535-47bb-0310-9956-ffa450edef68
* Simplify and order the dependencies as well as possible.William A. Rowe Jr2000-12-211-205/+106
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87502 13f79535-47bb-0310-9956-ffa450edef68
* Missed aprlib -> apr in the project overhaulWilliam A. Rowe Jr2000-12-211-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87474 13f79535-47bb-0310-9956-ffa450edef68
* The Win32 overhaul, in summary;William A. Rowe Jr2000-12-211-69/+69
| | | | | | | | | | | | 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: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87471 13f79535-47bb-0310-9956-ffa450edef68
* Now that sdbm and installer are gone, clean up the win32 build.William A. Rowe Jr2000-12-081-30/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87266 13f79535-47bb-0310-9956-ffa450edef68
* With this patch, dav and file_cache ride again :-) Note file_cache nowWilliam A. Rowe Jr2000-12-071-0/+6
| | | | | | | uses mmaps, which may or may not be desired on win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87253 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the make, crippled dav till it's building.William A. Rowe Jr2000-12-051-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87222 13f79535-47bb-0310-9956-ffa450edef68
* Got a little carried away earlier with path names :-)William A. Rowe Jr2000-12-051-6/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87219 13f79535-47bb-0310-9956-ffa450edef68
* Set up dependencies on the apr-util package.William A. Rowe Jr2000-12-051-0/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87214 13f79535-47bb-0310-9956-ffa450edef68
* A bit of inclusion for the apr-util package.William A. Rowe Jr2000-12-051-3/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87213 13f79535-47bb-0310-9956-ffa450edef68
* This patch illustrates the new locations, and makes the majority of theWilliam A. Rowe Jr2000-12-051-21/+21
| | | | | | | adjustments. Now to actually try to build the thing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87212 13f79535-47bb-0310-9956-ffa450edef68
* Make Win32 build againWilliam A. Rowe Jr2000-11-291-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87129 13f79535-47bb-0310-9956-ffa450edef68
* expatlib is definately more in sync with the Unix build, so we nowWilliam A. Rowe Jr2000-10-181-37/+19
| | | | | | | | | | build the expatlib.dsp rather than seperate xmltok/xmlparse .dsp's. Submitted by: Greg Stein Reviewed by: William Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86644 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile break in Win32William A. Rowe Jr2000-10-161-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86611 13f79535-47bb-0310-9956-ffa450edef68
* Some issues with the dependencies that prevent a clean checkout fromWilliam A. Rowe Jr2000-10-161-0/+9
| | | | | | | actually building under win32 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86603 13f79535-47bb-0310-9956-ffa450edef68
* A star is born ... adds mod_dav and mod_dav_fs to the Win32 build/installWilliam A. Rowe Jr2000-10-111-154/+160
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86543 13f79535-47bb-0310-9956-ffa450edef68
* Finish the ApacheModuleBleck -> mod_bleck cleanupWilliam A. Rowe Jr2000-10-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86537 13f79535-47bb-0310-9956-ffa450edef68
* Second half of the ugly name to nice name change. Clean your treeWilliam A. Rowe Jr2000-10-111-26/+26
| | | | | | | | | before you grab this set :-) Reviewed by: rbb, stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86536 13f79535-47bb-0310-9956-ffa450edef68
* I guess I can commit this, mod_dav and mod_dav_fs aren't depended uponWilliam A. Rowe Jr2000-10-111-0/+45
| | | | | | | by InstallBin just yet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86534 13f79535-47bb-0310-9956-ffa450edef68
* Get mod_auth_dbm building using Apache's sdbmlib under WinNT.William A. Rowe Jr2000-09-201-1/+25
| | | | | | | | | | | | | | | Bad conditional... need a better test to determine if we are using sdbm. Also - consistify linkage for expat-lite/sdmb to the same model as all the modules (no more nasty "conflicting linkage, use /nodefaultlib" msg.) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86257 13f79535-47bb-0310-9956-ffa450edef68
* Export util_xml.c functions. Add dependency on xml libraries to apache.dsw.Bill Stoddard2000-08-111-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86052 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Add sdbm to the windows buildBill Stoddard2000-07-311-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85966 13f79535-47bb-0310-9956-ffa450edef68
* Changes to get Win32 compiling again, including substitutingWilliam A. Rowe Jr2000-07-251-0/+6
| | | | | | | | | | | | | | apr_string.h for apr_lib.h, fix some bad linkage declarations, and some more comments on threadproc/win32/proc.c PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85876 13f79535-47bb-0310-9956-ffa450edef68
* Correct Win32 Expat build.Keith Wannamaker2000-07-111-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85818 13f79535-47bb-0310-9956-ffa450edef68
* enable Expat for the Win32 build.Greg Stein2000-07-031-0/+27
| | | | | | | Submitted by: Keith Wannamaker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85749 13f79535-47bb-0310-9956-ffa450edef68
* PR:William A. Rowe Jr2000-06-061-17/+35
| | | | | | | | | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Fixes 1) The htpasswd and ab binaries, by converting ApacheCore.dsp to a library MSVC project. 2) Creates the ApacheCoreDll.dsp project to produce the dso version ApacheCore.dll 3) Some misc fixups to the original http_main.c -> Apache.exe conversion that misses newly added symbols. Code fixes to follow in a seperate patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85435 13f79535-47bb-0310-9956-ffa450edef68
* PR:William A. Rowe Jr2000-05-281-21/+3
| | | | | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Kill the Win32 library project ap.dsp and slide http_main.c from the ApacheCore.dsp into Apache.dsp - this is in prepartion of the real services update, which will move registry.c and service.c back into ApacheCore.dsp, kill both headers and incorporate their symbols into the mpm/winnt/winnt.h file. main_win32.c will die as well, with it's few remaining functions moving into the mpm. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85329 13f79535-47bb-0310-9956-ffa450edef68
* This commit will most likely break everybody on Windows. The .dspRyan Bloom2000-05-181-1/+1
| | | | | | | | | files I am checking in though will build a usable Apache on Windows. This finishes at least the first round of the merge work to get the common code into common files in APR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85240 13f79535-47bb-0310-9956-ffa450edef68
* William A. Rowe Jr2000-05-061-0/+6
| | | | | | | | | | Cleanup of Apache build with pcre in Win32. Plus clean up ab and htdigest to conform to build of other support executables. Everything seems to be working again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85162 13f79535-47bb-0310-9956-ffa450edef68
* William A. Rowe Jr2000-05-061-5/+29
| | | | | | | | | First crack at getting Apache to build with pcre in Win32. Cleans up all the gen_ projects to strip off garbage files, as well, and follows the same pattern for dftables. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85161 13f79535-47bb-0310-9956-ffa450edef68
* Win32:Jeff Trawick2000-04-281-0/+9
| | | | | | | | | | | | | | | | install ab.exe fix dependency in Apache.dsw (ab is dependent on aprlib and ap) fix ab and htdigest projects so that they find all header files define ap_signal() in apr.hw - this is o.k. for casual use as with cmd-line programs use API_VAR_EXPORT as appropriate in getopt.c general: ab doesn't need to declare ap_optarg/ap_optind; fix a warning htdigest needs to call ap_initialize() to avoid segfault at startup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85080 13f79535-47bb-0310-9956-ffa450edef68
* William A. Rowe Jr2000-04-281-40/+34
| | | | | | | | | Dependency sequences appear to overrule other .dsp project sequences. Also stripped out some nonsense - dependency loops may have caused some compiliations to always rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85078 13f79535-47bb-0310-9956-ffa450edef68
* William A. Rowe Jr2000-04-281-3/+6
| | | | | | | Clean up a few Win32 build oversights before the alpha. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85076 13f79535-47bb-0310-9956-ffa450edef68
* Build ab on Win32.Jeff Trawick2000-04-281-0/+12
| | | | | | | Fix some minor ab APR-ization issues. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85068 13f79535-47bb-0310-9956-ffa450edef68
* More win32 shotgunary to the windows project files and toBill Stoddard2000-04-261-0/+15
| | | | | | | eliminate compile warnings. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85038 13f79535-47bb-0310-9956-ffa450edef68
* Some Windows tweaks from William Rowe...Bill Stoddard2000-04-251-0/+15
| | | | | | | Submitted by: William Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85034 13f79535-47bb-0310-9956-ffa450edef68
* First cut at a file handle cache. It serves on Windows and should work onBill Stoddard2000-04-231-0/+12
| | | | | | | | | | Unix systems that implement sendfile. It is still very rough around the edges (compile warnings, does an unnecessary stat, not completely Unix friendly, leftover mod_mmap_static code, etc.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85020 13f79535-47bb-0310-9956-ffa450edef68
* Add ApacheModAuthDigest to apache.dsw. Get rid of compile warnings.Bill Stoddard2000-04-221-0/+18
| | | | | | | | Submitted by: William Rowe Reviewed by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85014 13f79535-47bb-0310-9956-ffa450edef68
* Remove mod_digest. Its being replaced by mod_auth_digestBill Stoddard2000-04-211-21/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85011 13f79535-47bb-0310-9956-ffa450edef68
* Revamp the Win32 make environment. Makefiles have been removed andBill Stoddard2000-04-201-0/+460
Apache.dsw created to bring together all the pieces. Create new file os/win32/BaseAddr.ref to define module base addresses (to prevent dll relocation at start-up). Submitted by: William Rowe Reviewed by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85004 13f79535-47bb-0310-9956-ffa450edef68