2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 13:44:56 +00:00

OS X fixes

This commit is contained in:
Jack Andersen
2015-09-02 09:10:11 -10:00
parent 43230d5a85
commit 5fb8287d50
7 changed files with 6 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ add_subdirectory(Particle)
if(WIN32)
list(APPEND PLAT_SRCS CMemoryCardSysWin.cpp)
elseif(APPLE)
list(APPEND PLAT_SRCS CMemoryCardSysMac.cpp)
list(APPEND PLAT_SRCS CMemoryCardSysOSX.cpp)
else()
list(APPEND PLAT_SRCS CMemoryCardSysNix.cpp CCallStackNix.cpp)
endif()

View File

@@ -16,5 +16,6 @@ target_link_libraries(mp1
DNAMP1
DNACommon
HECLDatabase HECLBlender HECLCommon AthenaCore NOD
LogVisor AthenaLibYaml Boo png squish blowfish z lzo2
LogVisor AthenaLibYaml Boo ${PNG_LIB} squish blowfish
${ZLIB_LIBRARIES} ${LZO_LIB}
${BOO_SYS_LIBS})