# -*- 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/. # $(eval $(call gb_Package_Package,instsetoo_native_rdb,$(OUTDIR))) $(eval $(call gb_Package_set_outdir,instsetoo_native_rdb,$(INSTDIR))) $(eval $(call gb_Package_add_files,instsetoo_native_rdb,$(gb_PROGRAMDIRNAME)/services,\ xml/services.rdb \ $(call gb_Helper_optional,POSTGRESQL,$(if $(filter YES,$(BUILD_POSTGRESQL_SDBC)),xml/postgresql-sdbc.rdb)) \ $(if $(filter TRUE,$(DISABLE_SCRIPTING)),,\ $(if $(SOLAR_JAVA),\ $(if $(filter $(ENABLE_SCRIPTING_BEANSHELL),YES),xml/scriptproviderforbeanshell.rdb) \ $(if $(filter $(ENABLE_SCRIPTING_JAVASCRIPT),YES),xml/scriptproviderforjavascript.rdb) \ ) \ ) \ )) $(eval $(call gb_Package_add_files,instsetoo_native_rdb,$(gb_PROGRAMDIRNAME)/types,\ bin/offapi.rdb \ bin/oovbaapi.rdb \ )) $(eval $(call gb_Package_add_file,instsetoo_native_rdb,ure/share/misc/services.rdb,xml/ure/services.rdb)) $(eval $(call gb_Package_add_file,instsetoo_native_rdb,ure/share/misc/types.rdb,bin/udkapi.rdb)) # vim: set noet sw=4 ts=4: type='text/html' href='https://go.suokunlong.cn:88/cgit/lo/core/commit/?id=3b65852f37f1c8daf8c5c0af1d810c68cc71d8e3'/> 3b65852f37f1c8daf8c5c0af1d810c68cc71d8e3 Mainly this means using /MDd instead of /MD and /MTd instead of /MT in the CFLAGS, and also re-mapping of .lib files to ones with "d". Change-Id: Ifc56b53a66d5eb522c1695a34d68b08cad1d8338
Mainly this means using /MDd instead of /MD and /MTd instead of /MT in
the CFLAGS, and also re-mapping of .lib files to ones with "d".

Change-Id: Ifc56b53a66d5eb522c1695a34d68b08cad1d8338
CustomActions should be statically linked with MSVCRT 2013-02-17T11:25:44+00:00 Andras Timar atimar@suse.com 2013-02-17T11:22:01+00:00 c13c500630746ba035e0b48c0cbd276aa436db2b Change-Id: I100b7ff7e3aa505098ce8b3333d1aa8faca50370
Change-Id: I100b7ff7e3aa505098ce8b3333d1aa8faca50370
fix exported DLL function names for all CustomActions 2013-02-13T11:12:21+00:00 Andras Timar atimar@suse.com 2013-02-13T11:04:11+00:00 dbb60dd9aeaaa9e4547e80aa7da4ae3a76e2470f Change-Id: I1c15003acfb4d1c49c990a247629c70c4dcc3bd3
Change-Id: I1c15003acfb4d1c49c990a247629c70c4dcc3bd3
convert setup_native to gbuild and add to tail_build 2013-02-09T20:41:19+00:00 Peter Foley pefoley2@verizon.net 2013-02-08T00:17:22+00:00 4261757fc6dd17811296842cc16f507be400652e 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>
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>