/[Apache-SVN]/httpd/httpd/trunk/InstallBin.dsp
ViewVC logotype

Log of /httpd/httpd/trunk/InstallBin.dsp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 483567 - (view) (annotate) - [select for diffs]
Modified Thu Dec 7 17:47:43 2006 UTC (2 years, 11 months ago) by wrowe
File length: 2909 byte(s)
Diff to previous 356853 (colored)
Mirror r483555, for GUI environment.  Reason for the duplication is to make
enabling of the debugger much more trivial.

Revision 356853 - (view) (annotate) - [select for diffs]
Modified Wed Dec 14 20:16:52 2005 UTC (3 years, 11 months ago) by wrowe
File length: 2903 byte(s)
Diff to previous 160660 (colored)
  Mirror Makefile.win from the GUI environment.  The path here must be
  explicit to help point the debugger at the resulting, installed binaries.

Revision 160660 - (view) (annotate) - [select for diffs]
Modified Sat Apr 9 06:07:58 2005 UTC (4 years, 7 months ago) by mturk
File length: 2909 byte(s)
Diff to previous 124285 (colored)
Change the build targets Apache.exe -> httpd.exe.

Revision 124285 - (view) (annotate) - [select for diffs]
Modified Wed Jan 5 22:26:53 2005 UTC (4 years, 10 months ago) by wrowe
File length: 2914 byte(s)
Diff to previous 106103 (colored)
  Use /Apache21/ for the -default- httpd 2.1 root, to assist developers
  in working with the dev tree in parallel to the released httpd-2.0.

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
File length: 2912 byte(s)
Diff to previous 93970 (colored)
general property cleanup

Revision 93970 - (view) (annotate) - [select for diffs]
Modified Sat Mar 16 18:57:20 2002 UTC (7 years, 8 months ago) by wrowe
File length: 2912 byte(s)
Diff to previous 93965 (colored)
  Clean tree ... commit all [?]

  Nope - it wasn't.  Sorry for the inadvertant commit, reverted to 1.18

Revision 93965 - (view) (annotate) - [select for diffs]
Modified Sat Mar 16 18:26:58 2002 UTC (7 years, 8 months ago) by wrowe
File length: 2886 byte(s)
Diff to previous 93084 (colored)
  Eliminate potential ap_server_root_relative segfaults, with the input
  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.

Revision 93084 - (view) (annotate) - [select for diffs]
Modified Tue Jan 29 18:16:54 2002 UTC (7 years, 9 months ago) by wrowe
File length: 2912 byte(s)
Diff to previous 92795 (colored)
  Move the _tryssl targets across to the BuildBin target

Revision 92795 - (view) (annotate) - [select for diffs]
Modified Thu Jan 10 03:12:39 2002 UTC (7 years, 10 months ago) by wrowe
File length: 2928 byte(s)
Diff to previous 89834 (colored)
  Change the name of the _tryssl to an underbar prefix so we know it is
  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.

Revision 89834 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 16:49:23 2001 UTC (8 years, 3 months ago) by wrowe
File length: 2909 byte(s)
Diff to previous 89831 (colored)
  Erg... sorry for the version snafu

Revision 89831 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 16:40:41 2001 UTC (8 years, 3 months ago) by wrowe
File length: 2873 byte(s)
Diff to previous 88821 (colored)
  Force the tryssl block to run in the Win32 DevStudio IDE build.

Revision 88821 - (view) (annotate) - [select for diffs]
Modified Thu Apr 12 13:10:15 2001 UTC (8 years, 7 months ago) by wrowe
File length: 2895 byte(s)
Diff to previous 87735 (colored)
  Make default install target more consistent with unix.

Revision 87735 - (view) (annotate) - [select for diffs]
Modified Fri Jan 19 13:50:33 2001 UTC (8 years, 10 months ago) by wrowe
File length: 2903 byte(s)
Diff to previous 87678 (colored)
  Align the target binary with the newer layout

Revision 87678 - (view) (annotate) - [select for diffs]
Modified Sat Jan 13 01:50:49 2001 UTC (8 years, 10 months ago) by wrowe
File length: 2874 byte(s)
Diff to previous 87664 (colored)
  Clearly the last patch is the -wrong- solution for awk... so I'm backing
  it out; we need to find another way to help gnu awk users

Revision 87664 - (view) (annotate) - [select for diffs]
Modified Fri Jan 12 03:38:28 2001 UTC (8 years, 10 months ago) by wrowe
File length: 2874 byte(s)
Diff to previous 87475 (colored)
  Build was broken on some pure unixish awks, this fixes.

Obtained from:	new-httpd
Submitted by:	Roman Neuhauser

Revision 87475 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 01:25:10 2000 UTC (8 years, 11 months ago) by wrowe
File length: 2873 byte(s)
Diff to previous 87471 (colored)
  Correction, commited the vc5.  Need vc6 in the tree.  Humble appologies.

Revision 87471 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 01:04:49 2000 UTC (8 years, 11 months ago) by wrowe
File length: 2837 byte(s)
Diff to previous 87303 (colored)
  The Win32 overhaul, in summary;
    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

Revision 87303 - (view) (annotate) - [select for diffs]
Modified Tue Dec 12 17:41:44 2000 UTC (8 years, 11 months ago) by wrowe
File length: 2843 byte(s)
Diff to previous 87255 (colored)
  Changes for correct apr-util.dll lib name, and don't try building into
  the current tree from the workspace.  Also correct commentary.

Revision 87255 - (view) (annotate) - [select for diffs]
Modified Thu Dec 7 22:40:33 2000 UTC (8 years, 11 months ago) by wrowe
File length: 2845 byte(s)
Diff to previous 86605 (colored)
  This file's targets made no sense in the new schema.  I'm not certain
  they make sense yet anyways, but this is improvement.

Revision 86605 - (view) (annotate) - [select for diffs]
Modified Mon Oct 16 03:32:24 2000 UTC (9 years, 1 month ago) by wrowe
File length: 2849 byte(s)
Diff to previous 86460 (colored)
  Adds quick access to the must-haves (STATUS/CHANGES) and group the apr
  library in to functional units

Revision 86460 - (view) (annotate) - [select for diffs]
Modified Sun Oct 8 23:52:56 2000 UTC (9 years, 1 month ago) by wrowe
File length: 2737 byte(s)
Diff to previous 86008 (colored)
  My Bad.  Local environment had leaked into the tree.

Revision 86008 - (view) (annotate) - [select for diffs]
Modified Sun Aug 6 06:07:53 2000 UTC (9 years, 3 months ago) by wrowe
File length: 2755 byte(s)
Diff to previous 85292 (colored)
  Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
  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:

Revision 85292 - (view) (annotate) - [select for diffs]
Modified Wed May 24 23:45:37 2000 UTC (9 years, 6 months ago) by stoddard
File length: 2737 byte(s)
Diff to previous 85014 (colored)
Win32: Convert ap_proc_t to tranparent type.

Revision 85014 - (view) (annotate) - [select for diffs]
Modified Sat Apr 22 15:44:57 2000 UTC (9 years, 7 months ago) by stoddard
File length: 2701 byte(s)
Diff to previous 85004 (colored)
Add ApacheModAuthDigest to apache.dsw. Get rid of compile warnings.

Submitted by:	William Rowe
Reviewed by:	Bill Stoddard

Revision 85004 - (view) (annotate) - [select for diffs]
Added Thu Apr 20 19:28:08 2000 UTC (9 years, 7 months ago) by stoddard
File length: 2629 byte(s)
Revamp the Win32 make environment. Makefiles have been removed and
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

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2