Displaying 3 results from an estimated 3 matches for "vclibrariantool".
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...WarningLevel="3"
> Detect64BitPortabilityProblems="TRUE"
> DebugInformationFormat="4"
> DisableSpecificWarnings="4800;4244;4267"/>
> <Tool
> Name="VCCustomBuildTool"/>
> <Tool
> Name="VCLibrarianTool"
> OutputFile="$(OutDir)/x86.lib"/>
> <Tool
> Name="VCMIDLTool"/>
> <Tool
> Name="VCPostBuildEventTool"/>
> <Tool
> Name="VCPreBuildEventTool"
> CommandLine="mkdir ..\..\tablegen...
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...gt; Detect64BitPortabilityProblems="TRUE"
> > DebugInformationFormat="4"
> > DisableSpecificWarnings="4800;4244;4267"/>
> > <Tool
> > Name="VCCustomBuildTool"/>
> > <Tool
> > Name="VCLibrarianTool"
> > OutputFile="$(OutDir)/System.lib"/>
> > <Tool
> > Name="VCMIDLTool"/>
> > <Tool
> > Name="VCPostBuildEventTool"/>
> > <Tool
> > Name="VCPreBuildEventTool"
> >...
2013 Aug 16
3
PATCH for MSVC++ 2005 Express
...t
Global
2) Two lib files were created in a wrong folder
--- a\src\plugin_common\plugin_common_static.vcproj 2013-08-13 13:30:24.000000000 +0400
+++ b\src\plugin_common\plugin_common_static.vcproj 2013-08-16 20:09:42.782635000 +0400
@@ -129,7 +129,7 @@
/>
<Tool
Name="VCLibrarianTool"
- OutputFile="..\..\..\objs\release\lib\$(ProjectName).lib"
+ OutputFile="..\..\objs\release\lib\$(ProjectName).lib"
/>
<Tool
Name="VCALinkTool"
--- a\src\test_libs_common\test_libs_common_static.vcproj 2013-08-13 13:30:24.000000000 +...