summaryrefslogtreecommitdiff
path: root/soltools/mkdepend/imakemdep.h
AgeCommit message (Collapse)Author
2017-08-29remove some unused macro definitionsNoel Grandin
Change-Id: I253e5108161b932e3dc588b656e550bb9dc022b0 Reviewed-on: https://gerrit.libreoffice.org/41672 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-03-04-Werror,-WundefStephan Bergmann
For MSVC/clang-cl: "__STDC__: Indicates conformance with the ANSI/ISO C99 tandard. Defined as the integer literal constant 1 only if the /Za compiler option is given and you are not compiling C++ code; otherwise is undefined." (<https://msdn.microsoft.com/en-us/library/b0084kay.aspx>) Presumably fine to just replace #if with #ifdef here (as is used in all the other cases surrounding it), and not care whether it actually expands to true. Change-Id: Ie58c76d7e72321b06a11a370fd28221e85fcf871
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
stage 1 of replacing usage of various checks for the windows platform with the compiler-defined '_WIN32' macro Change-Id: Iece73abdee530937e0737190b1aa97a46cd3075f Reviewed-on: https://gerrit.libreoffice.org/22390 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-02-22s/the the/the/Tor Lillqvist
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2011-04-25Remove Ultrix supportFrancois Tigeot
2011-04-22Remove Sequent supportFrancois Tigeot
2011-02-22Remove HPUX from imakedep.hThomas Arnhold
2011-02-21Remove 386BSD support.Francois Tigeot
2011-02-21Add DragonFly defines.Francois Tigeot
2011-02-10Porting LO to DragonflyFrancois Tigeot
2010-10-28add modelines to .h files as wellCaolán McNamara
2010-03-12cmcfixes73: #i110077# silence soltools warningsCaolán McNamara
2008-04-10INTEGRATION: CWS changefileheader (1.1.246); FILE MERGEDRüdiger Timm
2008/04/01 09:43:43 thb 1.1.246.1: #i73081# Improve mkdepends runtime complexity by using better data structures (fix from kendy, merged from incguards01)
2001-04-18Added makedependNils Fuhrmann