diff --git a/trunk/ConsoleDataMigration/documents/Readme.txt b/trunk/ConsoleDataMigration/documents/Readme.txt index 829eb99..a5bb58c 100644 --- a/trunk/ConsoleDataMigration/documents/Readme.txt +++ b/trunk/ConsoleDataMigration/documents/Readme.txt @@ -3,11 +3,12 @@ SDK ---- -CTR_SDK-3_3 branch r45925 + r51434 + r54939 +Backup CTR_SDK-3_3 branch r45925 + r51434 + r54939 +Restore Horizon trunk r55909 コンパイラ ------- -ARM C/C++ Compiler, 4.1 [Build 1247] for Nintendo +ARM C/C++ Compiler, 4.1 [Build 1307] for Nintendo ミドルウェア -------- @@ -33,21 +34,6 @@ QR `$HORIZON_ROOT/sources/libraries/nwm/CTR` にコピーしてからnwmをリビルドする必要がある。 -### NNA移行完了 -NNA移行完了のため、 -trunk r54688からactライブラリをコピーする必要がある。 -3_3 branch のcfgには無いシンボルを参照してしまうので、trunkでactライブラリをビルドする時に -`sources/common/act_ApiAdmin.cpp.patch`を当ててからビルドすること。 - -#### trunkからコピーするファイル -* $HORIZON_ROOT/include/nn/act -* $HORIZON_ROOT/include/nn/mii -* $HORIZON_ROOT/include/nn/Result.h -* $HORIZON_ROOT/libraries/CTR-TS.Process.MPCore/release/libnn_act.fast.a -* $HORIZON_ROOT/libraries/CTR-TS.Process.MPCore/release/libnn_act.small.a -* $HORIZON_ROOT/libraries/CTR-TS.Process.MPCore/verbose/libnn_act.fast.a -* $HORIZON_ROOT/libraries/CTR-TS.Process.MPCore/verbose/libnn_act.small.a - リリース時の注意 ============= diff --git a/trunk/ConsoleDataMigration/sources/ConsoleRestore/OMakefile b/trunk/ConsoleDataMigration/sources/ConsoleRestore/OMakefile index 08287bf..3e12fba 100644 --- a/trunk/ConsoleDataMigration/sources/ConsoleRestore/OMakefile +++ b/trunk/ConsoleDataMigration/sources/ConsoleRestore/OMakefile @@ -77,6 +77,7 @@ LIBS += libnn_cfg \ libnn_nim \ libnn_xml_simple \ libnn_act \ + libnn_actslv \ QRE_LIBRARIES[] = libmw_qre LIBFILES += $`(addprefix $(CTRMW_QRE_ROOT)$(DIRSEP)$(SUBDIR_LIBRARIES)$(DIRSEP)$(config.getTargetSubDirectory true)$(DIRSEP), $(QRE_LIBRARIES)) \ @@ -84,7 +85,7 @@ LIBFILES += $`(addprefix $(CTRMW_QRE_ROOT)$(DIRSEP)$(SUBDIR_LIBRARIES INSTALL_SDK_TOOL = true ROM_SPEC_FILE = $(TARGET_NAME).rsf -DESCRIPTOR = $(HORIZON_ROOT)/resources/specfiles/private/RepairTool.desc +DESCRIPTOR = $(HORIZON_ROOT)/resources/specfiles/tools/RepairTool.desc include $(ROOT_OMAKE)/modulerules