From a57545d91811df5d09939895b7d45ae59b838a44 Mon Sep 17 00:00:00 2001 From: kosako Date: Mon, 18 Apr 2016 15:38:46 +0900 Subject: [PATCH] move Win32 files into src directory --- win32/Makefile => src/Makefile.windows | 2 +- win32/config.h => src/config.h.win32 | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename win32/Makefile => src/Makefile.windows (96%) rename win32/config.h => src/config.h.win32 (100%) diff --git a/win32/Makefile b/src/Makefile.windows similarity index 96% rename from win32/Makefile rename to src/Makefile.windows index 3842470..7fa00ee 100644 --- a/win32/Makefile +++ b/src/Makefile.windows @@ -1,4 +1,4 @@ -# Oniguruma Makefile for Win32 +# Oniguruma Makefile for Windows product_name = oniguruma diff --git a/win32/config.h b/src/config.h.win32 similarity index 100% rename from win32/config.h rename to src/config.h.win32 -- 2.40.0