view build/mkdir.bat @ 92:2783cea0eaf4

fogotten QMetaType
author eldar
date Wed, 27 May 2009 17:14:25 +0000
parents e78566595089
children
line wrap: on
line source

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