* Also add Build modes for cedserver

* Fixed widget sets in new debug build modes
This commit is contained in:
2014-03-09 16:55:28 +01:00
parent 8085639c30
commit 2e3dd53eeb
2 changed files with 113 additions and 3 deletions

View File

@@ -177,6 +177,9 @@
</CompilerOptions>
</Item4>
<Item5 Name="Debug Win32">
<MacroValues Count="1">
<Macro1 Name="LCLWidgetType" Value="win32"/>
</MacroValues>
<CompilerOptions>
<Version Value="11"/>
<Target>
@@ -210,6 +213,9 @@
</CompilerOptions>
</Item5>
<Item6 Name="Debug Linux x86">
<MacroValues Count="1">
<Macro2 Name="LCLWidgetType" Value="gtk2"/>
</MacroValues>
<CompilerOptions>
<Version Value="11"/>
<Target>
@@ -243,6 +249,9 @@
</CompilerOptions>
</Item6>
<Item7 Name="Debug Linux x64">
<MacroValues Count="1">
<Macro2 Name="LCLWidgetType" Value="gtk2"/>
</MacroValues>
<CompilerOptions>
<Version Value="11"/>
<Target>
@@ -276,8 +285,8 @@
</CompilerOptions>
</Item7>
<SharedMatrixOptions Count="2">
<Item1 ID="851019893220" Modes="Release Win32" Type="IDEMacro" MacroName="LCLWidgetType" Value="win32"/>
<Item2 ID="521965364444" Modes="Release Linux x86,Release Linux x64" Type="IDEMacro" MacroName="LCLWidgetType" Value="gtk2"/>
<Item1 ID="851019893220" Modes="Release Win32,Debug Win32" Type="IDEMacro" MacroName="LCLWidgetType" Value="win32"/>
<Item2 ID="521965364444" Modes="Release Linux x86,Release Linux x64,Debug Linux x86,Debug Linux x64" Type="IDEMacro" MacroName="LCLWidgetType" Value="gtk2"/>
</SharedMatrixOptions>
</BuildModes>
<PublishOptions>