view build/mkdir.bat @ 388:8b0544bee5f2

Fixed a build system bug which caused the OpenGL library modules not to be installed.
author David Nadlinger <code@klickverbot.at>
date Fri, 27 Aug 2010 14:26:55 +0200
parents e78566595089
children
line wrap: on
line source

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