* Add workaround for fpcmake bug

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1466 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
Loesje_
2011-01-28 11:10:16 +00:00
parent 233dbee19f
commit e76eea2eae

View File

@ -31,6 +31,8 @@ begin
P.Dependencies.Add('lazmkunit');
P.Dependencies.Add('fcl-registry',AllWindowsOSes);
// Due to a bug in fpcmake, the dependencies of fcl-registry aren't processed
P.Dependencies.Add('fcl-base',AllWindowsOSes);
P.Targets.AddUnit('nsTypes.pas');
P.Targets.AddUnit('nsCID.pas');