Files
oniguruma/make_win.bat
2018-08-02 16:40:25 +09:00

6 lines
158 B
Batchfile

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