summaryrefslogtreecommitdiffstats
path: root/connectivity/CppunitTest_connectivity_ado.mk
Commit message (Collapse)AuthorAgeFilesLines
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
| | | | | | | | | | | | | | | | | | | | 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>
* connectivity: remove bogus setting of NTDDI_VERSIONMichael Stahl2015-03-051-6/+0
| | | | | | | | 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
* VS2013: Make ADO backwards compatible for SDK > 8.0David Ostrovsky2014-07-111-1/+1
| | | | | | | Change-Id: I2e607156831321cc0ea5c3030befb635c5acaed1 Reviewed-on: https://gerrit.libreoffice.org/10156 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Missing gb_CppunitTest_use_vclStephan Bergmann2014-06-041-0/+1
| | | | Change-Id: If3d2dbe70fc3448ca6ab8ef8af62f5b571888c86
* new module i18nlangtagEike Rathke2013-04-051-1/+1
| | | | | | | | | | | 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
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+2
| | | | | | | | | - 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
* use dir functionDavid Ostrovsky2012-11-091-1/+1
| | | | Change-Id: Icba39756a54d1225514048c55ddad0f31ce31699
* add mkdir commandDavid Ostrovsky2012-11-081-0/+1
| | | | Change-Id: I7a337ed15b86417faa5ac03089e8c315be95b717
* enable ado driver unit test againDavid Ostrovsky2012-11-071-0/+4
| | | | | | | | | | | | | 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>
* fix connectivity test with Win8 sdkPeter Foley2012-11-031-0/+6
| | | | Change-Id: I1a7f15c4fd97e3a134698e8b6f7e2a93701674fe
* ado headers need -fpermissive with gccLuboš Luňák2012-11-031-0/+6
|
* fix copy&pasteLuboš Luňák2012-11-031-1/+1
|
* fdo#53070 add complete unit testDavid Ostrovsky2012-11-031-0/+58
Change-Id: I34f7a8ae58fa6af4c8cfdd13330420f1576fa2c9