From 676b4f3cd8886a6523616e944d078bd6eb803a99 Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Mon, 12 Jan 2009 17:14:56 +0000 Subject: [PATCH] Added batch script to cleanup any build stuff. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@290 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- clean.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 clean.bat diff --git a/clean.bat b/clean.bat new file mode 100644 index 000000000..03078e3a7 --- /dev/null +++ b/clean.bat @@ -0,0 +1,6 @@ +cd code +mingw32-make -f makefile.mingw clean + +cd .. +del /Q /S obj bin +