You've already forked lazarus-ccr
* 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:
@ -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');
|
||||
|
Reference in New Issue
Block a user