view build/mkdir.bat @ 63:a3617f393417

typesystem: fix build of Xml package on Windows
author SokoL_SD
date Tue, 19 May 2009 16:41:28 +0000
parents e78566595089
children
line wrap: on
line source

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