1SET ONIG_DIR=%~dp0\src
2set THIS_DIR=%~dp0
3set BUILD_DIR=%cd%
4copy %ONIG_DIR%\config.h.win64 %BUILD_DIR%\config.h
5nmake -f %ONIG_DIR%\Makefile.windows %1
6