* Solved a warning about a missing clocale.pp

git-svn-id: trunk@29003 -
This commit is contained in:
joost 2014-11-06 20:37:59 +00:00
parent 30820cd0e5
commit 23743ec6f0

View File

@ -120,7 +120,7 @@ begin
addinclude('ipccall.inc',[Linux]);
// addinclude('ipccdecl.inc',IPCcdeclOSes); // not used?
end;
T:=P.Targets.AddUnit('unix/clocale.pp',CLocaleOSes);
T:=P.Targets.AddUnit('src/unix/clocale.pp',CLocaleOSes);
with T.Dependencies do
begin
addinclude('clocale.inc',clocaleincOSes);