diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 14:59:11 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 14:59:11 +0000 |
commit | 0c68166db50071520901e4fac549cf4e8e27a886 (patch) | |
tree | efacce93baea2924c9be1b9281b86694e110462b /sc/source/ui/docshell/makefile.mk | |
parent | 2e0c07bdd4f5dfe13b6c4af78c5acb520d4c95d8 (diff) |
INTEGRATION: CWS dialogdiet01 (1.5.118); FILE MERGED
2004/04/22 01:25:18 mwu 1.5.118.1: dialogdiet01_2004_04_22
Diffstat (limited to 'sc/source/ui/docshell/makefile.mk')
-rw-r--r-- | sc/source/ui/docshell/makefile.mk | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/sc/source/ui/docshell/makefile.mk b/sc/source/ui/docshell/makefile.mk index 7a4b88d9b..9bc626fa8 100644 --- a/sc/source/ui/docshell/makefile.mk +++ b/sc/source/ui/docshell/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: kz $ $Date: 2003-08-25 15:20:26 $ +# last change: $Author: hr $ $Date: 2004-05-10 15:59:11 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,7 +64,7 @@ PRJ=..$/..$/.. PRJNAME=sc TARGET=docshell - +LIBTARGET=no PROJECTPCH4DLL=TRUE PROJECTPCH=ui_pch PDBTARGET=ui_pch @@ -140,6 +140,32 @@ EXCEPTIONSFILES= \ SRS1NAME=$(TARGET) SRC1FILES = tpstat.src +LIB1TARGET = $(SLB)$/$(TARGET).lib + +LIB1OBJFILES = \ + $(SLO)$/docsh.obj \ + $(SLO)$/docsh2.obj \ + $(SLO)$/docsh3.obj \ + $(SLO)$/docsh4.obj \ + $(SLO)$/docsh5.obj \ + $(SLO)$/docsh6.obj \ + $(SLO)$/docsh7.obj \ + $(SLO)$/docsh8.obj \ + $(SLO)$/tablink.obj \ + $(SLO)$/arealink.obj \ + $(SLO)$/dbdocfun.obj \ + $(SLO)$/dbdocimp.obj \ + $(SLO)$/impex.obj \ + $(SLO)$/docfunc.obj \ + $(SLO)$/olinefun.obj \ + $(SLO)$/servobj.obj \ + $(SLO)$/autostyl.obj \ + $(SLO)$/pagedata.obj \ + $(SLO)$/hiranges.obj \ + $(SLO)$/pntlock.obj \ + $(SLO)$/sizedev.obj \ + $(SLO)$/editable.obj + # --- Tagets ------------------------------------------------------- .INCLUDE : target.mk |