TwlIPL_commit-99/add-ins/TwlSystem/build/demos/IDE/Readme-IDE_Project.txt

61 lines
2.2 KiB
Plaintext
Executable File
Raw Permalink 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.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 CodeWarrior IDE プロジェクトサンプル
                               [ 2007.08.01 ]
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
目次
==============================================================================
  1. はじめに
  2. プロジェクトサンプルについて
  3. プロジェクトの注意事項
1. はじめに
==============================================================================
  このディレクトリには、CodeWarrior IDE のプロジェクトのサンプルが格納されて
  います。これらのサンプルは、NITRO-System/docs/IDE_BuildGuide.pdfで説明して
  いますIDE プロジェクトの作成手順に従って作成したものとなります。(若干、プ
  ロジェクト内容を整理しています。)
2. プロジェクトサンプルについて
==============================================================================
  IDE プロジェクトサンプルの内容は、下記の通りです。
  ・IDE_Archive
    fnd ライブラリのArchive サンプルをCodeWarrior IDE を使ってビルドを行う
    ためのプロジェクトです。プリコンパイルヘッダを利用する設定になっていま
    す。
  ・IDE_MultiCellAnimation
    g2d ライブラリのMultiCellAnimationサンプルをCodeWarrior IDE を使ってビ
    ルドを行うためのプロジェクトです。
    プライベートなライブラリg2d デモライブラリ)を使用する場合のプロジェ
    クトの例となっています。プリコンパイルヘッダを利用する設定になっていま
    す。
  ・IDE_G2dDemoLib
    g2d サンプル専用のプライベートなデモライブラリをCodeWarrior IDE を使っ
    てビルドするためのプロジェクトです。プリコンパイルヘッダを利用しない設
    定になっています。
3. プロジェクトの注意事項
==============================================================================
  デモライブラリ(libg2d_demo.a) が格納されるディレクトリが存在しない状態で、
  IDE_MultiCellAnimationプロジェクトを開きますと、プロジェクトウィンドウ内に
  新しくlibg2d_demo.aが追加されてしまうようです。
  これを防ぐために、IDE_G2dDemoLibプロジェクトには予めデモライブラリを格納す
  るためのディレクトリを作成しています。