view build/mkdir.bat @ 51:2bd596a4b984

CMake: qtd -> qt in install path of di files.
author SokoL_SD
date Mon, 18 May 2009 14:25:52 +0000
parents e78566595089
children
line wrap: on
line source

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