repo.or.cz
/
setup-launcher.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some Makefile improvements.
[setup-launcher.git]
/
make.cmd
blob
7ee9b1b44fb3ce378112dd88d4579393284e63e1
1
@
echo
off
2
cd
/
d
"%~dp0"
3
4
if not exist
"
%MSYS2_HOME%
\msys2_shell.cmd"
(
5
echo
MSYS2
shell
not
found. Please check MSYS2_HOME and try again
!
6
pause
7
goto
:eof
8
)
9
10
call
"
%MSYS2_HOME%
\msys2_shell.cmd"
-
mingw32
-
no
-
start
-
defterm
-
where
"%~dp0"
-
c
"make clean && make -B"
11
12
pause