summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-03 16:17:14 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-03 16:17:14 +0000
commitea7f27248c9b2fdc1bca4c700ab1d228863127c1 (patch)
treee0424a2e1b100551ade6062c393d18e833c369bc /padmin
parentb4216fe4ae9c2e612f63dc544317d04e8b77fdd1 (diff)
INTEGRATION: CWS vcl87 (1.19.44); FILE MERGED
2008/03/12 09:41:38 pl 1.19.44.2: RESYNC: (1.19-1.21); FILE MERGED 2008/02/22 10:51:10 pl 1.19.44.1: #i86345# use svtools progress
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/padmin/source/makefile.mk b/padmin/source/makefile.mk
index 482112834361..9a70c80efb2c 100644
--- a/padmin/source/makefile.mk
+++ b/padmin/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.22 $
+# $Revision: 1.23 $
#
-# last change: $Author: vg $ $Date: 2008-03-18 12:23:00 $
+# last change: $Author: kz $ $Date: 2008-04-03 17:17:14 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -73,7 +73,6 @@ SLOFILES=\
$(SLO)$/progress.obj \
$(SLO)$/newppdlg.obj \
$(SLO)$/prtsetup.obj \
- $(SLO)$/prgsbar.obj \
$(SLO)$/fontentry.obj \
$(SLO)$/helper.obj \
$(SLO)$/adddlg.obj \
@@ -86,6 +85,7 @@ OBJFILES=\
SHL1TARGET= spa$(DLLPOSTFIX)
SHL1OBJS=$(SLOFILES)
SHL1STDLIBS=\
+ $(SVTOOLLIB) \
$(VCLLIB) \
-lpsp$(DLLPOSTFIX) \
$(UNOTOOLSLIB) \
@@ -103,6 +103,7 @@ APP1OBJS=\
APP1STDLIBS= \
-l$(SHL1TARGET) \
+ $(SVTOOLLIB) \
$(VCLLIB) \
$(UNOTOOLSLIB) \
$(TOOLSLIB) \