view build/mkdir.bat @ 166:52da31f967f0

CMake: minor fix
author SokoL_SD
date Thu, 18 Jun 2009 16:09:18 +0000
parents e78566595089
children
line wrap: on
line source

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