mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:39:20 +02:00
tests: added test for cfgscritpt lcl
git-svn-id: trunk@40756 -
This commit is contained in:
parent
3ea0ff5289
commit
7c72271f45
@ -115,7 +115,7 @@ begin
|
|||||||
+' //if LCLWidgetType=''nogui'' then'#10
|
+' //if LCLWidgetType=''nogui'' then'#10
|
||||||
+' //LCLWidgetType:='''';'#10
|
+' //LCLWidgetType:='''';'#10
|
||||||
+' //end;'#10
|
+' //end;'#10
|
||||||
+' if (LCLWidgetType='''') or undefined(LCLWidgetType) then begin'#10
|
+' if LCLWidgetType+''''='''' then begin'#10
|
||||||
+' if (TargetOS=''win32'') or (TargetOS=''win64'') then'#10
|
+' if (TargetOS=''win32'') or (TargetOS=''win64'') then'#10
|
||||||
+' LCLWidgetType := ''win32'''#10
|
+' LCLWidgetType := ''win32'''#10
|
||||||
+' else if TargetOS=''wince'' then'#10
|
+' else if TargetOS=''wince'' then'#10
|
||||||
|
@ -10,8 +10,52 @@
|
|||||||
<SessionStorage Value="InIDEConfig"/>
|
<SessionStorage Value="InIDEConfig"/>
|
||||||
<MainUnit Value="0"/>
|
<MainUnit Value="0"/>
|
||||||
</General>
|
</General>
|
||||||
<BuildModes Count="1">
|
<BuildModes Count="2">
|
||||||
<Item1 Name="default" Default="True"/>
|
<Item1 Name="default" Default="True"/>
|
||||||
|
<Item2 Name="EnableCTRange">
|
||||||
|
<MacroValues Count="1">
|
||||||
|
<Macro1 Name="EnableCTRange" Value="true"/>
|
||||||
|
</MacroValues>
|
||||||
|
<CompilerOptions>
|
||||||
|
<Version Value="11"/>
|
||||||
|
<PathDelim Value="\"/>
|
||||||
|
<Target>
|
||||||
|
<Filename Value="runtests"/>
|
||||||
|
</Target>
|
||||||
|
<SearchPaths>
|
||||||
|
<OtherUnitFiles Value="bugs;lcltests;codetoolstests;lazutils"/>
|
||||||
|
<UnitOutputDirectory Value="units\$(TargetCPU)-$(TargetOS)"/>
|
||||||
|
</SearchPaths>
|
||||||
|
<Conditionals Value="if defined(EnableCTRange) then
|
||||||
|
CustomOptions += '-dEnableCTRange';"/>
|
||||||
|
<BuildMacros>
|
||||||
|
<Count Value="1"/>
|
||||||
|
<Item1>
|
||||||
|
<Identifier Value="EnableCTRange"/>
|
||||||
|
</Item1>
|
||||||
|
</BuildMacros>
|
||||||
|
<Parsing>
|
||||||
|
<SyntaxOptions>
|
||||||
|
<CStyleOperator Value="False"/>
|
||||||
|
</SyntaxOptions>
|
||||||
|
</Parsing>
|
||||||
|
<CodeGeneration>
|
||||||
|
<Checks>
|
||||||
|
<IOChecks Value="True"/>
|
||||||
|
<RangeChecks Value="True"/>
|
||||||
|
<OverflowChecks Value="True"/>
|
||||||
|
<StackChecks Value="True"/>
|
||||||
|
</Checks>
|
||||||
|
</CodeGeneration>
|
||||||
|
<Other>
|
||||||
|
<CompilerMessages>
|
||||||
|
<UseMsgFile Value="True"/>
|
||||||
|
</CompilerMessages>
|
||||||
|
<CustomOptions Value="-dNoSemiAutomatedTests"/>
|
||||||
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
|
</Other>
|
||||||
|
</CompilerOptions>
|
||||||
|
</Item2>
|
||||||
</BuildModes>
|
</BuildModes>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user