summaryrefslogtreecommitdiff
path: root/setup_native/Module_setup_native.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-08-02setup_native, scp2: remove "regpatchactivex" MSI custom-action and libMichael Stahl1-1/+0
This was effectively omitted from the installation set since commit 26c142ca5f2b405b02ab5701dfaeab7bf281a727, and is apparently related to the obsolete StarOffice patch mechanism. Change-Id: I9a4c113e19e5b2b751e3da64b4dde53320132a35
2013-10-31setup_native: remove Package_ulfMichael Stahl1-1/+0
... instead hard-code macinstall.ulf location in installer. Change-Id: I4a6b35c093ff3f4a19d84e8803821909a5ae03db
2013-10-31setup_native: remove Package_scripts_generatedMichael Stahl1-1/+0
... instead add an include path to the installer. Change-Id: I5650d5d1d84620a04a9a92825733f3927da2053d
2013-10-31setup_native: Package_misc to INSTDIRMichael Stahl1-1/+6
Change-Id: Ieaceb78438712bf4bde05daf3a7fd0a82ad9baed
2013-09-17no need for Library_regactivex in --disable-activex buildKorrawit Pruegsanusak1-1/+1
as stated on Repository.mk Change-Id: Id88c9d1eae27754f10246004ac8d8ae6326ae143
2013-05-07setup_native: remove Package_spellMichael Stahl1-1/+0
Change-Id: I082956036843b6a88e3e1db3d799985599ae2980
2013-03-03remove stale javafiltersAndras Timar1-1/+0
Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
2013-03-01MinGW: Actually, this is usable only with MSVC.Jan Holesovsky1-1/+1
Change-Id: Ida4715033f45f4857c8355b40878f9b05362a222
2013-02-28MinGW: Build makecab.exe and friends only when WINEGCC is set.Jan Holesovsky1-2/+5
Change-Id: I37ed3c2ef456c4a258101a9f1ea9568798a6ce80
2013-02-16CustomActions are not for MinGW, yetAndras Timar1-4/+1
Change-Id: Id17a596131b42a31fe007e2c4840798a387f3d04
2013-02-13remove thesaurus indexer CustomActionAndras Timar1-1/+0
It was never integrated and used. If we made the effort to integrate it, Windows installer would be a few megabytes smaller, because indexes of thesauri would be generated in install time (instead of packaging pre-generated indexes). However, the cons are: * untested * presumably slows down instal process which is slow already * adds complexity to installer which is too complex already * indexes will not be there in case of administrative install (QA) * bad experiences with CustomActions that manipulate the installed application (various, weird permission problems) Change-Id: I3989b835b1250718bc03107a3807d091e7a9aa0e
2013-02-12don't duplicate code for msvc and gccDavid Ostrovsky1-2/+3
Change-Id: I65f33f31fb31ad5b2373bbc08865ca5b358d7ce0
2013-02-11msvc needs instooofiltmsi tooPeter Foley1-0/+1
Change-Id: I343bedcfb588bfd3fbfea572e7ce24c77c0b8178
2013-02-11Make instsetoo_native build again on mingwDavid Ostrovsky1-1/+1
Change-Id: I62d8ae0da7e98d4c2196b4d41e06ffe0b3a046f8
2013-02-10Module_setup_native: include Package_ulf.mkDavid Ostrovsky1-0/+1
Change-Id: I023363a81af4909f3914354b082dfc2f0315e097
2013-02-09convert setup_native to gbuild and add to tail_buildPeter Foley1-0/+59
Change-Id: Ie12338dada22c59d55d89ed9611bb1a958b04223 Reviewed-on: https://gerrit.libreoffice.org/2063 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>