summaryrefslogtreecommitdiff
path: root/Mesa/Module_Mesa.mk
blob: fc70e5918b67ef693c0c6a403bc19ed27105c006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#
#  Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
#  The contents of this file are subject to the Mozilla Public License Version
#  1.1 (the "License"); you may not use this file except in compliance with
#  the License or as specified alternatively below. You may obtain a copy of
#  the License at http://www.mozilla.org/MPL/
#
#  Software distributed under the License is distributed on an "AS IS" basis,
#  WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
#  for the specific language governing rights and limitations under the
#  License.
#
#  Major Contributor(s):
#  Copyright (C) 2011 Peter Foley <pefoley2@verizon.net> (initial developer)
#
#  All Rights Reserved.
#
#  For minor contributions see the git repository.
#
#  Alternatively, the contents of this file may be used under the terms of
#  either the GNU General Public License Version 3 or later (the "GPLv3+"), or
#  the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
#  in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
#  instead of those above.

$(eval $(call gb_Module_Module,Mesa))

ifeq ($(SYSTEM_MESA_HEADERS),NO)

$(eval $(call gb_Module_add_targets,Mesa,Package_inc))

endif

# vim: set noet sw=4:
>2012-09-26use utf-8 instead of legacy code pages in all msi tables (related: fdo#39595)Andras Timar 2012-09-23followup of bccb30a0Andras Timar 2012-09-09fdo#52946 We don't need the productname multiple times in install dialogsAndras Timar 2012-09-08remove SelfReg table from MSIAndras Timar 2012-06-12delete problematic IsOfficeRunning custom actionAndras Timar 2012-05-20remove Win9x specific conditionsAndras Timar 2012-05-09partially revert 6d1f7fadc06bb57b175d5f4b94147373fc07f8a8Andras Timar 2012-05-07fix condition for SetupCompleteSuccessAndras Timar 2012-05-07don't refer to a deleted controlAndras Timar 2012-05-07remove unused checkboxes from Windows installerAndras Timar 2012-04-26remove unused icons from Windows installerAndras Timar 2012-04-25fdo#47779 installer dialog header background should be whiteAndras Timar 2012-04-10fdo#48411 Find install location during help pack installAndras Timar 2012-03-23remove unused DatabaseFolder dialog from MSIAndras Timar 2012-03-20fix control order in MSI, this time for realAndras Timar 2012-03-20fix control order in MSIAndras Timar 2012-03-20Revert "remove last traces of serial number check from MSI"Andras Timar 2012-03-20remove last traces of serial number check from MSIAndras Timar 2012-03-20remove last traces of serial number check from MSIAndras Timar 2012-03-20remove unused License Agreement dialog from MSIAndras Timar 2012-03-20LibreOffice installer does not need Serial numberAndras Timar 2012-03-20remove unused BrOffice filesAndras Timar 2011-11-24Cleanup: remove unused artwork, consolidate remaining.Thorsten Behrens 2011-09-17remove unused BrOffice filesAndras Timar 2011-09-17change key id pseudolanguage code from kid to qtzAndras Timar 2011-03-25fix language codes: be-BY -> be, ns -> nsoAndras Timar 2010-12-16Add a missing fileFridrich Štrba 2010-12-13Create makefile target to package helppacksFridrich Štrba