13 Commits

Author SHA1 Message Date
Gleb Mishchenko
a97b392879 tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi
This patch changes occurences in makefiles
from
$(eval $(call gb_CppunitTest_use_api,comphelper_test_config, \
	udkapi \
	offapi \
))

to
$(eval $(call gb_CppunitTest_use_sdk_api,comphelper_test_config))

(corrected instead of abandon, jani)

Change-Id: Ic96ec65d82d7452e288f05a8b6d576ef543b068e
Reviewed-on: https://gerrit.libreoffice.org/23426
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-06-09 09:47:11 +00:00
Michael Stahl
8bb33cb289 connectivity: remove bogus setting of NTDDI_VERSION
The value set here does not correspond to any valid value in
sdkddkver.h; it is a mystery what setting an invalid value is supposed
to achieve.

Change-Id: I76b1da148806e249870154efda3e6c4fa20010bf
2015-03-05 15:36:46 +01:00
David Ostrovsky
28b6325901 VS2013: Make ADO backwards compatible for SDK > 8.0
Change-Id: I2e607156831321cc0ea5c3030befb635c5acaed1
Reviewed-on: https://gerrit.libreoffice.org/10156
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-11 11:55:36 +00:00
Stephan Bergmann
e3a2585c9a Missing gb_CppunitTest_use_vcl
Change-Id: If3d2dbe70fc3448ca6ab8ef8af62f5b571888c86
2014-06-04 10:19:10 +02:00
Eike Rathke
876c619b94 new module i18nlangtag
Moved portions from module i18npool, all of former i18nisolang1 library
that now is i18nlangtag. Included are languagetag, isolang and mslangid.

This i18nlangtag code is now even used by module comphelper, so
disentangling i18npool and making this an own module was needed to not
create circular module dependencies.

Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-05 19:10:48 +02:00
Michael Stahl
a53586f4ef gbuild: do not copy boost headers around
- do not use gb_UnpackedTarball_copy_header_files for boost
- adapt the optimization in concat-deps.c for new path
- use boost_headers in all LinkTargets that require it
- add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus

Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-26 22:20:06 +01:00
David Ostrovsky
7704c7a3e6 use dir function
Change-Id: Icba39756a54d1225514048c55ddad0f31ce31699
2012-11-09 17:45:26 +01:00
David Ostrovsky
b5cb48fa32 add mkdir command
Change-Id: I7a337ed15b86417faa5ac03089e8c315be95b717
2012-11-08 09:44:16 +01:00
David Ostrovsky
c68cd0125d enable ado driver unit test again
The problem is that ado driver creates a link file in the tree
leaving it dirty: tinderbox doesn't like it. Instead of reading
the mdb file direct from srcdir we copy it first to workdir and
read it from there with the new function: getPathFromWorkdir.
Thank you Norbert!

Change-Id: I504bc26b80686db55a505bac19a95cc9c6022fcc
Reviewed-on: https://gerrit.libreoffice.org/1004
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-07 23:06:25 +00:00
Peter Foley
6a0698554c fix connectivity test with Win8 sdk
Change-Id: I1a7f15c4fd97e3a134698e8b6f7e2a93701674fe
2012-11-03 20:53:36 -04:00
Luboš Luňák
363cf65799 ado headers need -fpermissive with gcc 2012-11-03 14:19:00 +01:00
Luboš Luňák
5cf2d86ac8 fix copy&paste 2012-11-03 14:18:35 +01:00
David Ostrovsky
1f02853ecc fdo#53070 add complete unit test
Change-Id: I34f7a8ae58fa6af4c8cfdd13330420f1576fa2c9
2012-11-03 10:42:15 +01:00