added $IDEBuildOptions

git-svn-id: trunk@58464 -
This commit is contained in:
martin 2018-07-08 15:50:37 +00:00
parent 9fcc29ebef
commit 7dca373ee2
2 changed files with 3 additions and 9 deletions

View File

@ -2,6 +2,7 @@
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="4">
<Name Value="LazDebuggerFp"/> <Name Value="LazDebuggerFp"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Joost van der Sluis"/> <Author Value="Joost van der Sluis"/>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
@ -9,10 +10,7 @@
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Other> <Other>
<CompilerMessages> <CustomOptions Value="$(IDEBuildOptions)"/>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other> </Other>
</CompilerOptions> </CompilerOptions>
<Description Value="This package adds a stand-alone debugger to the IDE. For now it is only a proof-of-concept. Evaluating data is not (yet) possible."/> <Description Value="This package adds a stand-alone debugger to the IDE. For now it is only a proof-of-concept. Evaluating data is not (yet) possible."/>
@ -24,7 +22,6 @@
<UnitName Value="FpDebugDebugger"/> <UnitName Value="FpDebugDebugger"/>
</Item1> </Item1>
</Files> </Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3"> <RequiredPkgs Count="3">
<Item1> <Item1>
<PackageName Value="fpdebug"/> <PackageName Value="fpdebug"/>

View File

@ -11,10 +11,7 @@
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Other> <Other>
<CompilerMessages> <CustomOptions Value="$(IDEBuildOptions)"/>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other> </Other>
</CompilerOptions> </CompilerOptions>
<Description Value="Debugger for the Lazarus IDE <Description Value="Debugger for the Lazarus IDE