view build/mkdir.bat @ 338:e65f08f6262b

fix for duic. QStringUtil instead of QString
author Eldar Insafutdinov
date Sat, 27 Mar 2010 18:53:42 +0000
parents e78566595089
children
line wrap: on
line source

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