view build/mkdir.bat @ 275:bb0f228c27cd

Caching dependencies for d sources.
author SokoL_SD
date Mon, 28 Sep 2009 05:53:47 +0000
parents e78566595089
children
line wrap: on
line source

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