From 355b88c15d2dcafe4074b725e2165511df02f2dd Mon Sep 17 00:00:00 2001 From: Freeimage Date: Tue, 31 Jan 2006 21:26:11 +0000 Subject: fixed various minor warnings occuring under icc9 and bcc32, added MSVC project and compiler directives to build a 'standard' WIN32 DLL --- clean.bat | 1 + 1 file changed, 1 insertion(+) (limited to 'clean.bat') diff --git a/clean.bat b/clean.bat index c92c7d78..2ce15cbe 100644 --- a/clean.bat +++ b/clean.bat @@ -2,6 +2,7 @@ rd Release /s /q rd Debug /s /q rd codec\Debug /s /q rd codec\Release /s /q +rd dist /s /q del *.pch /s /q del *.ncb /s /q del *.opt /s /q -- cgit v1.2.3