diff options
author | Tino Rachui <tra@openoffice.org> | 2001-11-15 15:02:34 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2001-11-15 15:02:34 +0000 |
commit | f0a159f4d65414b53cae6e6cdc591decc47da9c2 (patch) | |
tree | 92009ceb310e415115e758eef940bd9ba466a866 /fpicker | |
parent | 070aae5ec1beb6f271ab860aad5f4fc87f8895b8 (diff) |
#94499#added asynceventnotifier
Diffstat (limited to 'fpicker')
-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 2725406f3e26..2797f2b61930 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.4 $ +# $Revision: 1.5 $ # -# last change: $Author: tra $ $Date: 2001-10-04 11:12:45 $ +# last change: $Author: tra $ $Date: 2001-11-15 16:02:34 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -97,7 +97,8 @@ SLOFILES=$(SLO)$/FileOpenDlg.obj\ $(SLO)$/helppopupwindow.obj\ $(SLO)$/controlcommand.obj\ $(SLO)$/filepickerstate.obj\ - $(SLO)$/getfilenamewrapper.obj + $(SLO)$/getfilenamewrapper.obj\ + $(SLO)$/asynceventnotifier.obj # --- Targets ------------------------------------------------------ |