Skip to content

Commit

Permalink
Setup for 32-bit binary
Browse files Browse the repository at this point in the history
  • Loading branch information
JPHutchins committed Apr 27, 2020
1 parent 81d5042 commit 598399b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library_finder/library_finder.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<IntrinsicFunctions>false</IntrinsicFunctions>
<SDLCheck>No</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<AdditionalIncludeDirectories>I:\G\Local Dev Files\library_finder\library_finder\library_finder;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<WholeProgramOptimization>false</WholeProgramOptimization>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down

0 comments on commit 598399b

Please sign in to comment.