view build/mkdir.bat @ 32:a293cd68d56c

CMake: correctly fix of the regression on windows (rev. 34).
author SokoL_SD
date Fri, 15 May 2009 18:57:36 +0000
parents e78566595089
children
line wrap: on
line source

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