summaryrefslogtreecommitdiff
path: root/build/win32/vs10/cogl.props
diff options
context:
space:
mode:
Diffstat (limited to 'build/win32/vs10/cogl.props')
-rw-r--r--build/win32/vs10/cogl.props10
1 files changed, 8 insertions, 2 deletions
diff --git a/build/win32/vs10/cogl.props b/build/win32/vs10/cogl.props
index 5a1bcb6d..19c817d5 100644
--- a/build/win32/vs10/cogl.props
+++ b/build/win32/vs10/cogl.props
@@ -50,7 +50,7 @@ gen-enums.bat $(GlibMkEnumsPath)
cd .\vs10
-</PreBuildCmd>
+ </PreBuildCmd>
<CoglDoInstall>
mkdir $(CopyDir)
@@ -196,7 +196,10 @@ copy ..\..\..\cogl\cogl2-experimental.h $(CopyDir)\include\cogl-$(CoglApiVersion
copy ..\..\..\cogl\cogl2-compatibility.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl
-</CoglDoInstall>
+ </CoglDoInstall>
+ <CoglDoInstallSDL>
+copy ..\..\..\cogl\cogl-sdl.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl
+ </CoglDoInstallSDL>
<GenerateCoglDef>
echo EXPORTS &gt; $(DefDir)\cogl.def
@@ -288,6 +291,9 @@ copy ..\..\..\cogl\cogl2-compatibility.h $(CopyDir)\include\cogl-$(CoglApiVersio
<BuildMacro Include="CoglDoInstall">
<Value>$(CoglDoInstall)</Value>
</BuildMacro>
+ <BuildMacro Include="CoglDoInstallSDL">
+ <Value>$(CoglDoInstallSDL)</Value>
+ </BuildMacro>
<BuildMacro Include="GenerateCoglDef">
<Value>$(GenerateCoglDef)</Value>
</BuildMacro>