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
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="../lib/univcset_d.lib"
|
||||
OutputFile="../lib/univcset_d_x64.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
@ -250,7 +250,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="../lib/univcset.lib"
|
||||
OutputFile="../lib/univcset_x64.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Version="8,00"
|
||||
Name="vsfilter"
|
||||
ProjectGUID="{7A3950FD-A235-459A-ACA2-5170863CD32C}"
|
||||
RootNamespace="vsfilter"
|
||||
|
@ -149,6 +149,7 @@
|
|||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="delayimp.lib strmbaseu.lib winmm.lib"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="..\lib"
|
||||
ModuleDefinitionFile=".\vsfilter.def"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
|
|
Loading…
Reference in a new issue