view build/mkdir.bat @ 79:957f549cfc65

CMake: add QSettings to build.
author SokoL_SD
date Sun, 24 May 2009 14:05:40 +0000
parents e78566595089
children
line wrap: on
line source

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