khanat-opennel-code/code/nel/samples/3d/cegui/datafiles/imagesets/ogregui.imageset
StudioEtrange 91e6b23d3f ** PCH Support for NMake with VS2012
NMAKE-VS2012 Error LNK2011
while NMAKE-VS2010 does not complain
we need to link the pch.obj file
see http://msdn.microsoft.com/en-us/library/3ay26wa2(v=vs.110).aspx

** PCH Support for Ninja
Ninja need to add property
        OBJECT_DEPENDS for using PCH
        OBJECT_OUTPUTS for create PCH
see http://public.kitware.com/pipermail/cmake-developers/2012-March/003653.html
2013-09-05 17:18:01 +02:00

16 lines
1,012 B
XML

<?xml version="1.0" ?>
<Imageset Name="OgreGuiImagery" Imagefile="./datafiles/imagesets/ogregui.tga" NativeHorzRes="800" NativeVertRes="600" AutoScaled="true">
<Image Name="OgreLogo" XPos="5" YPos="93" Width="244" Height="81" />
<Image Name="CeguiLogo" XPos="94" YPos="2" Width="152" Height="77" />
<Image Name="Bar" XPos="59" YPos="2" Width="10" Height="3" />
<Image Name="BoxTopLeft" XPos="2" YPos="2" Width="12" Height="15" />
<Image Name="BoxTopRight" XPos="40" YPos="2" Width="13" Height="15" />
<Image Name="BoxBottomLeft" XPos="2" YPos="43" Width="12" Height="15" />
<Image Name="BoxBottomRight" XPos="40" YPos="43" Width="13" Height="15" />
<Image Name="BoxLeft" XPos="2" YPos="23" Width="12" Height="14" />
<Image Name="BoxRight" XPos="40" YPos="23" Width="13" Height="14" />
<Image Name="BoxTop" XPos="20" YPos="2" Width="14" Height="15" />
<Image Name="BoxBottom" XPos="20" YPos="43" Width="14" Height="15" />
<Image Name="BoxBack" XPos="24" YPos="27" Width="6" Height="6" />
</Imageset>