From fc3d3c0a4f110a23335398c327ac0a4fc949d5cb Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 17 Jun 2002 10:13:57 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r12, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/ggee/; revision=13 --- clean.bat | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 clean.bat (limited to 'clean.bat') diff --git a/clean.bat b/clean.bat new file mode 100644 index 0000000..8f29a39 --- /dev/null +++ b/clean.bat @@ -0,0 +1,32 @@ +current: nt + + +# TARGETS += stk + +VERSION = \"0.16\" + +.SUFFIXES: .dll .obj +# ----------------------- NT ---------------------------- + + + +cd control +nmake clean +cd .. +cd experimental +nmake clean +cd .. +cd filters +nmake clean +cd .. +cd gui +nmake clean +cd .. +cd other +nmake clean +cd .. +cd signal +nmake clean +cd .. + + -- cgit v1.2.1