From dc6215b0a9f7deaea21746d381c936b48fdd01e4 Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Fri, 9 Feb 2018 15:12:48 +0900 Subject: [PATCH] add first argument for nmake command --- make_win32.bat | 2 +- make_win64.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make_win32.bat b/make_win32.bat index b90b510..bd1a072 100644 --- a/make_win32.bat +++ b/make_win32.bat @@ -2,4 +2,4 @@ SET ONIG_DIR=%~dp0\src set THIS_DIR=%~dp0 set BUILD_DIR=%cd% copy %ONIG_DIR%\config.h.win32 %BUILD_DIR%\config.h -nmake -f %ONIG_DIR%\Makefile.windows +nmake -f %ONIG_DIR%\Makefile.windows %1 diff --git a/make_win64.bat b/make_win64.bat index 3448f02..ee0a049 100644 --- a/make_win64.bat +++ b/make_win64.bat @@ -2,4 +2,4 @@ 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 +nmake -f %ONIG_DIR%\Makefile.windows %1 -- 2.40.0