diff options
author | ivost <ivost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2006-10-14 19:54:17 +0000 |
---|---|---|
committer | ivost <ivost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2006-10-14 19:54:17 +0000 |
commit | 2b8cec8afd950ac695e8a2cad7407f8bb73bcf54 (patch) | |
tree | af5ec3a8f37e8df60f79264dbc9e5657a827f08d /packages/extra/tcl | |
parent | 06b845595846189c00d8c35649b831a65d546355 (diff) | |
download | fpc-2b8cec8afd950ac695e8a2cad7407f8bb73bcf54.tar.gz |
* merged md4 and md5 code into one unit (md5.pp)
* the functions of md5.pp are renamed a littlebit and got a new parameter called Version (is either 4 or 5)
* moved ntlm.pas (password hash) from packages/extra/ldap to packages/base/hash
* fixed involved Makefile.fpc and run fpcmake -Tall -r in packages/
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@4915 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/extra/tcl')
-rw-r--r-- | packages/extra/tcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/extra/tcl/Makefile b/packages/extra/tcl/Makefile index b44cad0653..16b4b6dd30 100644 --- a/packages/extra/tcl/Makefile +++ b/packages/extra/tcl/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/10/05] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/10/13] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-palmos arm-wince arm-gba powerpc64-linux |