#************************************************************************* # # $RCSfile: sw.mk,v $ # # $Revision: 1.4 $ # # last change: $Author: hjs $ $Date: 2001-02-08 16:54:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses # # - GNU Lesser General Public License Version 2.1 # - Sun Industry Standards Source License Version 1.1 # # Sun Microsystems Inc., October, 2000 # # GNU Lesser General Public License Version 2.1 # ============================================= # Copyright 2000 by Sun Microsystems, Inc. # 901 San Antonio Road, Palo Alto, CA 94303, USA # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License version 2.1, as published by the Free Software Foundation. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA # # # Sun Industry Standards Source License Version 1.1 # ================================================= # The contents of this file are subject to the Sun Industry Standards # Source License Version 1.1 (the "License"); You may not use this file # except in compliance with the License. You may obtain a copy of the # License at http://www.openoffice.org/license.html. # # Software provided under this License is provided on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, # WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, # MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. # See the License for the specific provisions governing your rights and # obligations concerning the Software. # # The Initial Developer of the Original Code is: Sun Microsystems, Inc. # # Copyright: 2000 by Sun Microsystems, Inc. # # All Rights Reserved. # # Contributor(s): _______________________________________ # # # #************************************************************************* # CDEFS=$(CDEFS) -DXXX # Bereiche aktivieren #CDEFS+=-DXML_CORE_API CDEFS+=-DNUM_RELSPACE .IF "$(GUI)" == "WIN" || "$(GUI)" == "WNT" || "$(GUI)" == "OS2" CDEFS+=-DSBASIC .ENDIF .IF "$(GUI)" == "WIN" CDEFS+=-DOLE -DOLE2 .ENDIF .IF "$(compact)" != "" CDEFS+=-DCOMPACT .ENDIF .IF "$(debug)" != "" DB=cv .ENDIF .IF "$(prjpch)" != "" CDEFS+=-DPRECOMPILED .ENDIF # ------------------------------------------------------------------ # alte defines fuer die Sourcen # ------------------------------------------------------------------ .IF "$(GUI)" == "WIN" CDEFS+=-DW30 .ENDIF .IF "$(GUI)" == "OS2" CDEFS+=-DPM2 -DPM20 RSCFLAGS+=-DPM2 -DPM20 .IF "$(debug)" != "" # fuer OS/2 und debug groessere Pages LIBFLAGS=/C /P512 .ENDIF .ENDIF .IF "$(COM)" == "BLC" CDEFS+=-DTCPP .ENDIF .IF "$(COM)" == "STC" CDEFS+=-DZTC .ENDIF .IF "$(COM)" == "ICC" CDEFS+=-DCSET .ENDIF # ------------------------------------------------------------------------ # WINMSCI Compiler # ------------------------------------------------------------------------ .IF "$(GUI)$(COM)" == "WINMSC" .IF "$(optimize)" != "" CFLAGS+=-OV9 .ENDIF # kein -GEfs wegen dann fehlender inlinings CFLAGSOBJGUIST=-Alfd -GA -GEd .ENDIF # WINMSCI # ------------------------------------------------------------------------ # ------------------------------------------------------------------------ # add uno headers to inlude path # ------------------------------------------------------------------------ INCPRE+=$(SOLARINCDIR)$/offuh /collabora/dcm-6.2'>distro/collabora/dcm-6.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)Author
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-04-13Fix typoAndrea Gelmini
2018-03-13winaccessibility: GraphicURL is not set anymoreTomaž Vajngerl
2018-01-24loplugin:emptyif (clang-cl)Stephan Bergmann
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-17Fix typosAndrea Gelmini
2018-01-16Fix typosAndrea Gelmini
2017-12-28Fix spelling in commentsJohnny_M
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-11-13Fix typosAndrea Gelmini
2017-10-27loplugin:includeform: winaccessibility (Windows)Stephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski
2017-09-25Fix typosAndrea Gelmini
2017-09-22Avoid VCL_DLLPUBLIC SolarMutexGuard "taking over" template base class on MSVCStephan Bergmann
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-08-31loplugin:constparams: winaccessibility (clang-cl)Stephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-17loplugin:unnecessaryparen: winaccessibility (clang-cl)Stephan Bergmann
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-03loplugin:oncevar (clang-cl): winaccessibilityStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-11Clean up uses of SAL_U/SAL_W: winaccessibilityStephan Bergmann
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-06Use OUString function variants that take a (narrow) string literalStephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann
2017-04-03use actual UNO enums in vcl..xmlsecurityNoel Grandin