summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/windows.mk
blob: a2e621d67215123ad47c34be22f43bb446aad16a (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

# to avoid flashing windows during tests
export VCL_HIDE_WINDOWS=1

gb_LICENSE := license.txt
gb_README = readme_$(1).txt

gb_Helper_get_rcfile = $(1).ini

gb_Helper_LIBRARY_PATH_VAR := PATH

gb_MKTEMP := mktemp --tmpdir=$(gb_TMPDIR) gbuild.XXXXXX

# define _WIN32_WINNT and WINVER will be derived from it in sdkddkver.h
# with a 7.1 SDK target Windows XP, with 8.x SDK target Windows Vista
# currently _WIN32_IE is defined to a higher version than would be derived
# in sdkddkver.h from _WIN32_WINNT=0x0502 but if _WIN32_WINNT >= 0x0600
# the derived value is sufficient
gb_OSDEFS := \
	-D_WIN32_WINNT=$(if $(filter 70,$(WINDOWS_SDK_VERSION)),0x0502,0x0600) \
	-D_WIN32_IE=0x0700 \
	-DWIN32 \
	-DWNT \
	-DNOMINMAX \


gb_UWINAPI :=

ifeq ($(VCVER),120)

gb_UWINAPI := uwinapi

endif

gb_Executable_LAYER := \
	$(foreach exe,$(gb_Executable_UREBIN),$(exe):UREBIN) \
	$(foreach exe,$(gb_Executable_SDK),$(exe):SDKBIN) \
	$(foreach exe,$(gb_Executable_OOO),$(exe):OOO) \
	$(foreach exe,$(gb_Executable_NONE),$(exe):NONE) \

# empty to avoid --warn-undefined-functions
gb_Library__set_soversion_script_platform =

# vim:set noexpandtab:
match conventions"Fridrich Štrba 2013-05-24Rename Boost libraries when built internally to match conventionsTor Lillqvist 2013-05-23libmerged needs -lrt tooMatúš Kukan 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-25ditch libi18nlangtagicu againEike Rathke 2013-04-24introduced libi18nlangtagicuEike Rathke 2013-04-23libmerged: add harfbuzz externalMatúš Kukan 2013-04-15add a bunch more libs to libmergedPeter Foley 2013-04-15add extensions libs to libmergedPeter Foley 2013-04-15libmerged: add more libraries and cleanupMatúš Kukan 2013-04-15libmerged: fix linking against cppunit againMatúš Kukan 2013-04-14add filter libs to libmergedPeter Foley 2013-04-13add tl and basegfx to libmergedPeter Foley 2013-04-13fix mergelibs=allPeter Foley 2013-04-12No jvmaccess or jvmfwk library unless SOLAR_JAVATor Lillqvist 2013-04-09libmerged: remove some of unused externals and static librariesMatúš Kukan 2013-04-09fix linking of libmerged: add jvmaccessMatúš Kukan 2013-04-09Revert "add javavm and jvmfwk to Library_merged"Matúš Kukan 2013-04-09rename expat external to 'expat'David Tardon 2013-04-05new module i18nlangtagEike Rathke 2013-03-31fix vcl with Library_mergedPeter Foley 2013-03-28add tl dependent libs to Library_mergedPeter Foley 2013-03-28add pyuno and pythonloader to Library_mergedPeter Foley 2013-03-28add javaloader, java_uno, juh, and jvmaccess to Library_mergedPeter Foley 2013-03-28add lingucomponent libs to Library_mergedPeter Foley 2013-03-28add javavm and jvmfwk to Library_mergedPeter Foley 2013-03-28add helplinker to Library_mergedPeter Foley 2013-03-28add basebmp and unotest to Library_mergedPeter Foley 2013-03-28add desktop_detector, subsequenttest, test, and vclplug_svp to Library_mergedPeter Foley 2013-03-24add scfilt to Library_mergedPeter Foley 2013-03-23cleanup Library_mergedPeter Foley 2013-03-21add wpftdraw to Library_mergedPeter Foley 2013-03-21add oox sd and xmlsecurity to Library_mergedPeter Foley 2013-03-21add wpftwriter to Library_mergedPeter Foley