view build/mkdir.bat @ 18:e9f0d27a8213

Fix paths in makefile.
author SokoL_SD
date Thu, 14 May 2009 17:40:23 +0000
parents e78566595089
children
line wrap: on
line source

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