|
From: <at...@us...> - 2007-08-12 20:57:07
|
Revision: 441
http://cadcdev.svn.sourceforge.net/cadcdev/?rev=441&view=rev
Author: atani
Date: 2007-08-12 13:57:01 -0700 (Sun, 12 Aug 2007)
Log Message:
-----------
makefile wrapper
Modified Paths:
--------------
tiki/win32/Makefile
Added Paths:
-----------
tiki/Makefile
Added: tiki/Makefile
===================================================================
--- tiki/Makefile (rev 0)
+++ tiki/Makefile 2007-08-12 20:57:01 UTC (rev 441)
@@ -0,0 +1,5 @@
+
+win32 dc gp2x osx sdl:
+ $(MAKE) -C $@ all
+
+.PHONY: win32 dc gp2x osx sdl
Modified: tiki/win32/Makefile
===================================================================
--- tiki/win32/Makefile 2007-08-12 20:48:09 UTC (rev 440)
+++ tiki/win32/Makefile 2007-08-12 20:57:01 UTC (rev 441)
@@ -1,3 +1,3 @@
all:
- vcbuild /rebuild tiki_vc80.sln $$ALL
+ vcbuild /nocolor /rebuild tiki_vc80.sln $$ALL
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|