# # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 . # PRJ=.. PRJNAME=vcl TARGET=svdem LIBTARGET=NO TARGETTYPE=GUI ENABLE_EXCEPTIONS=TRUE my_components = i18npool i18nsearch # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk # --- Files -------------------------------------------------------- OBJFILES= \ $(OBJ)$/svdem.obj \ $(OBJ)$/vcldemo.obj \ $(OBJ)$/outdevgrind.obj # --- Targets ------------------------------------------------------ .IF "$(OS)" == "IOS" CFLAGS += -x objective-c++ -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=40300 .ENDIF # svdem APP1NOSAL= TRUE APP1TARGET= $(TARGET) APP1OBJS= \ $(OBJ)$/svdem.obj APP1STDLIBS= $(CPPULIB) \ $(UNOTOOLSLIB) \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ $(TOOLSLIB) \ $(SALLIB) \ $(SOTLIB) \ $(VCLLIB) # outdevgrind APP2TARGET= outdevgrind APP2OBJS= \ $(OBJ)$/outdevgrind.obj APP2NOSAL= TRUE APP2STDLIBS=$(TOOLSLIB) \ vclmain.lib \ $(COMPHELPERLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ $(UCBHELPERLIB) \ $(SALLIB) \ $(VCLLIB) # vcldemo APP3NOSAL=TRUE APP3TARGET=vcldemo APP3OBJS= \ $(OBJ)$/vcldemo.obj APP3STDLIBS= $(CPPULIB) \ $(UNOTOOLSLIB) \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ $(TOOLSLIB) \ $(SALLIB) \ $(SOTLIB) \ $(VCLLIB) # --- Targets ------------------------------------------------------ .IF "$(GUIBASE)" == "unx" APP4NOSAL= TRUE APP4TARGET= svptest APP4OBJS= $(OBJ)$/svptest.obj APP4STDLIBS= $(CPPULIB) \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ $(VCLLIB) \ $(TOOLSLIB) \ $(SALLIB) \ $(SOTLIB) \ $(VCLLIB) APP5NOSAL= TRUE APP5TARGET= svpclient APP5OBJS= $(OBJ)$/svpclient.obj APP5STDLIBS= $(CPPULIB) \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(VCLLIB) \ $(TOOLSLIB) \ $(SALLIB) \ $(SOTLIB) \ $(VCLLIB) .IF "$(OS)" == "SOLARIS" APP5STDLIBS+=-lsocket .ENDIF .ENDIF .INCLUDE : target.mk ALLTAR : $(BIN)/applicat.rdb $(BIN)/types.rdb $(BIN)/applicat.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \ $(MISC)/applicat.input $(my_components:^"$(SOLARXMLDIR)/":+".component") $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \ $(SOLARENV)/bin/packcomponents.xslt $(MISC)/applicat.input $(MISC)/applicat.input : echo \ '$(my_components:^"":+".component")' \ > $@ $(BIN)/types.rdb : $(SOLARBINDIR)/types.rdb $(COPY) $< $@ ra/libreoffice-7-6+backports'>distro/collabora/libreoffice-7-6+backports LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/mysqlc
AgeCommit message (Expand)Author
2015-09-17boost->stdCaolán McNamara
2015-08-24Revert "mysqlc: tdf#88206 replace cppu::WeakImplHelper* etc."Stephan Bergmann
2015-08-22mysqlc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-08Remove dead codeStephan Bergmann
2015-05-08css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough)Stephan Bergmann
2015-04-28fix erroneous disposeOnce calls.Michael Meeks
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-25loplugin:constantfunctionStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-20Some more loplugin:cstylecast: mysqlcStephan Bergmann
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-12-18Introduce gb_*_set_external_codeStephan Bergmann
2014-12-04mysqlc: loplugin:cstylecastStephan Bergmann
2014-11-18mysqlc: fix build after cppuhelper header cleanupMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-23fdo#83991 - cleanup whitespace after folding comment removal.Vinicius Vendramini
2014-10-22fdo#83991 - remove redundant function folding comments.Vinicius Vendramini
2014-10-01mysqlc: These shall be plain "Time" not "tools::Time" apparentlyStephan Bergmann
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30mysqlc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann