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

Log of /httpd/httpd/trunk/support/abs.dsp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 666726 - (view) (annotate) - [select for diffs]
Modified Wed Jun 11 16:34:20 2008 UTC (17 months, 2 weeks ago) by tdonovan
File length: 4967 byte(s)
Diff to previous 605397 (colored)
Windows manifests are ;1 for .exe, ;2 for .dll and .so - ref: http://msdn.microsoft.com/en-us/library/ms235591.aspx

Revision 605397 - (view) (annotate) - [select for diffs]
Modified Wed Dec 19 03:08:15 2007 UTC (23 months, 1 week ago) by wrowe
File length: 4967 byte(s)
Diff to previous 495126 (colored)
When building to WinNT, CommandLineToArgvW must resolve.

Revision 495126 - (view) (annotate) - [select for diffs]
Modified Thu Jan 11 05:37:20 2007 UTC (2 years, 10 months ago) by wrowe
File length: 4917 byte(s)
Diff to previous 419644 (colored)
Embed the .manifest files of all httpd binaries as a post-build
operation.  This ensures the exported (Studio 97 generated) .mak
files create a usable Apache directly from the VC 8 (Studio 2005)
command line environment.


Revision 419644 - (view) (annotate) - [select for diffs]
Modified Thu Jul 6 18:36:23 2006 UTC (3 years, 4 months ago) by wrowe
File length: 4413 byte(s)
Diff to previous 397647 (colored)
Revert Revision 397647

While it solves the studio 2005 (we desire this), it breaks
the studio 6 packaging (we require this).  Discussion on list
of practical solutions.

Revision 397647 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 21:41:29 2006 UTC (3 years, 7 months ago) by wrowe
File length: 4413 byte(s)
Diff to previous 397407 (colored)
  This resource /D syntax was pretty horridly imported into VS 2005,
  change the quotation to ensure a peaceful transition to sln/vcproj files.

Revision 397407 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 05:30:39 2006 UTC (3 years, 7 months ago) by wrowe
File length: 4413 byte(s)
Diff to previous 395419 (colored)
  Remove all /machine:I386 references, these are getting in the way
  of switching linkers from the x86 (default linker) to x64 or other
  possible target platforms.  (Also, this commit cleans up lingering
  /GX switches from the 'BASE' options that are supposed to be unused).

Revision 395419 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 22:51:02 2006 UTC (3 years, 7 months ago) by wrowe
File length: 4467 byte(s)
Diff to previous 395418 (colored)
  s|/GX |/EHsc | because they were always synonyms, and Visual Studio
  2005 edition complains bitterly and loudly that /GX is deprecated.

Revision 395418 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 22:47:49 2006 UTC (3 years, 7 months ago) by wrowe
File length: 4465 byte(s)
Diff to previous 170253 (colored)
  Remove a host of dependencies upon awk, using the same template for
  nearly every .rc compilation (giving the output .res file a different
  name for each component).  Adds AP_SERVER_BASEPROJECT to ap_revision.h
  so we can display the proper name of "Apache HTTP Server" as opposed
  to AP_SERVER_BASEPRODUCT (which is, and should remain, simply "Apache"
  for the server string tokens.)


Revision 170253 - (view) (annotate) - [select for diffs]
Modified Sun May 15 19:11:57 2005 UTC (4 years, 6 months ago) by wrowe
File length: 4898 byte(s)
Diff to previous 106103 (colored)
  Reintroduce stack frame construction with /Oy- (removal was implied by /O2).
  This makes binaries far easier to debug, during operation and for post-crash
  .dmp analysis.  Do not alter /Gs optimizations per brane.

Reviewed by: stoddard, brane

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

Revision 101195 - (view) (annotate) - [select for diffs]
Modified Mon Sep 8 16:03:49 2003 UTC (6 years, 2 months ago) by wrowe
File length: 4893 byte(s)
Diff to previous 99107 (colored)
  Simplify includes - we always (in HTTPD 2.1 forward) are looking
  for the openssl/foo.h headers explicitly.  Fix the abs.dsp build
  to define HAVE_OPENSSL instead of USE_SSL so the correct headers
  are included upfront.

Revision 99107 - (view) (annotate) - [select for diffs]
Modified Sat Mar 29 04:39:08 2003 UTC (6 years, 8 months ago) by nd
File length: 4957 byte(s)
Diff to previous 98970 (colored)
Fix mod_ssl.dsp and abs.dsp to use also the openssl-0.9.7-defines for
NO_MD5, NO_IDEA and NO_MDC2 (won't compile otherwise with 0.9.7+ and
restricted crypto algorithms)

Revision 98970 - (view) (annotate) - [select for diffs]
Modified Tue Mar 11 00:58:59 2003 UTC (6 years, 8 months ago) by wrowe
File length: 4833 byte(s)
Diff to previous 98744 (colored)
  After discussions at length on dev@apr/httpd, it is determined that
  the older .dbg format symbols are not worth the interference with
  generating complete .pdb symbolic debugging databases.

  This patch further eliminates pdbtype:sept flags that interfere with
  deciphering local symbols and type information.

Revision 98744 - (view) (annotate) - [select for diffs]
Modified Thu Feb 20 15:56:05 2003 UTC (6 years, 9 months ago) by wrowe
File length: 5137 byte(s)
Diff to previous 98712 (colored)
  After consultations on the APR list, it was decided that /map files are
  fairly redundant when you retain rich .pdb debugging symbol files.  We
  have rarely used them, and generally .dbg and .pdb files prove much more
  useful for the cases we have.

  While eliminating /map files, we are also shrinking the size of the .dbg
  files by stripping 'private' symbol information.  Really this means less
  rich diagnostics from Dr. Watson on NT or Win9x when they query the .dbg
  symbols in creating a DrWatson log file.  But it's more than compensated
  for on newer OS'es where Dr. Watson will query the .pdb symbols, on all
  Win32 flavors when WinDbg is used with the .pdb symbols, and the fact that
  the distribution of binary symbols will use less bandwidth when less
  information is duplicated from the .pdb format into the .dbg files.

Revision 98712 - (view) (annotate) - [select for diffs]
Modified Tue Feb 18 22:07:21 2003 UTC (6 years, 9 months ago) by wrowe
File length: 5154 byte(s)
Diff to previous 98596 (colored)
  foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which
  was badness.  Twist this puppy to .dbr, the only name I could invent that
  doesn't look like any database file extension I recall.

  It stands for .dbg rebased.

Revision 98596 - (view) (annotate) - [select for diffs]
Modified Fri Feb 7 21:30:53 2003 UTC (6 years, 9 months ago) by wrowe
File length: 5162 byte(s)
Diff to previous 98376 (colored)
  *) Introduce debugging symbols for Win32 release builds, both .pdb
     and .dbg files (older debuggers and Dr. Watson-type utilities
     on WinNT or Win9x don't support the newer .pdb flavor.)
     [Allen Edwards, William Rowe]

Revision 98376 - (view) (annotate) - [select for diffs]
Modified Mon Jan 20 18:51:57 2003 UTC (6 years, 10 months ago) by wrowe
File length: 4822 byte(s)
Diff to previous 93381 (colored)
  Update support utility filenames to reflect .exe extensions for the
  newest apr/build/win32ver.awk script changes.

Revision 93381 - (view) (annotate) - [select for diffs]
Modified Tue Feb 12 23:19:32 2002 UTC (7 years, 9 months ago) by wrowe
File length: 4814 byte(s)
Diff to previous 90686 (colored)
  What happened?  0.9.6b built just dandy without the flags... 0.9.6c won't
  build for jack without these changes.  Of course they don't harm 0.9.6b
  builders either, unless they are outside of the states/EU/AU and find
  themselves free to ignore IP considerations.

  I'd really like to know _why_ 0.9.6c doesn't configure itself rationally.

Revision 90686 - (view) (annotate) - [select for diffs]
Modified Sun Aug 26 05:21:50 2001 UTC (8 years, 3 months ago) by wrowe
File length: 4688 byte(s)
Diff to previous 90458 (colored)
  Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) to
  build 'out of the box' in debugging mode.

Revision 90458 - (view) (annotate) - [select for diffs]
Modified Tue Aug 21 02:27:38 2001 UTC (8 years, 3 months ago) by wrowe
File length: 4688 byte(s)
Diff to previous 90429 (colored)
  Changes for rbb's #include/build openssl/inc32 patch.

Revision 90429 - (view) (annotate) - [select for diffs]
Added Mon Aug 20 21:53:22 2001 UTC (8 years, 3 months ago) by wrowe
File length: 4614 byte(s)
  Create the abs.dsp win32 project to support building ab with /USE_SSL,
  and modify Makefile.win to install the ssl-enabled abs.exe binary
  as 'bin/ab.exe' if srclib/openssl exists.

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