Files
oniguruma/make_win64.bat
2018-02-09 15:12:48 +09:00

6 lines
153 B
Batchfile

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