You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/05/28 16:26:02 UTC

svn commit: r1486937 - in /httpd/httpd/branches/2.4.x: STATUS libhttpd.dsp

Author: minfrin
Date: Tue May 28 14:26:00 2013
New Revision: 1486937

URL: http://svn.apache.org/r1486937
Log:
libhttpd.dsp: Fix Debug build mentioned by fuankg in
http://mail-archives.apache.org/mod_mbox/httpd-dev/201305.mbox/%3C519FC54E.901@apache.org%3E.

trunk patch: http://svn.apache.org/r1486490
Submitted by: gsmith
Reviewed by: jim, minfrin

Modified:
    httpd/httpd/branches/2.4.x/STATUS
    httpd/httpd/branches/2.4.x/libhttpd.dsp

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1486937&r1=1486936&r2=1486937&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue May 28 14:26:00 2013
@@ -90,12 +90,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
  
-    * libhttpd.dsp: Fix Debug build mentioned by fuankg in
-      http://mail-archives.apache.org/mod_mbox/httpd-dev/201305.mbox/%3C519FC54E.901@apache.org%3E.
-      trunk patch: http://svn.apache.org/r1486490
-      2.4.x patch: trunk patch works
-      +1: gsmith, jim, minfrin
-
     * makefile.win: Adjust makefile to properly detect the need to use devenv
       on applicable MSVC versions.
       trunk patch: http://svn.apache.org/r1482041

Modified: httpd/httpd/branches/2.4.x/libhttpd.dsp
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/libhttpd.dsp?rev=1486937&r1=1486936&r2=1486937&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/libhttpd.dsp (original)
+++ httpd/httpd/branches/2.4.x/libhttpd.dsp Tue May 28 14:26:00 2013
@@ -19,6 +19,7 @@ CFG=libhttpd - Win32 Release
 !MESSAGE 
 !MESSAGE "libhttpd - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
 !MESSAGE "libhttpd - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "libhttpd - Win32 Lexical" (based on "Win32 (x86) Dynamic-Link Library")
 !MESSAGE 
 
 # Begin Project
@@ -138,6 +139,7 @@ PostBuild_Cmds=if exist $(TargetPath).ma
 
 # Name "libhttpd - Win32 Release"
 # Name "libhttpd - Win32 Debug"
+# Name "libhttpd - Win32 Lexical"
 # Begin Group "headers"
 
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"