|
From: <at...@us...> - 2007-08-12 21:27:35
|
Revision: 445
http://cadcdev.svn.sourceforge.net/cadcdev/?rev=445&view=rev
Author: atani
Date: 2007-08-12 14:27:33 -0700 (Sun, 12 Aug 2007)
Log Message:
-----------
define clean target
Modified Paths:
--------------
tiki/win32/Makefile
Modified: tiki/win32/Makefile
===================================================================
--- tiki/win32/Makefile 2007-08-12 21:15:14 UTC (rev 444)
+++ tiki/win32/Makefile 2007-08-12 21:27:33 UTC (rev 445)
@@ -1,3 +1,6 @@
all:
vcbuild /nocolor /rebuild tiki_vc80.sln $$ALL
+
+clean:
+ vcbuild /nocolor /clean tiki_vc80.sln $$ALL
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|