view build/mkdir.bat @ 29:42d3aefe7d1f

CMake: forgotten fixes 32 rev.
author SokoL_SD
date Fri, 15 May 2009 17:36:07 +0000
parents e78566595089
children
line wrap: on
line source

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