view build/mkdir.bat @ 228:e1e8a95dc401

Remove some debug code from the CMake script.
author SokoL_SD
date Fri, 17 Jul 2009 10:12:03 +0000
parents e78566595089
children
line wrap: on
line source

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