annotate kdiff3/windows_installer/ccinstallhelper/README.txt @ 113:7bca1f1340f6 tip

Build fixes for Xcode 10 / Qt 5.12
author Chris Cannam
date Mon, 17 Dec 2018 11:13:01 +0000
parents 1184fc843210
children
rev   line source
joachim99@77 1 Clearcase install helper plugin DLL-Readme
joachim99@77 2 ==========================================
joachim99@77 3 Copyright (C) 2007 Joachim Eibl, All rights reserved.
joachim99@77 4 License: GPL Version 2 or any later version.
joachim99@77 5
joachim99@77 6 This subdirectory contains files to build a NSIS-plugin which is
joachim99@77 7 called during installation and uninstallation.
joachim99@77 8
joachim99@77 9 The plugin tries to locate clearcase by looking for cleartool.exe in the
joachim99@77 10 PATH environment variable.
joachim99@77 11
joachim99@77 12 Then it searches for the "map" file relative to the cleartool.exe in
joachim99@77 13 ../lib/mgrs/map.
joachim99@77 14
joachim99@77 15 This file contains a map which tells clearcase which tool to use for a certain
joachim99@77 16 operation. It is readable and modifiable with any text editor.
joachim99@77 17
joachim99@77 18 During installation this plugin replaces several entries with the
joachim99@77 19 KDiff3-executable.
joachim99@77 20 The original file is renamed into "map.preKDiff3Install".
joachim99@77 21
joachim99@77 22 During uninstallation the plugin restores the original contents from the
joachim99@77 23 "map.preKDiff3Install" but only for those entries where KDiff3 is used.
joachim99@77 24
joachim99@77 25 NSIS integrates the plugin as part of the installer executable and in the
joachim99@77 26 "Uninstall.exe" file.
joachim99@77 27
joachim99@77 28
joachim99@77 29