6 lines
76 B
Batchfile
6 lines
76 B
Batchfile
@echo off
|
|
|
|
pushd "%~dp0%.."
|
|
mingw64 scripts/make_common.sh %1 "%2" 0 1
|
|
popd
|