mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 05:45:38 +00:00
dep/rcheevos: rc_validate does not need to be built
This commit is contained in:
parent
931e3ada95
commit
1dc5c3bfd3
|
@ -28,8 +28,6 @@ add_library(rcheevos
|
|||
src/rcheevos/memref.c
|
||||
src/rcheevos/operand.c
|
||||
src/rcheevos/rc_internal.h
|
||||
src/rcheevos/rc_validate.c
|
||||
src/rcheevos/rc_validate.h
|
||||
src/rcheevos/richpresence.c
|
||||
src/rcheevos/runtime.c
|
||||
src/rcheevos/runtime_progress.c
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
<ClCompile Include="src\rcheevos\lboard.c" />
|
||||
<ClCompile Include="src\rcheevos\memref.c" />
|
||||
<ClCompile Include="src\rcheevos\operand.c" />
|
||||
<ClCompile Include="src\rcheevos\rc_validate.c" />
|
||||
<ClCompile Include="src\rcheevos\richpresence.c" />
|
||||
<ClCompile Include="src\rcheevos\runtime.c" />
|
||||
<ClCompile Include="src\rcheevos\runtime_progress.c" />
|
||||
|
@ -44,7 +43,6 @@
|
|||
<ClInclude Include="include\rc_util.h" />
|
||||
<ClInclude Include="src\rapi\rc_api_common.h" />
|
||||
<ClInclude Include="src\rcheevos\rc_internal.h" />
|
||||
<ClInclude Include="src\rcheevos\rc_validate.h" />
|
||||
<ClInclude Include="src\rc_client_internal.h" />
|
||||
<ClInclude Include="src\rc_compat.h" />
|
||||
<ClInclude Include="src\rc_version.h" />
|
||||
|
|
|
@ -42,9 +42,6 @@
|
|||
<ClCompile Include="src\rcheevos\operand.c">
|
||||
<Filter>rcheevos</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\rcheevos\rc_validate.c">
|
||||
<Filter>rcheevos</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\rcheevos\richpresence.c">
|
||||
<Filter>rcheevos</Filter>
|
||||
</ClCompile>
|
||||
|
@ -134,9 +131,6 @@
|
|||
<ClInclude Include="src\rcheevos\rc_internal.h">
|
||||
<Filter>rcheevos</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="src\rcheevos\rc_validate.h">
|
||||
<Filter>rcheevos</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="src\rc_compat.h" />
|
||||
<ClInclude Include="src\rc_version.h" />
|
||||
<ClInclude Include="src\rc_client_internal.h" />
|
||||
|
|
Loading…
Reference in a new issue