view build/mkdir.bat @ 280:bcc498ccf334

Fix for windows build
author SokoL_SD
date Fri, 09 Oct 2009 08:43:15 +0000
parents e78566595089
children
line wrap: on
line source

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