diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:44:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:44:10 +0000 |
commit | 2247cfdc82ee9cdc4ebd60d9d169288b83ddef73 (patch) | |
tree | 529e7d97e0aac574e71569cf4157fb0c15c8bf84 /framework/test | |
parent | c86fc149b331784f5810794ee3ee6c7c2e719eac (diff) |
INTEGRATION: CWS ause076 (1.12.10); FILE MERGED
2007/02/28 10:44:54 hjs 1.12.10.1: #i74812# cleanup *LIB and more
Diffstat (limited to 'framework/test')
-rw-r--r-- | framework/test/typecfg/makefile.mk | 20 |
1 files changed, 6 insertions, 14 deletions
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 + |