diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-10-27 07:09:05 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-10-27 07:09:05 +0000 |
commit | 2602ff984b2bfd601f39f2f58966975c6a257a7d (patch) | |
tree | f1e9b07ef36f35f0a2f7d79b9ac3a7788c368243 /dbaccess/util/makefile.mk | |
parent | 820c480af853f4a4d0bb86c55ef1c3d42428642d (diff) |
reinserted uiuno.lib
Diffstat (limited to 'dbaccess/util/makefile.mk')
-rw-r--r-- | dbaccess/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/util/makefile.mk b/dbaccess/util/makefile.mk index 921d313490b5..4ecafd8eebf4 100644 --- a/dbaccess/util/makefile.mk +++ b/dbaccess/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: oj $ $Date: 2000-10-26 15:07:03 $ +# last change: $Author: fs $ $Date: 2000-10-27 08:09:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -141,6 +141,7 @@ LIB2FILES=\ $(SLB)$/uidlg.lib \ $(SLB)$/dbushared.lib \ $(SLB)$/browser.lib \ + $(SLB)$/uiuno.lib \ $(SLB)$/uicontrols.lib SHL2TARGET=$(TARGET2)$(UPD)$(DLLPOSTFIX) |