fpc/packages/base/hash/fpmake.pp
daniel c9c280216d * Rename md5 directory to hash for hash functions
* Move crc.pas into hash

git-svn-id: trunk@1857 -
2005-12-01 18:32:39 +00:00

18 lines
176 B
ObjectPascal

{$mode objfpc}{$H+}
program fpmake;
uses fpmkunit;
Var
T : TTarget;
begin
With Installer do
begin
{ Base packages }
{$i fpmake.inc}
Run;
end;
end.