Files
cpp-build-system/update_project.cmd
2025-10-18 12:51:28 -07:00

9 lines
165 B
Batchfile

@echo off
setlocal
pushd "%~dp0%"
for /f "usebackq tokens=*" %%i in (`cygpath "%2"`) do set ARG1=%%i
call mingw64 -no-start ./update_project.sh "%1" "%ARG1%"
popd