summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 14:57:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 14:57:04 +0000
commit5175cd35d8fe1f488448291bfc5d5fa5ba76fae9 (patch)
treec65ba9b71c9ab435bee2d8f28debeb9d65fcbf5c /sc/source/ui/dbgui/makefile.mk
parentbecb2aadcf815f6efba5d4a72b8faac1fcf8f26e (diff)
INTEGRATION: CWS dialogdiet01 (1.3.118); FILE MERGED
2004/04/22 01:25:17 mwu 1.3.118.1: dialogdiet01_2004_04_22
Diffstat (limited to 'sc/source/ui/dbgui/makefile.mk')
-rw-r--r--sc/source/ui/dbgui/makefile.mk29
1 files changed, 25 insertions, 4 deletions
diff --git a/sc/source/ui/dbgui/makefile.mk b/sc/source/ui/dbgui/makefile.mk
index a7bda5d02f7b..d968367365a3 100644
--- a/sc/source/ui/dbgui/makefile.mk
+++ b/sc/source/ui/dbgui/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: kz $ $Date: 2003-08-25 15:20:16 $
+# last change: $Author: hr $ $Date: 2004-05-10 15:57:04 $
#
# 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=dbgui
-
+LIBTARGET=no
PROJECTPCH4DLL=TRUE
PROJECTPCH=ui_pch
PDBTARGET=ui_pch
@@ -106,7 +106,9 @@ SLOFILES = \
$(SLO)$/csvruler.obj \
$(SLO)$/csvgrid.obj \
$(SLO)$/csvtablebox.obj \
- $(SLO)$/asciiopt.obj
+ $(SLO)$/asciiopt.obj \
+ $(SLO)$/scuiasciiopt.obj \
+ $(SLO)$/scuiimoptdlg.obj
EXCEPTIONSFILES= \
$(SLO)$/dapidata.obj
@@ -123,6 +125,25 @@ SRC1FILES = \
asciiopt.src \
outline.src
+LIB1TARGET = $(SLB)$/$(TARGET).lib
+
+LIB1OBJFILES = \
+ $(SLO)$/filtdlg.obj \
+ $(SLO)$/sfiltdlg.obj \
+ $(SLO)$/foptmgr.obj \
+ $(SLO)$/dbnamdlg.obj \
+ $(SLO)$/expftext.obj \
+ $(SLO)$/fieldwnd.obj \
+ $(SLO)$/pvlaydlg.obj \
+ $(SLO)$/consdlg.obj \
+ $(SLO)$/imoptdlg.obj \
+ $(SLO)$/csvsplits.obj \
+ $(SLO)$/csvcontrol.obj \
+ $(SLO)$/csvruler.obj \
+ $(SLO)$/csvgrid.obj \
+ $(SLO)$/csvtablebox.obj \
+ $(SLO)$/asciiopt.obj
+
# --- Tagets -------------------------------------------------------
.INCLUDE : target.mk