view 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
line wrap: on
line source
Clearcase install helper plugin DLL-Readme
==========================================
Copyright (C) 2007 Joachim Eibl, All rights reserved.
License: GPL Version 2 or any later version.

This subdirectory contains files to build a NSIS-plugin which is
called during installation and uninstallation.

The plugin tries to locate clearcase by looking for cleartool.exe in the
PATH environment variable.

Then it searches for the "map" file relative to the cleartool.exe in
../lib/mgrs/map.

This file contains a map which tells clearcase which tool to use for a certain
operation. It is readable and modifiable with any text editor.

During installation this plugin replaces several entries with the 
KDiff3-executable.
The original file is renamed into "map.preKDiff3Install".

During uninstallation the plugin restores the original contents from the 
"map.preKDiff3Install" but only for those entries where KDiff3 is used.

NSIS integrates the plugin as part of the installer executable and in the 
"Uninstall.exe" file.