From: <do...@us...> - 2010-02-12 15:20:28
|
Revision: 1466 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1466&view=rev Author: dohpaz Date: 2010-02-12 15:20:18 +0000 (Fri, 12 Feb 2010) Log Message: ----------- Don't embed the manifest, esp. since for me the generated one is horked. Joy... Modified Paths: -------------- branches/team/elbunce/iaxclient/contrib/win/vs2008/libiaxclient.vcproj Modified: branches/team/elbunce/iaxclient/contrib/win/vs2008/libiaxclient.vcproj =================================================================== --- branches/team/elbunce/iaxclient/contrib/win/vs2008/libiaxclient.vcproj 2010-02-08 16:51:31 UTC (rev 1465) +++ branches/team/elbunce/iaxclient/contrib/win/vs2008/libiaxclient.vcproj 2010-02-12 15:20:18 UTC (rev 1466) @@ -147,6 +147,7 @@ OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" IntermediateDirectory="$(OutDir)" ConfigurationType="2" + UseOfATL="1" CharacterSet="2" WholeProgramOptimization="1" > @@ -197,6 +198,7 @@ /> <Tool Name="VCManifestTool" + EmbedManifest="false" /> <Tool Name="VCXDCMakeTool" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |