TwlIPL/add-ins/TwlSystem/使用方法.txt
yosiokat 71c8118d8a NitroSystemをTwlSDK上で使用するためのパッチを追加。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@74 b08762b0-b915-fc4b-9d8c-17b2551a87ff
2007-10-30 23:56:24 +00:00

26 lines
700 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---------------
このパッチは暫定的ながら NitroSystem を
TWL-SDK 上でビルド/使用できるようにするものです。
添付の zip ファイルを展開し既存の NitroSystem に上書きしてください。
注意
・TWLSYSTEM_ROOT 環境変数に NITROSYSTEM_ROOT 環境変数と
 同じ値を設定する必要があります。
・NitroSystem はビルドしなおす必要があります。
・snd, mcs ライブラリは使用できません。
・demo はそのままではビルドできません。
 TWL-SDK では nef が tef へ変更されたため
 TARGET_NEF が設定されているものは削除する必要があります。
----
demoのビルドを通す方法
LLIBRARY_DIRS = $(G2D_DEMOLIB)/lib/$(NITRO_BUILDTYPE)
LLIBRARY_DIRS = $(G2D_DEMOLIB)/$(LIBDIR)
TARGET_NEF = main.nef を削除。