OSDN Git Service

PaTCH: [ 1445377 ] WinMerge Logos (72 DPI)
[winmerge-jp/winmerge-jp.git] / readme.txt
1 WinMerge\readme.txt
2
3 Source code for the WinMerge program, its plugins, filters, setup program,
4 and various utilities are all kept in the WinMerge module directory, in 
5 various subdirectories.
6
7 Generally, look for a file "readme.txt" to explain the purpose of a directory,
8 and a file "Changes.txt" to hold the historical changelog; sometimes the
9 "Changes.txt" file is located at a higher level -- eg, the WinMerge\Src\Changes.txt
10 includes all changes to all subdirectories located under WinMerge\Src.
11
12 Subdirectories include:
13
14  - Docs
15     both user and developer documentation, in different subdirectories
16
17  - Src
18     source code to the WinMerge program itself
19
20  - Plugins
21     source code and binaries for WinMerge runtime plugin dlls & scripts
22
23  - Filters
24     WinMerge file filters which are shipped with the distribution
25
26  - Merge7z
27     source code for the Merge7z dlls, which connect WinMerge with 7-Zip
28     Also this directory is required to compile WinMerge(U).exe
29
30  - Merge7zInstaller
31     Source code for a custom, standalone installer for Merge7z dlls
32
33  - InnoSetup
34     source code for main WinMerge setup program
35
36  - diff2winmerge
37  - MakePatchDirs
38  - MakeResDll
39  - ShellExtension
40     Various utilities used by WinMerge developers; see readme files in each
41
42  - selftests
43     A suite of test diff files and a script to run them and report the results
44
45  - Build
46     This (non-cvs) directory is where WinMerge(U).exe and plugin binaries are
47     compiled.
48
49  - BuildTmp
50     This (non-cvs) directory is for obj and such-like temporary compiler files
51     used in compiling binaries.
52
53
54