mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 09:09:32 +02:00
IDE: clean up
git-svn-id: trunk@38514 -
This commit is contained in:
parent
262525e767
commit
e36dc962f7
@ -234,7 +234,7 @@ begin
|
||||
XMLConfig.SetDeleteValue(Path+'TargetCPU/Value',TargetCPU,'');
|
||||
XMLConfig.SetDeleteValue(Path+'LCLPlatform/Value',
|
||||
LCLPlatformDirNames[fTargetPlatform],
|
||||
''); //LCLPlatformDirNames[GetDefaultLCLWidgetType]
|
||||
'');
|
||||
XMLConfig.SetDeleteValue(Path+'TargetDirectory/Value',
|
||||
FTargetDirectory,DefaultTargetDirectory);
|
||||
XMLConfig.SetDeleteValue(Path+'IdeBuildMode/Value',IdeBuildModeToStr(IdeBuildMode),'');
|
||||
|
Loading…
Reference in New Issue
Block a user