mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 17:00:57 +02:00
IDE: new project "program": do not create app bundle, manifest and icon
git-svn-id: trunk@34930 -
This commit is contained in:
parent
518fba06dc
commit
50a7259d40
@ -1281,9 +1281,6 @@ begin
|
||||
MainFile.IsPartOfProject:=true;
|
||||
AProject.AddFile(MainFile,false);
|
||||
AProject.MainFileID:=0;
|
||||
AProject.UseAppBundle:=true;
|
||||
AProject.UseManifest:=true;
|
||||
AProject.LoadDefaultIcon;
|
||||
|
||||
// create program source
|
||||
le:=LineEnding;
|
||||
|
Loading…
Reference in New Issue
Block a user