mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-23 01:01:38 +02:00
LazDaemon: store compiled files into a subdirectory. Issue #25039, patch from ChrisF.
git-svn-id: trunk@46406 -
This commit is contained in:
parent
3e7bb391dc
commit
2aae923f0f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user