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:
parent
2522fba824
commit
d30ac8835e
1 changed files with 11 additions and 0 deletions
11
make.mingw.bat
Executable file
11
make.mingw.bat
Executable 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
|
Loading…
Add table
Reference in a new issue