mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
initial github.com/kethen/aemu_postoffice integration ported from github.com/kethen/aemu
This commit is contained in:
@@ -692,6 +692,22 @@ SOURCES_CXX += \
|
||||
$(EXTDIR)/libadrenotools/lib/linkernsbypass/elf_soname_patcher.cpp
|
||||
endif
|
||||
|
||||
SOURCES_C += \
|
||||
$(EXTDIR)/aemu_postoffice/client/postoffice.c
|
||||
|
||||
ifeq ($(PLATFORM_EXT), win32)
|
||||
SOURCES_C += \
|
||||
$(EXTDIR)/aemu_postoffice/client/delay_impl_windows.c \
|
||||
$(EXTDIR)/aemu_postoffice/client/sock_impl_windows.c \
|
||||
$(EXTDIR)/aemu_postoffice/client/mutex_impl_windows.c
|
||||
else
|
||||
SOURCES_C += \
|
||||
$(EXTDIR)/aemu_postoffice/client/delay_impl_linux.c \
|
||||
$(EXTDIR)/aemu_postoffice/client/sock_impl_linux.c \
|
||||
$(EXTDIR)/aemu_postoffice/client/mutex_impl_linux.c
|
||||
endif
|
||||
|
||||
|
||||
SOURCES_CXX += \
|
||||
$(COMMONDIR)/Render/Text/draw_text.cpp \
|
||||
$(EXTDIR)/jpge/jpgd.cpp \
|
||||
|
||||
Reference in New Issue
Block a user