repertory/scripts/make_win32.cmd

6 lines
72 B
Batchfile

@echo off
pushd "%~dp0%.."
mingw64 scripts/make_common.sh %1 "%2"
popd