diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-01-08 23:47:02 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-01-10 09:32:36 +0000 |
commit | 26c142ca5f2b405b02ab5701dfaeab7bf281a727 (patch) | |
tree | 5f13ab387169c4a17ce6c1304430e23eb49f868d /scp2/inc | |
parent | a5838b19bc774efd261c1d6c78a2b6eb62f1b502 (diff) |
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 <mstahl@redhat.com>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'scp2/inc')
-rwxr-xr-x | scp2/inc/macros.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index c10a136e915a..fd336d01b67f 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -100,11 +100,6 @@ Styles = (PACKED); \ Dir = SCP2_OOO_BIN_DIR -#define PACKED_LIB_FILE_BODY_PATCH \ - LIB_FILE_BODY; \ - Styles = (PACKED,PATCH); \ - Dir = SCP2_OOO_BIN_DIR - #define STD_LIB_FILE(id,name) \ File id \ Name = LIBNAME(name); \ @@ -117,12 +112,6 @@ PACKED_LIB_FILE_BODY; \ End -#define SPECIAL_LIB_FILE_PATCH(id,name) \ - File id \ - Name = SPECIAL_NAME(name); \ - PACKED_LIB_FILE_BODY_PATCH; \ - End - #define STD_RES_FILE(id,name) \ File id \ TXT_FILE_BODY; \ |