summaryrefslogtreecommitdiff
path: root/odk/Makefile
blob: ccb1c85a04da1561bdd303802e54abac8b052084 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
href='/cgit/lo/core/commit/basic/CppunitTest_basic_macros.mk?id=27d96bfaea5f7967a11dc3a7e2bc9d88dd6f5666'>tdf#145371 - Delete array variable only before ReDimAndreas Heinisch 2021-07-12tdf#142487 - use utl::TextSearch in order to implement the replace algorithmAndreas Heinisch 2021-03-21tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John 2020-02-28Remove dead conditionStephan Bergmann 2019-12-08Fix typo in namefileAndrea Gelmini 2019-12-07tdf#59327: DIM should fail in procedures when same-name argument is presentMike Kaganski 2019-05-03tdf#68339 Other: BASIC Syntax errorJens Carl 2019-04-16Initial VS 2019 SupportTomoyuki Kubota 2019-01-24Clean up dead uses of DISABLE_ATLStephan Bergmann 2019-01-16Minimum Supported Version is VS2017himajin100000 2018-12-03add test for bug tdf#121337Zdeněk Crhonek 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-02-15Support MSVC 15.0David Ostrovsky 2016-05-30tdf#99696 fix build error for 64bit Windows in unit tests using ADODBTomofumi Yagi 2016-02-05basic: Merge macro snippet testsMatúš Kukan