view build/mkdir.bat @ 240:8b1a982c9ac3

another fix for cmake
author SokoL_SD
date Mon, 20 Jul 2009 08:31:43 +0000
parents e78566595089
children
line wrap: on
line source

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