the installer needs a batch file

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@265 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2005-09-25 11:51:18 +00:00
parent 2522fba824
commit d30ac8835e

11
make.mingw.bat Executable file
View file

@ -0,0 +1,11 @@
@ECHO OFF
set LOKI_TMP=%1
if defined LOKI_TMP (
set PATH=%~1;%PATH%
)
set LOKI_TMP=
@ECHO ON
if not exist lib\ mkdir lib
mingw32-make