mirror of https://github.com/stella-emu/stella.git
Fix tinyexif in Visual Studio.
This commit is contained in:
parent
13d933c429
commit
540d503e7f
|
@ -951,7 +951,7 @@
|
|||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release-Sanitize|x64'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">CompileAsC</CompileAs>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\tinyexif\TinyEXIF.cpp" />
|
||||
<ClCompile Include="..\tinyexif\tinyexif.cxx" />
|
||||
<ClCompile Include="FSNodeWINDOWS.cxx" />
|
||||
<ClCompile Include="OSystemWINDOWS.cxx" />
|
||||
<ClCompile Include="..\common\PNGLibrary.cxx" />
|
||||
|
@ -2174,8 +2174,7 @@
|
|||
<ClInclude Include="..\sqlite\source\sqlite3.h" />
|
||||
<ClInclude Include="..\sqlite\sqlite3.h" />
|
||||
<ClInclude Include="..\sqlite\sqlite_options.h" />
|
||||
<ClInclude Include="..\tinyexif\TinyEXIF.h" />
|
||||
<ClInclude Include="..\tinyexif\TinyEXIF_lib.hxx" />
|
||||
<ClInclude Include="..\tinyexif\tinyexif_lib.hxx" />
|
||||
<ClInclude Include="FSNodeWINDOWS.hxx" />
|
||||
<ClInclude Include="HomeFinder.hxx" />
|
||||
<ClInclude Include="OSystemWINDOWS.hxx" />
|
||||
|
|
|
@ -1161,7 +1161,7 @@
|
|||
<ClCompile Include="..\common\JPGLibrary.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\tinyexif\TinyEXIF.cpp">
|
||||
<ClCompile Include="..\tinyexif\tinyexif.cxx">
|
||||
<Filter>Source Files\tinyexif</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
|
@ -2399,10 +2399,7 @@
|
|||
<ClInclude Include="..\nanojpeg\nanojpeg_lib.hxx">
|
||||
<Filter>Header Files\nanojpeg</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\tinyexif\TinyEXIF.h">
|
||||
<Filter>Header Files\tinyexif</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\tinyexif\TinyEXIF_lib.hxx">
|
||||
<ClInclude Include="..\tinyexif\tinyexif_lib.hxx">
|
||||
<Filter>Header Files\tinyexif</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
|
|
Loading…
Reference in New Issue