<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.5770.91">
<TITLE>Debug and Release project settings for VC++ 6.0</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">1. I need to link my application with different libraries for Debug and Release versions.</FONT>

<BR><FONT SIZE=2 FACE="Arial">Say, I have Ad.lib and A.lib. My release project settings should link against A.lib </FONT>

<BR><FONT SIZE=2 FACE="Arial">and debug settings should link against Ad.lib. </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">2. I would also like to have different output library names for release and debug versions. </FONT>

<BR><FONT SIZE=2 FACE="Arial">ADD_LIBRARY(SHARED xyz) would generate Debug/xyz.dll and Release/xyz.dll.</FONT>

<BR><FONT SIZE=2 FACE="Arial">But I would like to have Debug/xyzd.dll and Release/xyz.dll.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I would appreciate if someone could give me a cmake example with this scenarios.</FONT>

<BR><FONT SIZE=2 FACE="Arial"> </FONT>

<BR><FONT SIZE=2 FACE="Arial">thanks,</FONT>

<BR><FONT SIZE=2 FACE="Arial">Sunil</FONT>
</P>

</BODY>
</HTML>