annotate build/mkdir.bat @ 387:b13910fdd739

-m32
author Max Samukha <maxter@spambox.com>
date Fri, 23 Jul 2010 11:12:10 +0300
parents e78566595089
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
e78566595089 initial import
mandel
parents:
diff changeset
1 @echo off
e78566595089 initial import
mandel
parents:
diff changeset
2 IF EXIST %1 GOTO exit
e78566595089 initial import
mandel
parents:
diff changeset
3 MKDIR %1
e78566595089 initial import
mandel
parents:
diff changeset
4 :exit