]> granicus.if.org Git - apache/commitdiff
Inform MSVC compiler there is a Lexical target so the compiler is
authorGregg Lewis Smith <gsmith@apache.org>
Sun, 26 May 2013 23:23:14 +0000 (23:23 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Sun, 26 May 2013 23:23:14 +0000 (23:23 +0000)
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

libhttpd.dsp

index dc7fa36602c9f7982c1221d971e653c02fd3cc74..1f616be69736988793ee18eb6be74bfbe9d8dc0f 100644 (file)
@@ -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"