From: Graham Leggett Date: Tue, 28 May 2013 14:26:00 +0000 (+0000) Subject: libhttpd.dsp: Fix Debug build mentioned by fuankg in X-Git-Tag: 2.4.5~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14ab1575b6ca9186f777f907a941c360d0afe6eb;p=apache 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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1486937 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index fc05e37af9..13592070dd 100644 --- a/STATUS +++ b/STATUS @@ -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 diff --git a/libhttpd.dsp b/libhttpd.dsp index dc7fa36602..1f616be697 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -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).manifest mt.exe -manifest $(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"