Files
oniguruma/make_win.bat

6 lines
158 B
Batchfile
Raw Permalink Normal View History

2018-08-02 16:40:25 +09:00
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