mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 20:40:25 +02:00
IDE: disabled Win32GraphicApp option for console projects
git-svn-id: trunk@29033 -
This commit is contained in:
parent
5aabc7242b
commit
0714e1cb71
@ -1429,6 +1429,7 @@ begin
|
||||
+'end.'+le
|
||||
+le;
|
||||
AProject.MainFile.SetSourceText(NewSource);
|
||||
AProject.LazCompilerOptions.Win32GraphicApp:=false;
|
||||
end;
|
||||
end;
|
||||
|
||||
@ -1500,6 +1501,7 @@ begin
|
||||
|
||||
AProject.LazCompilerOptions.UnitOutputDirectory:='lib'+PathDelim+'$(TargetCPU)-$(TargetOS)';
|
||||
AProject.LazCompilerOptions.TargetFilename:='project1';
|
||||
AProject.LazCompilerOptions.Win32GraphicApp:=false;
|
||||
end;
|
||||
|
||||
function TProjectLibraryDescriptor.CreateStartFiles(AProject: TLazProject
|
||||
@ -1564,6 +1566,7 @@ begin
|
||||
|
||||
AProject.LazCompilerOptions.UnitOutputDirectory:='lib'+PathDelim+'$(TargetCPU)-$(TargetOS)';
|
||||
AProject.LazCompilerOptions.TargetFilename:='project1';
|
||||
AProject.LazCompilerOptions.Win32GraphicApp:=false;
|
||||
|
||||
// create program source
|
||||
NewSource:=TStringList.Create;
|
||||
|
Loading…
Reference in New Issue
Block a user