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 | 6cb3f8ae0f355926578c72d7bb5a46dcf1e90c69 (patch) | |
tree | 73d41fb503029c9d5e3ce272ed2c9dd2d015798a /sw/source/ui/config/makefile.mk | |
parent | 8550d3a61c726968edd3ac0e25c0119221c05af3 (diff) |
INTEGRATION: CWS dialogdiet01 (1.9.164); FILE MERGED
2004/03/26 09:11:56 mwu 1.9.164.1: sw model converted. 20040326
Diffstat (limited to 'sw/source/ui/config/makefile.mk')
-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 d2d95ab4d562..a1602092b7b8 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 |