view build/mkdir.bat @ 7:b8a79f9fba5a

More fixes and cleanups in CMake build script.
author SokoL_SD
date Thu, 14 May 2009 08:36:04 +0000
parents e78566595089
children
line wrap: on
line source

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