mirror of
https://github.com/rvtr/TwlIPL_commit-99.git
synced 2025-06-18 21:45:34 -04:00
116 lines
5.3 KiB
Plaintext
Executable File
116 lines
5.3 KiB
Plaintext
Executable File
-------------------------------------------------------------------------------
|
||
Project: NITRO-System
|
||
File: SourceTreeMap.txt
|
||
|
||
Copyright 2004-2008 Nintendo. All rights reserved.
|
||
|
||
These coded instructions, statements, and computer programs contain
|
||
proprietary information of Nintendo of America Inc. and/or Nintendo
|
||
Company Ltd., and are protected by Federal copyright law. They may
|
||
not be disclosed to third parties or copied or duplicated in any form,
|
||
in whole or in part, without the prior written consent of Nintendo.
|
||
|
||
$Revision: 661 $
|
||
-------------------------------------------------------------------------------
|
||
|
||
■NITRO-Systemパッケージのディレクトリ構成図(2008-04-08)
|
||
|
||
|
||
NitroSystem NITRO-Systemのトップ
|
||
│
|
||
├─docs ドキュメント
|
||
│ │
|
||
│ ├─ReleaseNotes.html - NITRO-System リリースに関するドキュメント
|
||
│ ├─QuickStart.pdf - NITRO-System クイックスタートドキュメント
|
||
│ │
|
||
│ ├─Changelog - 各ライブラリとツールの更新履歴
|
||
│ ├─Overview - 各開発環境の概要説明書
|
||
│ ├─TechnicalNotes - 技術説明書
|
||
│ ├─Xerces-C++ - Xerces-C++のライセンス書類
|
||
│ ├─Foundation - NITRO-Foundationライブラリのドキュメント
|
||
│ ├─GraphicsFoundation - NITRO-GraphicsFoundationライブラリのドキュメント
|
||
│ ├─G2D - NITRO-2DGraphicsライブラリのドキュメント
|
||
│ ├─G3D - NITRO-3DGraphicsライブラリのドキュメント
|
||
│ ├─NitroComposer - NITRO-Composerのドキュメント
|
||
│ ├─mcs - Multiple Channel Streamライブラリのドキュメント
|
||
│ ├─3DFileFormat - 3Dファイルフォーマットのドキュメント
|
||
│ ├─3DMaterialEditor - 3D MaterialEditorのドキュメント
|
||
│ ├─NitroSoundMaker - NITRO-SoundMakerのドキュメント
|
||
│ ├─NitroPlayer - NITRO-Playerのドキュメント
|
||
│ ├─NitroViewer - NITRO-Viewerのドキュメント
|
||
│ └─3DPlugins - プラグインのドキュメント
|
||
│ │
|
||
│ ├─Maya - - MAYAプラグインのドキュメント
|
||
│ ├─3dsmax - - 3dsmaxプラグインのドキュメント
|
||
│ ├─SoftimageXSI - - Softimage|XSIプラグインのドキュメント
|
||
│ └─Photoshop - - Photoshopプラグインのドキュメント
|
||
│
|
||
│
|
||
├─build ビルドディレクトリ
|
||
│ │
|
||
│ ├─buildtools - ビルドに必要なファイル
|
||
│ │
|
||
│ ├─demos - デモアプリケーション
|
||
│ │ │
|
||
│ │ ├─fnd - - NITRO-Foundationライブラリのデモ
|
||
│ │ ├─gfd - - NITRO-GraphicsFoundationライブラリのデモ
|
||
│ │ ├─g2d - - NITRO-2DGraphicsライブラリのデモ
|
||
│ │ ├─g3d - - NITRO-3DGraphicsライブラリのデモ
|
||
│ │ ├─snd - - NITRO-Composerライブラリのデモ
|
||
│ │ ├─mcs - - Muitiple Channel Streamライブラリのデモ
|
||
│ │ └─IDE - - CodeWarrior IDE プロジェクトサンプル
|
||
│ │
|
||
│ └─libraries - ライブラリのソース
|
||
│ │
|
||
│ ├─fnd - - NITRO-Foundationライブラリのソース
|
||
│ ├─gfd - - NITRO-GraphincsFoundationライブラリのソース
|
||
│ ├─g2d - - NITRO-2DGraphicsライブラリのソース
|
||
│ ├─g3d - - NITRO-3DGraphicsライブラリのソース
|
||
│ ├─snd - - NITRO-Composerライブラリのソース
|
||
│ └─mcs - - Muitiple Channel Streamライブラリのソース
|
||
│
|
||
│
|
||
├─include インクルードファイル
|
||
│ │
|
||
│ └─nnsys - NITRO-System用ヘッダファイル
|
||
│ │
|
||
│ ├─fnd - - NITRO-Foundationヘッダファイル
|
||
│ ├─gfd - - NITRO-GraphincsFoundationヘッダファイル
|
||
│ ├─g2d - - NITRO-2DGraphicsヘッダファイル
|
||
│ ├─g3d - - NITRO-3DGraphicsヘッダファイル
|
||
│ ├─snd - - NITRO-Composerヘッダファイル
|
||
│ └─mcs - - Muitiple Channel Streamヘッダファイル
|
||
│
|
||
│
|
||
├─man リファレンスマニュアル(HTML)
|
||
│ │
|
||
│ └─ja_JP - 日本語
|
||
│
|
||
│
|
||
├─lib ライブラリの作成先
|
||
│ │
|
||
│ └─ARM9-TS - メインプロセッサ TS以降用ライブラリ
|
||
│ │
|
||
│ ├─Debug - - Debug 版
|
||
│ ├─Release - - Release 版
|
||
│ └─Rom - - 最終ROM 版
|
||
│
|
||
│
|
||
└─tools NITRO-Systemツール
|
||
│
|
||
├─bin - コンバータ等の実行ファイル
|
||
├─fontcvtr - フォントコンバータ
|
||
├─mcsserver - mcsサーバ
|
||
├─NNS_3DMaterialEditor - 3D MaterialEditor
|
||
├─NitroSoundMaker - NITRO-SoundMaker
|
||
├─SoundPlayer - サウンドプレイヤ
|
||
├─NitroPlayer - NITRO-Player
|
||
├─NitroViewer - NITRO-Viewer
|
||
└─3DPlugins - 3Dプラグイン
|
||
│
|
||
├─Maya - - MAYAプラグイン
|
||
├─3dsmax - - 3dsmaxプラグイン
|
||
├─SoftimageXSI - - Softimage|XSIプラグイン
|
||
└─Photoshop - - Photoshopプラグイン
|
||
|