diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:23:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:23:30 +0000 |
commit | 8fec470d666eaa5c902f642ec7ffaa40465d032f (patch) | |
tree | b68415e0f9517a830edc528a246389f994ba1bc2 /ucb | |
parent | bc3381747a18a8e274bea9e5c833f64726a84359 (diff) |
INTEGRATION: CWS ause076 (1.5.4); FILE MERGED
2007/02/26 10:56:52 hjs 1.5.4.1: #i74721# and other cleanup
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/odma/makefile.mk | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/ucb/source/ucp/odma/makefile.mk b/ucb/source/ucp/odma/makefile.mk index f8a9f5adab84..fcfb9800ef15 100644 --- a/ucb/source/ucp/odma/makefile.mk +++ b/ucb/source/ucp/odma/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: vg $ $Date: 2007-02-06 14:22:27 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:23:30 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,10 +50,9 @@ TARGET2=s$(UCP_NAME) ENABLE_EXCEPTIONS=TRUE USE_DEFFILE=TRUE -NO_BSYMBOLIC=TRUE TARGET2TYPE=CUI -LIB2TARGET=NO +LIBTARGET=NO # --- Settings --------------------------------------------------------- @@ -102,21 +101,15 @@ DEF1EXPORTFILE=exports.dxp DEF1DES=UCB ODMA Content Provider # --- SODMA executable ------------------------------------------------- -OBJ2FILES= $(OBJ)$/odma_main.obj +OBJFILES= $(OBJ)$/odma_main.obj APP2TARGET= $(TARGET2) -APP2OBJS= $(OBJ2FILES) +APP2OBJS= $(OBJFILES) APP2STDLIBS=$(SALLIB) \ $(VOSLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) -APP2STDLIBS+=$(STDLIBCPP) - -.IF "$(GUI)"=="WNT" -APP2STDLIBS+=$(LIBCIMT) -.ENDIF - # @@@ A description string for you UCP. DEF2DES=UCB ODMA URL converter |