view build/mkdir.bat @ 43:bfc76a437a62

CMake: autodetection of CMAKE_INSTALL_PREFIX. By default, command install will copy data to compiler directory.
author SokoL_SD
date Sun, 17 May 2009 16:41:44 +0000
parents e78566595089
children
line wrap: on
line source

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