summaryrefslogtreecommitdiff
path: root/InstallBin.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Mirror r483555, for GUI environment. Reason for the duplication is to makeWilliam A. Rowe Jr2006-12-071-6/+6
| | | | | | | enabling of the debugger much more trivial. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@483567 13f79535-47bb-0310-9956-ffa450edef68
* Mirror Makefile.win from the GUI environment. The path here must beWilliam A. Rowe Jr2005-12-141-6/+6
| | | | | | | explicit to help point the debugger at the resulting, installed binaries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@356853 13f79535-47bb-0310-9956-ffa450edef68
* Change the build targets Apache.exe -> httpd.exe.Mladen Turk2005-04-091-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160660 13f79535-47bb-0310-9956-ffa450edef68
* Use /Apache21/ for the -default- httpd 2.1 root, to assist developersWilliam A. Rowe Jr2005-01-051-2/+2
| | | | | | | in working with the dev tree in parallel to the released httpd-2.0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124285 13f79535-47bb-0310-9956-ffa450edef68
* Clean tree ... commit all [?]William A. Rowe Jr2002-03-161-2/+3
| | | | | | | Nope - it wasn't. Sorry for the inadvertant commit, reverted to 1.18 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93970 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-3/+2
| | | | | | | | | | | of Jeff Trawick's style changes to the first patches. Doesn't include the fixes to ssl [more complex], and we won't trap errors that involve ap_serverroot, since we presume that was normalized on the way in. Therefore, testing ap_server_root_relative(DEFAULT_FOO) cases should never become necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93965 13f79535-47bb-0310-9956-ffa450edef68
* Move the _tryssl targets across to the BuildBin targetWilliam A. Rowe Jr2002-01-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93084 13f79535-47bb-0310-9956-ffa450edef68
* Change the name of the _tryssl to an underbar prefix so we know it isWilliam A. Rowe Jr2002-01-101-3/+3
| | | | | | | | | | | | | | an 'internal' thing, and try building explicit targets to avoid ever dragging in .bsc construction. Also introduce _browse. This is far from complete, but I'm working on a mechansim to toggle browse database construction - of a single .bsc file for DevStudio's browser database. The ugly bit is; it gobbles some 80MB for construction, so we will never waste that sort of space on the typical case, but reserve it for developers who choose to toggle it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92795 13f79535-47bb-0310-9956-ffa450edef68
* Erg... sorry for the version snafuWilliam A. Rowe Jr2001-07-311-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89834 13f79535-47bb-0310-9956-ffa450edef68
* Force the tryssl block to run in the Win32 DevStudio IDE build.William A. Rowe Jr2001-07-311-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89831 13f79535-47bb-0310-9956-ffa450edef68
* Make default install target more consistent with unix.William A. Rowe Jr2001-04-121-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88821 13f79535-47bb-0310-9956-ffa450edef68
* Align the target binary with the newer layoutWilliam A. Rowe Jr2001-01-191-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87735 13f79535-47bb-0310-9956-ffa450edef68
* Clearly the last patch is the -wrong- solution for awk... so I'm backingWilliam A. Rowe Jr2001-01-131-3/+3
| | | | | | | it out; we need to find another way to help gnu awk users git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87678 13f79535-47bb-0310-9956-ffa450edef68
* Build was broken on some pure unixish awks, this fixes.William A. Rowe Jr2001-01-121-3/+3
| | | | | | | | Obtained from: new-httpd Submitted by: Roman Neuhauser git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87664 13f79535-47bb-0310-9956-ffa450edef68
* Correction, commited the vc5. Need vc6 in the tree. Humble appologies.William A. Rowe Jr2000-12-211-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87475 13f79535-47bb-0310-9956-ffa450edef68
* The Win32 overhaul, in summary;William A. Rowe Jr2000-12-211-6/+5
| | | | | | | | | | | | 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
* Changes for correct apr-util.dll lib name, and don't try building intoWilliam A. Rowe Jr2000-12-121-5/+5
| | | | | | | the current tree from the workspace. Also correct commentary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87303 13f79535-47bb-0310-9956-ffa450edef68
* This file's targets made no sense in the new schema. I'm not certainWilliam A. Rowe Jr2000-12-071-4/+4
| | | | | | | they make sense yet anyways, but this is improvement. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87255 13f79535-47bb-0310-9956-ffa450edef68
* Adds quick access to the must-haves (STATUS/CHANGES) and group the aprWilliam A. Rowe Jr2000-10-161-0/+8
| | | | | | | library in to functional units git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86605 13f79535-47bb-0310-9956-ffa450edef68
* My Bad. Local environment had leaked into the tree.William A. Rowe Jr2000-10-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86460 13f79535-47bb-0310-9956-ffa450edef68
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-1/+1
| | | | | | | | | | | | | see src/lib/apr/apr_compat.h for most details. Also a few minor nits to get Win32 to build. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86008 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Convert ap_proc_t to tranparent type.Bill Stoddard2000-05-241-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85292 13f79535-47bb-0310-9956-ffa450edef68
* Add ApacheModAuthDigest to apache.dsw. Get rid of compile warnings.Bill Stoddard2000-04-221-1/+5
| | | | | | | | 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
* Revamp the Win32 make environment. Makefiles have been removed andBill Stoddard2000-04-201-0/+96
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