diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-31 16:53:30 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-08 23:48:43 +0200 |
commit | c39a2440ea2cce75154fea544ace879c25c7e5aa (patch) | |
tree | 9d2ce52daf9a02b542c5800b2af0ac3510fb02f8 /dtrans/source | |
parent | f6d8dfb5c49d7c844e43a37be76034835afbe54d (diff) |
convert dtrans to gbuilb
Diffstat (limited to 'dtrans/source')
-rw-r--r-- | dtrans/source/cnttype/exports.dxp | 1 | ||||
-rw-r--r-- | dtrans/source/cnttype/makefile.mk | 53 | ||||
-rw-r--r-- | dtrans/source/generic/exports.dxp | 1 | ||||
-rw-r--r-- | dtrans/source/generic/makefile.mk | 75 | ||||
-rw-r--r-- | dtrans/source/win32/clipb/exports.dxp | 1 | ||||
-rw-r--r-- | dtrans/source/win32/clipb/makefile.mk | 59 | ||||
-rw-r--r-- | dtrans/source/win32/dnd/exports.dxp | 1 | ||||
-rw-r--r-- | dtrans/source/win32/dnd/makefile.mk | 59 | ||||
-rw-r--r-- | dtrans/source/win32/dtobj/makefile.mk | 76 | ||||
-rw-r--r-- | dtrans/source/win32/ftransl/exports.dxp | 1 | ||||
-rw-r--r-- | dtrans/source/win32/ftransl/makefile.mk | 51 | ||||
-rw-r--r-- | dtrans/source/win32/misc/makefile.mk | 60 | ||||
-rw-r--r-- | dtrans/source/win32/mtaole/makefile.mk | 54 |
13 files changed, 0 insertions, 492 deletions
diff --git a/dtrans/source/cnttype/exports.dxp b/dtrans/source/cnttype/exports.dxp deleted file mode 100644 index 70033078921a..000000000000 --- a/dtrans/source/cnttype/exports.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/dtrans/source/cnttype/makefile.mk b/dtrans/source/cnttype/makefile.mk deleted file mode 100644 index d99b8d4c9ac6..000000000000 --- a/dtrans/source/cnttype/makefile.mk +++ /dev/null @@ -1,53 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/.. - -PRJNAME=dtrans -TARGET=mcnttype -ENABLE_EXCEPTIONS=TRUE -COMP1TYPELIST=$(TARGET) -USE_BOUNDCHK= - -.IF "$(USE_BOUNDCHK)"=="TR" -bndchk=tr -stoponerror=tr -.ENDIF - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - -# ------------------------------------------------------------------ - -SLOFILES=$(SLO)$/mctfentry.obj \ - $(SLO)$/mcnttfactory.obj \ - $(SLO)$/mcnttype.obj - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk diff --git a/dtrans/source/generic/exports.dxp b/dtrans/source/generic/exports.dxp deleted file mode 100644 index 70033078921a..000000000000 --- a/dtrans/source/generic/exports.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/dtrans/source/generic/makefile.mk b/dtrans/source/generic/makefile.mk deleted file mode 100644 index 2518b86a2d92..000000000000 --- a/dtrans/source/generic/makefile.mk +++ /dev/null @@ -1,75 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/.. - -PRJNAME=dtrans -TARGET=generic -ENABLE_EXCEPTIONS=TRUE -LIBTARGET=NO -COMP1TYPELIST=dtrans - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.IF "$(L10N_framework)"=="" -# ------------------------------------------------------------------ - -SLOFILES= \ - $(SLO)$/generic_clipboard.obj \ - $(SLO)$/clipboardmanager.obj \ - $(SLO)$/dtrans.obj - -SHL1TARGET= dtrans - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -SHL1STDLIBS= \ - $(SALLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) - -SHL1DEPN= -SHL1IMPLIB= i$(SHL1TARGET) -SHL1OBJS= $(SLOFILES) -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp - -# --- Targets ------------------------------------------------------ -.ENDIF # L10N_framework - -.INCLUDE : target.mk - -ALLTAR : $(MISC)/dtrans.component - -$(MISC)/dtrans.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - dtrans.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt dtrans.component diff --git a/dtrans/source/win32/clipb/exports.dxp b/dtrans/source/win32/clipb/exports.dxp deleted file mode 100644 index 70033078921a..000000000000 --- a/dtrans/source/win32/clipb/exports.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/dtrans/source/win32/clipb/makefile.mk b/dtrans/source/win32/clipb/makefile.mk deleted file mode 100644 index 28f426d9296e..000000000000 --- a/dtrans/source/win32/clipb/makefile.mk +++ /dev/null @@ -1,59 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. - -PRJNAME=dtrans -TARGET=sysdtrans -ENABLE_EXCEPTIONS=TRUE -COMP1TYPELIST=$(TARGET) -USE_BOUNDCHK= - -.IF "$(USE_BOUNDCHK)"=="TR" -bndchk=tr -stoponerror=tr -.ENDIF - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - -# ------------------------------------------------------------------ - -.IF "$(COM)" != "GCC" -CFLAGS+=-GR -.ENDIF -CFLAGS+=-DUNICODE -D_UNICODE - -SLOFILES=$(SLO)$/WinClipboard.obj \ - $(SLO)$/WinClipbImpl.obj \ - $(SLO)$/wcbentry.obj - - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk diff --git a/dtrans/source/win32/dnd/exports.dxp b/dtrans/source/win32/dnd/exports.dxp deleted file mode 100644 index 70033078921a..000000000000 --- a/dtrans/source/win32/dnd/exports.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/dtrans/source/win32/dnd/makefile.mk b/dtrans/source/win32/dnd/makefile.mk deleted file mode 100644 index 4dda72007d15..000000000000 --- a/dtrans/source/win32/dnd/makefile.mk +++ /dev/null @@ -1,59 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. - -PRJNAME=dtrans -TARGET=dnd -ENABLE_EXCEPTIONS=TRUE -COMP1TYPELIST=$(TARGET) -USE_BOUNDCHK= - -.IF "$(USE_BOUNDCHK)"=="TR" -bndchk=tr -stoponerror=tr -.ENDIF - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - -# ------------------------------------------------------------------ - -SLOFILES= $(SLO)$/dndentry.obj \ - $(SLO)$/target.obj \ - $(SLO)$/idroptarget.obj \ - $(SLO)$/source.obj \ - $(SLO)$/globals.obj \ - $(SLO)$/targetdropcontext.obj \ - $(SLO)$/targetdragcontext.obj \ - $(SLO)$/sourcecontext.obj - - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk diff --git a/dtrans/source/win32/dtobj/makefile.mk b/dtrans/source/win32/dtobj/makefile.mk deleted file mode 100644 index 5aea2b133dc1..000000000000 --- a/dtrans/source/win32/dtobj/makefile.mk +++ /dev/null @@ -1,76 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. - -PRJNAME=dtrans -TARGET=dtobjfact -ENABLE_EXCEPTIONS=TRUE -LIBTARGET=NO - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - -# ------------------------------------------------------------------ - -#-DUNICODE -D_UNICODE -.IF "$(COM)"!="GCC" -CFLAGS+=-GR -Ob0 -.ENDIF - -SLOFILES=$(SLO)$/DtObjFactory.obj\ - $(SLO)$/APNDataObject.obj\ - $(SLO)$/DOTransferable.obj\ - $(SLO)$/DTransHelper.obj\ - $(SLO)$/XTDataObject.obj\ - $(SLO)$/TxtCnvtHlp.obj\ - $(SLO)$/DataFmtTransl.obj\ - $(SLO)$/FmtFilter.obj\ - $(SLO)$/FetcList.obj\ - $(SLO)$/Fetc.obj\ - $(SLO)$/XNotifyingDataObject.obj - -LIB1TARGET=$(SLB)$/$(TARGET).lib -.IF "$(COM)"!="GCC" -LIB1OBJFILES=$(SLOFILES) -.ELSE -LIB1OBJFILES=$(SLO)$/DtObjFactory.obj\ - $(SLO)$/APNDataObject.obj\ - $(SLO)$/DOTransferable.obj\ - $(SLO)$/DTransHelper.obj\ - $(SLO)$/XTDataObject.obj\ - $(SLO)$/TxtCnvtHlp.obj\ - $(SLO)$/DataFmtTransl.obj\ - $(SLO)$/FmtFilter.obj\ - $(SLO)$/FetcList.obj\ - $(SLO)$/Fetc.obj -.ENDIF - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk diff --git a/dtrans/source/win32/ftransl/exports.dxp b/dtrans/source/win32/ftransl/exports.dxp deleted file mode 100644 index 70033078921a..000000000000 --- a/dtrans/source/win32/ftransl/exports.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/dtrans/source/win32/ftransl/makefile.mk b/dtrans/source/win32/ftransl/makefile.mk deleted file mode 100644 index bc6294a90f93..000000000000 --- a/dtrans/source/win32/ftransl/makefile.mk +++ /dev/null @@ -1,51 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. -PRJNAME=dtrans -TARGET=ftransl -ENABLE_EXCEPTIONS=TRUE -COMP1TYPELIST=$(TARGET) -USE_BOUNDCHK= - -.IF "$(USE_BOUNDCHK)"=="TR" -bndchk=tr -stoponerror=tr -.ENDIF - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - -# ------------------------------------------------------------------ - -SLOFILES=$(SLO)$/ftranslentry.obj \ - $(SLO)$/ftransl.obj - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk diff --git a/dtrans/source/win32/misc/makefile.mk b/dtrans/source/win32/misc/makefile.mk deleted file mode 100644 index 6e9ebb82ece1..000000000000 --- a/dtrans/source/win32/misc/makefile.mk +++ /dev/null @@ -1,60 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. - -PRJNAME=dtrans -TARGET=dtutils -LIBTARGET=NO -USE_BOUNDCHK= -ENABLE_EXCEPTIONS=YES - -.IF "$(USE_BOUNDCHK)"=="TR" -bndchk=tr -stoponerror=tr -.ENDIF - -# --- Settings ----------------------------- - -.INCLUDE : settings.mk - -#------------------------------------------- -# files to compile to obj's - -SLOFILES= $(SLO)$/ImplHelper.obj - -#------------------------------------------- -# build a static library - -LIB1TARGET= $(SLB)$/$(TARGET).lib -LIB1OBJFILES=$(SLOFILES) - - -# --- Targets ------------------------------ - -.INCLUDE : target.mk - diff --git a/dtrans/source/win32/mtaole/makefile.mk b/dtrans/source/win32/mtaole/makefile.mk deleted file mode 100644 index 3316f1a190fe..000000000000 --- a/dtrans/source/win32/mtaole/makefile.mk +++ /dev/null @@ -1,54 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. -PRJNAME=dtrans -TARGET=mtaolecb -LIBTARGET=NO -ENABLE_EXCEPTIONS=YES - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk - -# --- Targets ---------------------------------- - -.IF "$(GUI)"=="WNT" - -# --- static lib -------------------------- - -# don't do this in the source file. breaks pch -CDEFS+=-DUNICODE - -SLOFILES=$(SLO)$/MtaOleClipb.obj - -LIB1TARGET=$(SLB)$/$(TARGET).lib -LIB1OBJFILES=$(SLOFILES) - -.ENDIF - -.INCLUDE : target.mk |