OSDN Git Service

Improve interrelation with GNU diffutils source
authorGreyMerlin <GreyMerlin7@gmail.com>
Sat, 16 Jun 2018 22:49:08 +0000 (15:49 -0700)
committerGreyMerlin <GreyMerlin7@gmail.com>
Sat, 16 Jun 2018 22:49:08 +0000 (15:49 -0700)
commit63ff1dae948b64b104a40927f902778b3b3a53ec
treefa7b662939b9adceed89f4e9f4f8d9ef31364aee
parent850d30af0e69ca2451981e9a794941a243b516e8
Improve interrelation with GNU diffutils source

- Remove four *.c files never used by diffutils or WinMerge

- Change `Src/CompareEngines/DiffUtils{.c|.h}` to be
`./Wrap_DiffUtils{.c|.h}` to remove confusion about the **diffutils**
name.  These files are part of WinMerge, not GNU diffutils.

- Change Solution Explorer to have the entry **GNU diffutils** rather
than **DiffEngine**

- Copy solution changes from VS2017 to VS2015
12 files changed:
Src/CompareEngines/Wrap_DiffUtils.cpp [moved from Src/CompareEngines/DiffUtils.cpp with 98% similarity]
Src/CompareEngines/Wrap_DiffUtils.h [moved from Src/CompareEngines/DiffUtils.h with 92% similarity]
Src/FolderCmp.cpp
Src/FolderCmp.h
Src/Merge.vs2015.vcxproj
Src/Merge.vs2015.vcxproj.filters
Src/Merge.vs2017.vcxproj
Src/Merge.vs2017.vcxproj.filters
Src/diffutils/lib/alloca.c [deleted file]
Src/diffutils/lib/error.c [deleted file]
Src/diffutils/lib/xmalloc.c [deleted file]
Src/diffutils/src/diffmain.c [deleted file]