OSDN Git Service

Move ID_OPTIONS_SHOW* menu handler in CMainFrame to CDirView
[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 various subfolders listed below.
5
6 Changelog file is in Docs/Users/ChangeLog.txt and it logs user-visible
7 or otherwise significant changes. Subversion commit messages provide a
8 detailed changelog for all the changes. Commit messages also have a
9 SourceForge.net tracker number mentioned when the commit is related to
10 one of the tracker items.
11
12 Subfolders include:
13
14  - Docs
15     Both user and developer documentation, in different subfolders.
16     Can be browsed by opening index.html in Docs folder.
17
18  - Src
19     source code to the WinMerge program itself
20
21  - Plugins
22     source code and binaries for WinMerge runtime plugin dlls & scripts
23
24  - Filters
25     WinMerge file filters which are shipped with the distribution
26
27  - ArchiveSupport
28     source code for the Merge7z dlls, which connect WinMerge with 7-Zip
29     Also this folder is required to compile WinMerge(U).exe. There
30     is also standalone installer for Merge7z dlls.
31
32  - Externals
33     This folder contains several libraries whose sources come from
34     outside WinMerge project. They are stored here for convenience for
35     building and possible needed small changes for WinMerge. Libraries
36     include XML parser and regular expression parser.
37
38  - Installer
39     Installer for WinMerge
40
41  - Tools
42     Various utilities used by WinMerge developers; see readme files in each
43
44  - ShellExtension
45    Windows shell (Explorer) integration. Adds menuitems to Explorer context
46    menu for comparing files and folders.
47
48  - Testing
49     A suite of test diff files and a script to run them and report the results.
50     This folder also has 'Google Test' subfolder containing unit tests made
51     with Google Test -framework.
52
53  - Build
54     This folder gets created by compiler when WinMerge is compiled. It
55     contains compiled executables, libraries, user manual etc.
56
57  - BuildTmp
58     This folder gets created by compiler when WinMerge is compiled. It
59     contains temporary files created during the compilation and can be safely
60     removed.