codetools: fixed directory separator of unit path of the packages dir

git-svn-id: trunk@11257 -
This commit is contained in:
vincents 2007-06-01 21:05:57 +00:00
parent 72e8b7d4b3
commit e9f2123983

View File

@ -4031,7 +4031,7 @@ begin
DirTempl.AddChild(TDefineTemplate.Create('main path addition',
Format(ctsAddsDirToSourcePath,[ctsLazarusMainDirectory]),
SrcPathMacroName,
'../ide;'+SrcPath
d('../ide;'+SrcPath)
,da_Define));
DirTempl.AddChild(TDefineTemplate.Create('components path addition',
Format(ctsAddsDirToSourcePath,['synedit']),