mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 00:38:15 +02:00
lazbuild: fixed compilation
git-svn-id: trunk@32603 -
This commit is contained in:
parent
f4e62822e1
commit
c52b1b18cb
@ -74,6 +74,12 @@
|
||||
<OtherUnitFiles Value="../designer;../packager;../debugger"/>
|
||||
<UnitOutputDirectory Value="../units/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<GenerateDebugInfo Value="True"/>
|
||||
<DebugInfoType Value="dsAuto"/>
|
||||
</Debugging>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<UseMsgFile Value="True"/>
|
||||
|
@ -689,7 +689,7 @@ begin
|
||||
end;
|
||||
|
||||
// regenerate resources
|
||||
if not Project1.Resources.Regenerate(SrcFileName, False, True, '') then
|
||||
if not Project1.ProjResources.Regenerate(SrcFileName, False, True, '') then
|
||||
DebugLn('TMainIDE.DoSaveProject Project1.Resources.Regenerate failed');
|
||||
|
||||
// get compiler parameters
|
||||
|
Loading…
Reference in New Issue
Block a user