From 10abcf77cc24dfae451d96310b4391dad35906ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 20 Mar 2018 06:14:49 +0100 Subject: New upstream version 6.8.1 --- make_win64.bat | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'make_win64.bat') diff --git a/make_win64.bat b/make_win64.bat index b8ca930..ee0a049 100644 --- a/make_win64.bat +++ b/make_win64.bat @@ -1,3 +1,5 @@ -cd src -copy config.h.win64 config.h -nmake -f Makefile.windows +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 -- cgit v1.2.3