From: Gregg Lewis Smith Date: Sun, 26 May 2013 23:23:14 +0000 (+0000) Subject: Inform MSVC compiler there is a Lexical target so the compiler is X-Git-Tag: 2.5.0-alpha~5411 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85ede3306c0c6c660fb2a2fa97dd49f47c30dfe0;p=apache Inform MSVC compiler there is a Lexical target so the compiler is not confused which causes it to absorb some properties of the Lexical target into the Debug target. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1486490 13f79535-47bb-0310-9956-ffa450edef68 --- 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"