LazDaemon: store compiled files into a subdirectory. Issue #25039, patch from ChrisF.

git-svn-id: trunk@46406 -
This commit is contained in:
juha 2014-10-02 15:10:53 +00:00
parent 3e7bb391dc
commit 2aae923f0f

View File

@ -170,6 +170,8 @@ begin
AProject.AddPackageDependency('LazDaemon');
AProject.Title:='Daemon application';
AProject.LazCompilerOptions.Win32GraphicApp:=False;
AProject.LazCompilerOptions.UnitOutputDirectory:='lib'+PathDelim+'$(TargetCPU)-$(TargetOS)';
AProject.LazCompilerOptions.TargetFilename:='project1';
AProject.ProjectInfoFile:='project1.lpi';
F:=AProject.CreateProjectFile('project1.lpr');
F.IsPartOfProject:=True;