sample / sdl-c /
Nomura Kei authored on 26 Aug 2022
..
include/ SDL OLD DLANG DATAS 2 years ago
license OLD DLANG DATAS 2 years ago
sample OLD DLANG DATAS 2 years ago
src OLD DLANG DATAS 2 years ago
Makefile OLD DLANG DATAS 2 years ago
README.txt OLD DLANG DATAS 2 years ago
SDL.dll OLD DLANG DATAS 2 years ago
SDL_image.dll OLD DLANG DATAS 2 years ago
SDL_mixer.dll OLD DLANG DATAS 2 years ago
SDL_ttf.dll OLD DLANG DATAS 2 years ago
sdl-config OLD DLANG DATAS 2 years ago
README.txt
1. 構成

   +-- README.txt      : 本ファイルです.
   |
   +-- Makefile        : Makefile  (※gmakeが必要です.)
   |
   +-- sdl-config      : SDL関連コンパイル設定 (Makefile参照)
   |
   +-- XXX.dll         : SDL関連DLL
   |
   +-- include/        : SDL関連のヘッダファイルが入っています.
   |
   +-- lib/            : SDL関連インポートライブラリ
   |
   +-- license/        : SDL関連ライセンス
   |
   +-- src/            : ソースコード. ここにソースコードを置いてください.
   |
   +-- sample          : サンプルコードを置いています.
                         ソースを src に入れてコンパイルしてください.