diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-02-22 16:37:34 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-02-22 16:37:34 +0000 |
commit | c1c44895ab4175868433c43e41b32f388875bf48 (patch) | |
tree | 68d2f22eca46f13fe47b0fb613abf18db284139b /svtools | |
parent | 31b9bd1c036a51153129e18f557b4489ce571983 (diff) |
PasswordHelper added
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/prj/d.lst | 2 | ||||
-rw-r--r-- | svtools/source/misc/makefile.mk | 13 |
2 files changed, 9 insertions, 6 deletions
diff --git a/svtools/prj/d.lst b/svtools/prj/d.lst index d9952c0bd772..97d09a82cb2c 100644 --- a/svtools/prj/d.lst +++ b/svtools/prj/d.lst @@ -290,4 +290,6 @@ hedabu: ..\inc\lingucfg.hxx %_DEST%\inc%_EXT%\svtools\lingucfg.hxx hedabu: ..\inc\linguprops.hxx %_DEST%\inc%_EXT%\svtools\linguprops.hxx hedabu: ..\inc\searchopt.hxx %_DEST%\inc%_EXT%\svtools\searchopt.hxx +hedabu: ..\inc\PasswordHelper.hxx %_DEST%\inc%_EXT%\svtools\PasswordHelper.hxx + dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\bin%_EXT%\bmp=%__PRJROOT%\%__SRC%\bin%_EXT%; fi" diff --git a/svtools/source/misc/makefile.mk b/svtools/source/misc/makefile.mk index 9f89c0b8b13c..ac8992f7969d 100644 --- a/svtools/source/misc/makefile.mk +++ b/svtools/source/misc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: tl $ $Date: 2001-02-02 10:49:13 $ +# last change: $Author: sab $ $Date: 2001-02-22 17:36:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -114,7 +114,8 @@ LIB2OBJFILES=\ $(SLO)$/iniadrtk.obj \ $(SLO)$/loginerr.obj \ $(SLO)$/strcrypt.obj \ - $(SLO)$/strmadpt.obj + $(SLO)$/strmadpt.obj \ + $(SLO)$/PasswordHelper.obj LIB3TARGET=$(SLB)$/misc2.lib LIB3OBJFILES=\ @@ -137,12 +138,12 @@ LIB3OBJFILES=\ $(SLO)$/pver.obj \ $(SLO)$/urihelper.obj \ $(SLO)$/vcldata.obj \ - $(SLO)$/transfer.obj + $(SLO)$/transfer.obj EXCEPTIONSFILES=\ $(SLO)$/strmadpt.obj \ $(SLO)$/iniman.obj \ - $(SLO)$/transfer.obj + $(SLO)$/transfer.obj UNOUCRDEP=$(SOLARBINDIR)$/applicat.rdb UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb @@ -161,7 +162,7 @@ UNOTYPES=\ com.sun.star.datatransfer.XTransferable \ com.sun.star.datatransfer.DataFlavor \ com.sun.star.datatransfer.clipboard.XClipboard \ - com.sun.star.datatransfer.clipboard.XClipboardOwner + com.sun.star.datatransfer.clipboard.XClipboardOwner # --- Targets ------------------------------------------------------- |