diff options
author | Gregg Lewis Smith <gsmith@apache.org> | 2013-05-27 01:23:14 +0200 |
---|---|---|
committer | Gregg Lewis Smith <gsmith@apache.org> | 2013-05-27 01:23:14 +0200 |
commit | 85ede3306c0c6c660fb2a2fa97dd49f47c30dfe0 (patch) | |
tree | 2e35f0d08fbd0e44fec5f11b557be15251eaae32 /libhttpd.dsp | |
parent | link to win_compiling from Install doc. (diff) | |
download | apache2-85ede3306c0c6c660fb2a2fa97dd49f47c30dfe0.tar.xz apache2-85ede3306c0c6c660fb2a2fa97dd49f47c30dfe0.zip |
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
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 2 |
1 files changed, 2 insertions, 0 deletions
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" |