[gtk+] Update Visual C++ property sheets



commit ba1850bc49f9c6a9d87d13d3ddc601fa7aaca189
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Sat Jun 23 12:47:31 2012 +0800

    Update Visual C++ property sheets
    
    "Install" the demo css files as well.

 build/win32/vs10/gtk+.props  |    2 ++
 build/win32/vs9/gtk+.vsprops |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/gtk+.props b/build/win32/vs10/gtk+.props
index ceca67c..c2f9004 100644
--- a/build/win32/vs10/gtk+.props
+++ b/build/win32/vs10/gtk+.props
@@ -25,6 +25,8 @@ copy $(Configuration)\$(Platform)\bin\*.exe $(CopyDir)\bin\gtk3-demo
 
 copy ..\..\..\demos\gtk-demo\*.c $(CopyDir)\bin\gtk3-demo
 
+copy ..\..\..\demos\gtk-demo\*.css $(CopyDir)\bin\gtk3-demo
+
 copy ..\..\..\demos\gtk-demo\*.h $(CopyDir)\bin\gtk3-demo
 
 copy ..\..\..\demos\gtk-demo\*.ui $(CopyDir)\bin\gtk3-demo
diff --git a/build/win32/vs9/gtk+.vsprops b/build/win32/vs9/gtk+.vsprops
index ab5b20a..72c1d1f 100644
--- a/build/win32/vs9/gtk+.vsprops
+++ b/build/win32/vs9/gtk+.vsprops
@@ -73,6 +73,7 @@ copy $(ConfigurationName)\$(PlatformName)\bin\*.dll $(CopyDir)\bin&#x0D;&#x0A;
 mkdir $(CopyDir)\bin\gtk3-demo&#x0D;&#x0A;
 copy $(ConfigurationName)\$(PlatformName)\bin\*.exe $(CopyDir)\bin\gtk3-demo&#x0D;&#x0A;
 copy ..\..\..\demos\gtk-demo\*.c $(CopyDir)\bin\gtk3-demo&#x0D;&#x0A;
+copy ..\..\..\demos\gtk-demo\*.css $(CopyDir)\bin\gtk3-demo&#x0D;&#x0A;
 copy ..\..\..\demos\gtk-demo\*.h $(CopyDir)\bin\gtk3-demo&#x0D;&#x0A;
 copy ..\..\..\demos\gtk-demo\*.ui $(CopyDir)\bin\gtk3-demo&#x0D;&#x0A;
 copy ..\..\..\demos\gtk-demo\*.jpg $(CopyDir)\bin\gtk3-demo&#x0D;&#x0A;



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