view build/mkdir.bat @ 54:a68b2a7e9b85

duic fixes
author eldar
date Mon, 18 May 2009 16:58:53 +0000
parents e78566595089
children
line wrap: on
line source

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