view build/mkdir.bat @ 224:7f150ad4cb5f

spelling fix in CMakeD
author SokoL_SD
date Wed, 15 Jul 2009 17:16:36 +0000
parents e78566595089
children
line wrap: on
line source

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