Branch libreoffice-5-0-4
[LibreOffice.git] / solenv / gbuild / platform / WNT_X86_64_GCC.mk
blobe1bb0215925fed635b29baf33fde8141e75b1ae2
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 gb_COMPILEROPTFLAGS := -Os
21 gb_CPUDEFS := -D_M_AMD64 -D_M_X64
22 gb_TMPDIR:=$(if $(TMPDIR),$(TMPDIR),/tmp)
24 # please make generic modifications to either of these
25 include $(GBUILDDIR)/platform/com_GCC_defs.mk
26 include $(GBUILDDIR)/platform/windows.mk
28 include $(GBUILDDIR)/platform/mingw.mk
29 gb_RCDEFS += -DWIN64
31 include $(GBUILDDIR)/platform/com_GCC_class.mk
33 # vim: set noet sw=4: