Loki/make.mingw.bat
syntheticpp f717540760 patch Makefiles, Thanks to Lukas Fittl
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@406 7ec92016-0320-0410-acc4-a06ded1c099a
2006-01-04 23:35:09 +00:00

12 lines
144 B
Batchfile
Executable file

@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 check