diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 15:26:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 15:26:48 +0000 |
commit | 10bde5fc42d9617f9d88f200497e06d2b59e1e9d (patch) | |
tree | 402be657b6ceed2ec99b8ec8ab38f4828eb8958e /dbaccess/util | |
parent | 421dae772ec726e799be31767b15e7fa31ba91cc (diff) |
INTEGRATION: CWS insight01 (1.21.44); FILE MERGED
2004/06/01 09:07:38 oj 1.21.44.5: RESYNC: (1.21-1.23); FILE MERGED
2004/04/27 11:11:43 oj 1.21.44.4: svtools added
2003/11/26 12:25:31 oj 1.21.44.3: #111075# ongoing work
2003/11/17 09:46:52 oj 1.21.44.2: #111075# ongoning work
2003/07/29 12:46:35 oj 1.21.44.1: #111075# insight changes
Diffstat (limited to 'dbaccess/util')
-rw-r--r-- | dbaccess/util/makefile.mk | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/dbaccess/util/makefile.mk b/dbaccess/util/makefile.mk index 5c2e2bc9b..f0d21b9a6 100644 --- a/dbaccess/util/makefile.mk +++ b/dbaccess/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.23 $ +# $Revision: 1.24 $ # -# last change: $Author: kz $ $Date: 2004-05-19 04:37:31 $ +# last change: $Author: hr $ $Date: 2004-08-02 16:26:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -96,6 +96,8 @@ SHL1STDLIBS= \ $(DBTOOLSLIB) \ $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ + $(UCBHELPERLIB) \ + $(SVLLIB) \ $(CPPULIB) \ $(VOSLIB) \ $(SALLIB) @@ -126,6 +128,7 @@ LIB2FILES=\ $(SLB)$/dbushared.lib \ $(SLB)$/browser.lib \ $(SLB)$/uiuno.lib \ + $(SLB)$/app.lib \ $(SLB)$/uicontrols.lib SHL2TARGET=$(TARGET2)$(UPD)$(DLLPOSTFIX) @@ -137,6 +140,7 @@ SHL2STDLIBS= \ $(SVTOOLLIB) \ $(TKLIB) \ $(VCLLIB) \ + $(GOODIESLIB) \ $(SVLLIB) \ $(SOTLIB) \ $(UNOTOOLSLIB) \ @@ -146,6 +150,7 @@ SHL2STDLIBS= \ $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ + $(SO2LIB) \ $(VOSLIB) \ $(SALLIB) @@ -162,12 +167,14 @@ ALL: \ RES2FILELIST=\ $(SRS)$/uidlg.srs \ + $(SRS)$/app.srs \ $(SRS)$/uicontrols.srs \ $(SRS)$/browser.srs \ $(SRS)$/uiuno.srs \ $(SRS)$/querydesign.srs \ $(SRS)$/tabledesign.srs \ $(SRS)$/relationdesign.srs \ + $(SRS)$/uiimglst.srs \ $(SRS)$/uimisc.srs .IF "$(GUI)"=="WNT" |