diff options
author | Tino Rachui <tra@openoffice.org> | 2001-08-03 13:08:39 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2001-08-03 13:08:39 +0000 |
commit | f9ec55b4eab93a9d365ef40c4b561cd9cd66756f (patch) | |
tree | 1f84475615faa421624bdbcc696c159406c65372 | |
parent | 6b87984bd37c645a100dc4f18d0955aaf0ebf301 (diff) |
#89507#helppopupwindow added
-rw-r--r-- | fpicker/source/win32/filepicker/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/makefile.mk b/fpicker/source/win32/filepicker/makefile.mk index 38210dec87fe..de6ef6f2d369 100644 --- a/fpicker/source/win32/filepicker/makefile.mk +++ b/fpicker/source/win32/filepicker/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: tra $ $Date: 2001-06-28 11:13:25 $ +# last change: $Author: tra $ $Date: 2001-08-03 14:08:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,7 +93,8 @@ SLOFILES=$(SLO)$/FileOpenDlg.obj\ $(SLO)$/WinFileOpenImpl.obj\ $(SLO)$/FilterContainer.obj\ $(SLO)$/controlaccess.obj\ - $(SLO)$/dibpreview.obj + $(SLO)$/dibpreview.obj\ + $(SLO)$/helppopupwindow.obj # --- Targets ------------------------------------------------------ |