diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-02-26 15:01:58 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-02-26 15:01:58 +0000 |
commit | c6b72c7ec705565d99515a23996c00d5d5e296b5 (patch) | |
tree | afed11eea3638d4a21508238605be6e26da707f4 /dtrans | |
parent | 42886d4219fde6972584f1b2b0ffdfb3cdcdf0bd (diff) |
*** empty log message ***
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dnd/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dtrans/source/win32/dnd/makefile.mk b/dtrans/source/win32/dnd/makefile.mk index ed3f2a5d294f..4d0e5bb652df 100644 --- a/dtrans/source/win32/dnd/makefile.mk +++ b/dtrans/source/win32/dnd/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: jl $ $Date: 2001-02-12 11:11:59 $ +# last change: $Author: jl $ $Date: 2001-02-26 16:01:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,6 +92,7 @@ stoponerror=tr SLOFILES= $(SLO)$/dndentry.obj \ $(SLO)$/target.obj \ + $(SLO)$/idroptarget.obj \ $(SLO)$/source.obj \ $(SLO)$/globals.obj \ $(SLO)$/targetdropcontext.obj \ |