Mercurial > hg > Game > Cerium
comparison TaskManager/Test/test_render/Makefile @ 354:cfd20d609ace draft
add example/get_segment and change spe/DrawSpan.cpp
author | koba |
---|---|
date | Wed, 15 Jul 2009 17:39:51 +0900 |
parents | 15bfacccde99 |
children | 5b995810b86a |
comparison
equal
deleted
inserted
replaced
284:fbc78e36398b | 354:cfd20d609ace |
---|---|
29 @$(MAKE) -f Makefile.linux clean | 29 @$(MAKE) -f Makefile.linux clean |
30 rm -f depend.inc | 30 rm -f depend.inc |
31 | 31 |
32 SGList.h: xml_file/*.xml | 32 SGList.h: xml_file/*.xml |
33 perl tools/create_sglist.pl xml_file/*.xml | 33 perl tools/create_sglist.pl xml_file/*.xml |
34 | |
35 run-ps3: | |
36 ps3-video-mode -v 133 | |
37 ./test_nogl -video fb -width 1920 -height 1080 | |
38 | |
39 run-ps3tv: | |
40 ./test_nogl -video fb -width 576 -height 384 -bpp 32 | |
41 |