summaryrefslogtreecommitdiffstats
path: root/fpicker/source/win32/filepicker/makefile.mk
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-11-15 15:02:34 +0000
committerTino Rachui <tra@openoffice.org>2001-11-15 15:02:34 +0000
commitf0a159f4d65414b53cae6e6cdc591decc47da9c2 (patch)
tree92009ceb310e415115e758eef940bd9ba466a866 /fpicker/source/win32/filepicker/makefile.mk
parent#94499#using an asynchronous event notifier in order to prevent deadlocks (diff)
downloadcore-f0a159f4d65414b53cae6e6cdc591decc47da9c2.tar.gz
core-f0a159f4d65414b53cae6e6cdc591decc47da9c2.zip
#94499#added asynceventnotifier
Diffstat (limited to 'fpicker/source/win32/filepicker/makefile.mk')
-rw-r--r--fpicker/source/win32/filepicker/makefile.mk7
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 ------------------------------------------------------