Skip to content

Commit

Permalink
removed deprecated compiler option in demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Rogier committed Mar 9, 2021
1 parent e9f5130 commit faeaaca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proj/test/ocilib_demo_vs2019.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@
<ClCompile>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_WIN32;_DEBUG;_WINDOWS;OCI_CHARSET_ANSI;OCI_API=__stdcall;OCI_IMPORT_RUNTIME;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<PrecompiledHeaderOutputFile>
Expand Down Expand Up @@ -307,7 +306,6 @@
<ClCompile>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_WIN64;_DEBUG;_WINDOWS;OCI_CHARSET_ANSI;OCI_API= __stdcall;OCI_IMPORT_RUNTIME;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<PrecompiledHeaderOutputFile>
Expand Down

0 comments on commit faeaaca

Please sign in to comment.