A few more project fixes...
Originally committed to SVN as r1821.
This commit is contained in:
parent
43d8d2aa3a
commit
a45c575865
2 changed files with 4 additions and 3 deletions
|
@ -127,7 +127,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="../lib/univcset_d.lib"
|
OutputFile="../lib/univcset_d_x64.lib"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCALinkTool"
|
Name="VCALinkTool"
|
||||||
|
@ -250,7 +250,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="../lib/univcset.lib"
|
OutputFile="../lib/univcset_x64.lib"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCALinkTool"
|
Name="VCALinkTool"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="8.00"
|
Version="8,00"
|
||||||
Name="vsfilter"
|
Name="vsfilter"
|
||||||
ProjectGUID="{7A3950FD-A235-459A-ACA2-5170863CD32C}"
|
ProjectGUID="{7A3950FD-A235-459A-ACA2-5170863CD32C}"
|
||||||
RootNamespace="vsfilter"
|
RootNamespace="vsfilter"
|
||||||
|
@ -149,6 +149,7 @@
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="delayimp.lib strmbaseu.lib winmm.lib"
|
AdditionalDependencies="delayimp.lib strmbaseu.lib winmm.lib"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
|
AdditionalLibraryDirectories="..\lib"
|
||||||
ModuleDefinitionFile=".\vsfilter.def"
|
ModuleDefinitionFile=".\vsfilter.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
|
|
Loading…
Reference in a new issue