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/win32 | |
parent | f6d8dfb5c49d7c844e43a37be76034835afbe54d (diff) |
convert dtrans to gbuilb
Diffstat (limited to 'dtrans/source/win32')
-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 |
9 files changed, 0 insertions, 362 deletions
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 |