diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 15:19:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 15:19:47 +0000 |
commit | b41c26529f7189def187968d13a7b5ce0ba4499b (patch) | |
tree | 4fbb8ec01967918db019b9bd3c33e69bdd02c040 | |
parent | 71398be56f9ba5baa3acde928d5cc5c42518c6e8 (diff) |
INTEGRATION: CWS dialogdiet01 (1.9.164); FILE MERGED
2004/03/26 09:11:56 mwu 1.9.164.1: sw model converted. 20040326
-rw-r--r-- | sw/source/ui/config/makefile.mk | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/sw/source/ui/config/makefile.mk b/sw/source/ui/config/makefile.mk index d2d95ab4d5..a1602092b7 100644 --- a/sw/source/ui/config/makefile.mk +++ b/sw/source/ui/config/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: kz $ $Date: 2003-10-15 10:00:19 $ +# last change: $Author: hr $ $Date: 2004-05-10 16:19:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,7 +64,7 @@ PRJ=..$/..$/.. PRJNAME=sw TARGET=config - +LIBTARGET=NO # --- Settings ----------------------------------------------------- .INCLUDE : $(PRJ)$/inc$/swpre.mk @@ -96,6 +96,20 @@ SLOFILES = \ $(SLO)$/viewopt.obj \ $(SLO)$/swlinguconfig.obj +LIB1TARGET= $(SLB)$/$(TARGET).lib + +LIB1OBJFILES = \ + $(SLO)$/barcfg.obj \ + $(SLO)$/caption.obj \ + $(SLO)$/cfgitems.obj \ + $(SLO)$/dbconfig.obj \ + $(SLO)$/fontcfg.obj \ + $(SLO)$/modcfg.obj \ + $(SLO)$/prtopt.obj \ + $(SLO)$/uinums.obj \ + $(SLO)$/usrpref.obj \ + $(SLO)$/viewopt.obj \ + $(SLO)$/swlinguconfig.obj # --- Targets ------------------------------------------------------- .INCLUDE : target.mk |