view build/mkdir.bat @ 25:3225f04441f5

makefile
author SokoL_SD
date Fri, 15 May 2009 12:48:39 +0000
parents e78566595089
children
line wrap: on
line source

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