Mercurial > hg > Game > Cerium
comparison TaskManager/Test/test_render/Makefile @ 161:18c42658e0e7 draft fullHD_omedetou
texture の座標がマイナスになったあと、それを 0 にし忘れてた
author | gongo@localhost.localdomain |
---|---|
date | Mon, 08 Dec 2008 16:37:02 +0900 |
parents | 79ded2ad7236 |
children | 0b0e0f323742 |
comparison
equal
deleted
inserted
replaced
160:1f7c46e52ab9 | 161:18c42658e0e7 |
---|---|
13 @$(MAKE) -f Makefile.linux | 13 @$(MAKE) -f Makefile.linux |
14 | 14 |
15 macosx-depend: FORCE | 15 macosx-depend: FORCE |
16 @$(MAKE) -f Makefile.macosx depend | 16 @$(MAKE) -f Makefile.macosx depend |
17 | 17 |
18 ps3-depend: FORCE | |
19 @$(MAKE) -f Makefile.ps3 depend | |
20 | |
18 FORCE: | 21 FORCE: |
19 | 22 |
20 clean: | 23 clean: |
21 @$(MAKE) -f Makefile.macosx clean | 24 @$(MAKE) -f Makefile.macosx clean |
22 @$(MAKE) -f Makefile.ps3 clean | 25 @$(MAKE) -f Makefile.ps3 clean |
23 @$(MAKE) -f Makefile.linux clean | 26 @$(MAKE) -f Makefile.linux clean |
27 |