* Fixed build modes
* Fixed windows build (RT_RCDATA was missing)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</VersionInfo>
|
||||
<BuildModes Count="7">
|
||||
<Item1 Name="default" Default="True"/>
|
||||
<Item2 Name="Release Win32">
|
||||
<Item2 Name="Release.Win32">
|
||||
<MacroValues Count="1">
|
||||
<Macro1 Name="LCLWidgetType" Value="win32"/>
|
||||
</MacroValues>
|
||||
@@ -72,7 +72,7 @@
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
</Item2>
|
||||
<Item3 Name="Release Linux x86">
|
||||
<Item3 Name="Release.Linux.x86">
|
||||
<MacroValues Count="1">
|
||||
<Macro2 Name="LCLWidgetType" Value="gtk2"/>
|
||||
</MacroValues>
|
||||
@@ -121,7 +121,7 @@
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
</Item3>
|
||||
<Item4 Name="Release Linux x64">
|
||||
<Item4 Name="Release.Linux.x64">
|
||||
<MacroValues Count="1">
|
||||
<Macro2 Name="LCLWidgetType" Value="gtk2"/>
|
||||
</MacroValues>
|
||||
@@ -170,7 +170,7 @@
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
</Item4>
|
||||
<Item5 Name="Debug Win32">
|
||||
<Item5 Name="Debug.Win32">
|
||||
<MacroValues Count="1">
|
||||
<Macro1 Name="LCLWidgetType" Value="win32"/>
|
||||
</MacroValues>
|
||||
@@ -203,7 +203,7 @@
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
</Item5>
|
||||
<Item6 Name="Debug Linux x86">
|
||||
<Item6 Name="Debug.Linux.x86">
|
||||
<MacroValues Count="1">
|
||||
<Macro2 Name="LCLWidgetType" Value="gtk2"/>
|
||||
</MacroValues>
|
||||
@@ -237,7 +237,7 @@
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
</Item6>
|
||||
<Item7 Name="Debug Linux x64">
|
||||
<Item7 Name="Debug.Linux.x64">
|
||||
<MacroValues Count="1">
|
||||
<Macro2 Name="LCLWidgetType" Value="gtk2"/>
|
||||
</MacroValues>
|
||||
@@ -272,8 +272,8 @@
|
||||
</CompilerOptions>
|
||||
</Item7>
|
||||
<SharedMatrixOptions Count="2">
|
||||
<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"/>
|
||||
<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>
|
||||
|
||||
@@ -30,7 +30,7 @@ unit UOverlayUI;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Gl, GLU, Imaging, ImagingTypes, ImagingClasses,
|
||||
Classes, SysUtils, LCLType, Gl, GLU, Imaging, ImagingTypes, ImagingClasses,
|
||||
ImagingOpenGL, OpenGLContext, ImagingUtility;
|
||||
|
||||
type
|
||||
|
||||
Reference in New Issue
Block a user