view build/mkdir.bat @ 283:b61a413fc2f5

Fix in generator/CMakeLists.txt
author SokoL_SD
date Fri, 16 Oct 2009 05:32:23 +0000
parents e78566595089
children
line wrap: on
line source

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