view build/mkdir.bat @ 64:753b1973273b

CMake: Another fixes for build on Windows
author SokoL_SD
date Tue, 19 May 2009 17:23:00 +0000
parents e78566595089
children
line wrap: on
line source

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