[cogl/msvc-support] Update VS property sheet



commit 0e49f759eb2ddf663f259dea4b788bed8f50e0f2
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Oct 4 15:41:32 2011 +0800

    Update VS property sheet
    
    Copy the test *.bat files during "install" as well.

 build/win32/vs10/cogl.props  |    3 +++
 build/win32/vs9/cogl.vsprops |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/cogl.props b/build/win32/vs10/cogl.props
index 93c9516..f370a85 100644
--- a/build/win32/vs10/cogl.props
+++ b/build/win32/vs10/cogl.props
@@ -60,6 +60,9 @@ copy $(SolutionDir)$(Configuration)\$(Platform)\bin\*.dll $(CopyDir)\bin
 copy $(SolutionDir)$(Configuration)\$(Platform)\bin\*.exe $(CopyDir)\bin
 
 
+copy ..\*.bat $(CopyDir)\bin
+
+
 copy ..\..\..\examples\*.jpg $(CopyDir)\bin
 
 
diff --git a/build/win32/vs9/cogl.vsprops b/build/win32/vs9/cogl.vsprops
index f205bbf..f7a7896 100644
--- a/build/win32/vs9/cogl.vsprops
+++ b/build/win32/vs9/cogl.vsprops
@@ -88,6 +88,8 @@ copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\*.dll $(OutDir)\bin&
 
 copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\*.exe $(OutDir)\bin&#x0D;&#x0A;
 
+copy ..\*.bat $(OutDir)\bin&#x0D;&#x0A;
+
 copy ..\..\..\examples\crate.jpg $(OutDir)\bin&#x0D;&#x0A;
 
 mkdir $(OutDir)\lib&#x0D;&#x0A;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]