From 26c142ca5f2b405b02ab5701dfaeab7bf281a727 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 8 Jan 2013 23:47:02 +0200 Subject: Kill the ancient StarOffice "patch" concept For Windows, superseded by Windows Installer patching (i.e., creating .msp files), which is something completely different. (And quite hard to get working... but still a saner approach, I think.) For Linux, many distros use delta RPMs or similar, so no home-grown LO-specific patching mechanism is needed. Remove the -patch and -patchinc command-line options to make_installer.pl and all code that was invoked only when using those. Remove the PATCH and PATCH_ONLY flags in scp2. Remove the patchmsi.dll Windows Installer custom action. Change-Id: I09e949e601a969f88eff60067faa2352f4f89537 Reviewed-on: https://gerrit.libreoffice.org/1605 Reviewed-by: Michael Stahl Tested-by: Miklos Vajna --- scp2/source/activex/file_activex.scp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'scp2/source/activex') diff --git a/scp2/source/activex/file_activex.scp b/scp2/source/activex/file_activex.scp index 2ff8583cd54a..680480dcc552 100644 --- a/scp2/source/activex/file_activex.scp +++ b/scp2/source/activex/file_activex.scp @@ -53,11 +53,4 @@ File gid_File_Lib_Regactivex_Msi Name = "regactivex.dll"; End -File gid_File_Lib_Regpatchactivex_Msi - LIB_FILE_BODY; - Styles = (PACKED,PATCH,PATCH_ONLY,BINARYTABLE,BINARYTABLE_ONLY,DONTRENAMEINPATCH); - Dir = SCP2_OOO_BIN_DIR; - Name = "regpatchactivex.dll"; -End - #endif // WITH_ACTIVEX_COMPONENT -- cgit