view build/mkdir.bat @ 313:cb7fb9195175 lifetime

boost license moved to top
author maxter <spambox@d-coding.com>
date Wed, 23 Dec 2009 16:58:17 +0200
parents e78566595089
children
line wrap: on
line source

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