mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
No need to build hash.c after all?
This commit is contained in:
@@ -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>
|
||||
@@ -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 := \
|
||||
|
||||
@@ -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})
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user