Fix VS project file for iffscan.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
parent
23f36ed699
commit
9f62979d44
@ -18,7 +18,7 @@
|
|||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\bin"
|
OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\bin"
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
IntermediateDirectory="$(ConfigurationName)_iffscan"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
@ -94,7 +94,7 @@
|
|||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\bin"
|
OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\bin"
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
IntermediateDirectory="$(ConfigurationName)_iffscan"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
WholeProgramOptimization="1"
|
WholeProgramOptimization="1"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user