view build/mkdir.bat @ 127:6027ff37f8ca

bind QLibraryInfo
author mandel
date Fri, 05 Jun 2009 15:28:04 +0000
parents e78566595089
children
line wrap: on
line source

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