From 2247cfdc82ee9cdc4ebd60d9d169288b83ddef73 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 9 Mar 2007 07:44:10 +0000 Subject: INTEGRATION: CWS ause076 (1.12.10); FILE MERGED 2007/02/28 10:44:54 hjs 1.12.10.1: #i74812# cleanup *LIB and more --- framework/test/typecfg/makefile.mk | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'framework') diff --git a/framework/test/typecfg/makefile.mk b/framework/test/typecfg/makefile.mk index 8b30b169225c..cca212d5d2df 100644 --- a/framework/test/typecfg/makefile.mk +++ b/framework/test/typecfg/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: vg $ $Date: 2007-02-06 13:02:09 $ +# last change: $Author: obo $ $Date: 2007-03-09 08:44:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,17 +38,11 @@ PRJNAME= framework TARGET= typecfg LIBTARGET= NO ENABLE_EXCEPTIONS= TRUE -USE_DEFFILE= TRUE -NO_BSYMBOLIC= TRUE # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk -.IF "$(COM)"=="ICC" -LINKFLAGS+=/SEGMENTS:1024 /PACKD:32768 -.ENDIF - # --- applikation: "xml2xcd" -------------------------------------------------- # --- applikation: "cfgview" -------------------------------------------------- @@ -62,9 +56,10 @@ APP2OBJS= $(SLO)$/cfgview.obj \ $(SLO)$/wildcard.obj \ $(SLO)$/lockhelper.obj +DEPOBJFILES=$(APP2OBJS) + APP2STDLIBS= $(CPPULIB) \ $(CPPUHELPERLIB) \ - $(OSLLIB) \ $(SALLIB) \ $(VOSLIB) \ $(TOOLSLIB) \ @@ -72,7 +67,7 @@ APP2STDLIBS= $(CPPULIB) \ $(TKLIB) \ $(COMPHELPERLIB) \ $(UNOTOOLSLIB) \ - $(SVLIB) + $(VCLLIB) APP2DEPN= $(SLO)$/servicemanager.obj \ $(SLO)$/filtercachedata.obj \ @@ -80,10 +75,7 @@ APP2DEPN= $(SLO)$/servicemanager.obj \ $(SLO)$/wildcard.obj \ $(SLO)$/lockhelper.obj -.IF "$(GUI)"=="WIN" || "$(GUI)"=="OS2" -APP2DEF= $(MISC)$/cfgview.def -.ENDIF - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk + -- cgit