view build/mkdir.bat @ 367:f69341b40588

Removed dependencies on qtd.Traits
author Max Samukha <maxter@spambox.com>
date Thu, 24 Jun 2010 13:47:30 +0300
parents e78566595089
children
line wrap: on
line source

@echo off
IF EXIST %1 GOTO exit
MKDIR %1
:exit