summaryrefslogtreecommitdiffstats
path: root/Apache.dsw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include ApacheMonitor/wintty in the build.William A. Rowe Jr2001-08-071-27/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89993 13f79535-47bb-0310-9956-ffa450edef68
* Clean up unnecessary duplicate references to pcre (they fall out ofWilliam A. Rowe Jr2001-07-201-22/+25
| | | | | | | | | libhttpd as our own ap_regexec()) and force InstallBin as the default project by moving it to the head of the list, so the first access of this .dsp will take InstallBin.dsp as the active project. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89643 13f79535-47bb-0310-9956-ffa450edef68
* For those who want to play, mod_ssl isn't part of the InstallBin masterWilliam A. Rowe Jr2001-06-281-0/+21
| | | | | | | target. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89463 13f79535-47bb-0310-9956-ffa450edef68
* libaprutil is good for mod_tls, too.William A. Rowe Jr2001-06-281-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89455 13f79535-47bb-0310-9956-ffa450edef68
* Not for general consumption (not a target of InstallBin) this patch addsWilliam A. Rowe Jr2001-06-281-0/+18
| | | | | | | mod_tls to the 'buildable projects' list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89453 13f79535-47bb-0310-9956-ffa450edef68
* mod_file_cache now depends on apr-util.Bill Stoddard2001-06-271-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89446 13f79535-47bb-0310-9956-ffa450edef68
* Unnecessary with apxsWilliam A. Rowe Jr2001-05-231-42/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89215 13f79535-47bb-0310-9956-ffa450edef68
* A wild guess at what is needed to get win32 compiling again afterRoy T. Fielding2001-05-231-4/+7
| | | | | | | the move of util_uri to apr-util. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89207 13f79535-47bb-0310-9956-ffa450edef68
* Lost mod_info at some point (probably well adding the experimental mods)William A. Rowe Jr2001-04-051-4/+22
| | | | | | | so put it back git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88727 13f79535-47bb-0310-9956-ffa450edef68
* Some experiments, not targets of the InstallBin complete buildWilliam A. Rowe Jr2001-04-031-1/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88674 13f79535-47bb-0310-9956-ffa450edef68
* Goodbye srclib/expat ... completes the build for srclib/apr-util/xml/expatWilliam A. Rowe Jr2001-03-081-30/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88474 13f79535-47bb-0310-9956-ffa450edef68
* 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