Add new files to cmake and Android.mk

This commit is contained in:
shenweip 2013-10-13 10:32:56 +08:00
parent 1ff4b9c8ce
commit ce50086c81
3 changed files with 4 additions and 0 deletions

View File

@ -763,6 +763,8 @@ add_library(${CoreLibName} ${CoreLinkType}
Core/Dialog/PSPGamedataInstallDialog.h
Core/Dialog/PSPMsgDialog.cpp
Core/Dialog/PSPMsgDialog.h
Core/Dialog/PSPNetconfDialog.cpp
Core/Dialog/PSPNetconfDialog.h
Core/Dialog/PSPOskDialog.cpp
Core/Dialog/PSPOskDialog.h
Core/Dialog/PSPPlaceholderDialog.cpp

View File

@ -8,6 +8,7 @@ set(SRCS
Dialog/SavedataParam.cpp
Dialog/PSPOskDialog.cpp
Dialog/PSPGamedataInstallDialog.cpp
Dialog/PSPNetconfDialog.cpp
MIPS/MIPS.cpp
MIPS/MIPSAnalyst.cpp
MIPS/MIPSCodeUtils.cpp

View File

@ -245,6 +245,7 @@ LOCAL_SRC_FILES := \
$(SRC)/Core/Dialog/PSPDialog.cpp \
$(SRC)/Core/Dialog/PSPGamedataInstallDialog.cpp \
$(SRC)/Core/Dialog/PSPMsgDialog.cpp \
$(SRC)/Core/Dialog/PSPNetconfDialog.cpp \
$(SRC)/Core/Dialog/PSPOskDialog.cpp \
$(SRC)/Core/Dialog/PSPPlaceholderDialog.cpp \
$(SRC)/Core/Dialog/PSPSaveDialog.cpp \