ソフトウェア設計及び演習2017
プログラム::ball::ball6
ball5/ の module 化
- main.c <- ball_anime.c を変更
- ball_and_mighty/ <- ball_anime.c を変更
- ball/ <- ball.{h,c}
- bg/ <- ball_anime.c の中の背景に関する部分を独立したモジュールに
- mighty/ <- mighty.{h,c}
- lib/ <- gtk_lib.{h,c}, anime.{h,c}, event.{h,c}
- image/ <- 画像
Makefile
機能を分割
-
ball6/モジュール/Makefile
- .o を作る
-
ball6/Makefile
- main.o を作る
- モジュールの make を行う
- main.o, モジュール/モジュール.o をリンクする
プログラム::ballに戻る
最終更新日:2017/04/03 09:14:17