summaryrefslogtreecommitdiff
path: root/clean.bat
diff options
context:
space:
mode:
authorFreeimage <freeimage@aliceadsl.fr>2006-01-31 21:26:11 +0000
committerFreeimage <freeimage@aliceadsl.fr>2006-01-31 21:26:11 +0000
commit355b88c15d2dcafe4074b725e2165511df02f2dd (patch)
treea02e55bae93e0403ab99c168dd1a2f34d8894e00 /clean.bat
parent74c1b3637e922cac859dbda5cfefee4dc4f365e1 (diff)
fixed various minor warnings occuring under icc9 and bcc32, added MSVC project and compiler directives to build a 'standard' WIN32 DLL
Diffstat (limited to 'clean.bat')
-rw-r--r--clean.bat1
1 files changed, 1 insertions, 0 deletions
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