diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:15:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:15:49 +0000 |
commit | f079d2e6c94d5c14ec5b4285be96e8bd6456cede (patch) | |
tree | 87c17472a754d082a8f206ea7770cc2813df15fc /rdbmaker | |
parent | a5b1b1c3215b8ddf1faeb31f61fc44e5d39b7bbe (diff) |
INTEGRATION: CWS ause043 (1.16.8); FILE MERGED
2005/11/04 13:01:11 hjs 1.16.8.1: #i56702# remove local uno header generation
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/source/rdbmaker/makefile.mk | 46 |
1 files changed, 8 insertions, 38 deletions
diff --git a/rdbmaker/source/rdbmaker/makefile.mk b/rdbmaker/source/rdbmaker/makefile.mk index 621e2ad6a..19c15104b 100644 --- a/rdbmaker/source/rdbmaker/makefile.mk +++ b/rdbmaker/source/rdbmaker/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: rt $ $Date: 2005-09-09 05:04:59 $ +# last change: $Author: vg $ $Date: 2006-05-24 14:15:49 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,49 +43,19 @@ LIBTARGET=NO ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk -# --- Files -------------------------------------------------------- -UNOUCRDEP= $(SOLARBINDIR)$/udkapi.rdb -UNOUCRRDB= $(SOLARBINDIR)$/udkapi.rdb - -UNOUCROUT= $(OUT)$/inc -INCPRE+= $(OUT)$/inc - -UNOTYPES= \ - com.sun.star.lang.XMultiServiceFactory \ - com.sun.star.lang.XSingleServiceFactory \ - com.sun.star.container.XHierarchicalNameAccess \ - com.sun.star.beans.XPropertySet \ - com.sun.star.uno.XComponentContext \ - com.sun.star.reflection.XInterfaceTypeDescription \ - com.sun.star.reflection.XModuleTypeDescription \ - com.sun.star.reflection.XConstantTypeDescription \ - com.sun.star.reflection.XConstantsTypeDescription \ - com.sun.star.reflection.XInterfaceMemberTypeDescription \ - com.sun.star.reflection.XInterfaceMethodTypeDescription \ - com.sun.star.reflection.XInterfaceAttributeTypeDescription \ - com.sun.star.reflection.XCompoundTypeDescription \ - com.sun.star.reflection.XIndirectTypeDescription \ - com.sun.star.reflection.XEnumTypeDescription \ - com.sun.star.registry.XRegistryKey \ - -CXXFILES= rdbmaker.cxx \ - rdboptions.cxx \ - typeblop.cxx \ - specialtypemanager.cxx \ - rdbtype.cxx - -APP1TARGET= $(TARGET) - -APP1OBJS= $(OBJ)$/rdbmaker.obj \ +OBJFILES= $(OBJ)$/rdbmaker.obj \ $(OBJ)$/rdboptions.obj \ $(OBJ)$/typeblop.obj \ $(OBJ)$/specialtypemanager.obj \ $(OBJ)$/rdbtype.obj + +APP1TARGET= $(TARGET) + +APP1OBJS= $(OBJFILES) + APP1STDLIBS=\ $(SALLIB) \ $(SALHELPERLIB) \ |