From 85620eec150e5f6beb6b547b8ff73bfb6bb68b5d Mon Sep 17 00:00:00 2001 From: kosako Date: Mon, 18 Apr 2016 14:37:02 +0900 Subject: [PATCH] remove unicode_fold_data.obj from win32/Makefile --- win32/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/win32/Makefile b/win32/Makefile index e08c18d..3842470 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -55,7 +55,7 @@ encobjs = ascii.obj utf8.obj \ koi8_r.obj \ cp1251.obj \ euc_jp_prop.obj sjis_prop.obj \ - unicode_prop.obj unicode_fold_data.obj \ + unicode_prop.obj \ unicode_unfold_key.obj unicode_fold1_key.obj \ unicode_fold2_key.obj unicode_fold3_key.obj # koi8.obj @@ -146,7 +146,6 @@ gb18030.obj: gb18030.c regenc.h config.h euc_jp_prop.obj: euc_jp_prop.c regenc.h sjis_prop.obj: sjis_prop.c regenc.h unicode_prop.obj: unicode_prop.c regenc.h -unicode_fold_data.obj: unicode_fold_data.c regenc.h config.h unicode_unfold_key.obj: unicode_unfold_key.c regenc.h config.h unicode_fold1_key.obj: unicode_fold1_key.c regenc.h config.h unicode_fold2_key.obj: unicode_fold2_key.c regenc.h config.h -- 2.40.0