view build/mkdir.bat @ 392:6bd75093d3bb

Allow specifying the location the resulting D modules are installed to.
author David Nadlinger <code@klickverbot.at>
date Sat, 28 Aug 2010 02:17:15 +0200
parents e78566595089
children
line wrap: on
line source

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