No need to build hash.c after all?

This commit is contained in:
Henrik Rydgård
2025-08-24 15:25:52 +02:00
parent 65285e59c4
commit 92ab532813
7 changed files with 2 additions and 13 deletions
-1
View File
@@ -64,7 +64,6 @@
<ClCompile Include="..\..\ext\rcheevos\src\rcheevos\runtime_progress.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rcheevos\trigger.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rcheevos\value.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rhash\hash.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rhash\md5.c" />
</ItemGroup>
<PropertyGroup Label="Globals">
@@ -149,8 +149,5 @@
<ClCompile Include="..\..\ext\rcheevos\src\rc_util.c">
<Filter>rcheevos</Filter>
</ClCompile>
<ClCompile Include="..\..\ext\rcheevos\src\rhash\hash.c">
<Filter>rhash</Filter>
</ClCompile>
</ItemGroup>
</Project>
+1 -2
View File
@@ -183,8 +183,7 @@ RCHEEVOS_FILES := \
${SRC}/ext/rcheevos/src/rcheevos/runtime_progress.c \
${SRC}/ext/rcheevos/src/rcheevos/trigger.c \
${SRC}/ext/rcheevos/src/rcheevos/value.c \
${SRC}/ext/rcheevos/src/rhash/md5.c \
${SRC}/ext/rcheevos/src/rhash/hash.c
${SRC}/ext/rcheevos/src/rhash/md5.c
ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
ADRENOTOOLS_FILES := \
-1
View File
@@ -38,7 +38,6 @@ set(ALL_SOURCE_FILES
# rhash (still need just md5, hash)
${SRC_DIR}/rhash/md5.c
${SRC_DIR}/rhash/md5.h
${SRC_DIR}/rhash/hash.c
)
add_library(rcheevos STATIC ${ALL_SOURCE_FILES})
-1
View File
@@ -54,7 +54,6 @@
<ClCompile Include="..\rcheevos\src\rc_client_raintegration.c" />
<ClCompile Include="..\rcheevos\src\rc_compat.c" />
<ClCompile Include="..\rcheevos\src\rc_util.c" />
<ClCompile Include="..\rcheevos\src\rhash\hash.c" />
<ClCompile Include="..\rcheevos\src\rhash\md5.c" />
</ItemGroup>
<ItemGroup>
@@ -90,9 +90,6 @@
<ClCompile Include="..\rcheevos\src\rc_client_external.c">
<Filter>rcheevos</Filter>
</ClCompile>
<ClCompile Include="..\rcheevos\src\rhash\hash.c">
<Filter>rcheevos</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\rcheevos\src\rapi\rc_api_common.h">
+1 -2
View File
@@ -263,8 +263,7 @@ SOURCES_C += \
$(EXTDIR)/rcheevos/src/rcheevos/runtime_progress.c \
$(EXTDIR)/rcheevos/src/rcheevos/trigger.c \
$(EXTDIR)/rcheevos/src/rcheevos/value.c \
$(EXTDIR)/rcheevos/src/rhash/md5.c \
$(EXTDIR)/rcheevos/src/rhash/hash.c
$(EXTDIR)/rcheevos/src/rhash/md5.c
COREFLAGS += -DSTACK_LINE_READER_BUFFER_SIZE=1024
COREFLAGS += -DHTTPS_NOT_AVAILABLE